Difference between revisions of "Piñata Vision barcode/Variant bits"
FeralKitty (talk | contribs) (4-bit variant data for Blackariants/GoodVariants located in encoded data) |
FeralKitty (talk | contribs) (Variant data is 4-bits, and follows the name data (for named pinatas) or the use cost (for player-created pinatas, whether or not accessorized).) |
||
Line 6: | Line 6: | ||
The second type of variants are the [[Piñata Vision|PV]]-exclusive variants. These extra colors aren't normally available in-game, but can be obtained by scanning [[other variant cards]] and [[black variant cards]]. | The second type of variants are the [[Piñata Vision|PV]]-exclusive variants. These extra colors aren't normally available in-game, but can be obtained by scanning [[other variant cards]] and [[black variant cards]]. | ||
− | In terms of the barcode (and card description), these two types of variant data | + | In terms of the barcode (and card description), these two types of variant data are identical, and the variant data is stored in the same 4-bit field, regardless of whether it's an in-game variant, or PV-exclusive color. |
− | + | The encoded values are distinctly numbered. For example, [[:Image:Kittyfloss-TroubleInParadise-Orange-Harrison-PV.jpg]], labeled as Variant: 2, Variant description: Orange, is distinct from in-game variant 2 for the [[Kittyfloss]], which is actually encoded as 4. | |
− | + | === Variant data === | |
− | + | The [[Piñata Vision barcode/Encoded data#Variant|variant data]] is a 4-bit field. It's not certain yet if this field is optional, or also exists for normal pinatas. | |
− | PlaceTag species | + | This field is likely specific to the PlaceTag species card type. |
− | + | Based on descriptions from Vision_Single cards, GoodVariants values range from 2 to 10, while Blackariants are always 15. In-game variants share similar (non-conflicting) numbering, using 3 of the possible values in the GoodVariants range. | |
− | + | PlaceTag species variant cards are two (or more) rows, unlike normal (non-variant, non-wildcard) pinata cards which are typically a single barcode row. | |
Like the PlaceTag species variant cards, GoodVariants and Blackariants cards also use two barcode rows. | Like the PlaceTag species variant cards, GoodVariants and Blackariants cards also use two barcode rows. | ||
+ | |||
+ | === GoodVariants and Blackariants data === | ||
==== Location of variant bits ==== | ==== Location of variant bits ==== | ||
− | Variant data | + | Variant data may be encoded in row 1, or row 2, depending on the presence of other optional data. For named pinatas, such as the GoodVariants, the variant data follows the (variable-length) name data, certainly meaning it's in row 2 for those cards. Notice in the following example that the row 1 barcode is identical, although the cards are for two different variant colors (5 and 6). |
<pre> | <pre> | ||
Line 31: | Line 33: | ||
</pre> | </pre> | ||
− | The offset for the variant data varies, depending on what other optional data (e.g., pinata name, accessories) is encoded on the card. The 4-bit Black/Good variant data appears 5 bits after the end of the name data. | + | The offset for the variant data varies, depending on what other optional data (e.g., pinata name, accessories) is encoded on the card. The 4-bit (Black/Good) variant data appears 5 bits after the end of the name data. The 4-bit (in-game) variant data appears 5 bits after the use cost for player-created pinata cards. |
− | + | Variant data for player-created cards with no accessories can be found at offset 56 (since there is no optional data to shift the use cost and variant data into row 2). | |
== Decoding variant bits == | == Decoding variant bits == |
Revision as of 02:00, 2 April 2011
Types of variant data
The game supports two types of variants. The first are the Journal variants (often labeled as Variant 1, 2, and 3). These variants are obtainable in-game by feeding a pinata a certain item.
The second type of variants are the PV-exclusive variants. These extra colors aren't normally available in-game, but can be obtained by scanning other variant cards and black variant cards.
In terms of the barcode (and card description), these two types of variant data are identical, and the variant data is stored in the same 4-bit field, regardless of whether it's an in-game variant, or PV-exclusive color.
The encoded values are distinctly numbered. For example, Image:Kittyfloss-TroubleInParadise-Orange-Harrison-PV.jpg, labeled as Variant: 2, Variant description: Orange, is distinct from in-game variant 2 for the Kittyfloss, which is actually encoded as 4.
Variant data
The variant data is a 4-bit field. It's not certain yet if this field is optional, or also exists for normal pinatas.
This field is likely specific to the PlaceTag species card type.
Based on descriptions from Vision_Single cards, GoodVariants values range from 2 to 10, while Blackariants are always 15. In-game variants share similar (non-conflicting) numbering, using 3 of the possible values in the GoodVariants range.
PlaceTag species variant cards are two (or more) rows, unlike normal (non-variant, non-wildcard) pinata cards which are typically a single barcode row.
Like the PlaceTag species variant cards, GoodVariants and Blackariants cards also use two barcode rows.
GoodVariants and Blackariants data
Location of variant bits
Variant data may be encoded in row 1, or row 2, depending on the presence of other optional data. For named pinatas, such as the GoodVariants, the variant data follows the (variable-length) name data, certainly meaning it's in row 2 for those cards. Notice in the following example that the row 1 barcode is identical, although the cards are for two different variant colors (5 and 6).
D37248104F172B35 9A9C55CDE356E216 Vision_Single_GoodVariants_goose_41.jpg (5, James) D37248104F172B35 9B636492E839E419 Vision_Single_GoodVariants_goose_42.jpg (6, James)
The offset for the variant data varies, depending on what other optional data (e.g., pinata name, accessories) is encoded on the card. The 4-bit (Black/Good) variant data appears 5 bits after the end of the name data. The 4-bit (in-game) variant data appears 5 bits after the use cost for player-created pinata cards.
Variant data for player-created cards with no accessories can be found at offset 56 (since there is no optional data to shift the use cost and variant data into row 2).
Decoding variant bits
After filtering out other 2-row cards (Learn Trick, Perform Trick, and RomanceMusic), what generally remains are the following types of two-row cards:
- Normal pinatas with accessories
- Wildcard (non-variant) pinatas
- In-game variant pinatas
- GoodVariants and Blackariants pinatas
Reading variant data from obfuscation set 6 cards |
---|
egrep "^[0-9A-F]{16} [0-9A-F]{15}6" barcodes.txt | egrep -v "(Learn|Perform|Music)" | ./barcodetxt2bitdiff.pl --short --variants | ./reader.pl --variants | sort --key=6 9663C3C21408B271A5E0 0 FE4CE159F2C60907E78E698359BBDF86 VARIANT = 0000 0 B5B3FEAA1408B272D0AB 0 FE4CE159FDE60947F78E69835AFBDF86 VARIANT = 0000 0 BadgesicleWildcard1 0 D96FE940FFA50445E70E6983AAFFC646 VARIANT = 0000 0 BuzzlegumWildcard2 0 FE4CE15BDDF20947E70E6983AAFADF06 VARIANT = 0000 0 ChippopotamusWildcar 0 FE4CA154D0D20A47A70E6983A98ACF46 VARIANT = 0000 0 DG-asian-JadeGalasus 0 FC71A1A17A24F4DBE6875482BC4AD2E6 VARIANT = 0000 0 HorstachioWildcard1 0 A2CAE4BF1894ACFAB70E6983A9BED646 VARIANT = 0000 0 KittyflossWildcard1 0 A2CAE4AE181BACFAF70E6983AABFC646 VARIANT = 0000 0 ParryboWildcard2-DG 0 FBF66DE4094B321D06A308DC1484A546 VARIANT = 0000 0 ParryboWildcard3 0 DA2FE050FEAA0B45F70E698355BBC6B6 VARIANT = 0000 0 PigxieWildcard1 0 E1EBC90F5C9DF72EB70E6983A9DACF06 VARIANT = 0000 0 PretztailWildcard1 0 FE4EE0ABD2E20B47E78E69D3A1FEDF06 VARIANT = 0000 0 RashberryWildcard1 0 FE4CE0A5F8D20A07B70E69835ABECF86 VARIANT = 0000 0 Syrupent-Trouble_In_ 0 DA6FE940FF572445F70E69D3AADFC6B6 VARIANT = 0000 0 TafflyWildcard1 0 FE4CA1ABDDF20B47E70E69D3AADADF06 VARIANT = 0000 0 ZumbugWildcard1 0 C94D2F460F2594DCB78E69D3AADEDF86 VARIANT = 0000 0 RoarioVariant1 1 FF4EC2A588E578479D4ED6512B26E6F6 VARIANT = 0000 0 x 1 SparrowmintVariant1 1 8760B0A5298F583BCBDC69C14E5ADDD6 VARIANT = 0000 0 x 1 Good_duck 2 CE7E6AA41C1BF0A473A1F5CBAE78A646 VARIANT = 0010 2 Good_spider 2 BED172A8BD670F63121D452FC0FD9566 VARIANT = 0010 2 HoghurtVariant3 3 F6BC83748DF46C2796BED760893AEC36 VARIANT = 0010 2 x 1 GeckieVariant3 3 84F4F5D00F26CF18D6BE71F29E2B86B6 VARIANT = 0011 3 GoobaaVariant3 3 9A4D2F460D5F9DDC86BF79E21C0B96B6 VARIANT = 0011 3 Good_deer 3 F966D46B26AE598186B3F51D787C9D66 VARIANT = 0011 3 Good_turtle 3 D53658126D1A08358EC25230EC16E456 VARIANT = 0011 3 JuicygooseVariant3 3 9A582F460C123DDCD6BA7AE21C2B9F06 VARIANT = 0011 3 MothdropVariant3 3 A2624406F90E44A2D68A79F29E0A86B6 VARIANT = 0011 3 PieenaVariant3 3 D1712B3A3FD9A3CFD64B7AF21C2B9F46 VARIANT = 0011 3 SparrowmintVariant3 3 BD0164A91D7F0EC3C6BB79F29E0B9F86 VARIANT = 0011 3 TafflyVariant3 3 8BE071A4DABA2EEDC68A75E29E2A96B6 VARIANT = 0011 3 BuzzengePV 0 A2FBE49F4A5F9A9AC34366A14ABF8FB6 VARIANT = 0011 3 o -3 DG-asian-HaikuLing 0 FC6180A07AD5C0CB9EAF7131D905E456 VARIANT = 0011 3 o -3 PretztailVariant6 0 BBF271A4DE8A2ADD860A71F21C2B96B6 VARIANT = 0011 3 o -3 SmelbaUSA 0 87B380F33BD5AF989FAE03E2ECF36A06 VARIANT = 0011 3 o -3 ArocknidVariant2 2 FE49F1AAD2D60847C6BA79E21C0B9F06 VARIANT = 0011 3 x -1 BuzzengeVariant2 2 FE49F0A08CC6080796BA75F21C2A9F86 VARIANT = 0011 3 x -1 ChippopotamusVariant 2 A3624426B10B4642968A79E21C2B8F46 VARIANT = 0011 3 x -1 CrowlaVariant2 2 DC6DE842FD1A0B65C68A79F21C2A9F46 VARIANT = 0011 3 x -1 MothdropVariant2 2 A2624406E80E45B2D68E75E29E0A86B6 VARIANT = 0011 3 x -1 PieenaVariant2 2 FE49F1ABD1C24847D6BE71F21C2B9F46 VARIANT = 0011 3 x -1 PudgeonVariant2-VP 2 F64ED355BDD02E679DAE81E0CD3C7A06 VARIANT = 0011 3 x -1 QuackberryVariant2 2 9AAD2F460C03C0DCC64A71E21C2B9606 VARIANT = 0011 3 x -1 SarsgorillaVariant2 2 BF2164A99DE61EF3D6BA79E21C2B8F06 VARIANT = 0011 3 x -1 SherbatVariant2 2 DC62F940DE9E2B45868F71F29E2E8606 VARIANT = 0011 3 x -1 ZumbugVariant2 2 EFBAD374FCA03A27CBB33EE6786CB376 VARIANT = 0011 3 x -1 BispottiVariant1 1 B641F4A9BD7E0E23964B75E29E0A8686 VARIANT = 0011 3 x -2 BuzzengeVariant1 1 9A582F460D5432DC96BE7AE21C2A9F86 VARIANT = 0011 3 x -2 CinnamonkeyVariant1 1 A2F05406E00E4452D6BF7AF21C0A96B6 VARIANT = 0011 3 x -2 Good_duck 4 E475292B3F96538F8F83F11D38FFCD06 VARIANT = 0100 4 Good_monkey 4 F47EDEF3FC4B96B9979C10C8A354E676 VARIANT = 0100 4 PengumTeamMember-14 0 BE6184816BF914DBE1F3EAD12BB4FC466AB1D1C4CF375E28 VARIANT = 0100 4 o -4 Good_chicken 5 F97FD3E026AE4CB13089F1DFC3ED5566 VARIANT = 0101 5 Good_crocodile 5 DEE66A946C1BE2B49A9C55CDE256C006 VARIANT = 0101 5 Good_goose 5 D37248104F172B359A9C55CDE356E216 VARIANT = 0101 5 Good_peacock 5 A2F8D4BC4D1A1FDA9EB9E1DDCCEB5B36 VARIANT = 0101 5 Good_rabbit 8 9FBEF59DCF5DD6568683F11D287FC206 VARIANT = 1000 8 Good_lion 9 B7E1EDA86DFF0F73AF8971C298E4AB16 VARIANT = 1001 9 EaglairUSA 0 FF4C82A0F1F479273C6514808D2460E6 VARIANT = 1001 9 o -9 Bluebell-TroubleInPa 0 F9569D1B229F8281AF8C4A8D4D7194F6 VARIANT = 1011 11 o -11 Bullrush-TroubleInPa 0 F97F9C5B233F8B81AF8DBC9D486110B6 VARIANT = 1011 11 o -11 PricklyPear-TroubleI 0 CA5D2F46025B8EFC8FFC4A9D4D7134B6 VARIANT = 1011 11 o -11 Blue_Spartan-Halo 0 E4E8C94C0925903E9679D90C29F1ACD6F9CD096BCEB9D6CDB562FE8064E8C687 VARIANT = 1101 13 o -13 Black_bluebutterfly 15 E431687B3D09538FCB39D238D07DC5E6 VARIANT = 1111 15 Black_buzzard 15 A2F8D48C480E9EFA8683F11D2DED9606 VARIANT = 1111 15 Black_snowowl 15 A2F8D5AD499EDEDA13FD7633A316ED76 VARIANT = 1111 15 Black_swan 15 A2F8D4AE1C987EDA8792A039E316E676 VARIANT = 1111 15 Black_yellowbutterfl 15 876195912D70502B8EC2A239E31FC666 VARIANT = 1111 15 |
It's uncertain if PlaceTag species and GoodVariants/Blackariants variant data share (overlap?) a common field (location?). While obfuscation set 6 wildcards do appear to consistently decode as variant 0, correct Journal variant values will be needed to see if PlaceTag species variants also decode to expected values.
GoodVariants IDs
It's unknown what the GoodVariants _nnn filename values refer to, although they are unrelated to the species IDs, as seen in the Blackariants _nnn filename values.
GoodVariants IDs | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Row 2 obfuscation set selection/progression
To be determined. Possibilities are based on name length byte, name bits, variant bits, and/or possibly a row 2 (GoodVariants?) ID.
Working notes
Keeping the barcode comparisons for now, to refer to them while proving/disproving row 2 speculation, but the information will eventually get discarded, or condensed and folded into the article content.
Row 2 similarities for PlaceTag species
These same-species variants only differ in a few (row 2) bits, leading to speculation that the variant data is the only differing row 2 field.
D160783A3F74A3CF 94B87E37198A2144 Camello-TroubleInParadise-Variant2-PV.jpg F8F271A4DE8A2D1D 94B87F37188A2144 Camello-TroubleInParadise-Variant3-PV.jpg 42 Description VPID Barcode row 2 04 ----------------------------------------------- CamelloVariant2 23 94B87E37198A2144 01 0x0017 0b0000000000010111 CamelloVariant3 23 94B87F37188A2144 10 0x0017 0b0000000000010111 FE49F0A08CC60807 96BA75F21C2A9F86 Buzzenge-TroubleInParadise-Variant2-PV.jpg 9A582F460D5432DC 96BE7AE21C2A9F86 Buzzenge-TroubleInParadise-Variant1-PV.jpg 544443 Description VPID Barcode row 2 032106 --------------------------------------------------- BuzzengeVariant2 16 96BA75F21C2A9F86 001011 0x0010 0b0000000000010000 BuzzengeVariant1 16 96BE7AE21C2A9F86 110100 0x0010 0b0000000000010000 A2624406F90E44A2 D68A79F29E0A86B6 Mothdrop-TroubleInParadise-Variant3-PV.jpg A2624406E80E45B2 D68E75E29E0A86B6 Mothdrop-TroubleInParadise-Variant2-PV.jpg 5443 Description VPID Barcode row 2 0326 ------------------------------------------------- MothdropVariant3 79 D68A79F29E0A86B6 0101 0x004f 0b0000000001001111 MothdropVariant2 79 D68E75E29E0A86B6 1010 0x004f 0b0000000001001111 9F6F2386EA4DE6E6 AA42B893D0410DB5 Chocstrich-TiP-Variant3-PV.jpg F5F271A4DEBA275D AA52B893D0412DB5 Chocstrich-TroubleInParadise-Variant2-PV.jpg 51 Description VPID Barcode row 2 23 ----------------------------------------------- ChocstrichVariant3 84 AA42B893D0410DB5 00 0x0054 0b0000000001010100 ChocstrichVariant2 84 AA52B893D0412DB5 11 0x0054 0b0000000001010100 E07B65A20331DA80 E0CE52C2E40E87B0 Robean-TroubleInParadise-Variant2-PV.jpg 8760B0A53992E53B E0CE52E2E00E87B0 Robean-TroubleInParadise-Variant1-PV.jpg 32 Description VPID Barcode row 2 76 ----------------------------------------------- RobeanVariant2 103 E0CE52C2E40E87B0 01 0x0067 0b0000000001100111 RobeanVariant1 103 E0CE52E2E00E87B0 10 0x0067 0b0000000001100111
Barcode notes/comparisons |
---|
Row 2Obfuscation set is related to GoodVariants "ID?" Obfuscation set progression/pairs (21,30,29,32), (23,25,24,27). Progression breaks down for 75,77,76,78. D52CDFF36C4596B9 30B040B6BFBB599C Vision_Single_Blackariants_chameleon_21.jpg F976D2B826EE4A21 36B268A68FBBB0BC Vision_Single_GoodVariants_chameleon_30.jpg D0FAE91E1D64F7AE 368178845C1CF7BE Vision_Single_GoodVariants_chameleon_29.jpg C42CDFB7EC049649 C835493F1A0F089E Vision_Single_GoodVariants_chameleon_32.jpg F956D244263E48B1 8230A209DF1B4291 Vision_Single_GoodVariants_dragonfly_63.jpg D37649004D560805 5168F44A4A161D91 Vision_Single_GoodVariants_dragonfly_65.jpg CE7E6AA41C1BF0A4 73A1F5CBAE78A646 Vision_Single_GoodVariants_duck_23.jpg E475292B3F96538F 8F83F11D38FFCD06 Vision_Single_GoodVariants_duck_25.jpg D16C3AB3FC4592B9 033CB82E7A0386DE Vision_Single_GoodVariants_duck_24.jpg D9F278E0CC186BBD DD4B78C3BB0ED40E Vision_Single_GoodVariants_duck_27.jpg BCB1E4A0FD671663 9AB2B971DC563C87 Vision_Single_GoodVariants_flyingpig_81.jpg CA5D6E134F53A0EC 9980B4504D542C87 Vision_Single_GoodVariants_flyingpig_82.jpg BCD170A8EDFD1663 6378118B4F122B81 Vision_Single_GoodVariants_grasssnake_2.jpg 9A582E134C066BDC 8168B8A40A5695E1 Vision_Single_GoodVariants_grasssnake_3.jpg BCB178A03DFE1633 584124101A3653FA Vision_Single_GoodVariants_hydra_75.jpg DEE729746C0BF0E4 A1292572782CB26A Vision_Single_GoodVariants_hydra_76.jpg EE89E0A4B3C07F27 73E54AFC6F61920A Vision_Single_GoodVariants_hydra_78.jpg A2FA941F110B5B42 B110709B68F2198B Vision_Single_GoodVariants_rabbit_11.jpg F956D6A0271E4001 B14191AC68653EFB Vision_Single_GoodVariants_rabbit_12.jpg E789F15AF0D53C27 63782E0B4613CB81 Vision_Single_GoodVariants_sparrow_0.jpg 85E239E03C58741D 02C031AD2A186EA1 Vision_Single_Blackariants_sparrow_112.jpg D0D9F91C1D20F7AE 593CB02F7A33868E Vision_Single_Blackariants_zz2camel_23.jpg F97FD28826EE4CC1 F5DC0D2C1E0C8CEE Vision_Single_GoodVariants_zz2camel_97.jpg E4647B3B3B61538F BD60A638592FD482 Vision_Single_GoodVariants_zz2ostrich_103.jpg A2F8D58E5E1BADDA 4D6E56389936D6B2 Vision_Single_Blackariants_zz2ostrich_84.jpg Row2 "similarities"D1EBE85E5810F7AE 5168F4594AA61BF1 Vision_Single_Blackariants_moth_79.jpg 9D4ADA929E52C2E6 BA68F4B84AA605A1 Vision_Single_Blackariants_parrot_87.jpg 97B6A3855B66CF88 5168F4494A171D81 Vision_Single_GoodVariants_elephant_86.jpg (5, Harley) D37649004D560805 5168F44A4A161D91 Vision_Single_GoodVariants_dragonfly_65.jpg (5, Harley) D1EBE85E5810F7AE 5168F4594AA61BF1 Vision_Single_Blackariants_moth_79.jpg (15, Harley) BCD170A8EDFD1663 6378118B4F122B81 Vision_Single_GoodVariants_grasssnake_2.jpg E789F15AF0D53C27 63782E0B4613CB81 Vision_Single_GoodVariants_sparrow_0.jpg F956D244263E48B1 8230A209DF1B4291 Vision_Single_GoodVariants_dragonfly_63.jpg (2, Aaron) 87A7A7A46B2F9F88 8230A221DF1B4741 Vision_Single_GoodVariants_flyingpig_80.jpg (2, Aidan) E4647B3B3B61538F BD60A638592FD482 Vision_Single_GoodVariants_zz2ostrich_103.jpg (6, Liam) CEEE69162D3BB0A4 BD6456385936DB82 Vision_Single_Blackariants_zz2sandbuzzard_37.jpg (15, Kyle) D761959578F6492B BD6556381936D202 Vision_Single_Blackariants_zz1lemmingpest_64.jpg (15, Luke) A2F8D58F59901FDA BD68A6388136D502 Vision_Single_Blackariants_hydra_62.jpg (15, Jake) A2FF7406100E5A12 BD69A638992FD482 Vision_Single_GoodVariants_monkey_56.jpg (6, Jake) E7BCB0A0D0C52D37 F283E298458F17B2 Vision_Single_Blackariants_zz1snowrabbit_48.jpg C02EFAB3FC45C649 F29EE298258F17B2 Vision_Single_Blackariants_horse_60.jpg 96B287A55B26CF88 6582854FFF5AC195 Vision_Single_GoodVariants_crocodile_53.jpg D36195943BDAAA2B 6782944FBF1AC195 Vision_Single_Blackariants_poisonfrog_92.jpg 9FBEF59DCF5DD656 8683F11D287FC206 Vision_Single_GoodVariants_rabbit_13.jpg (8, Ava) A2F8D48C480E9EFA 8683F11D2DED9606 Vision_Single_Blackariants_buzzard_16.jpg (15, Ava) D53658126D1A0835 8EC25230EC16E456 Vision_Single_GoodVariants_zz3turtle_122.jpg 876195912D70502B 8EC2A239E31FC666 Vision_Single_Blackariants_yellowbutterfly_137.jpg DEE66A946C1BE2B4 9A9C55CDE256C006 Vision_Single_GoodVariants_crocodile_52.jpg (5, James) D37248104F172B35 9A9C55CDE356E216 Vision_Single_GoodVariants_goose_41.jpg (5, James) C43AC7B7E9449209 A8D27DA3E8730CA8 Vision_Single_Blackariants_snail_159.jpg 964EFA9F9E5D34B6 A9F37DA3E8732E08 Vision_Single_GoodVariants_zz3owl_117.jpg F94FD444267E40A1 52AD208D61C7E499 Vision_Single_Blackariants_zz1snowfox_47.jpg (15, Harrison) 99AD6E134E553CFC 52AD208DE12FC019 Vision_Single_GoodVariants_cat_43.jpg (2, Harrison) B7D1E4A0FDF80653 94693410AC999E49 Vision_Single_GoodVariants_moth_16.jpg (3, Luca) D76195957D66B12B 94693A14A8C59E49 Vision_Single_GoodVariants_wolf_58.jpg (4, Luke) B7E1E3A06DF60FF3 A5E204C27D2CBA09 Vision_Single_Blackariants_monkey_77.jpg (15, Aaron) 876195902ADBD02B A5F204C2ED2CFA19 Vision_Single_Blackariants_purplebutterfly_95.jpg (15, Aidan) D06E24F3EC4B92B9 526C8E731A3752DA Vision_Single_GoodVariants_firesalamander_71.jpg (3, Bethany) B3C172A87DF006B3 526C9D234A3758FA Vision_Single_Blackariants_zz3peacock_86.jpg (15, Bethany) E7B9F0A8FDC16C27 B0175A9A68F2198B Vision_Single_Blackariants_deer_28.jpg (15, Eva) A26BA426130F5A02 B10178BA38F2198B Vision_Single_GoodVariants_bluebottle_1.jpg (5, Ben) A2FA941F110B5B42 B110709B68F2198B Vision_Single_GoodVariants_rabbit_11.jpg (4, Amy) D772B9106F1F0425 945FD4B86C41E59C Vision_Single_Blackariants_bear_7.jpg (15, Maya) 9A586E134D21E62C 945FD5B17C41D49C Vision_Single_GoodVariants_zz2vulture_107.jpg (7, Evie) 836195952A2BC52B E6769697BF19E6FC Vision_Single_Blackariants_zz2sandant_31.jpg (15, Mia) E4653B3B3F14538F E676CF169F09E6FC Vision_Single_GoodVariants_bat_28.jpg (2, Mia) EE89F0A4D3E03D27 DC1AE444D95B2EED Vision_Single_GoodVariants_firesalamander_73.jpg (5, Dominic) 869287B06F67CF08 DE2A7444D91B7EED Vision_Single_Blackariants_zz1polarbear_88.jpg (15, Dominic) 9A586E134C0BCD3C D26B28D7670ED64E Vision_Single_GoodVariants_lion_91.jpg (6, Aimee) E17EC6B36C459649 D26B68C6F50ED64E Vision_Single_Blackariants_zz3smallbird_111.jpg (15, Aimee) EEBCA0A9F8C42D37 F8F4090B2B176B0F Vision_Single_GoodVariants_mouse_5.jpg (3, Max) A2F8D4BC40053EFA F9F5490B2B17685F Vision_Single_GoodVariants_snail_6.jpg (3, Eva) 9A5D2E134F4A102C FBE1690B2B176A0F Vision_Single_GoodVariants_pigeon_46.jpg (2, Kai) Mostly useless row1 comparisonsBCB1E4A0FD671663 9AB2B971DC563C87 Vision_Single_GoodVariants_flyingpig_81.jpg (3) BC81EDA03D6E1613 B20530B8D8DF88A3 Vision_Single_GoodVariants_flyingpig_85.jpg (10) 55443311000 Description VPID Barcode 32301096654 -------------------------------------------------------- Good_flyingpig 42 BC81EDA03D6E1613 00110010001 0x002a 0b0000000000101010 (0b1010) Good_flyingpig 42 BCB1E4A0FD671663 11001101110 0x002a 0b0000000000101010 (0b0011) DEEF29C45D1BF284 055F70C9C069C649 Vision_Single_GoodVariants_zz2camel_96.jpg (7) DAEED9944D2BE2B4 6938582516174921 Vision_Single_GoodVariants_zz2camel_98.jpg (9) 54444433222100 Description VPID Barcode 88765486810254 ----------------------------------------------------------- Good_camel 23 DAEED9944D2BE2B4 00110101010011 0x0017 0b0000000000010111 (0b1001) Good_camel 23 DEEF29C45D1BF284 11001010101100 0x0017 0b0000000000010111 (0b0111) D37248104F172B35 9A9C55CDE356E216 Vision_Single_GoodVariants_goose_41.jpg (5, James) D37248104F172B35 9B636492E839E419 Vision_Single_GoodVariants_goose_42.jpg (6, James) F4F238E4D9184DAD 975267BA71678D08 Vision_Single_GoodVariants_wolf_57.jpg F06231A4CC584FBD E1A9AA3653DF27F4 Vision_Single_GoodVariants_wolf_59.jpg 555443222200 Description VPID Barcode 852308864294 --------------------------------------------------------- Good_wolf 133 F06231A4CC584FBD 000010010111 0x0085 0b0000000010000101 Good_wolf 133 F4F238E4D9184DAD 111101101000 0x0085 0b0000000010000101 E475292B3F96538F 8F83F11D38FFCD06 Vision_Single_GoodVariants_duck_25.jpg E46078393F86538F 6371C081602BB123 Vision_Single_GoodVariants_duck_26.jpg E4647B3B3B61538F BD60A638592FD482 Vision_Single_GoodVariants_zz2ostrich_103.jpg E474783A7871538F A776E4228C65E579 Vision_Single_GoodVariants_zz2ostrich_104.jpg 554444332 Description VPID Barcode 208640630 ------------------------------------------------------ Good_duck 34 E46078393F86538F 000110100 0x0022 0b0000000000100010 Good_duck 34 E475292B3F96538F 111001011 0x0022 0b0000000000100010 54433222 Description VPID Barcode 21020540 ----------------------------------------------------- Good_ostrich 84 E4647B3B3B61538F 01110110 0x0054 0b0000000001010100 Good_ostrich 84 E474783A7871538F 10001001 0x0054 0b0000000001010100 |