Difference between revisions of "Piñata Vision barcode/Accessory bits"

From PinataIsland.info, the Viva Piñata wiki
Jump to: navigation, search
(The accessory count field is clearly established. Delete unnecessary illustration of reading accessory count data from obfuscation set 0 cards)
(Brought article up-to-date. Accessory flag -> Accessory payload type. List of cards for a pinata wearing accessories 1 to 183. Item values turn out to be normalized PlaceTag IDs)
Line 1: Line 1:
 
[[Accessories]] can be found in the 1900-2000s range of the [[Piñata_Vision_barcode/ID_table|ID table]].  There appear to be less than 256 accessories in-game, and the [[Piñata_Vision_barcode/Encoded_data#Accessory|accessory data]] does in fact code the accessory items as 8-bit values.
 
[[Accessories]] can be found in the 1900-2000s range of the [[Piñata_Vision_barcode/ID_table|ID table]].  There appear to be less than 256 accessories in-game, and the [[Piñata_Vision_barcode/Encoded_data#Accessory|accessory data]] does in fact code the accessory items as 8-bit values.
  
There does not appear to be a relationship between the 8-bit accessory item value and that accessory's PlaceTag ID.
+
Encoded (8-bit) accessory item values are normalized PlaceTag IDs.  (E.g., item 1 is PlaceTag ID 1905, item 2 is 1906, and so on.)
  
Another detail that apparently is encoded is the accessory color.  Various cards have scanned with green, orange, and white disco wigs.  It's uncertain if the color details are separate from the accessory value, or if there are different accessory values for different colors.
+
Accessories with color choices also have a 4-bit encoded color value(Refer to the [[Piñata_Vision_barcode/Encoded_data#Accessory|Encoded data for accessories]].)
  
The size of the accessory count field (3 bits) caps the number of encoded accessories to 7, although the most number of accessories seen encoded on a card so far has been 6.
+
Although the village shop limits purchases to 5 accessories per pinata, six-accessory cards do exist.  It's possible that cards could be generated with accessories for each possible slot.
  
=== Accessory flag ===
+
=== Payload type ===
  
An [[Piñata_Vision_barcode/Encoded_data#Accessory_flag|accessory flag]] indicates the optional presence of accessory data further within the data.  The accessory data starts off with an accessory count, indicating a variable number of 8-bit accessory item values follow:
+
While it is possible to encode accessory details by supplying (accessory PlaceTagIDs in) successive ID payloads (see themed card sets), this is generally less compact than using the accessory payload.  [[Piñata_Vision_barcode/Encoded_data#Payload_type|Payload type]] 11101 is the preferred method of encoding accessory details (and also supports specifying accessory colors).
{| border="1" class="pii_species_variants"
 
|-
 
!Accessory flag!!...!!Count!!Item 1!!Item 2!!...
 
|-
 
|1||...||2||76||123||...
 
|}
 
 
 
==== Location of accessory flag ====
 
 
 
All of the Vision_Single Blackariant, GoodVariant, and PlaceTag cards have the accessory flag at offset 29.  The Banjo-Kazooie theme cards also appear to have their accessory flag at the same offset.
 
  
 
=== Accessory data ===
 
=== Accessory data ===
  
The optional [[Piñata_Vision_barcode/Encoded_data#Accessory|accessory data]] is variable length, starting off with an accessory count, followed by that number of 8-bit accessory item values.
+
The optional [[Piñata_Vision_barcode/Encoded_data#Accessory|accessory data]] is variable length, starting off with a 4-bit color accessory count, followed by that number of 8-bit accessory item and 4-bit color values.  A second 4-bit count (for default color accessories) indicates the number of additional 8-bit accessory item values.
  
 
==== Location of accessory data ====
 
==== Location of accessory data ====
  
The accessory data appears to closely follow the accessory flag, with an apparent relative offset of 6 bits.  The optional accessory data does offset further trailing data, such as the use cost and name flags.
+
Accessory data generally starts in row 1, immediately after the ID data.
  
 
===== Sample encoded data =====
 
===== Sample encoded data =====
  
{| border="1" class="pii_species_variants"
+
The encoded data for the [[:Image:Parrybo-TroubleInParadise-Congo-PV.jpg|Parrybo Congo card]] looks like this:
 +
 
 +
{| border="1" class="pii_species_variants" style="text-align:left"
 +
|-
 +
|style="background:#cee0f2;"|'''Payload type'''||style="background:#f5faff;"|'''Payload'''
 +
|-
 +
|style="background:#cee0f2;"|00000||style="background:#f5faff;"|0001 (Start of data)
 +
|-
 +
|style="background:#cee0f2;"|00001 (ID)||style="background:#f5faff;"|87 (Parrybo)
 +
|-
 +
|style="background:#cee0f2;"|11101 (Accessory)||style="background:#f5faff;"|1<sup>''1''</sup> 53<sup>''2''</sup> 12<sup>''3''</sup> 1<sup>''4''</sup> 15<sup>''5''</sup>
 
|-
 
|-
!?<br />(8 bits)!!Card type<br />(6 bits?)!!ID<br />(12 bits)!!Subtype?<sup>''1''</sup><br />(4 bits)!!AF<sup>''2''</sup><br />(1 bit)!!style="background:#cee0f2;"|?<sup>''3''</sup><br />(5 bits)!!style="background:#cee0f2;"|AC<sup>''4''</sup><br />(3 bits)!!style="background:#cee0f2;"|Item(s)<sup>''5''</sup><br />(8xAC bits)!!style="background:#cee0f2;"|?<sup>''6''</sup><br />(4 bits)!!Flags<sup>''7''</sup><br />(10 bits)!!Use cost<br />10 bits)!!?<sup>''8''</sup><br />(5 bits)!!Variant<br />(4 bits)!!...
+
|style="background:#cee0f2;"|10110 (Reuse)||style="background:#f5faff;"|1
 +
|-
 +
|style="background:#cee0f2;"|11000 (Use cost)||style="background:#f5faff;"|5700
 +
|-
 +
|style="background:#cee0f2;"|00000||style="background:#f5faff;"|0000 (End of data)
 
|-
 
|-
|00000000||100001||000000100100||1110||1||style="background:#f5faff;"|00000||style="background:#f5faff;"|001||style="background:#f5faff;"|00011000||style="background:#f5faff;"|1011||0000111000||0111010010||01010||0010||...
 
 
|}
 
|}
<sup>''1''</sup>This likely subtype field often has a value of 1110 for most accessoried pinatas (compared to 1011 for non-accessoried pinatas), although the accessoried and named theme cards (e.g., Banjo, Killer Instinct, Halo) have a subtype of 0000 (and possibly use a different offset for their accessory data).
 
  
<sup>''2''</sup>The accessory flag. When set, optional accessory fields (shown in blue and marked as <sup>''3''</sup> to <sup>''6''</sup>) follow.
+
<sup>''1''</sup>(4-bit) count of color accessories, i.e., one item and color value follows.
  
<sup>''3''</sup>It's not certain if this unknown field preceeds the accessory data, or starts the accessory data. Its value is often 00000.
+
<sup>''2''</sup>The (8-bit) item value of the accessory, i.e. 53 (or Bushy Mustache)
  
<sup>''4''</sup>The accessory count field.  Indicates the number of 8-bit accessory item values that follow.
+
<sup>''3''</sup>The preceeding item's (4-bit) color choice, i.e. 12 (or Black)
  
<sup>''5''</sup>The accessory item field(s).
+
<sup>''4''</sup>(4-bit) count of (remaining) accessories (with no color details), i.e. one additional accessory
  
<sup>''6''</sup>It's not certain if this unknown field trails the accessory data, or ends the accessory data.  Its value is often 1011 or 0011.
+
<sup>''5''</sup>The (8-bit) item value of the accessory, i.e. 15 (or Pillager's Helmet)
 
 
<sup>''7''</sup> The continuation of the flag bits.  (If the optional accessory data was not present, these bits would immediately follow the accessory flag.)  In this example, the use cost flag is set (and the name flag is clear).
 
 
 
<sup>''8''</sup>This unknown field preceeds the variant data.  Its value always appears to be 01010.
 
  
 
==== Decoding accessory data ====
 
==== Decoding accessory data ====
 
PlaceTag cards do appear to have an accessory count field in row 1.  This field appears to exist even if the item placed isn't a species.  (That's reasonable, since there appears to be a single format for PlaceTag cards, independent of what type of item is on the card.  I.e., we can turn a PlaceTag_Home card into a species just by changing the ID.)
 
  
 
:''An easy way to spot accessoried pinatas at VivaPinata.com is to check how many barcode rows are on the card.  A player-created card with 3 rows definitely has 5 or more accessories.  A player-created non-wildcard non-variant card with 2 rows definitely has accessories.  (A normal pinata without accessories has a 1 row barcode.)''
 
:''An easy way to spot accessoried pinatas at VivaPinata.com is to check how many barcode rows are on the card.  A player-created card with 3 rows definitely has 5 or more accessories.  A player-created non-wildcard non-variant card with 2 rows definitely has accessories.  (A normal pinata without accessories has a 1 row barcode.)''
Line 492: Line 488:
 
||0|| || || || ||
 
||0|| || || || ||
 
|-
 
|-
 +
|}
 +
 +
== Working data ==
 +
 +
{| class="collapsible collapsed"
 +
!Accessory item values correspond to PlaceTag IDs
 +
|-
 +
|
 +
Fizzlybear wearing 1 accessory:
 +
 +
{| border="1" class="pii_species_variants sortable" style="text-align:left"
 +
|-
 +
!ID!!Predicted barcode||Volunteer||Result
 +
|-
 +
|007A001||[http://pinataisland.info/vision/index.php?desc=v+bear&row1=A328747F5ADB376A&row2=A2EBF49C5A2B2EFA A2EBF49C5A2B2EFA A328747F5ADB376A]||FeralKitty||Retro Disco Wig
 +
|-
 +
|007A002||[http://pinataisland.info/vision/index.php?desc=v+bear&row1=83F4C4597BC6C30B&row2=CBEB68341D6BF2A4 CBEB68341D6BF2A4 83F4C4597BC6C30B]||FeralKitty||Breegull Carrier
 +
|-
 +
|007A003||[http://pinataisland.info/vision/index.php?desc=v+bear&row1=C0AE6924564CD444&row2=8361B4906836C06B 8361B4906836C06B C0AE6924564CD444]||FeralKitty||Shark Tooth Necklace
 +
|-
 +
|007A004||[http://pinataisland.info/vision/index.php?desc=v+bear&row1=F621C0586ADF1503&row2=B7F1F4A96DF61723 B7F1F4A96DF61723 F621C0586ADF1503]||FeralKitty||Cool Shades
 +
|-
 +
|007A005||[http://pinataisland.info/vision/index.php?desc=a5+bear&row1=C75228308D77D84C&row2=9AAD2E424C41D86C 9AAD2E424C41D86C C75228308D77D84C]||FeralKitty||Howdy Pardner Hat
 +
|-
 +
|007A006||[http://pinataisland.info/vision/index.php?desc=a6+bear&row1=FF92E976AF59079D&row2=A26154368E0E5E42 A26154368E0E5E42 FF92E976AF59079D]||FeralKitty||Doenut Stalker
 +
|-
 +
|007A007||[http://pinataisland.info/vision/index.php?desc=a7+bear&row1=986871937ACABE42&row2=BBE279A03CB96F8D BBE279A03CB96F8D 986871937ACABE42]||FeralKitty||Inca Bracelet
 +
|-
 +
|007A008||[http://pinataisland.info/vision/index.php?desc=a8+bear&row1=F178F85F0B7F1381&row2=F97F815B267E8C01 F97F815B267E8C01 F178F85F0B7F1381]||FeralKitty||
 +
|-
 +
|007A009||[http://pinataisland.info/vision/index.php?desc=a9+bear&row1=CD4DCEC0F864E849&row2=C66CC7B7F9449379 C66CC7B7F9449379 CD4DCEC0F864E849]||FeralKitty||
 +
|-
 +
|007A010||[http://pinataisland.info/vision/index.php?desc=a10+bear&row1=FA8CB1C4C2563F08&row2=E07B7AA2118A82B0 E07B7AA2118A82B0 FA8CB1C4C2563F08]||FeralKitty||
 +
|-
 +
|007A011||[http://pinataisland.info/vision/index.php?desc=a11+bear&row1=D8D025ED2A1C87B0&row2=87E1A0943B6ECF08 87E1A0943B6ECF08 D8D025ED2A1C87B0]||FeralKitty||
 +
|-
 +
|007A012||[http://pinataisland.info/vision/index.php?desc=a12+bear&row1=A8CB543F3701D65E&row2=F0E9EB1C1E00F7CE F0E9EB1C1E00F7CE A8CB543F3701D65E]||FeralKitty||
 +
|-
 +
|007A013||[http://pinataisland.info/vision/index.php?desc=a13+bear&row1=8363FBE0D05FEFF7&row2=F789F150FDE45B67 F789F150FDE45B67 8363FBE0D05FEFF7]||FeralKitty||
 +
|-
 +
|007A014||[http://pinataisland.info/vision/index.php?desc=a14+bear&row1=A4204AC2910F9766&row2=C070287B7D14A39F C070287B7D14A39F A4204AC2910F9766]||FeralKitty||
 +
|-
 +
|007A015||[http://pinataisland.info/vision/index.php?desc=a15+bear&row1=ACE4A2AB049483FF&row2=925AF9829A58C456 925AF9829A58C456 ACE4A2AB049483FF]||FeralKitty||
 +
|-
 +
|007A016||[http://pinataisland.info/vision/index.php?desc=a16+bear&row1=53D8E4EFAA2B376A&row2=A2EBF49C5A3B3EFA A2EBF49C5A3B3EFA 53D8E4EFAA2B376A]||FeralKitty||
 +
|-
 +
|007A017||[http://pinataisland.info/vision/index.php?desc=a17+bear&row1=21524C5BDF5A50B5&row2=DA6DB1502F5A0B05 DA6DB1502F5A0B05 21524C5BDF5A50B5]||FeralKitty||
 +
|-
 +
|007A018||[http://pinataisland.info/vision/index.php?desc=a18+bear&row1=30EE61245F4ED644&row2=8361B4906836E02B 8361B4906836E02B 30EE61245F4ED644]||FeralKitty||
 +
|-
 +
|007A019||[http://pinataisland.info/vision/index.php?desc=a19+bear&row1=03B494795B96C30B&row2=CB7B68343D6BF2A4 CB7B68343D6BF2A4 03B494795B96C30B]||FeralKitty||
 +
|-
 +
|007A020||[http://pinataisland.info/vision/index.php?desc=a20+bear&row1=375D2D328875D84C&row2=9A5D2E424C41D82C 9A5D2E424C41D82C 375D2D328875D84C]||FeralKitty||
 +
|-
 +
|007A021||[http://pinataisland.info/vision/index.php?desc=a21+bear&row1=6F20C07869DF9503&row2=B7F1F5A94DF61723 B7F1F5A94DF61723 6F20C07869DF9503]||FeralKitty||
 +
|-
 +
|007A022||[http://pinataisland.info/vision/index.php?desc=a22+bear&row1=106875A37A9EBE42&row2=BBE271A0CCB96F8D BBE271A0CCB96F8D 106875A37A9EBE42]||FeralKitty||
 +
|-
 +
|007A023||[http://pinataisland.info/vision/index.php?desc=a23+bear&row1=6F9DE9E6A65C059D&row2=A26154368C0E5E62 A26154368C0E5E62 6F9DE9E6A65C059D]||FeralKitty||
 +
|-
 +
|007A024||[http://pinataisland.info/vision/index.php?desc=a24+bear&row1=3F4CCED0F964F849&row2=C66CC7B7F9459369 C66CC7B7F9459369 3F4CCED0F964F849]||FeralKitty||Yee-Haw Spurs
 +
|-
 +
|007A025||[http://pinataisland.info/vision/index.php?desc=a25+bear&row1=4CA8F85F0B7F1381&row2=F97F8174267E8C01 F97F8174267E8C01 4CA8F85F0B7F1381]||FeralKitty||
 +
|-
 +
|007A026||[http://pinataisland.info/vision/index.php?desc=a26+bear&row1=2028DAED2A1C87B0&row2=86E1A1943B6ECF08 86E1A1943B6ECF08 2028DAED2A1C87B0]||FeralKitty||
 +
|-
 +
|007A027||[http://pinataisland.info/vision/index.php?desc=a27+bear&row1=6A8E41C432523F48&row2=E07B7AA2118A8D40 E07B7AA2118A8D40 6A8E41C432523F48]||FeralKitty||
 +
|-
 +
|007A028||[http://pinataisland.info/vision/index.php?desc=a28+bear&row1=036364E0D8AFEF67&row2=FE89F1A0FDE45B67 FE89F1A0FDE45B67 036364E0D8AFEF67]||FeralKitty||
 +
|-
 +
|007A029||[http://pinataisland.info/vision/index.php?desc=a29+bear&row1=583BA4CFC781D65E&row2=F0E9EB0C0E00F7CE F0E9EB0C0E00F7CE 583BA4CFC781D65E]||FeralKitty||
 +
|-
 +
|007A030||[http://pinataisland.info/vision/index.php?desc=a30+bear&row1=5C74525B841483FF&row2=924AF9829A58E456 924AF9829A58E456 5C74525B841483FF]||FeralKitty||
 +
|-
 +
|007A031||[http://pinataisland.info/vision/index.php?desc=a31+bear&row1=55204A33910D8766&row2=C070287A7C14A39F C070287A7C14A39F 55204A33910D8766]||FeralKitty||
 +
|-
 +
|007A032||[http://pinataisland.info/vision/index.php?desc=a32+bear&row1=A621C0986BDF1503&row2=F0E9EB5F1E40F7CE F0E9EB5F1E40F7CE A621C0986BDF1503]||FeralKitty||
 +
|-
 +
|007A033||[http://pinataisland.info/vision/index.php?desc=a33+bear&row1=C55220108257D84C&row2=F7BCF150FCE45B77 F7BCF150FCE45B77 C55220108257D84C]||FeralKitty||
 +
|-
 +
|007A034||[http://pinataisland.info/vision/index.php?desc=a34+bear&row1=FB92EA74AF51279D&row2=C07028782D10A39F C07028782D10A39F FB92EA74AF51279D]||FeralKitty||
 +
|-
 +
|007A035||[http://pinataisland.info/vision/index.php?desc=a35+bear&row1=9F6872937A3ABE42&row2=925AF9869A50C646 925AF9869A50C646 9F6872937A3ABE42]||FeralKitty||
 +
|-
 +
|007A036||[http://pinataisland.info/vision/index.php?desc=a36+bear&row1=D538F85B6D7F1381&row2=A2EBF49C5A6A3EDA A2EBF49C5A6A3EDA D538F85B6D7F1381]||FeralKitty||
 +
|-
 +
|007A037||[http://pinataisland.info/vision/index.php?desc=a37+bear&row1=C2BDCE32D8647D09&row2=DE6DB1502F1B0805 DE6DB1502F1B0805 C2BDCE32D8647D09]||FeralKitty||
 +
|-
 +
|007A038||[http://pinataisland.info/vision/index.php?desc=a38+bear&row1=D10CB1CBCC563B08&row2=8761B4906837C42B 8761B4906837C42B D10CB1CBCC563B08]||FeralKitty||
 +
|-
 +
|007A039||[http://pinataisland.info/vision/index.php?desc=a39+bear&row1=B9B145ED2A1C87B0&row2=CB7B68740D6BE2A4 CB7B68740D6BE2A4 B9B145ED2A1C87B0]||FeralKitty||
 +
|-
 +
|007A040||[http://pinataisland.info/vision/index.php?desc=a40+bear&row1=A0CF5B3B3E01D65E&row2=CA5D6E424C41D97C CA5D6E424C41D97C A0CF5B3B3E01D65E]||FeralKitty||
 +
|-
 +
|007A041||[http://pinataisland.info/vision/index.php?desc=a41+bear&row1=8353FBA0C05F7FF7&row2=B7F1F7A96DF41713 B7F1F7A96DF41713 8353FBA0C05F7FF7]||FeralKitty||
 +
|-
 +
|007A042||[http://pinataisland.info/vision/index.php?desc=a42+bear&row1=A4284AE291BF9666&row2=BBE238E0CC896F8D BBE238E0CC896F8D A4284AE291BF9666]||FeralKitty||
 +
|-
 +
|007A043||[http://pinataisland.info/vision/index.php?desc=a43+bear&row1=A3E6ADAF0B9483FF&row2=A26134368E0E5E32 A26134368E0E5E32 A3E6ADAF0B9483FF]||FeralKitty||
 +
|-
 +
|007A044||[http://pinataisland.info/vision/index.php?desc=a44+bear&row1=ECDD5BEB752B376A&row2=C67CC7B7F94B9769 C67CC7B7F94B9769 ECDD5BEB752B376A]||FeralKitty||
 +
|-
 +
|007A045||[http://pinataisland.info/vision/index.php?desc=a45+bear&row1=B0A04C5BDF4A93B5&row2=F97F8144267E8D11 F97F8144267E8D11 B0A04C5BDF4A93B5]||FeralKitty||
 +
|-
 +
|007A046||[http://pinataisland.info/vision/index.php?desc=a46+bear&row1=E08E59285B4ED644&row2=97E0A1942B6ECF08 97E0A1942B6ECF08 E08E59285B4ED644]||FeralKitty||
 +
|-
 +
|007A047||[http://pinataisland.info/vision/index.php?desc=a47+bear&row1=91B43F79E696C30B&row2=E07B7AA2118A9050 E07B7AA2118A9050 91B43F79E696C30B]||FeralKitty||
 +
|-
 +
|007A048||[http://pinataisland.info/vision/index.php?desc=a48+bear&row1=355D22128055D84C&row2=FEBCF1A0FCE45B77 FEBCF1A0FCE45B77 355D22128055D84C]||FeralKitty||
 +
|-
 +
|007A049||[http://pinataisland.info/vision/index.php?desc=a49+bear&row1=5F20C0C868DF9503&row2=F0E9EB4F0E40F7CE F0E9EB4F0E40F7CE 5F20C0C868DF9503]||FeralKitty||
 +
|-
 +
|007A050||[http://pinataisland.info/vision/index.php?desc=a50+bear&row1=166876A37A1EBE42&row2=924AF9869A50E646 924AF9869A50E646 166876A37A1EBE42]||FeralKitty||
 +
|-
 +
|007A051||[http://pinataisland.info/vision/index.php?desc=a51+bear&row1=6B9DEAE4A653259D&row2=C07028792C10A39F C07028792C10A39F 6B9DEAE4A653259D]||FeralKitty||
 +
|-
 +
|007A052||[http://pinataisland.info/vision/index.php?desc=a52+bear&row1=36BCCE22D9646D09&row2=DE6DB9502F1B0B05 DE6DB9502F1B0B05 36BCCE22D9646D09]||FeralKitty||
 +
|-
 +
|007A053||[http://pinataisland.info/vision/index.php?desc=a53+bear&row1=0E98F85B6D7F1381&row2=A2EBF49C5A7A2EDA A2EBF49C5A7A2EDA 0E98F85B6D7F1381]||FeralKitty||
 +
|-
 +
|007A054||[http://pinataisland.info/vision/index.php?desc=a54+bear&row1=4149BAED2A1C87B0&row2=CBEB68742D6BE2A4 CBEB68742D6BE2A4 4149BAED2A1C87B0]||FeralKitty||
 +
|-
 +
|007A055||[http://pinataisland.info/vision/index.php?desc=a55+bear&row1=210E41CB3C523B48&row2=8761B4906837E46B 8761B4906837E46B 210E41CB3C523B48]||FeralKitty||
 +
|-
 +
|007A056||[http://pinataisland.info/vision/index.php?desc=a56+bear&row1=035364A0C8AF7F67&row2=B7F1F6A94DF41713 B7F1F6A94DF41713 035364A0C8AF7F67]||FeralKitty||
 +
|-
 +
|007A057||[http://pinataisland.info/vision/index.php?desc=a57+bear&row1=503FABCBCE81D65E&row2=CAAD6E424C41D93C CAAD6E424C41D93C 503FABCBCE81D65E]||FeralKitty||
 +
|-
 +
|007A058||[http://pinataisland.info/vision/index.php?desc=a58+bear&row1=53765D5F8B1483FF&row2=A26134368C0E5E12 A26134368C0E5E12 53765D5F8B1483FF]||FeralKitty||
 +
|-
 +
|007A059||[http://pinataisland.info/vision/index.php?desc=a59+bear&row1=55284A7391BD8666&row2=BBE230E03C896F8D BBE230E03C896F8D 55284A7391BD8666]||FeralKitty||
 +
|-
 +
|007A060||[http://pinataisland.info/vision/index.php?desc=a60+bear&row1=40A0B954DF4AA1B5&row2=F97F816B267E8D11 F97F816B267E8D11 40A0B954DF4AA1B5]||FeralKitty||
 +
|-
 +
|007A061||[http://pinataisland.info/vision/index.php?desc=a61+bear&row1=7C2DAB7BE5DB376A&row2=C67CC7B7F94A9779 C67CC7B7F94A9779 7C2DAB7BE5DB376A]||FeralKitty||
 +
|-
 +
|007A062||[http://pinataisland.info/vision/index.php?desc=a62+bear&row1=11F41F59A6C6C30B&row2=E07B7AA2118A98A0 E07B7AA2118A98A0 11F41F59A6C6C30B]||FeralKitty||
 +
|-
 +
|007A063||[http://pinataisland.info/vision/index.php?desc=a63+bear&row1=70DE5128544CD444&row2=96E0A0942B6ECF08 96E0A0942B6ECF08 70DE5128544CD444]||FeralKitty||
 +
|-
 +
|007A064||[http://pinataisland.info/vision/index.php?desc=a64+bear&row1=E078F85B2F7F1381&row2=C76CC7B7F904C369 C76CC7B7F904C369 E078F85B2F7F1381]||FeralKitty||
 +
|-
 +
|007A065||[http://pinataisland.info/vision/index.php?desc=a65+bear&row1=C24DCCC2F860ED49&row2=F97F8110267E8C81 F97F8110267E8C81 C24DCCC2F860ED49]||FeralKitty||
 +
|-
 +
|007A066||[http://pinataisland.info/vision/index.php?desc=a66+bear&row1=D58CB134CD562F08&row2=87F1A1953B6ECF18 87F1A1953B6ECF18 D58CB134CD562F08]||FeralKitty||
 +
|-
 +
|007A067||[http://pinataisland.info/vision/index.php?desc=a67+bear&row1=FDF265ED2A1C87B0&row2=E07B7AA2118AD660 E07B7AA2118AD660 FDF265ED2A1C87B0]||FeralKitty||
 +
|-
 +
|007A068||[http://pinataisland.info/vision/index.php?desc=a68+bear&row1=E8C474361701D65E&row2=F7B9F1A0BDE45A67 F7B9F1A0BDE45A67 E8C474361701D65E]||FeralKitty||
 +
|-
 +
|007A069||[http://pinataisland.info/vision/index.php?desc=a69+bear&row1=8563F8E2D056EFF7&row2=F0E9EA1E0F00F7CE F0E9EA1E0F00F7CE 8563F8E2D056EFF7]||FeralKitty||
 +
|-
 +
|007A070||[http://pinataisland.info/vision/index.php?desc=a70+bear&row1=A6205AC2890FC766&row2=924AF8829B58C656 924AF8829B58C656 A6205AC2890FC766]||FeralKitty||
 +
|-
 +
|007A071||[http://pinataisland.info/vision/index.php?desc=a71+bear&row1=ECEBE2A4249483FF&row2=C070286B3C04A39F C070286B3C04A39F ECEBE2A4249483FF]||FeralKitty||
 +
|-
 +
|007A072||[http://pinataisland.info/vision/index.php?desc=a72+bear&row1=E3D054E67A2B376A&row2=DA6DB9500FAA0815 DA6DB9500FAA0815 E3D054E67A2B376A]||FeralKitty||
 +
|-
 +
|007A073||[http://pinataisland.info/vision/index.php?desc=a73+bear&row1=F0524C5BD67A13B5&row2=A2EBF49C5B282FFA A2EBF49C5B282FFA F0524C5BD67A13B5]||FeralKitty||
 +
|-
 +
|007A074||[http://pinataisland.info/vision/index.php?desc=a74+bear&row1=909E79205F4EDF44&row2=CBEBF8141D7BF2A4 CBEBF8141D7BF2A4 909E79205F4EDF44]||FeralKitty||
 +
|-
 +
|007A075||[http://pinataisland.info/vision/index.php?desc=a75+bear&row1=93B6CB7C7496C30B&row2=D361B4906832D06B D361B4906832D06B 93B6CB7C7496C30B]||FeralKitty||
 +
|-
 +
|007A076||[http://pinataisland.info/vision/index.php?desc=a76+bear&row1=D75D08C2DDE5D84C&row2=B7B1F4A96DF51723 B7B1F4A96DF51723 D75D08C2DDE5D84C]||FeralKitty||
 +
|-
 +
|007A077||[http://pinataisland.info/vision/index.php?desc=a77+bear&row1=FF2AC0686ADFE503&row2=9AA82E424C41DB7C 9AA82E424C41DB7C FF2AC0686ADFE503]||FeralKitty||
 +
|-
 +
|007A078||[http://pinataisland.info/vision/index.php?desc=a78+bear&row1=D0687A937AC3BE42&row2=A26154368F0E5E82 A26154368F0E5E82 D0687A937AC3BE42]||FeralKitty||
 +
|-
 +
|007A079||[http://pinataisland.info/vision/index.php?desc=a79+bear&row1=EF9DA966A679859D&row2=BBE078A039B96F8D BBE078A039B96F8D EF9DA966A679859D]||FeralKitty||
 +
|-
 +
|007A080||[http://pinataisland.info/vision/index.php?desc=a80+bear&row1=364CCCD2F960FD49&row2=F97F8138267E8C81 F97F8138267E8C81 364CCCD2F960FD49]||FeralKitty||
 +
|-
 +
|007A081||[http://pinataisland.info/vision/index.php?desc=a81+bear&row1=5DA8F85B2F7F1381&row2=C76CC7B7F905C379 C76CC7B7F905C379 5DA8F85B2F7F1381]||FeralKitty||
 +
|-
 +
|007A082||[http://pinataisland.info/vision/index.php?desc=a82+bear&row1=626DFAED2A1C87B0&row2=E07B7AA2118ADFF0 E07B7AA2118ADFF0 626DFAED2A1C87B0]||FeralKitty||
 +
|-
 +
|007A083||[http://pinataisland.info/vision/index.php?desc=a83+bear&row1=258E41343D522F48&row2=86F1A0953B6ECF18 86F1A0953B6ECF18 258E41343D522F48]||FeralKitty||
 +
|-
 +
|007A084||[http://pinataisland.info/vision/index.php?desc=a84+bear&row1=056360E2D8A6EF67&row2=F0E9EA0E1F00F7CE F0E9EA0E1F00F7CE 056360E2D8A6EF67]||FeralKitty||
 +
|-
 +
|007A085||[http://pinataisland.info/vision/index.php?desc=a85+bear&row1=7834E4C69781D65E&row2=FEB9F150BDE45A67 FEB9F150BDE45A67 7834E4C69781D65E]||FeralKitty||
 +
|-
 +
|007A086||[http://pinataisland.info/vision/index.php?desc=a86+bear&row1=7C7B7254D41483FF&row2=C070286A3D04A39F C070286A3D04A39F 7C7B7254D41483FF]||FeralKitty||
 +
|-
 +
|007A087||[http://pinataisland.info/vision/index.php?desc=a87+bear&row1=57205A33890DD766&row2=925AF8829B58E656 925AF8829B58E656 57205A33890DD766]||FeralKitty||
 +
|-
 +
|007A088||[http://pinataisland.info/vision/index.php?desc=a88+bear&row1=6052B954D67A51B5&row2=A2EBF49C5B383FFA A2EBF49C5B383FFA 6052B954D67A51B5]||FeralKitty||
 +
|-
 +
|007A089||[http://pinataisland.info/vision/index.php?desc=a89+bear&row1=7320A476EADB376A&row2=DA6DB1500FAA0B15 DA6DB1500FAA0B15 7320A476EADB376A]||FeralKitty||
 +
|-
 +
|007A090||[http://pinataisland.info/vision/index.php?desc=a90+bear&row1=13F69B5C54C6C30B&row2=D361B4906832F02B D361B4906832F02B 13F69B5C54C6C30B]||FeralKitty||
 +
|-
 +
|007A091||[http://pinataisland.info/vision/index.php?desc=a91+bear&row1=10CE7120564CDB44&row2=CB7BF8143D7BF2A4 CB7BF8143D7BF2A4 10CE7120564CDB44]||FeralKitty||Reading Glasses
 +
|-
 +
|007A092||[http://pinataisland.info/vision/index.php?desc=a92+bear&row1=662BC04869DF7503&row2=9A582E424C41DB3C 9A582E424C41DB3C 662BC04869DF7503]||FeralKitty||
 +
|-
 +
|007A093||[http://pinataisland.info/vision/index.php?desc=a93+bear&row1=27520DC0D8E7D84C&row2=B7B1F5A94DF51723 B7B1F5A94DF51723 27520DC0D8E7D84C]||FeralKitty||
 +
|-
 +
|007A094||[http://pinataisland.info/vision/index.php?desc=a94+bear&row1=7F92A9F6AF7C879D&row2=BBE070A0C9B96F8D BBE070A0C9B96F8D 7F92A9F6AF7C879D]||FeralKitty||
 +
|-
 +
|007A095||[http://pinataisland.info/vision/index.php?desc=a95+bear&row1=286879A37A91BE42&row2=A26154368D0E5ED2 A26154368D0E5ED2 286879A37A91BE42]||FeralKitty||
 +
|-
 +
|007A096||[http://pinataisland.info/vision/index.php?desc=a96+bear&row1=E0C67B341E01D65E&row2=B7B1F6A96DF71713 B7B1F6A96DF71713 E0C67B341E01D65E]||FeralKitty||
 +
|-
 +
|007A097||[http://pinataisland.info/vision/index.php?desc=a97+bear&row1=8553F8A2C0567FF7&row2=CAA86E424C41DA6C CAA86E424C41DA6C 8553F8A2C0567FF7]||FeralKitty||
 +
|-
 +
|007A098||[http://pinataisland.info/vision/index.php?desc=a98+bear&row1=A6285AE289BFC666&row2=A26134368F0E5EA2 A26134368F0E5EA2 A6285AE289BFC666]||FeralKitty||
 +
|-
 +
|007A099||[http://pinataisland.info/vision/index.php?desc=a99+bear&row1=E3EFEDA62B9483FF&row2=BBE039E039896F8D BBE039E039896F8D E3EFEDA62B9483FF]||FeralKitty||
 +
|-
 +
|007A100||[http://pinataisland.info/vision/index.php?desc=a100+bear&row1=ACD27BE4552B376A&row2=F97F8108267E8D91 F97F8108267E8D91 ACD27BE4552B376A]||FeralKitty||
 +
|-
 +
|007A101||[http://pinataisland.info/vision/index.php?desc=a101+bear&row1=81A04C5BD66A92B5&row2=C77CC7B7F90BC779 C77CC7B7F90BC779 81A04C5BD66A92B5]||FeralKitty||
 +
|-
 +
|007A102||[http://pinataisland.info/vision/index.php?desc=a102+bear&row1=A0BE492B5B4EDF44&row2=E07B7AA2118AC4E0 E07B7AA2118AC4E0 A0BE492B5B4EDF44]||FeralKitty||
 +
|-
 +
|007A103||[http://pinataisland.info/vision/index.php?desc=a103+bear&row1=81B6367CEF96C30B&row2=97F0A0952B6ECF18 97F0A0952B6ECF18 81B6367CEF96C30B]||FeralKitty||
 +
|-
 +
|007A104||[http://pinataisland.info/vision/index.php?desc=a104+bear&row1=D55D0092D2A5D84C&row2=F0E9EA5D1F40F7CE F0E9EA5D1F40F7CE D55D0092D2A5D84C]||FeralKitty||
 +
|-
 +
|007A105||[http://pinataisland.info/vision/index.php?desc=a105+bear&row1=AF2AC0D86BDFE503&row2=F78CF150BCE45A77 F78CF150BCE45A77 AF2AC0D86BDFE503]||FeralKitty||
 +
|-
 +
|007A106||[http://pinataisland.info/vision/index.php?desc=a106+bear&row1=D6687F937A33BE42&row2=C07028686D00A39F C07028686D00A39F D6687F937A33BE42]||FeralKitty||
 +
|-
 +
|007A107||[http://pinataisland.info/vision/index.php?desc=a107+bear&row1=EB9DAA64A671D59D&row2=925AF8869B50C446 925AF8869B50C446 EB9DAA64A671D59D]||FeralKitty||
 +
|-
 +
|007A108||[http://pinataisland.info/vision/index.php?desc=a108+bear&row1=CFBCCC30D9607809&row2=A2EBF49C5B693FDA A2EBF49C5B693FDA CFBCCC30D9607809]||FeralKitty||
 +
|-
 +
|007A109||[http://pinataisland.info/vision/index.php?desc=a109+bear&row1=9618F85F487F1381&row2=DE6DB1500F9B0815 DE6DB1500F9B0815 9618F85F487F1381]||FeralKitty||
 +
|-
 +
|007A110||[http://pinataisland.info/vision/index.php?desc=a110+bear&row1=838C0AED2A1C87B0&row2=D761B4906833D42B D761B4906833D42B 838C0AED2A1C87B0]||FeralKitty||
 +
|-
 +
|007A111||[http://pinataisland.info/vision/index.php?desc=a111+bear&row1=F90E413BC3522B08&row2=CB7BF8540D7BE2A4 CB7BF8540D7BE2A4 F90E413BC3522B08]||FeralKitty||
 +
|-
 +
|007A112||[http://pinataisland.info/vision/index.php?desc=a112+bear&row1=055360A2C8A67F67&row2=CA586E424C41DA2C CA586E424C41DA2C 055360A2C8A67F67]||FeralKitty||
 +
|-
 +
|007A113||[http://pinataisland.info/vision/index.php?desc=a113+bear&row1=7036EBC49E81D65E&row2=B7B1F7A94DF71713 B7B1F7A94DF71713 7036EBC49E81D65E]||FeralKitty||
 +
|-
 +
|007A114||[http://pinataisland.info/vision/index.php?desc=a114+bear&row1=737F7D56DB1483FF&row2=BBE031E0C9896F8D BBE031E0C9896F8D 737F7D56DB1483FF]||FeralKitty||
 +
|-
 +
|007A115||[http://pinataisland.info/vision/index.php?desc=a115+bear&row1=57285A7389BDD666&row2=A26134368D0E5EE2 A26134368D0E5EE2 57285A7389BDD666]||FeralKitty||
 +
|-
 +
|007A116||[http://pinataisland.info/vision/index.php?desc=a116+bear&row1=01A0B954D66AA0B5&row2=C77CC7B7F90AC769 C77CC7B7F90AC769 01A0B954D66AA0B5]||FeralKitty||
 +
|-
 +
|007A117||[http://pinataisland.info/vision/index.php?desc=a117+bear&row1=5C22EB74A5DB376A&row2=F97F8120267E8D91 F97F8120267E8D91 5C22EB74A5DB376A]||FeralKitty||
 +
|-
 +
|007A118||[http://pinataisland.info/vision/index.php?desc=a118+bear&row1=01F6165CAFC6C30B&row2=96F0A1952B6ECF18 96F0A1952B6ECF18 01F6165CAFC6C30B]||FeralKitty||
 +
|-
 +
|007A119||[http://pinataisland.info/vision/index.php?desc=a119+bear&row1=50FE412B544CDB44&row2=E07B7AA2118ACB70 E07B7AA2118ACB70 50FE412B544CDB44]||FeralKitty||
 +
|-
 +
|007A120||[http://pinataisland.info/vision/index.php?desc=a120+bear&row1=562BC08868DF7503&row2=FE8CF1A0BCE45A77 FE8CF1A0BCE45A77 562BC08868DF7503]||FeralKitty||
 +
|-
 +
|007A121||[http://pinataisland.info/vision/index.php?desc=a121+bear&row1=25520290D0A7D84C&row2=F0E9EA4D0F40F7CE F0E9EA4D0F40F7CE 25520290D0A7D84C]||FeralKitty||
 +
|-
 +
|007A122||[http://pinataisland.info/vision/index.php?desc=a122+bear&row1=7B92AAF4AF73D79D&row2=924AF8869B50E446 924AF8869B50E446 7B92AAF4AF73D79D]||FeralKitty||Cook Hat
 +
|-
 +
|007A123||[http://pinataisland.info/vision/index.php?desc=a123+bear&row1=2F687DA37A11BE42&row2=C07028696C00A39F C07028696C00A39F 2F687DA37A11BE42]||FeralKitty||Tail Bow
 +
|-
 +
|007A124||[http://pinataisland.info/vision/index.php?desc=a124+bear&row1=3BC8F85F487F1381&row2=DE6DB9500F9B0B15 DE6DB9500F9B0B15 3BC8F85F487F1381]||FeralKitty||
 +
|-
 +
|007A125||[http://pinataisland.info/vision/index.php?desc=a125+bear&row1=3DBDCC20D8606809&row2=A2EBF49C5B792FDA A2EBF49C5B792FDA 3DBDCC20D8606809]||FeralKitty||
 +
|-
 +
|007A126||[http://pinataisland.info/vision/index.php?desc=a126+bear&row1=690CB13B33562B48&row2=CBEBF8542D7BE2A4 CBEBF8542D7BE2A4 690CB13B33562B48]||FeralKitty||
 +
|-
 +
|007A127||[http://pinataisland.info/vision/index.php?desc=a127+bear&row1=0C0385ED2A1C87B0&row2=D761B4906833F46B D761B4906833F46B 0C0385ED2A1C87B0]||FeralKitty||
 +
|-
 +
|007A128||[http://pinataisland.info/vision/index.php?desc=a128+bear&row1=A38874AF5A2B376A&row2=A2EBF49C592B3CFA A2EBF49C592B3CFA A38874AF5A2B376A]||FeralKitty||
 +
|-
 +
|007A129||[http://pinataisland.info/vision/index.php?desc=a129+bear&row1=D1524C58CF5A12B5&row2=DA6DB1406F5A0805 DA6DB1406F5A0805 D1524C58CF5A12B5]||FeralKitty||
 +
|-
 +
|007A130||[http://pinataisland.info/vision/index.php?desc=a130+bear&row1=C0AE69245F47D244&row2=8361B4906826C03B 8361B4906826C03B C0AE69245F47D244]||FeralKitty||
 +
|-
 +
|007A131||[http://pinataisland.info/vision/index.php?desc=a131+bear&row1=83BBC4717B96C30B&row2=CA7B28341D6BF2A4 CA7B28341D6BF2A4 83BBC4717B96C30B]||FeralKitty||
 +
|-
 +
|007A132||[http://pinataisland.info/vision/index.php?desc=a132+bear&row1=C75C28320D75D84C&row2=9A4D2E424C41C86C 9A4D2E424C41C86C C75C28320D75D84C]||FeralKitty||
 +
|-
 +
|007A133||[http://pinataisland.info/vision/index.php?desc=a133+bear&row1=DF21C0786EDF9503&row2=B7F1F5A97DF61763 B7F1F5A97DF61763 DF21C0786EDF9503]||FeralKitty||
 +
|-
 +
|007A134||[http://pinataisland.info/vision/index.php?desc=a134+bear&row1=906875137AEEBE42&row2=BBF279A0DCB96F8D BBF279A0DCB96F8D 906875137AEEBE42]||FeralKitty||
 +
|-
 +
|007A135||[http://pinataisland.info/vision/index.php?desc=a135+bear&row1=FF9CE976A759059D&row2=A2614436870E5E62 A2614436870E5E62 FF9CE976A759059D]||FeralKitty||
 +
|-
 +
|007A136||[http://pinataisland.info/vision/index.php?desc=a136+bear&row1=CF4C9EC0F944E849&row2=D66CC7B7FC449369 D66CC7B7FC449369 CF4C9EC0F944E849]||FeralKitty||
 +
|-
 +
|007A137||[http://pinataisland.info/vision/index.php?desc=a137+bear&row1=B358F85F847F1381&row2=F97F8154267E8921 F97F8154267E8921 B358F85F847F1381]||FeralKitty||
 +
|-
 +
|007A138||[http://pinataisland.info/vision/index.php?desc=a138+bear&row1=D4DB2AED2A1C87B0&row2=87E1A1843B6ECF88 87E1A1843B6ECF88 D4DB2AED2A1C87B0]||FeralKitty||
 +
|-
 +
|007A139||[http://pinataisland.info/vision/index.php?desc=a139+bear&row1=FA8E49C4C252CF08&row2=E07B7AA2118AB200 E07B7AA2118AB200 FA8E49C4C252CF08]||FeralKitty||
 +
|-
 +
|007A140||[http://pinataisland.info/vision/index.php?desc=a140+bear&row1=B363F4C0D85FEF67&row2=F789F1A4FDE44B67 F789F1A4FDE44B67 B363F4C0D85FEF67]||FeralKitty||
 +
|-
 +
|007A141||[http://pinataisland.info/vision/index.php?desc=a141+bear&row1=A81B549F3781D65E&row2=F0E9E81C0C00F7CE F0E9E81C0C00F7CE A81B549F3781D65E]||FeralKitty||
 +
|-
 +
|007A142||[http://pinataisland.info/vision/index.php?desc=a142+bear&row1=AC54A27B041483FF&row2=924AD982CA58C456 924AD982CA58C456 AC54A27B041483FF]||FeralKitty||
 +
|-
 +
|007A143||[http://pinataisland.info/vision/index.php?desc=a143+bear&row1=A5244A30910F8766&row2=C070283B7C54A39F C070283B7C54A39F A5244A30910F8766]||FeralKitty||
 +
|-
 +
|007A144||[http://pinataisland.info/vision/index.php?desc=a144+bear&row1=2152B950CF5A50B5&row2=DA6DB9406F5A0B05 DA6DB9406F5A0B05 2152B950CF5A50B5]||FeralKitty||
 +
|-
 +
|007A145||[http://pinataisland.info/vision/index.php?desc=a145+bear&row1=5308E45FAADB376A&row2=A2EBF49C593B2CFA A2EBF49C593B2CFA 5308E45FAADB376A]||FeralKitty||
 +
|-
 +
|007A146||[http://pinataisland.info/vision/index.php?desc=a146+bear&row1=03FB94515BC6C30B&row2=CAEB28343D6BF2A4 CAEB28343D6BF2A4 03FB94515BC6C30B]||FeralKitty||
 +
|-
 +
|007A147||[http://pinataisland.info/vision/index.php?desc=a147+bear&row1=30EE61245643D044&row2=8361B4906826E07B 8361B4906826E07B 30EE61245643D044]||FeralKitty||
 +
|-
 +
|007A148||[http://pinataisland.info/vision/index.php?desc=a148+bear&row1=2620C0586CDF1503&row2=B7F1F4A95DF61763 B7F1F4A95DF61763 2620C0586CDF1503]||FeralKitty||
 +
|-
 +
|007A149||[http://pinataisland.info/vision/index.php?desc=a149+bear&row1=37532D300877D84C&row2=9ABD2E424C41C82C 9ABD2E424C41C82C 37532D300877D84C]||FeralKitty||
 +
|-
 +
|007A150||[http://pinataisland.info/vision/index.php?desc=a150+bear&row1=6F93E9E6AE5C079D&row2=A2614436830E5E42 A2614436830E5E42 6F93E9E6AE5C079D]||FeralKitty||
 +
|-
 +
|007A151||[http://pinataisland.info/vision/index.php?desc=a151+bear&row1=186871537AAABE42&row2=BBF271A02CB96F8D BBF271A02CB96F8D 186871537AAABE42]||FeralKitty||
 +
|-
 +
|007A152||[http://pinataisland.info/vision/index.php?desc=a152+bear&row1=69E8F85F847F1381&row2=F97F817B267E8921 F97F817B267E8921 69E8F85F847F1381]||FeralKitty||
 +
|-
 +
|007A153||[http://pinataisland.info/vision/index.php?desc=a153+bear&row1=3D4D9ED0F844F849&row2=D66CC7B7FC459379 D66CC7B7FC459379 3D4D9ED0F844F849]||FeralKitty||
 +
|-
 +
|007A154||[http://pinataisland.info/vision/index.php?desc=a154+bear&row1=6A8CB9C43256CF48&row2=E07B7AA2118ABD80 E07B7AA2118ABD80 6A8CB9C43256CF48]||FeralKitty||
 +
|-
 +
|007A155||[http://pinataisland.info/vision/index.php?desc=a155+bear&row1=2B24D5ED2A1C87B0&row2=86E1A0843B6ECF88 86E1A0843B6ECF88 2B24D5ED2A1C87B0]||FeralKitty||
 +
|-
 +
|007A156||[http://pinataisland.info/vision/index.php?desc=a156+bear&row1=589BA41FC701D65E&row2=F0E9E80C1C00F7CE F0E9E80C1C00F7CE 589BA41FC701D65E]||FeralKitty||
 +
|-
 +
|007A157||[http://pinataisland.info/vision/index.php?desc=a157+bear&row1=43636BC0D0AFEFF7&row2=FE89F154FDE44B67 FE89F154FDE44B67 43636BC0D0AFEFF7]||FeralKitty||
 +
|-
 +
|007A158||[http://pinataisland.info/vision/index.php?desc=a158+bear&row1=54244AC1910D9766&row2=C070283A7D54A39F C070283A7D54A39F 54244AC1910D9766]||FeralKitty||
 +
|-
 +
|007A159||[http://pinataisland.info/vision/index.php?desc=a159+bear&row1=5CA452EB849483FF&row2=925AD982CA58E456 925AD982CA58E456 5CA452EB849483FF]||FeralKitty||
 +
|-
 +
|007A160||[http://pinataisland.info/vision/index.php?desc=a160+bear&row1=C55C20120255D84C&row2=F7BCF1A4FCE44B77 F7BCF1A4FCE44B77 C55C20120255D84C]||FeralKitty||
 +
|-
 +
|007A161||[http://pinataisland.info/vision/index.php?desc=a161+bear&row1=9F21C0C86FDF9503&row2=F0E9E85F0C40F7CE F0E9E85F0C40F7CE 9F21C0C86FDF9503]||FeralKitty||
 +
|-
 +
|007A162||[http://pinataisland.info/vision/index.php?desc=a162+bear&row1=966876137A7EBE42&row2=924AD986CA50C646 924AD986CA50C646 966876137A7EBE42]||FeralKitty||
 +
|-
 +
|007A163||[http://pinataisland.info/vision/index.php?desc=a163+bear&row1=FB9CEA74A751259D&row2=C07028382C50A39F C07028382C50A39F FB9CEA74A751259D]||FeralKitty||
 +
|-
 +
|007A164||[http://pinataisland.info/vision/index.php?desc=a164+bear&row1=C6BC9E32D9447D09&row2=DE6DB9406F1B0805 DE6DB9406F1B0805 C6BC9E32D9447D09]||FeralKitty||
 +
|-
 +
|007A165||[http://pinataisland.info/vision/index.php?desc=a165+bear&row1=8718F85BF27F1381&row2=A2EBF49C596A2CDA A2EBF49C596A2CDA 8718F85BF27F1381]||FeralKitty||
 +
|-
 +
|007A166||[http://pinataisland.info/vision/index.php?desc=a166+bear&row1=B5BA4AED2A1C87B0&row2=CAEB28740D6BE2A4 CAEB28740D6BE2A4 B5BA4AED2A1C87B0]||FeralKitty||
 +
|-
 +
|007A167||[http://pinataisland.info/vision/index.php?desc=a167+bear&row1=D10E49CBCC52CB08&row2=8761B4906827C47B 8761B4906827C47B D10E49CBCC52CB08]||FeralKitty||
 +
|-
 +
|007A168||[http://pinataisland.info/vision/index.php?desc=a168+bear&row1=B353F490C85F7F67&row2=B7F1F6A97DF41753 B7F1F6A97DF41753 B353F490C85F7F67]||FeralKitty||
 +
|-
 +
|007A169||[http://pinataisland.info/vision/index.php?desc=a169+bear&row1=A01F5B9B3E81D65E&row2=CABD6E424C41C97C CABD6E424C41C97C A01F5B9B3E81D65E]||FeralKitty||
 +
|-
 +
|007A170||[http://pinataisland.info/vision/index.php?desc=a170+bear&row1=A356AD7F0B1483FF&row2=A2612436870E5E12 A2612436870E5E12 A356AD7F0B1483FF]||FeralKitty||
 +
|-
 +
|007A171||[http://pinataisland.info/vision/index.php?desc=a171+bear&row1=A52B4A7091BF8666&row2=BBF238E02C896F8D BBF238E02C896F8D A52B4A7091BF8666]||FeralKitty||
 +
|-
 +
|007A172||[http://pinataisland.info/vision/index.php?desc=a172+bear&row1=B0A0B950CF4A93B5&row2=F97F814B267E8831 F97F814B267E8831 B0A0B950CF4A93B5]||FeralKitty||
 +
|-
 +
|007A173||[http://pinataisland.info/vision/index.php?desc=a173+bear&row1=EC0D5B5B75DB376A&row2=D67CC7B7FC4B9779 D67CC7B7FC4B9779 EC0D5B5B75DB376A]||FeralKitty||
 +
|-
 +
|007A174||[http://pinataisland.info/vision/index.php?desc=a174+bear&row1=91FB3F51E6C6C30B&row2=E07B7AA2118AA090 E07B7AA2118AA090 91FB3F51E6C6C30B]||FeralKitty||
 +
|-
 +
|007A175||[http://pinataisland.info/vision/index.php?desc=a175+bear&row1=E08E59285443D044&row2=97E0A0842B6ECF88 97E0A0842B6ECF88 E08E59285443D044]||FeralKitty||
 +
|-
 +
|007A176||[http://pinataisland.info/vision/index.php?desc=a176+bear&row1=1620C0986DDF1503&row2=F0E9E84F1C40F7CE F0E9E84F1C40F7CE 1620C0986DDF1503]||FeralKitty||
 +
|-
 +
|007A177||[http://pinataisland.info/vision/index.php?desc=a177+bear&row1=355322100057D84C&row2=FEBCF154FCE44B77 FEBCF154FCE44B77 355322100057D84C]||FeralKitty||
 +
|-
 +
|007A178||[http://pinataisland.info/vision/index.php?desc=a178+bear&row1=6B93EAE4AE53279D&row2=C07028392D50A39F C07028392D50A39F 6B93EAE4AE53279D]||FeralKitty||
 +
|-
 +
|007A179||[http://pinataisland.info/vision/index.php?desc=a179+bear&row1=1F6872537A5ABE42&row2=925AD986CA50E646 925AD986CA50E646 1F6872537A5ABE42]||FeralKitty||
 +
|-
 +
|007A180||[http://pinataisland.info/vision/index.php?desc=a180+bear&row1=2AC8F85BF27F1381&row2=A2EBF49C597A3CDA A2EBF49C597A3CDA 2AC8F85BF27F1381]||FeralKitty||
 +
|-
 +
|007A181||[http://pinataisland.info/vision/index.php?desc=a181+bear&row1=32BD9E22D8446D09&row2=DE6DB1406F1B0B05 DE6DB1406F1B0B05 32BD9E22D8446D09]||FeralKitty||
 +
|-
 +
|007A182||[http://pinataisland.info/vision/index.php?desc=a182+bear&row1=210CB9CB3C56CB48&row2=8761B4906827E43B 8761B4906827E43B 210CB9CB3C56CB48]||FeralKitty||Liberty Crown
 +
|-
 +
|007A183||[http://pinataisland.info/vision/index.php?desc=a183+bear&row1=4A45B5ED2A1C87B0&row2=CA7B28742D6BE2A4 CA7B28742D6BE2A4 4A45B5ED2A1C87B0]||FeralKitty||Jokduri
 +
|-
 +
|007A184||[http://pinataisland.info/vision/index.php?desc=a184+bear&row1=509FAB1BCE01D65E&row2=CA4D6E424C41C93C CA4D6E424C41C93C 509FAB1BCE01D65E]||FeralKitty||(No accessories worn)
 +
|-
 +
|007A185||[http://pinataisland.info/vision/index.php?desc=a185+bear&row1=43536B90C0AF7FF7&row2=B7F1F7A95DF41753 B7F1F7A95DF41753 43536B90C0AF7FF7]||FeralKitty||
 +
|-
 +
|007A186||[http://pinataisland.info/vision/index.php?desc=a186+bear&row1=542B4AE191BD9666&row2=BBF230E0DC896F8D BBF230E0DC896F8D 542B4AE191BD9666]||FeralKitty||
 +
|-
 +
|007A187||[http://pinataisland.info/vision/index.php?desc=a187+bear&row1=53A65DEF8B9483FF&row2=A2612436830E5E32 A2612436830E5E32 53A65DEF8B9483FF]||FeralKitty||
 +
|-
 +
|007A188||[http://pinataisland.info/vision/index.php?desc=a188+bear&row1=7C8DABABE52B376A&row2=D67CC7B7FC4A9769 D67CC7B7FC4A9769 7C8DABABE52B376A]||FeralKitty||
 +
|-
 +
|007A189||[http://pinataisland.info/vision/index.php?desc=a189+bear&row1=40A04C58CF4AA1B5&row2=F97F8164267E8831 F97F8164267E8831 40A04C58CF4AA1B5]||FeralKitty||
 +
|-
 +
|007A190||[http://pinataisland.info/vision/index.php?desc=a190+bear&row1=70DE51285B47D244&row2=96E0A1842B6ECF88 96E0A1842B6ECF88 70DE51285B47D244]||FeralKitty||
 +
|-
 +
|007A191||[http://pinataisland.info/vision/index.php?desc=a191+bear&row1=11BB1F71A696C30B&row2=E07B7AA2118AA810 E07B7AA2118AA810 11BB1F71A696C30B]||FeralKitty||
 +
|-
 +
|007A192||[http://pinataisland.info/vision/index.php?desc=a192+bear&row1=C64C9CC2F940ED49&row2=F97F8118267E89D1 F97F8118267E89D1 C64C9CC2F940ED49]||FeralKitty||
 +
|-
 +
|007A193||[http://pinataisland.info/vision/index.php?desc=a193+bear&row1=A258F85BD67F1381&row2=D76CC7B7FC04C379 D76CC7B7FC04C379 A258F85BD67F1381]||FeralKitty||
 +
|-
 +
|007A194||[http://pinataisland.info/vision/index.php?desc=a194+bear&row1=F6FF6AED2A1C87B0&row2=E07B7AA2118AF6D0 E07B7AA2118AF6D0 F6FF6AED2A1C87B0]||FeralKitty||
 +
|-
 +
|007A195||[http://pinataisland.info/vision/index.php?desc=a195+bear&row1=D58E4934CD52DF08&row2=87F1A0853B6ECF98 87F1A0853B6ECF98 D58E4934CD52DF08]||FeralKitty||
 +
|-
 +
|007A196||[http://pinataisland.info/vision/index.php?desc=a196+bear&row1=B563F0C2D856EF67&row2=F0E9E91E1D00F7CE F0E9E91E1D00F7CE B563F0C2D856EF67]||FeralKitty||
 +
|-
 +
|007A197||[http://pinataisland.info/vision/index.php?desc=a197+bear&row1=E81474961781D65E&row2=F7B9F154BDE44A67 F7B9F154BDE44A67 E81474961781D65E]||FeralKitty||
 +
|-
 +
|007A198||[http://pinataisland.info/vision/index.php?desc=a198+bear&row1=EC5BE274241483FF&row2=C070282B3D44A39F C070282B3D44A39F EC5BE274241483FF]||FeralKitty||
 +
|-
 +
|007A199||[http://pinataisland.info/vision/index.php?desc=a199+bear&row1=A7245A30890FD766&row2=925AD882CB58C656 925AD882CB58C656 A7245A30890FD766]||FeralKitty||
 +
|-
 +
|007A200||[http://pinataisland.info/vision/index.php?desc=a200+bear&row1=F052B950C67A13B5&row2=A2EBF49C58283DFA A2EBF49C58283DFA F052B950C67A13B5]||FeralKitty||
 +
|-
 +
|007A201||[http://pinataisland.info/vision/index.php?desc=a201+bear&row1=E30054567ADB376A&row2=DA6DB1404FAA0815 DA6DB1404FAA0815 E30054567ADB376A]||FeralKitty||
 +
|-
 +
|007A202||[http://pinataisland.info/vision/index.php?desc=a202+bear&row1=93FFCB5374C6C30B&row2=D361B4906822D03B D361B4906822D03B 93FFCB5374C6C30B]||FeralKitty||
 +
|-
 +
|007A203||[http://pinataisland.info/vision/index.php?desc=a203+bear&row1=909E79205643D844&row2=CA7BD8141D7BF2A4 CA7BD8141D7BF2A4 909E79205643D844]||FeralKitty||
 +
|-
 +
|007A204||[http://pinataisland.info/vision/index.php?desc=a204+bear&row1=D62AC0486EDF7503&row2=9A482E424C41CB7C 9A482E424C41CB7C D62AC0486EDF7503]||FeralKitty||
 +
|-
 +
|007A205||[http://pinataisland.info/vision/index.php?desc=a205+bear&row1=D75308C02DE7D84C&row2=B7B1F5A97DF51763 B7B1F5A97DF51763 D75308C02DE7D84C]||FeralKitty||
 +
|-
 +
|007A206||[http://pinataisland.info/vision/index.php?desc=a206+bear&row1=EF93A966AE79879D&row2=BBF078A0D9B96F8D BBF078A0D9B96F8D EF93A966AE79879D]||FeralKitty||
 +
|-
 +
|007A207||[http://pinataisland.info/vision/index.php?desc=a207+bear&row1=D86879137AE1BE42&row2=A2614436860E5ED2 A2614436860E5ED2 D86879137AE1BE42]||FeralKitty||
 +
|-
 +
|007A208||[http://pinataisland.info/vision/index.php?desc=a208+bear&row1=78E8F85BD67F1381&row2=D76CC7B7FC05C369 D76CC7B7FC05C369 78E8F85BD67F1381]||FeralKitty||
 +
|-
 +
|007A209||[http://pinataisland.info/vision/index.php?desc=a209+bear&row1=324D9CD2F840FD49&row2=F97F8130267E89D1 F97F8130267E89D1 324D9CD2F840FD49]||FeralKitty||
 +
|-
 +
|007A210||[http://pinataisland.info/vision/index.php?desc=a210+bear&row1=258CB9343D56DF48&row2=86F1A1853B6ECF98 86F1A1853B6ECF98 258CB9343D56DF48]||FeralKitty||
 +
|-
 +
|007A211||[http://pinataisland.info/vision/index.php?desc=a211+bear&row1=6F66F5ED2A1C87B0&row2=E07B7AA2118AFF20 E07B7AA2118AFF20 6F66F5ED2A1C87B0]||FeralKitty||
 +
|-
 +
|007A212||[http://pinataisland.info/vision/index.php?desc=a212+bear&row1=7894E4169701D65E&row2=FEB9F1A4BDE44A67 FEB9F1A4BDE44A67 7894E4169701D65E]||FeralKitty||
 +
|-
 +
|007A213||[http://pinataisland.info/vision/index.php?desc=a213+bear&row1=456368C2D0A6EFF7&row2=F0E9E90E0D00F7CE F0E9E90E0D00F7CE 456368C2D0A6EFF7]||FeralKitty||
 +
|-
 +
|007A214||[http://pinataisland.info/vision/index.php?desc=a214+bear&row1=56245AC1890DC766&row2=924AD882CB58E656 924AD882CB58E656 56245AC1890DC766]||FeralKitty||
 +
|-
 +
|007A215||[http://pinataisland.info/vision/index.php?desc=a215+bear&row1=7CAB72E4D49483FF&row2=C070282A3C44A39F C070282A3C44A39F 7CAB72E4D49483FF]||FeralKitty||
 +
|-
 +
|007A216||[http://pinataisland.info/vision/index.php?desc=a216+bear&row1=7380A4A6EA2B376A&row2=DA6DB9404FAA0B15 DA6DB9404FAA0B15 7380A4A6EA2B376A]||FeralKitty||
 +
|-
 +
|007A217||[http://pinataisland.info/vision/index.php?desc=a217+bear&row1=60524C58C67A51B5&row2=A2EBF49C58382DFA A2EBF49C58382DFA 60524C58C67A51B5]||FeralKitty||
 +
|-
 +
|007A218||[http://pinataisland.info/vision/index.php?desc=a218+bear&row1=10CE71205F47DD44&row2=CAEBD8143D7BF2A4 CAEBD8143D7BF2A4 10CE71205F47DD44]||FeralKitty||
 +
|-
 +
|007A219||[http://pinataisland.info/vision/index.php?desc=a219+bear&row1=13BF9B735496C30B&row2=D361B4906822F07B D361B4906822F07B 13BF9B735496C30B]||FeralKitty||
 +
|-
 +
|007A220||[http://pinataisland.info/vision/index.php?desc=a220+bear&row1=275C0DC228E5D84C&row2=B7B1F4A95DF51763 B7B1F4A95DF51763 275C0DC228E5D84C]||FeralKitty||
 +
|-
 +
|007A221||[http://pinataisland.info/vision/index.php?desc=a221+bear&row1=2F2BC0686CDFE503&row2=9AB82E424C41CB3C 9AB82E424C41CB3C 2F2BC0686CDFE503]||FeralKitty||
 +
|-
 +
|007A222||[http://pinataisland.info/vision/index.php?desc=a222+bear&row1=20687A537AA3BE42&row2=A2614436820E5E82 A2614436820E5E82 20687A537AA3BE42]||FeralKitty||
 +
|-
 +
|007A223||[http://pinataisland.info/vision/index.php?desc=a223+bear&row1=7F9CA9F6A77C859D&row2=BBF070A029B96F8D BBF070A029B96F8D 7F9CA9F6A77C859D]||FeralKitty||
 +
|-
 +
|007A224||[http://pinataisland.info/vision/index.php?desc=a224+bear&row1=B553F092C8567F67&row2=CA486E424C41CA6C CA486E424C41CA6C B553F092C8567F67]||FeralKitty||
 +
|-
 +
|007A225||[http://pinataisland.info/vision/index.php?desc=a225+bear&row1=E0167B941E81D65E&row2=B7B1F7A97DF71753 B7B1F7A97DF71753 E0167B941E81D65E]||FeralKitty||
 +
|-
 +
|007A226||[http://pinataisland.info/vision/index.php?desc=a226+bear&row1=E35FED762B1483FF&row2=BBF039E0D9896F8D BBF039E0D9896F8D E35FED762B1483FF]||FeralKitty||
 +
|-
 +
|007A227||[http://pinataisland.info/vision/index.php?desc=a227+bear&row1=A72B5A7089BFD666&row2=A2612436860E5EE2 A2612436860E5EE2 A72B5A7089BFD666]||FeralKitty||
 +
|-
 +
|007A228||[http://pinataisland.info/vision/index.php?desc=a228+bear&row1=81A0B950C66A92B5&row2=D77CC7B7FC0BC769 D77CC7B7FC0BC769 81A0B950C66A92B5]||FeralKitty||
 +
|-
 +
|007A229||[http://pinataisland.info/vision/index.php?desc=a229+bear&row1=AC027B5455DB376A&row2=F97F8100267E88C1 F97F8100267E88C1 AC027B5455DB376A]||FeralKitty||
 +
|-
 +
|007A230||[http://pinataisland.info/vision/index.php?desc=a230+bear&row1=81FF3653EFC6C30B&row2=97F0A1852B6ECF98 97F0A1852B6ECF98 81FF3653EFC6C30B]||FeralKitty||
 +
|-
 +
|007A231||[http://pinataisland.info/vision/index.php?desc=a231+bear&row1=A0BE492B5443D844&row2=E07B7AA2118AE430 E07B7AA2118AE430 A0BE492B5443D844]||FeralKitty||
 +
|-
 +
|007A232||[http://pinataisland.info/vision/index.php?desc=a232+bear&row1=962AC0886FDF7503&row2=F78CF1A4BCE44A77 F78CF1A4BCE44A77 962AC0886FDF7503]||FeralKitty||
 +
|-
 +
|007A233||[http://pinataisland.info/vision/index.php?desc=a233+bear&row1=D553009022A7D84C&row2=F0E9E95D0D40F7CE F0E9E95D0D40F7CE D553009022A7D84C]||FeralKitty||
 +
|-
 +
|007A234||[http://pinataisland.info/vision/index.php?desc=a234+bear&row1=EB93AA64AE71D79D&row2=924AD886CB50C446 924AD886CB50C446 EB93AA64AE71D79D]||FeralKitty||
 +
|-
 +
|007A235||[http://pinataisland.info/vision/index.php?desc=a235+bear&row1=DF687D137A71BE42&row2=C07028286C40A39F C07028286C40A39F DF687D137A71BE42]||FeralKitty||
 +
|-
 +
|007A236||[http://pinataisland.info/vision/index.php?desc=a236+bear&row1=C438F85FB07F1381&row2=DE6DB9404F9B0815 DE6DB9404F9B0815 C438F85FB07F1381]||FeralKitty||
 +
|-
 +
|007A237||[http://pinataisland.info/vision/index.php?desc=a237+bear&row1=CDBD9C30D8407809&row2=A2EBF49C58692DDA A2EBF49C58692DDA CDBD9C30D8407809]||FeralKitty||
 +
|-
 +
|007A238||[http://pinataisland.info/vision/index.php?desc=a238+bear&row1=F90CB93BC356DB08&row2=CAEBD8540D7BE2A4 CAEBD8540D7BE2A4 F90CB93BC356DB08]||FeralKitty||
 +
|-
 +
|007A239||[http://pinataisland.info/vision/index.php?desc=a239+bear&row1=8E8705ED2A1C87B0&row2=D761B4906823D47B D761B4906823D47B 8E8705ED2A1C87B0]||FeralKitty||
 +
|-
 +
|007A240||[http://pinataisland.info/vision/index.php?desc=a240+bear&row1=7096EB149E01D65E&row2=B7B1F6A95DF71753 B7B1F6A95DF71753 7096EB149E01D65E]||FeralKitty||
 +
|-
 +
|007A241||[http://pinataisland.info/vision/index.php?desc=a241+bear&row1=45536892C0A67FF7&row2=CAB86E424C41CA2C CAB86E424C41CA2C 45536892C0A67FF7]||FeralKitty||
 +
|-
 +
|007A242||[http://pinataisland.info/vision/index.php?desc=a242+bear&row1=562B5AE189BDC666&row2=A2612436820E5EA2 A2612436820E5EA2 562B5AE189BDC666]||FeralKitty||
 +
|-
 +
|007A243||[http://pinataisland.info/vision/index.php?desc=a243+bear&row1=73AF7DE6DB9483FF&row2=BBF031E029896F8D BBF031E029896F8D 73AF7DE6DB9483FF]||FeralKitty||
 +
|-
 +
|007A244||[http://pinataisland.info/vision/index.php?desc=a244+bear&row1=5C82EBA4A52B376A&row2=F97F8128267E88C1 F97F8128267E88C1 5C82EBA4A52B376A]||FeralKitty||
 +
|-
 +
|007A245||[http://pinataisland.info/vision/index.php?desc=a245+bear&row1=01A04C58C66AA0B5&row2=D77CC7B7FC0AC779 D77CC7B7FC0AC779 01A04C58C66AA0B5]||FeralKitty||
 +
|-
 +
|007A246||[http://pinataisland.info/vision/index.php?desc=a246+bear&row1=50FE412B5B47DD44&row2=E07B7AA2118AEBC0 E07B7AA2118AEBC0 50FE412B5B47DD44]||FeralKitty||
 +
|-
 +
|007A247||[http://pinataisland.info/vision/index.php?desc=a247+bear&row1=01BF1673AF96C30B&row2=96F0A0852B6ECF98 96F0A0852B6ECF98 01BF1673AF96C30B]||FeralKitty||
 +
|-
 +
|007A248||[http://pinataisland.info/vision/index.php?desc=a248+bear&row1=255C029220A5D84C&row2=F0E9E94D1D40F7CE F0E9E94D1D40F7CE 255C029220A5D84C]||FeralKitty||
 +
|-
 +
|007A249||[http://pinataisland.info/vision/index.php?desc=a249+bear&row1=1F2BC0D86DDFE503&row2=FE8CF154BCE44A77 FE8CF154BCE44A77 1F2BC0D86DDFE503]||FeralKitty||
 +
|-
 +
|007A250||[http://pinataisland.info/vision/index.php?desc=a250+bear&row1=26687F537A53BE42&row2=C07028296D40A39F C07028296D40A39F 26687F537A53BE42]||FeralKitty||
 +
|-
 +
|007A251||[http://pinataisland.info/vision/index.php?desc=a251+bear&row1=7B9CAAF4A773D59D&row2=925AD886CB50E446 925AD886CB50E446 7B9CAAF4A773D59D]||FeralKitty||
 +
|-
 +
|007A252||[http://pinataisland.info/vision/index.php?desc=a252+bear&row1=3FBC9C20D9406809&row2=A2EBF49C58793DDA A2EBF49C58793DDA 3FBC9C20D9406809]||FeralKitty||
 +
|-
 +
|007A253||[http://pinataisland.info/vision/index.php?desc=a253+bear&row1=1F98F85FB07F1381&row2=DE6DB1404F9B0B15 DE6DB1404F9B0B15 1F98F85FB07F1381]||FeralKitty||
 +
|-
 +
|007A254||[http://pinataisland.info/vision/index.php?desc=a254+bear&row1=070E8AED2A1C87B0&row2=D761B4906823F43B D761B4906823F43B 070E8AED2A1C87B0]||FeralKitty||
 +
|-
 +
|007A255||[http://pinataisland.info/vision/index.php?desc=a255+bear&row1=690E493B3352DB48&row2=CA7BD8542D7BE2A4 CA7BD8542D7BE2A4 690E493B3352DB48]||FeralKitty||
 +
|-
 +
|}
 
|}
 
|}
  
 
[[Category:Pinata Vision barcode]]
 
[[Category:Pinata Vision barcode]]

Revision as of 08:23, 1 May 2011

Accessories can be found in the 1900-2000s range of the ID table. There appear to be less than 256 accessories in-game, and the accessory data does in fact code the accessory items as 8-bit values.

Encoded (8-bit) accessory item values are normalized PlaceTag IDs. (E.g., item 1 is PlaceTag ID 1905, item 2 is 1906, and so on.)

Accessories with color choices also have a 4-bit encoded color value. (Refer to the Encoded data for accessories.)

Although the village shop limits purchases to 5 accessories per pinata, six-accessory cards do exist. It's possible that cards could be generated with accessories for each possible slot.

Payload type

While it is possible to encode accessory details by supplying (accessory PlaceTagIDs in) successive ID payloads (see themed card sets), this is generally less compact than using the accessory payload. Payload type 11101 is the preferred method of encoding accessory details (and also supports specifying accessory colors).

Accessory data

The optional accessory data is variable length, starting off with a 4-bit color accessory count, followed by that number of 8-bit accessory item and 4-bit color values. A second 4-bit count (for default color accessories) indicates the number of additional 8-bit accessory item values.

Location of accessory data

Accessory data generally starts in row 1, immediately after the ID data.

Sample encoded data

The encoded data for the Parrybo Congo card looks like this:

Payload type Payload
00000 0001 (Start of data)
00001 (ID) 87 (Parrybo)
11101 (Accessory) 11 532 123 14 155
10110 (Reuse) 1
11000 (Use cost) 5700
00000 0000 (End of data)

1(4-bit) count of color accessories, i.e., one item and color value follows.

2The (8-bit) item value of the accessory, i.e. 53 (or Bushy Mustache)

3The preceeding item's (4-bit) color choice, i.e. 12 (or Black)

4(4-bit) count of (remaining) accessories (with no color details), i.e. one additional accessory

5The (8-bit) item value of the accessory, i.e. 15 (or Pillager's Helmet)

Decoding accessory data

An easy way to spot accessoried pinatas at VivaPinata.com is to check how many barcode rows are on the card. A player-created card with 3 rows definitely has 5 or more accessories. A player-created non-wildcard non-variant card with 2 rows definitely has accessories. (A normal pinata without accessories has a 1 row barcode.)

Sample of cards with accessories

This is an incomplete list of cards where scanned pinatas are wearing accessories. Most of the cards are official versions released by Rare before the launch of Trouble in Paradise. (Recognized by a SpeciesPV name, and a picture of 3 accessories on the front of the card.) A few of the cards are date-locked, while the remaining cards are player-created from VivaPinata.com.

In addition to having accessories, pinatas may be variants and/or wildcards, or even have pinata names (Rare-only) encoded in the data.

The order of the accessories must exactly match the Journal accessories list, seen when viewing the scanned pinata's information. (Likewise, the variant numbering is from the Journal, not the wiki.)

The more accurate data we can collect for cards from the same obfuscation set, the more likely we can decode the underlying accessory data, and start to read accessory details from future/other cards.

Card name Accessory count Accessory 1 Accessory 2 Accessory 3 Accessory 4 Accessory 5
3F5A88CD1408B374C1EA.jpg
Use cost: ?
3 Conga's Top Hat Toff Monocle Secret Agent Bowtie
B23F27AE1408B344E767.jpg
Use cost: 9500
WC trait: ?
5 Halo of Hardness Disco Shades Lucky Earrings Sheriff's Badge Ballet Shoes
Banjo-Banjo_Kazooie-PV.jpg
Use cost: 0
Name: Banjo
GoodVariant: ? (brown)
2 Shark Tooth Necklace Breegull Carrier
BunnycombPV.jpg
Use cost: 0
Name: Aaron
3 Beaded Wig Big Jolly Lips Butcha's
DoenutPV.jpg
Use cost: 0
Name: Louie
3 Tail Bow Eighties Watch Edo Wig
Eaglair-TiP-Variant1-PV.jpg
Use cost: 5800
Variant: ? (yellow)
1 Yee-Haw Spurs
Easter-04.12.2009-PV.jpg
Use cost: 0
Name: Eggmond
GoodVariant: 4 (peach)
WC trait: ? (6-ears)
1 Bonnet
Jinjo-Banjo_Kazooie-PV.jpg
Use cost: 0
Name: Jinjo
GoodVariant: ? (sick green)
0
Macaraccoon-TroubleInParadise-Wildcard1-PV.jpg
Use cost: 24000
WC trait: ? (large lumps on face)
2 Von Ghoul Helmet Non-Resident Scarf
Moojoo-TroubleInParadise-Russia-PV.jpg
Use cost: 3200
Variant: ? (yellow)
1 Squazzil Hat
Parrybo-TroubleInParadise-Peru-PV.jpg
Use cost: 5600
2 Bling Earrings Bling Nose-Ring
SweetlePV.jpg
Use cost: 0
Name: Brandon
3 Clockwork Key Halloween Bolts Sweaty Wrist Band
Vulchurro-TroubleInParadise-USA-PV.jpg
Use cost: 2800
Variant: ? (blue/purple/pink)
2 Cook Hat Reading Glasses
Vulchurro-TroubleInParadise-Variant3-PV.jpg
Use cost: 5300
Variant: ? (blue/purple/pink)
2 Reading Glasses Cook Hat
10-CrowlaPV.jpg
Use cost: 0
Name: Dark Heart
2 Non-Resident Scarf Gold Medal
BuzzengePV.jpg
Use cost: 0
Name: Henry
3 Fair Dinkum Hat Breegull Waders Breegull Carrier
ClucklesPV.jpg
Use cost: 0
Name: Faith
3 Nurse's Hat Stethoscope Breegull Carrier
DG-asian-YanSuey.jpg
Use cost: 17000
WC trait: ? (large tail fin)
3 Handlebar Mustache Crystal Broach Cook Hat
FF2F6CB11408B42D2B34.jpg ?
Lemmoning-TroubleInParadise-Russia-PV.jpg ?
Quackberry-TroubleInParadise-India-PV.jpg ?
RaisantPV.jpg
Use cost: 0
Name: Lexie
3 Safety Helmet Bling Nose-Ring Combat Boots
Robean-TroubleInParadise-Winter-DG-PV.jpg
Use cost: 10,000
Variant: blueish green
WC trait: feather whiskers
2 Santa Hat Pendant Earrings
BadgesiclePV.jpg
Use cost: 0
Name: Andrew
3 Doenut Stalker Toff Monocle Caterpillars
Bispotti-TroubleInParadise-Easter-DG-PV.jpg
Use cost: 7200
WC trait: ? (curled feelers)
Variant: 3 (pink)
3 Pendant Necklace Safari Hat Lucky Earrings
DG-asian-HaikuLing.jpg
Use cost: 2900
2 Pointed Hat Breegull Carrier
DG-asian-JadeGalasusu.jpg
Use cost: 7600
Variant: ? (green)
3 Edo Wig Pendant Necklace Bottles' Glasses
GoobaaPV.jpg
Use cost: 0
Name: Abigail
3 Furry Earmuffs Fur Boots Non-Resident Scarf
Hootyfruity-TroubleInParadise-Korea-PV.jpg ?
MousemallowPV.jpg
Use cost: 0
Name: Rose
3 Funky Tie Srudent's Hat Geek Glasses
Parrybo-TroubleInParadise-Congo-PV.jpg ?
Parrybo-TroubleInParadise-PV.jpg ?
Pengum-TroubleInParadise-TeamMember-14-PV.jpg
Use cost: 0
Name: Fiddy Pence
3 Headphones Strong 'n Mach (necklace) Breegull Turbo Trainers
Profitamole-TroubleInParadise-Canada-PV.jpg ?
Sarsgorilla-TroubleInParadise-Wildcard3-DG.jpg ?
Sgt._Johnson-Halo-PV.jpg ?
Sweetle-TroubleInParadise-Egypt-PV.jpg
Use cost: 0
Variant: orange
1 School Cap
Tusk-Killer_Instinct-PV.jpg ?
PonockyPV.jpg
Use cost: 0
Name: Gabriel
3 Romance Earrings Sweaty Head Band Soccer Boots
JuicygoosePV.jpg
Use cost: 0
Name: Abigail
3 Mermaid Necklace Bonnet Pearly Bracelet
PengumPV.jpg
Use cost: 0
Name: Garnet
0
TartridgePV.jpg ?
PudgeonPV.jpg
Use cost: 0
Name: Harry
3 Strong 'n Macho (necklace) Football Helmet Sweaty Wrist Band
CherrapinPV.jpg
Use cost: 0
Name: Nuno
0
WhirlmPV.jpg ?
VulchurroPV.jpg
Use cost: 0
Name: Holly
3 Fake Winner's Rosette Soupswill Cook Hat Bushy Moustache
NewtgatPV.jpg
Use cost: 0
Name: Liam
3 Princess Hat Pendant Earrings Turkish Slippers
LackatoadPV.jpg
Use cost: 0
Name: George
3 Bunnycomb Ears Pendant Necklace Ballet Shoes
MacaracoonPV.jpg
Use cost: 0
Name: Oliver
3 Baseball Cap Robber's Mask Prisoner Bracelet
ParmadilloPV.jpg
Use cost: 0
Name: Max
3 Combat Boots Safety Helmet Bushy Moustache
CustaceanPV.jpg
Use cost: 0
Name: Ben
0
BarkbarkPV.jpg
Use cost: 0
Name: Max
3 Sailor Hat Fake Fin Shark Tooth Necklace
FlapyakPV.jpg
Use cost: 0
Name: Faith
3 Tap Shoes Secret Agent Bowtie Eighties Watch
ReddhottPV.jpg
Use cost: 0
Name: Dylan
3 Big Jolly Lips Star Earrings Disco Shades
ShellybeanPV.jpg
Use cost: 0
Name: Joel
3 La Parisienne (hat) Caterpillars Romance Earrings
FudgehogPV.jpg
Use cost: 0
Name: Jay
3 Ballet Shoes Romantic Flower Harlequin Mask
CamelloPV.jpg
Use cost: 0
Name: Alain
0
MothdropPV.jpg ?
CocoadilePV.jpg
Use cost: 0
Name: Isobel
3 Flamenco Shoes Beaded Wig Disco Shades
SweetoothPV.jpg
Use cost: 0
Name: Kieran
3 Yee-haw Spurs Knight Helmet Rashberry Badge
SparrowmintPV.jpg
Use cost: 0
Name: David
3 Tussle Tricorn Blackeye Patch Battletoad Bracelets
ChewnicornPV.jpg
Use cost: 0
Name: Yulia
0
MoojooPV.jpg
Use cost: 0
Name: Michel
0
SyrupentPV.jpg ?
SherbatPV.jpg
Use cost: 0
Name: Lilly
3 Super Hero Belt Super Hero Mask Breegull Waders
PieenaPV.jpg
Use cost: 0
Name: Johnny
Varian: pink
0
PeckanmixPV.jpg
Use cost: 0
Name: Jnin
3 Yeoman's Helm Ballet Shoes Romantic Flower
CrowlaPV.jpg
Use cost: 0
Name: Lily
3 Baby's Bib Snow Shoes Squazzil Hat
RobeanPV.jpg ?
LickatoadPV.jpg
Use cost: 0
Name: Rudy
3 Bling Bangle Weather-Girl Wig Buck Teeth
KittyflossPV.jpg
Use cost: 0
Name: Alberto
0
SarsgorillaPV.jpg
Use cost: 0
Name: Filipo
0
CinnamonkeyPV.jpg
Use cost: 0
Name: Jan
0
FlutterscotchPV.jpg
Use cost: 0
Name: Keira
3 Soccer Boots Clockwork Key School Cap
TwingersnapPV.jpg
Use cost: 0
Name: Noah
3 Football Helmet Bling Nose-Ring Buck Teeth
LemmoningPV.jpg
Use cost: 0
Name: Alisha
3 Belly-SplashSpecials Dentures of the Night Fake Fin
BispottiPV.jpg
Use cost: 0
Name: Amelia
3 Ash Slippers Hula Necklace Lupus Ears
GeckiePV.jpg ?
RashberryPV.jpg
Use cost: 0
Name: Kieran
3 Leafos Medalion Caesar's Hat Battletoad Bracelets
SmelbaPV.jpg ?
SquazzilPV.jpg
Use cost: 0
Name: Toby
3 Combat Boots Conkerific Helmet Barkbark Tags
ArocknidPV.jpg
Use cost: 0
Name: Lucas
3 Tail Bow Bonnet Flamenco Shoes
BuzzlegumPV.jpg
Use cost: 0
Name: Charles
3 Juno Helmet Astro-Walkers Rashberry Badge
CandaryPV.jpg
Use cost: 0
Name: Sienna
3 Disco Shades Leafos Medalion Yee-haw Boots
JameleonPV.jpg
Use cost: 0
Name: Louie
3 Sweaty Head Band Sweaty Wrist Band Breegull Turbo Trainers
HoghurtPV.jpg
Use cost: 0
Name: Gavin
0
SmorepionPV.jpg ?
QuackberryPV.jpg
Use cost: 0
Name: Oliver
3 Vela Wig Pendant Necklace Astro-Walkers
JeliPV.jpg
Use cost: 0
Name: Manfred
0

Working data