Super Animal Royale Wiki
No edit summary
(changed name to be consistent with Playfab name)
 
(533 intermediate revisions by 15 users not shown)
Line 3: Line 3:
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-fox.png"
+
file = "Char-fox.png",
  +
baseAnimal = "Fox",
  +
description = "<span style=\"color:#6bbf00; font-weight:bold\">Free</span>",
 
},
 
},
 
["Super Bear"] = {
 
["Super Bear"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-bear.png"
+
file = "Char-bear.png",
  +
baseAnimal = "Bear",
  +
description = "<span style=\"color:#6bbf00; font-weight:bold\">Free</span>",
 
},
 
},
 
["Super Skullcat"] = {
 
["Super Skullcat"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-skullcat.png"
+
file = "Char-skullcat.png",
  +
baseAnimal = "Skullcat",
  +
description = "<span style=\"color:#6bbf00; font-weight:bold\">Free</span>",
 
},
 
},
 
["Super Tiger"] = {
 
["Super Tiger"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-tiger.png"
+
file = "Char-tiger.png",
  +
baseAnimal = "Tiger",
  +
description = "<span style=\"color:#6bbf00; font-weight:bold\">Free</span>",
 
},
 
},
 
["Super Deer"] = {
 
["Super Deer"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-deer.png"
+
file = "Char-deer.png",
  +
baseAnimal = "Deer",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 75,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
 
},
 
},
 
["Super Panda"] = {
 
["Super Panda"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-panda.png"
+
file = "Char-panda.png",
  +
baseAnimal = "Panda",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 125,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 30,
  +
},
  +
},
 
},
 
},
 
["Super Raccoon"] = {
 
["Super Raccoon"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-raccoon.png"
+
file = "Char-raccoon.png",
  +
baseAnimal = "Raccoon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 75,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
 
},
 
},
 
["Super Sloth"] = {
 
["Super Sloth"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-sloth.png"
+
file = "Char-sloth.png",
  +
baseAnimal = "Sloth",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 125,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 30,
  +
},
  +
},
 
},
 
},
 
["Red Umbrella"] = {
 
["Red Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 0,
 
rarity = 0,
file = "Umbrella_base_red-resources.assets-261.png"
+
file = "umbrella_base_red-resources.assets-261.png",
  +
description = "Available to all players",
  +
group = 50,
 
},
 
},
 
["Blue Umbrella"] = {
 
["Blue Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 0,
 
rarity = 0,
file = "Umbrella_base_blue-resources.assets-4114.png"
+
file = "umbrella_base_blue-resources.assets-4114.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 100,
 
},
 
},
 
["Green Umbrella"] = {
 
["Green Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 0,
 
rarity = 0,
file = "Umbrella_base_green-resources.assets-3159.png"
+
file = "umbrella_base_green-resources.assets-3159.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 150,
 
},
 
},
 
["Orange Umbrella"] = {
 
["Orange Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 0,
 
rarity = 0,
file = "Umbrella_base_orange-resources.assets-2715.png"
+
file = "umbrella_base_orange-resources.assets-2715.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 200,
 
},
 
},
 
["Pink Umbrella"] = {
 
["Pink Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 0,
 
rarity = 0,
file = "Umbrella_base_pink-resources.assets-2788.png"
+
file = "umbrella_base_pink-resources.assets-2788.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 250,
 
},
 
},
 
["Brown Umbrella"] = {
 
["Brown Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 0,
 
rarity = 0,
file = "Umbrella_base_brown-resources.assets-3595.png"
+
file = "umbrella_base_brown-resources.assets-3595.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 300,
 
},
 
},
 
["Yellow Umbrella"] = {
 
["Yellow Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 0,
 
rarity = 0,
file = "Umbrella_base_yellow-resources.assets-2643.png"
+
file = "umbrella_base_yellow-resources.assets-2643.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 350,
 
},
 
},
 
["Aquamarine Parasol"] = {
 
["Aquamarine Parasol"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 2,
 
rarity = 2,
file = "Umbrella_parisol_aquamarine-resources.assets-1632.png"
+
file = "umbrella_parisol_aquamarine-resources.assets-1632.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 850,
 
},
 
},
 
["Blue Parasol"] = {
 
["Blue Parasol"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 2,
 
rarity = 2,
file = "Umbrella_parisol_blue-resources.assets-786.png"
+
file = "umbrella_parisol_blue-resources.assets-786.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 900,
 
},
 
},
 
["Green Parasol"] = {
 
["Green Parasol"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 2,
 
rarity = 2,
file = "Umbrella_parisol_green-resources.assets-1414.png"
+
file = "umbrella_parisol_green-resources.assets-1414.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 950,
 
},
 
},
 
["Pink Parasol"] = {
 
["Pink Parasol"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 2,
 
rarity = 2,
file = "Umbrella_parisol_pink-resources.assets-2147.png"
+
file = "umbrella_parisol_pink-resources.assets-2147.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1000,
 
},
 
},
 
["Violet Parasol"] = {
 
["Violet Parasol"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 2,
 
rarity = 2,
file = "Umbrella_parisol_violet-resources.assets-984.png"
+
file = "umbrella_parisol_violet-resources.assets-984.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1050,
 
},
 
},
 
["White Parasol"] = {
 
["White Parasol"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 2,
 
rarity = 2,
file = "Umbrella_parisol_white-resources.assets-243.png"
+
file = "umbrella_parisol_white-resources.assets-243.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1100,
 
},
 
},
 
["Yellow Parasol"] = {
 
["Yellow Parasol"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 2,
 
rarity = 2,
file = "Umbrella_parisol_yellow-resources.assets-2775.png"
+
file = "umbrella_parisol_yellow-resources.assets-2775.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1150,
 
},
 
},
 
["Red Polka Dot Umbrella"] = {
 
["Red Polka Dot Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 1,
 
rarity = 1,
file = "Umbrella_polkadot_red-resources.assets-1110.png"
+
file = "umbrella_polkadot_red-resources.assets-1110.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 400,
 
},
 
},
 
["Blue Polka Dot Umbrella"] = {
 
["Blue Polka Dot Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 1,
 
rarity = 1,
file = "Umbrella_polkadot_blue-resources.assets-2124.png"
+
file = "umbrella_polkadot_blue-resources.assets-2124.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 450,
 
},
 
},
 
["Brown Polka Dot Umbrella"] = {
 
["Brown Polka Dot Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 1,
 
rarity = 1,
file = "Umbrella_polkadot_brown-resources.assets-1020.png"
+
file = "umbrella_polkadot_brown-resources.assets-1020.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 500,
 
},
 
},
 
["Green Polka Dot Umbrella"] = {
 
["Green Polka Dot Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 1,
 
rarity = 1,
file = "Umbrella_polkadot_green-resources.assets-324.png"
+
file = "umbrella_polkadot_green-resources.assets-324.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 550,
 
},
 
},
 
["Orange Polka Dot Umbrella"] = {
 
["Orange Polka Dot Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 1,
 
rarity = 1,
file = "Umbrella_polkadot_orange-resources.assets-134.png"
+
file = "umbrella_polkadot_orange-resources.assets-134.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 600,
 
},
 
},
 
["Pink Polka Dot Umbrella"] = {
 
["Pink Polka Dot Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 1,
 
rarity = 1,
file = "Umbrella_polkadot_pink-resources.assets-312.png"
+
file = "umbrella_polkadot_pink-resources.assets-312.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 650,
 
},
 
},
 
["Yellow Polka Dot Umbrella"] = {
 
["Yellow Polka Dot Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 1,
 
rarity = 1,
file = "Umbrella_polkadot_yellow-resources.assets-2992.png"
+
file = "umbrella_polkadot_yellow-resources.assets-2992.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 700,
 
},
 
},
 
["Red Paper Umbrella"] = {
 
["Red Paper Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 3,
 
rarity = 3,
file = "Umbrella_paper_red-resources.assets-2319.png"
+
file = "umbrella_paper_red-resources.assets-2319.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1450,
 
},
 
},
 
["Blue Paper Umbrella"] = {
 
["Blue Paper Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 3,
 
rarity = 3,
file = "Umbrella_paper_blue-resources.assets-273.png"
+
file = "umbrella_paper_blue-resources.assets-273.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1500,
 
},
 
},
 
["Brown Paper Umbrella"] = {
 
["Brown Paper Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 3,
 
rarity = 3,
file = "Umbrella_paper_brown-resources.assets-1307.png"
+
file = "umbrella_paper_brown-resources.assets-1307.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1550,
 
},
 
},
 
["Green Paper Umbrella"] = {
 
["Green Paper Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 3,
 
rarity = 3,
file = "Umbrella_paper_green-resources.assets-4151.png"
+
file = "umbrella_paper_green-resources.assets-4151.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1600,
 
},
 
},
 
["Orange Paper Umbrella"] = {
 
["Orange Paper Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 3,
 
rarity = 3,
file = "Umbrella_paper_orange-resources.assets-2996.png"
+
file = "umbrella_paper_orange-resources.assets-2996.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1650,
 
},
 
},
 
["Pink Paper Umbrella"] = {
 
["Pink Paper Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 3,
 
rarity = 3,
file = "Umbrella_paper_pink-resources.assets-618.png"
+
file = "umbrella_paper_pink-resources.assets-618.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1700,
 
},
 
},
 
["Yellow Paper Umbrella"] = {
 
["Yellow Paper Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 3,
 
rarity = 3,
file = "Umbrella_paper_yellow-resources.assets-2306.png"
+
file = "umbrella_paper_yellow-resources.assets-2306.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1750,
 
},
 
},
 
["Bear Umbrella"] = {
 
["Bear Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 4,
 
rarity = 4,
file = "Umbrella_animal_bear-resources.assets-2310.png"
+
file = "umbrella_animal_bear-resources.assets-2310.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 2400,
 
},
 
},
 
["Deer Umbrella"] = {
 
["Deer Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 4,
 
rarity = 4,
file = "Umbrella_animal_deer-resources.assets-2388.png"
+
file = "umbrella_animal_deer-resources.assets-2388.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 2450,
 
},
 
},
 
["Fox Umbrella"] = {
 
["Fox Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 4,
 
rarity = 4,
file = "Umbrella_animal_fox-resources.assets-3886.png"
+
file = "umbrella_animal_fox-resources.assets-3886.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 2500,
 
},
 
},
 
["Panda Umbrella"] = {
 
["Panda Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 4,
 
rarity = 4,
file = "Umbrella_animal_panda-resources.assets-2225.png"
+
file = "umbrella_animal_panda-resources.assets-2225.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 2550,
 
},
 
},
 
["Raccoon Umbrella"] = {
 
["Raccoon Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 4,
 
rarity = 4,
file = "Umbrella_animal_raccoon-resources.assets-1120.png"
+
file = "umbrella_animal_raccoon-resources.assets-1120.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 2600,
 
},
 
},
 
["Skullcat Umbrella"] = {
 
["Skullcat Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 4,
 
rarity = 4,
file = "Umbrella_animal_skullcat-resources.assets-3357.png"
+
file = "umbrella_animal_skullcat-resources.assets-3357.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 2650,
 
},
 
},
 
["Tiger Umbrella"] = {
 
["Tiger Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 4,
 
rarity = 4,
file = "Umbrella_animal_tiger-resources.assets-1352.png"
+
file = "umbrella_animal_tiger-resources.assets-1352.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 2700,
 
},
 
},
 
["Experience Boost +25%"] = {
 
["Experience Boost +25%"] = {
 
class = "ExpBoost",
 
class = "ExpBoost",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Experience Boost +10%"] = {
 
["Experience Boost +10%"] = {
 
class = "ExpBoost",
 
class = "ExpBoost",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Basic Gravestone"] = {
 
["Basic Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 0,
 
rarity = 0,
file = "Gravestone_1-resources.assets-113.png"
+
file = "gravestone_1-resources.assets-113.png",
  +
description = "Available to all players",
  +
group = 50,
 
},
 
},
 
["R.I.P. Gravestone"] = {
 
["R.I.P. Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 0,
 
rarity = 0,
file = "Gravestone_2-resources.assets-1045.png"
+
file = "gravestone_2-resources.assets-1045.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 100,
 
},
 
},
 
["Skull & Sticks Gravestone"] = {
 
["Skull & Sticks Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 1,
 
rarity = 1,
file = "Gravestone_3-resources.assets-2759.png"
+
file = "gravestone_3-resources.assets-2759.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 200,
 
},
 
},
 
["Skull R.I.P. Gravestone"] = {
 
["Skull R.I.P. Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 2,
 
rarity = 2,
file = "Gravestone_4-resources.assets-3546.png"
+
file = "gravestone_4-resources.assets-3546.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 450,
 
},
 
},
 
["Skull on Cross Gravestone"] = {
 
["Skull on Cross Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 2,
 
rarity = 2,
file = "Gravestone_5-resources.assets-2089.png"
+
file = "gravestone_5-resources.assets-2089.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 500,
 
},
 
},
 
["Paw R.I.P. Gravestone"] = {
 
["Paw R.I.P. Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 3,
 
rarity = 3,
file = "Gravestone_6-resources.assets-3008.png"
+
file = "gravestone_6-resources.assets-3008.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1000,
 
},
 
},
 
["Double Paw R.I.P. Gravestone"] = {
 
["Double Paw R.I.P. Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 3,
 
rarity = 3,
file = "Gravestone_7-resources.assets-479.png"
+
file = "gravestone_7-resources.assets-479.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1050,
 
},
 
},
 
["Maroon Vigil Gravestone"] = {
 
["Maroon Vigil Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 3,
 
rarity = 3,
file = "Gravestone_8-resources.assets-1633.png"
+
file = "gravestone_8-resources.assets-1633.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1100,
 
},
 
},
 
["Default Dance"] = {
 
["Default Dance"] = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 0,
 
rarity = 0,
file = "Default_dance.png"
+
file = "Default_dance.png",
 
},
 
},
 
["Simple Wave"] = {
 
["Simple Wave"] = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 0,
 
rarity = 0,
file = "Wave.png"
+
file = "Wave.png",
  +
description = "Play 20 Team-Based Matches",
 
},
 
},
 
["Floss Dance"] = {
 
["Floss Dance"] = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 3,
 
rarity = 3,
file = "Floss.png"
+
file = "Floss.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
 
},
 
},
 
["Cheer!"] = {
 
["Cheer!"] = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 2,
 
rarity = 2,
file = "Cheer.png"
+
file = "Cheer.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
 
},
 
},
 
Clap = {
 
Clap = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 1,
 
rarity = 1,
file = "Clap.png"
+
file = "Clap.png",
 
},
 
},
 
["Heel Click"] = {
 
["Heel Click"] = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 3,
 
rarity = 3,
file = "Heel_click.png"
+
file = "Heel_click.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
 
},
 
},
 
["Hand Stand"] = {
 
["Hand Stand"] = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 3,
 
rarity = 3,
file = "Handstand.png"
+
file = "Handstand.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
 
},
 
},
 
["Super Black Bear"] = {
 
["Super Black Bear"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-bear-black.png"
+
file = "Char-bear-black.png",
  +
baseAnimal = "Bear",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 65,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 12,
  +
},
  +
},
 
},
 
},
 
["Super Cat"] = {
 
["Super Cat"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-cat-calico.png"
+
file = "Char-cat-calico.png",
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 35,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 10,
  +
},
  +
},
 
},
 
},
 
["Super Grey Tabby Cat"] = {
 
["Super Grey Tabby Cat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-cat-grey-tabby.png"
+
file = "Char-cat-grey-tabby.png",
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Red Tabby Cat"] = {
 
["Super Red Tabby Cat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-cat-red-tabby.png"
+
file = "Char-cat-red-tabby.png",
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Tuxedo Cat"] = {
 
["Super Tuxedo Cat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-cat-tuxedo.png"
+
file = "Char-cat-tuxedo.png",
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 80,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
 
},
 
},
 
["Super Pink Deer"] = {
 
["Super Pink Deer"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-deer-pink.png"
+
file = "Char-deer-pink.png",
  +
baseAnimal = "Deer",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Supercharge Fox"] = {
 
["Supercharge Fox"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-fox-yellow.png"
+
file = "Char-fox-yellow.png",
  +
baseAnimal = "Fox",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
  +
group = 150,
  +
},
  +
["Super White Fox"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
file = "Char-fox-white.png",
  +
baseAnimal = "Fox",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
  +
group = 200,
 
},
 
},
 
["Super Metal Panda"] = {
 
["Super Metal Panda"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char-panda-metal.png"
+
file = "Char-panda-metal.png",
  +
baseAnimal = "Panda",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Super Swamp Skullcat"] = {
 
["Super Swamp Skullcat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-skullcat-sepia.png"
+
file = "Char-skullcat-sepia.png",
  +
baseAnimal = "Skullcat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
  +
group = 50,
 
},
 
},
 
["Super White Tiger"] = {
 
["Super White Tiger"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-tiger-white.png"
+
file = "Char-tiger-white.png",
  +
baseAnimal = "Tiger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
  +
group = 50,
 
},
 
},
 
["Super Shadow Fox"] = {
 
["Super Shadow Fox"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-fox-purple.png"
+
file = "Char-fox-black.png",
  +
baseAnimal = "Fox",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
  +
group = 50,
 
},
 
},
 
["Supersonic Fox"] = {
 
["Supersonic Fox"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-fox-blue.png"
+
file = "Char-fox-blue.png",
  +
baseAnimal = "Fox",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
  +
group = 50,
 
},
 
},
 
["Super Polar Bear"] = {
 
["Super Polar Bear"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-bear-polar.png"
+
file = "Char-bear-polar.png",
  +
baseAnimal = "Bear",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 35,
  +
},
  +
},
  +
group = 50,
 
},
 
},
 
["Super Red Bear"] = {
 
["Super Red Bear"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-bear-red.png"
+
file = "Char-bear-red.png",
  +
baseAnimal = "Bear",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 25,
  +
},
  +
},
  +
group = 50,
 
},
 
},
 
["Super Shadow Skullcat"] = {
 
["Super Shadow Skullcat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-skullcat-black.png"
+
file = "Char-skullcat-black.png",
  +
baseAnimal = "Skullcat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Pink Tiger"] = {
 
["Super Pink Tiger"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-tiger-pink.png"
+
file = "Char-tiger-pink.png",
  +
baseAnimal = "Tiger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 65,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 12,
  +
},
  +
},
  +
group = 50,
 
},
 
},
 
["Super Blue Deer"] = {
 
["Super Blue Deer"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-deer-blue.png"
+
file = "Char-deer-blue.png",
  +
baseAnimal = "Deer",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 115,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 30,
  +
},
  +
},
 
},
 
},
 
["Super Shadow Deer"] = {
 
["Super Shadow Deer"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-deer-black.png"
+
file = "Char-deer-black.png",
  +
baseAnimal = "Deer",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 190,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Blue Raccoon"] = {
 
["Super Blue Raccoon"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-raccoon-blue.png"
+
file = "Char-raccoon-blue.png",
  +
baseAnimal = "Raccoon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 115,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 25,
  +
},
  +
},
 
},
 
},
 
["Super Dog"] = {
 
["Super Dog"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-dog-hound.png"
+
file = "Char-dog-hound.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 35,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 10,
  +
},
  +
},
 
},
 
},
 
["Super Pug"] = {
 
["Super Pug"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-dog-pug.png"
+
file = "Char-dog-pug.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 65,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 13,
  +
},
  +
},
 
},
 
},
 
["Super Shiba Inu"] = {
 
["Super Shiba Inu"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-dog-shiba-inu.png"
+
file = "Char-dog-shiba-inu.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Boston Terrier"] = {
 
["Super Boston Terrier"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-dog-boston-terrier.png"
+
file = "Char-dog-boston-terrier.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 80,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
 
},
 
},
 
["Super Bunny"] = {
 
["Super Bunny"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-rabbit-brown.png"
+
file = "Char-rabbit-brown.png",
  +
baseAnimal = "Bunny",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 100,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Gray Bunny"] = {
 
["Super Gray Bunny"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-rabbit-grey.png"
+
file = "Char-rabbit-grey.png",
  +
baseAnimal = "Bunny",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Green Bunny"] = {
 
["Super Green Bunny"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-rabbit-green.png"
+
file = "Char-rabbit-green.png",
  +
baseAnimal = "Bunny",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 55,
  +
},
  +
},
 
},
 
},
 
["Super Pink Bunny"] = {
 
["Super Pink Bunny"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-rabbit-pink.png"
+
file = "Char-rabbit-pink.png",
  +
baseAnimal = "Bunny",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
 
},
 
},
 
["Super Monkey"] = {
 
["Super Monkey"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-monkey.png"
+
file = "Char-monkey.png",
  +
baseAnimal = "Monkey",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 100,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Shadow Raccoon"] = {
 
["Super Shadow Raccoon"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-raccoon-dark.png"
+
file = "Char-raccoon-dark.png",
  +
baseAnimal = "Raccoon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 190,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 55,
  +
},
  +
},
 
},
 
},
 
["Standard (Yellow) Explosion"] = {
 
["Standard (Yellow) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 0,
 
rarity = 0,
file = "Death_standard_icon_yellow-resources.assets-199.png"
+
file = "death_standard_icon_yellow-resources.assets-199.png",
  +
description = "Available to all players",
  +
group = 50,
 
},
 
},
 
["Super Husky"] = {
 
["Super Husky"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-dog-husky.png"
+
file = "Char-dog-husky.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Bear DNA"] = {
 
["Bear DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Bear.png"
+
file = "DNA_Bear.png",
 
},
 
},
 
["Fox DNA"] = {
 
["Fox DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Fox.png"
+
file = "DNA_Fox.png",
 
},
 
},
 
["Cat DNA"] = {
 
["Cat DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Cat.png"
+
file = "DNA_Cat.png",
 
},
 
},
 
["Deer DNA"] = {
 
["Deer DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Deer.png"
+
file = "DNA_Deer.png",
 
},
 
},
 
["Dog DNA"] = {
 
["Dog DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Dog.png"
+
file = "DNA_Dog.png",
 
},
 
},
 
["Monkey DNA"] = {
 
["Monkey DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Monkey.png"
+
file = "DNA_Monkey.png",
 
},
 
},
 
["Panda DNA"] = {
 
["Panda DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Panda.png"
+
file = "DNA_Panda.png",
 
},
 
},
 
["Bunny DNA"] = {
 
["Bunny DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Bunny.png"
+
file = "DNA_Bunny.png",
 
},
 
},
 
["Raccoon DNA"] = {
 
["Raccoon DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Raccoon.png"
+
file = "DNA_Raccoon.png",
 
},
 
},
 
["Skullcat DNA"] = {
 
["Skullcat DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Skullcat.png"
+
file = "DNA_Skullcat.png",
 
},
 
},
 
["Sloth DNA"] = {
 
["Sloth DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Sloth.png"
+
file = "DNA_Sloth.png",
 
},
 
},
 
["Tiger DNA"] = {
 
["Tiger DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Tiger.png"
+
file = "DNA_Tiger.png",
 
},
 
},
 
["Black Secretary Glasses"] = {
 
["Black Secretary Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses_secretary_black-resources.assets-2678.png"
+
file = "Glasses secretary black-resources.assets-2678.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 200,
 
},
 
},
 
["Black Round Glasses"] = {
 
["Black Round Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses_round_black-resources.assets-1900.png"
+
file = "Glasses round black-resources.assets-1900.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 550,
 
},
 
},
 
Monocle = {
 
Monocle = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 2,
 
rarity = 2,
file = "Glasses_monacle-resources.assets-3022.png"
+
file = "Glasses monacle-resources.assets-3022.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 1350,
 
},
 
},
 
["Beard 3 (Dark)"] = {
 
["Beard 3 (Dark)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Beard3_dark-resources.assets-1138.png"
+
file = "Beard3 dark-resources.assets-1138.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 800,
 
},
 
},
 
["Beard 5 (Dark)"] = {
 
["Beard 5 (Dark)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Beard5_dark-resources.assets-3275.png"
+
file = "Beard5 dark-resources.assets-3275.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1300,
 
},
 
},
 
["Moustache 1 (Dark)"] = {
 
["Moustache 1 (Dark)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Moustache1_dark-resources.assets-1044.png"
+
file = "Moustache1 dark-resources.assets-1044.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 300,
 
},
 
},
 
["Moustache 5 (Dark)"] = {
 
["Moustache 5 (Dark)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Moustache5_dark-resources.assets-2370.png"
+
file = "Moustache5 dark-resources.assets-2370.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1550,
 
},
 
},
 
["Brown Jacket"] = {
 
["Brown Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_jacket_brown.png"
+
file = "Clothes jacket brown.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 750,
 
},
 
},
 
["Black Evening Dress"] = {
 
["Black Evening Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_night_dress_black.png"
+
file = "Clothes night dress black.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 6850,
 
},
 
},
 
["Blue Spring Dress"] = {
 
["Blue Spring Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_spring_dress_blue.png"
+
file = "Clothes spring dress blue.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3500,
 
},
 
},
 
["Black Suit"] = {
 
["Black Suit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_suit_black.png"
+
file = "Clothes suit black.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 6950,
 
},
 
},
 
["Green Tee"] = {
 
["Green Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 0,
 
rarity = 0,
file = "Clothes_tshirt_green.png"
+
file = "Clothes tshirt green.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 50,
 
},
 
},
 
["Blue Striped Tee"] = {
 
["Blue Striped Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tshirt_striped_blue.png"
+
file = "Clothes tshirt striped blue.png",
  +
store = "carl",
},
 
["Blue Tie"] = {
+
currency = {
class = "Clothes",
+
name = "Carl Coins",
rarity = 0,
+
amount = 300,
  +
},
file = "Clothes_tshirt_blue.png"
 
  +
group = 1850,
 
},
 
},
 
["Standard (Green) Explosion"] = {
 
["Standard (Green) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 0,
 
rarity = 0,
file = "Death_standard_icon_green-resources.assets-295.png"
+
file = "death_standard_icon_green-resources.assets-295.png",
  +
description = "Available to all players",
  +
group = 100,
 
},
 
},
 
["Standard (Blue) Explosion"] = {
 
["Standard (Blue) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 0,
 
rarity = 0,
file = "Death_standard_icon_blue-resources.assets-824.png"
+
file = "death_standard_icon_blue-resources.assets-824.png",
  +
description = "Available to all players",
  +
group = 150,
 
},
 
},
 
["Standard (Red) Explosion"] = {
 
["Standard (Red) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 0,
 
rarity = 0,
file = "Death_standard_icon_red-resources.assets-4237.png"
+
file = "death_standard_icon_red-resources.assets-4237.png",
  +
description = "Available to all players",
  +
group = 200,
 
},
 
},
 
["Standard (Pink) Explosion"] = {
 
["Standard (Pink) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 0,
 
rarity = 0,
file = "Death_standard_icon_pink-resources.assets-1971.png"
+
file = "death_standard_icon_pink-resources.assets-1971.png",
  +
description = "Available to all players",
  +
group = 250,
 
},
 
},
 
["Standard (Orange) Explosion"] = {
 
["Standard (Orange) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 0,
 
rarity = 0,
file = "Death_standard_icon_orange-resources.assets-2436.png"
+
file = "death_standard_icon_orange-resources.assets-2436.png",
  +
description = "Available to all players",
  +
group = 300,
 
},
 
},
 
["Balloons Explosion"] = {
 
["Balloons Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 2,
 
rarity = 2,
file = "Death_icon_balloons-resources.assets-3558.png"
+
file = "death_icon_balloons-resources.assets-3558.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 500,
 
},
 
},
 
["Spaghetti Explosion"] = {
 
["Spaghetti Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 4,
 
rarity = 4,
file = "Death_spaghetti-resources.assets-3013.png"
+
file = "death_spaghetti-resources.assets-3013.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 1200,
 
},
 
},
 
["70's Explosion"] = {
 
["70's Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 2,
 
rarity = 2,
file = "Death_icon_70s-resources.assets-1426.png"
+
file = "death_icon_70s-resources.assets-1426.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 550,
 
},
 
},
 
["Twister Explosion"] = {
 
["Twister Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 4,
 
rarity = 4,
file = "Death_twister-resources.assets-589.png"
+
file = "Death_twister-resources.assets-589.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 1250,
 
},
 
},
 
["Hearts Explosion"] = {
 
["Hearts Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 2,
 
rarity = 2,
file = "Death_icon_hearts-resources.assets-407.png"
+
file = "death_icon_hearts-resources.assets-407.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 600,
 
},
 
},
 
["Fireworks Explosion"] = {
 
["Fireworks Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 4,
 
rarity = 4,
file = "Death_fireworks-resources.assets-3613.png"
+
file = "death fireworks-resources.assets-3613.png",
  +
framed = 1,
  +
description = "[[Special Cosmetics#Founder's Edition|Founder's Edition]]",
  +
group = 1300,
 
},
 
},
 
["Popcorn Explosion"] = {
 
["Popcorn Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 3,
 
rarity = 3,
file = "Death_popcorn-resources.assets-159.png"
+
file = "death_popcorn-resources.assets-159.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1000,
 
},
 
},
 
["Thunderbolt Explosion"] = {
 
["Thunderbolt Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 3,
 
rarity = 3,
file = "Death_thunderbolt-resources.assets-476.png"
+
file = "Death_thunderbolt-resources.assets-476.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 1050,
 
},
 
},
 
["Emoji (Angel) Explosion"] = {
 
["Emoji (Angel) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 1,
 
rarity = 1,
file = "Death_emoji_angel-resources.assets-1168.png"
+
file = "Death_emoji_angel-resources.assets-1168.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 350,
 
},
 
},
 
["Emoji (Thumbs Down) Explosion"] = {
 
["Emoji (Thumbs Down) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 1,
 
rarity = 1,
file = "Death_emoji_icon_thumbsdown-resources.assets-5028.png"
+
file = "Death_emoji_icon_thumbsdown-resources.assets-5028.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 400,
 
},
 
},
 
["Emoji (Thinking) Explosion"] = {
 
["Emoji (Thinking) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 2,
 
rarity = 2,
file = "Death_emoji_thinking-resources.assets-635.png"
+
file = "Death_emoji_thinking-resources.assets-635.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 650,
 
},
 
},
 
["Emoji (Kisses) Explosion"] = {
 
["Emoji (Kisses) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 2,
 
rarity = 2,
file = "Death_emoji_icon_kissing-resources.assets-4726.png"
+
file = "Death_emoji_icon_kissing-resources.assets-4726.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 700,
 
},
 
},
 
["Emoji (Sad) Explosion"] = {
 
["Emoji (Sad) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 2,
 
rarity = 2,
file = "Death_emoji_sad-resources.assets-1127.png"
+
file = "Death_emoji_sad-resources.assets-1127.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 750,
 
},
 
},
 
["Emoji (Sleepy) Explosion"] = {
 
["Emoji (Sleepy) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 2,
 
rarity = 2,
file = "Death_emoji_icon_zzz-resources.assets-260.png"
+
file = "Death_emoji_icon_zzz-resources.assets-260.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 800,
 
},
 
},
 
["Emoji (Screaming) Explosion"] = {
 
["Emoji (Screaming) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 3,
 
rarity = 3,
file = "Death_emoji_icon_scream-resources.assets-668.png"
+
file = "death_emoji_icon_scream-resources.assets-668.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1100,
 
},
 
},
 
["Emoji (Broken Heart) Explosion"] = {
 
["Emoji (Broken Heart) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 1,
 
rarity = 1,
file = "Death_emoji_broken_heart-resources.assets-372.png"
+
file = "Death_emoji_broken_heart-resources.assets-372.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 450,
 
},
 
},
 
["Emoji (Death) Explosion"] = {
 
["Emoji (Death) Explosion"] = {
Line 692: Line 1,472:
 
rarity = 2,
 
rarity = 2,
 
file = "Death_emoji_death-resources.assets-1190.png",
 
file = "Death_emoji_death-resources.assets-1190.png",
  +
store = "carl",
description = "<br>''[[Founder's Edition]]''"
 
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 850,
 
},
 
},
 
["Emoji (Poop) Explosion"] = {
 
["Emoji (Poop) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 3,
 
rarity = 3,
file = "Death_emoji_icon_poop-resources.assets-1383.png"
+
file = "death_emoji_icon_poop-resources.assets-1383.png",
  +
store = "carl",
},
 
  +
currency = {
["Emoji (Rock & Roll) Explosion"] = {
 
class = "DeathExplosion",
+
name = "Carl Coins",
rarity = 2,
+
amount = 1500,
  +
},
file = "Rock_and_roll_death_explosion.png"
 
  +
group = 1150,
 
},
 
},
 
["Emoji (Wink) Explosion"] = {
 
["Emoji (Wink) Explosion"] = {
 
class = "DeathExplosion",
 
class = "DeathExplosion",
 
rarity = 2,
 
rarity = 2,
file = "Death_emoji_winking-resources.assets-1499.png"
+
file = "death_emoji_winking-resources.assets-1499.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 950,
 
},
 
},
 
["Baseball Cap (Red)"] = {
 
["Baseball Cap (Red)"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 1,
 
rarity = 1,
file = "Hat_baseball_red-resources.assets-2895.png"
+
file = "Hat baseball red-resources.assets-2895.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 250,
 
},
 
},
 
["Beta Blue Beanie"] = {
 
["Beta Blue Beanie"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 5,
 
rarity = 5,
file = "Hat_beanie_blue-resources.assets-2151.png",
+
file = "Hat beanie blue-resources.assets-2151.png",
description = "<br>''Beta Tester exclusive''"
+
description = "[[Special Cosmetics#Beta|Beta Purchase Reward]]",
  +
group = 6050,
 
},
 
},
 
["Black Tophat"] = {
 
["Black Tophat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_suit_black-resources.assets-290.png"
+
file = "Hat suit black-resources.assets-290.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 3400,
 
},
 
},
 
["Yellow Pistol"] = {
 
["Yellow Pistol"] = {
Line 729: Line 1,530:
 
rarity = 2,
 
rarity = 2,
 
file = "Gun-pistol_yellow.png",
 
file = "Gun-pistol_yellow.png",
group = 6,
+
group = 550,
description = "<br>50 Pistol kills",
+
description = "50 Pistol kills",
link = "Pistol"
+
link = "Pistol",
  +
framed = 1,
 
},
 
},
 
["Yellow Magnum"] = {
 
["Yellow Magnum"] = {
Line 737: Line 1,539:
 
rarity = 2,
 
rarity = 2,
 
file = "Gun-magnum_yellow.png",
 
file = "Gun-magnum_yellow.png",
group = 6,
+
group = 200,
description = "<br>80 Magnum kills",
+
description = "80 Magnum kills",
link = "Magnum"
+
link = "Magnum",
  +
framed = 1,
 
},
 
},
 
["Yellow Silenced Pistol"] = {
 
["Yellow Silenced Pistol"] = {
Line 746: Line 1,549:
 
file = "Gun-silenced-pistol_yellow.png",
 
file = "Gun-silenced-pistol_yellow.png",
 
group = 6,
 
group = 6,
description = "<br>110 Silenced Pistol kills",
+
description = "110 Silenced Pistol kills",
link = "Silenced Pistol"
+
link = "Silenced Pistol",
  +
framed = 1,
 
},
 
},
 
["Yellow SMG"] = {
 
["Yellow SMG"] = {
Line 754: Line 1,558:
 
file = "Gun-smg_yellow.png",
 
file = "Gun-smg_yellow.png",
 
group = 6,
 
group = 6,
description = "<br>300 SMG kills",
+
description = "300 SMG kills",
link = "SMG"
+
link = "SMG",
  +
framed = 1,
 
},
 
},
 
["Yellow Shotgun"] = {
 
["Yellow Shotgun"] = {
Line 762: Line 1,567:
 
file = "Gun-shotgun_yellow.png",
 
file = "Gun-shotgun_yellow.png",
 
group = 6,
 
group = 6,
description = "<br>300 Shotgun kills",
+
description = "300 Shotgun kills",
link = "Shotgun"
+
link = "Shotgun",
  +
framed = 1,
 
},
 
},
 
["Yellow AK"] = {
 
["Yellow AK"] = {
Line 770: Line 1,576:
 
file = "Gun-ak_yellow.png",
 
file = "Gun-ak_yellow.png",
 
group = 6,
 
group = 6,
description = "<br>300 AK kills",
+
description = "300 AK kills",
link = "AK"
+
link = "AK",
  +
framed = 1,
 
},
 
},
 
["Yellow M16"] = {
 
["Yellow M16"] = {
Line 778: Line 1,585:
 
file = "Gun-m16_yellow.png",
 
file = "Gun-m16_yellow.png",
 
group = 6,
 
group = 6,
description = "<br>140 M16 kills",
+
description = "140 M16 kills",
link = "M16"
+
link = "M16",
  +
framed = 1,
 
},
 
},
 
["Yellow Sniper"] = {
 
["Yellow Sniper"] = {
Line 786: Line 1,594:
 
file = "Gun-sniper_yellow.png",
 
file = "Gun-sniper_yellow.png",
 
group = 6,
 
group = 6,
description = "<br>50 Sniper kills",
+
description = "50 Sniper kills",
link = "Sniper"
+
link = "Sniper",
  +
framed = 1,
 
},
 
},
 
["Yellow Minigun"] = {
 
["Yellow Minigun"] = {
Line 794: Line 1,603:
 
file = "Gun-minigun_yellow.png",
 
file = "Gun-minigun_yellow.png",
 
group = 6,
 
group = 6,
description = "<br>50 Minigun kills",
+
description = "50 Minigun kills",
link = "Minigun"
+
link = "Minigun",
  +
framed = 1,
 
},
 
},
 
["Blue AK"] = {
 
["Blue AK"] = {
Line 802: Line 1,612:
 
file = "Gun-ak_blue.png",
 
file = "Gun-ak_blue.png",
 
group = 3,
 
group = 3,
description = "<br>100 AK kills",
+
description = "100 AK kills",
link = "AK"
+
link = "AK",
 
},
 
},
 
["Blue M16"] = {
 
["Blue M16"] = {
Line 810: Line 1,620:
 
file = "Gun-m16_blue.png",
 
file = "Gun-m16_blue.png",
 
group = 3,
 
group = 3,
description = "<br>45 M16 kills",
+
description = "45 M16 kills",
link = "M16"
+
link = "M16",
 
},
 
},
 
["Blue Magnum"] = {
 
["Blue Magnum"] = {
Line 818: Line 1,628:
 
file = "Gun-magnum_blue.png",
 
file = "Gun-magnum_blue.png",
 
group = 3,
 
group = 3,
description = "<br>20 Magnum kills",
+
description = "20 Magnum kills",
link = "Magnum"
+
link = "Magnum",
 
},
 
},
 
["Blue Minigun"] = {
 
["Blue Minigun"] = {
Line 826: Line 1,636:
 
file = "Gun-minigun_blue.png",
 
file = "Gun-minigun_blue.png",
 
group = 3,
 
group = 3,
description = "<br>10 Minigun kills",
+
description = "10 Minigun kills",
link = "Minigun"
+
link = "Minigun",
 
},
 
},
 
["Blue Pistol"] = {
 
["Blue Pistol"] = {
Line 834: Line 1,644:
 
file = "Gun-pistol_blue.png",
 
file = "Gun-pistol_blue.png",
 
group = 3,
 
group = 3,
description = "<br>10 Pistol kills",
+
description = "10 Pistol kills",
link = "Pistol"
+
link = "Pistol",
 
},
 
},
 
["Blue SMG"] = {
 
["Blue SMG"] = {
Line 842: Line 1,652:
 
file = "Gun-smg_blue.png",
 
file = "Gun-smg_blue.png",
 
group = 3,
 
group = 3,
description = "<br>100 SMG kills",
+
description = "100 SMG kills",
link = "SMG"
+
link = "SMG",
 
},
 
},
 
["Blue Shotgun"] = {
 
["Blue Shotgun"] = {
Line 850: Line 1,660:
 
file = "Gun-shotgun_blue.png",
 
file = "Gun-shotgun_blue.png",
 
group = 3,
 
group = 3,
description = "<br>100 Shotgun kills",
+
description = "100 Shotgun kills",
link = "Shotgun"
+
link = "Shotgun",
 
},
 
},
 
["Blue Silenced Pistol"] = {
 
["Blue Silenced Pistol"] = {
Line 858: Line 1,668:
 
file = "Gun-silenced-pistol_blue.png",
 
file = "Gun-silenced-pistol_blue.png",
 
group = 3,
 
group = 3,
description = "<br>30 Silenced Pistol kills",
+
description = "30 Silenced Pistol kills",
link = "Silenced Pistol"
+
link = "Silenced Pistol",
 
},
 
},
 
["Blue Sniper"] = {
 
["Blue Sniper"] = {
Line 866: Line 1,676:
 
file = "Gun-sniper_blue.png",
 
file = "Gun-sniper_blue.png",
 
group = 3,
 
group = 3,
description = "<br>10 Sniper kills",
+
description = "10 Sniper kills",
link = "Sniper"
+
link = "Sniper",
 
},
 
},
 
["Green AK"] = {
 
["Green AK"] = {
Line 874: Line 1,684:
 
file = "Gun-ak_green.png",
 
file = "Gun-ak_green.png",
 
group = 2,
 
group = 2,
description = "<br>50 AK kills",
+
description = "50 AK kills",
link = "AK"
+
link = "AK",
 
},
 
},
 
["Green M16"] = {
 
["Green M16"] = {
Line 882: Line 1,692:
 
file = "Gun-m16_green.png",
 
file = "Gun-m16_green.png",
 
group = 2,
 
group = 2,
description = "<br>25 M16 kills",
+
description = "25 M16 kills",
link = "M16"
+
link = "M16",
 
},
 
},
 
["Green Magnum"] = {
 
["Green Magnum"] = {
Line 890: Line 1,700:
 
file = "Gun-magnum_green.png",
 
file = "Gun-magnum_green.png",
 
group = 2,
 
group = 2,
description = "<br>10 Magnum kills",
+
description = "10 Magnum kills",
link = "Magnum"
+
link = "Magnum",
 
},
 
},
 
["Green Minigun"] = {
 
["Green Minigun"] = {
Line 898: Line 1,708:
 
file = "Gun-minigun_green.png",
 
file = "Gun-minigun_green.png",
 
group = 2,
 
group = 2,
description = "<br>5 Minigun kills",
+
description = "5 Minigun kills",
link = "Minigun"
+
link = "Minigun",
 
},
 
},
 
["Green Pistol"] = {
 
["Green Pistol"] = {
Line 906: Line 1,716:
 
file = "Gun-pistol_green.png",
 
file = "Gun-pistol_green.png",
 
group = 2,
 
group = 2,
description = "<br>5 Pistol kills",
+
description = "5 Pistol kills",
link = "Pistol"
+
link = "Pistol",
 
},
 
},
 
["Green SMG"] = {
 
["Green SMG"] = {
Line 914: Line 1,724:
 
file = "Gun-smg_green.png",
 
file = "Gun-smg_green.png",
 
group = 2,
 
group = 2,
description = "<br>50 SMG kills",
+
description = "50 SMG kills",
link = "SMG"
+
link = "SMG",
 
},
 
},
 
["Green Shotgun"] = {
 
["Green Shotgun"] = {
Line 922: Line 1,732:
 
file = "Gun-shotgun_green.png",
 
file = "Gun-shotgun_green.png",
 
group = 2,
 
group = 2,
description = "<br>50 Shotgun kills",
+
description = "50 Shotgun kills",
link = "Shotgun"
+
link = "Shotgun",
 
},
 
},
 
["Green Silenced Pistol"] = {
 
["Green Silenced Pistol"] = {
Line 930: Line 1,740:
 
file = "Gun-silenced-pistol_green.png",
 
file = "Gun-silenced-pistol_green.png",
 
group = 2,
 
group = 2,
description = "<br>15 Silenced Pistol kills",
+
description = "15 Silenced Pistol kills",
link = "Silenced Pistol"
+
link = "Silenced Pistol",
 
},
 
},
 
["Green Sniper"] = {
 
["Green Sniper"] = {
Line 938: Line 1,748:
 
file = "Gun-sniper_green.png",
 
file = "Gun-sniper_green.png",
 
group = 2,
 
group = 2,
description = "<br>5 Sniper kills",
+
description = "5 Sniper kills",
link = "Sniper"
+
link = "Sniper",
 
},
 
},
 
["Orange AK"] = {
 
["Orange AK"] = {
Line 946: Line 1,756:
 
file = "Gun-ak_orange.png",
 
file = "Gun-ak_orange.png",
 
group = 1,
 
group = 1,
description = "<br>20 AK kills",
+
description = "20 AK kills",
link = "AK"
+
link = "AK",
 
},
 
},
 
["Orange M16"] = {
 
["Orange M16"] = {
Line 954: Line 1,764:
 
file = "Gun-m16_orange.png",
 
file = "Gun-m16_orange.png",
 
group = 1,
 
group = 1,
description = "<br>10 M16 kills",
+
description = "10 M16 kills",
link = "M16"
+
link = "M16",
 
},
 
},
 
["Orange Magnum"] = {
 
["Orange Magnum"] = {
Line 962: Line 1,772:
 
file = "Gun-magnum_orange.png",
 
file = "Gun-magnum_orange.png",
 
group = 1,
 
group = 1,
description = "<br>5 Magnum kills",
+
description = "5 Magnum kills",
link = "Magnum"
+
link = "Magnum",
 
},
 
},
 
["Orange Minigun"] = {
 
["Orange Minigun"] = {
Line 970: Line 1,780:
 
file = "Gun-minigun_orange.png",
 
file = "Gun-minigun_orange.png",
 
group = 1,
 
group = 1,
description = "<br>2 Minigun kills",
+
description = "2 Minigun kills",
link = "Minigun"
+
link = "Minigun",
 
},
 
},
 
["Orange Pistol"] = {
 
["Orange Pistol"] = {
Line 978: Line 1,788:
 
file = "Gun-pistol_orange.png",
 
file = "Gun-pistol_orange.png",
 
group = 1,
 
group = 1,
description = "<br>2 Pistol kills",
+
description = "2 Pistol kills",
link = "Pistol"
+
link = "Pistol",
 
},
 
},
 
["Orange SMG"] = {
 
["Orange SMG"] = {
Line 986: Line 1,796:
 
file = "Gun-smg_orange.png",
 
file = "Gun-smg_orange.png",
 
group = 1,
 
group = 1,
description = "<br>20 SMG kills",
+
description = "20 SMG kills",
link = "SMG"
+
link = "SMG",
 
},
 
},
 
["Orange Shotgun"] = {
 
["Orange Shotgun"] = {
Line 994: Line 1,804:
 
file = "Gun-shotgun_orange.png",
 
file = "Gun-shotgun_orange.png",
 
group = 1,
 
group = 1,
description = "<br>20 Shotgun kills",
+
description = "20 Shotgun kills",
link = "Shotgun"
+
link = "Shotgun",
 
},
 
},
 
["Orange Silenced Pistol"] = {
 
["Orange Silenced Pistol"] = {
Line 1,002: Line 1,812:
 
file = "Gun-silenced-pistol_orange.png",
 
file = "Gun-silenced-pistol_orange.png",
 
group = 1,
 
group = 1,
description = "<br>5 Silenced Pistol kills",
+
description = "5 Silenced Pistol kills",
link = "Silenced Pistol"
+
link = "Silenced Pistol",
 
},
 
},
 
["Orange Sniper"] = {
 
["Orange Sniper"] = {
Line 1,010: Line 1,820:
 
file = "Gun-sniper_orange.png",
 
file = "Gun-sniper_orange.png",
 
group = 1,
 
group = 1,
description = "<br>2 Sniper kills",
+
description = "2 Sniper kills",
link = "Sniper"
+
link = "Sniper",
 
},
 
},
 
["Pink AK"] = {
 
["Pink AK"] = {
Line 1,018: Line 1,828:
 
file = "Gun-ak_pink.png",
 
file = "Gun-ak_pink.png",
 
group = 7,
 
group = 7,
description = "<br>375 AK kills",
+
description = "375 AK kills",
link = "AK"
+
link = "AK",
  +
framed = 1,
 
},
 
},
 
["Pink M16"] = {
 
["Pink M16"] = {
Line 1,026: Line 1,837:
 
file = "Gun-m16_pink.png",
 
file = "Gun-m16_pink.png",
 
group = 7,
 
group = 7,
description = "<br>190 M16 kills",
+
description = "190 M16 kills",
link = "M16"
+
link = "M16",
  +
framed = 1,
 
},
 
},
 
["Pink Magnum"] = {
 
["Pink Magnum"] = {
Line 1,033: Line 1,845:
 
rarity = 2,
 
rarity = 2,
 
file = "Gun-magnum_pink.png",
 
file = "Gun-magnum_pink.png",
group = 7,
+
group = 250,
description = "<br>110 Magnum kills",
+
description = "110 Magnum kills",
link = "Magnum"
+
link = "Magnum",
  +
framed = 1,
 
},
 
},
 
["Pink Minigun"] = {
 
["Pink Minigun"] = {
Line 1,042: Line 1,855:
 
file = "Gun-minigun_pink.png",
 
file = "Gun-minigun_pink.png",
 
group = 7,
 
group = 7,
description = "<br>70 Minigun kills",
+
description = "70 Minigun kills",
link = "Minigun"
+
link = "Minigun",
  +
framed = 1,
 
},
 
},
 
["Pink Pistol"] = {
 
["Pink Pistol"] = {
Line 1,049: Line 1,863:
 
rarity = 2,
 
rarity = 2,
 
file = "Gun-pistol_pink.png",
 
file = "Gun-pistol_pink.png",
group = 7,
+
group = 600,
description = "<br>70 Pistol kills",
+
description = "70 Pistol kills",
link = "Pistol"
+
link = "Pistol",
  +
framed = 1,
 
},
 
},
 
["Pink SMG"] = {
 
["Pink SMG"] = {
Line 1,058: Line 1,873:
 
file = "Gun-smg_pink.png",
 
file = "Gun-smg_pink.png",
 
group = 7,
 
group = 7,
description = "<br>375 SMG kills",
+
description = "375 SMG kills",
link = "SMG"
+
link = "SMG",
  +
framed = 1,
 
},
 
},
 
["Pink Shotgun"] = {
 
["Pink Shotgun"] = {
Line 1,066: Line 1,882:
 
file = "Gun-shotgun_pink.png",
 
file = "Gun-shotgun_pink.png",
 
group = 7,
 
group = 7,
description = "<br>375 Shotgun kills",
+
description = "375 Shotgun kills",
link = "Shotgun"
+
link = "Shotgun",
  +
framed = 1,
 
},
 
},
 
["Pink Silenced Pistol"] = {
 
["Pink Silenced Pistol"] = {
Line 1,074: Line 1,891:
 
file = "Gun-silenced-pistol_pink.png",
 
file = "Gun-silenced-pistol_pink.png",
 
group = 7,
 
group = 7,
description = "<br>150 Silenced Pistol kills",
+
description = "150 Silenced Pistol kills",
link = "Silenced Pistol"
+
link = "Silenced Pistol",
  +
framed = 1,
 
},
 
},
 
["Pink Sniper"] = {
 
["Pink Sniper"] = {
Line 1,082: Line 1,900:
 
file = "Gun-sniper_pink.png",
 
file = "Gun-sniper_pink.png",
 
group = 7,
 
group = 7,
description = "<br>70 Sniper kills",
+
description = "70 Sniper kills",
link = "Sniper"
+
link = "Sniper",
  +
framed = 1,
 
},
 
},
 
["Purple AK"] = {
 
["Purple AK"] = {
Line 1,090: Line 1,909:
 
file = "Gun-ak_purple.png",
 
file = "Gun-ak_purple.png",
 
group = 5,
 
group = 5,
description = "<br>225 AK kills",
+
description = "225 AK kills",
link = "AK"
+
link = "AK",
  +
framed = 1,
 
},
 
},
 
["Purple M16"] = {
 
["Purple M16"] = {
Line 1,098: Line 1,918:
 
file = "Gun-m16_purple.png",
 
file = "Gun-m16_purple.png",
 
group = 5,
 
group = 5,
description = "<br>100 M16 kills",
+
description = "100 M16 kills",
link = "M16"
+
link = "M16",
  +
framed = 1,
 
},
 
},
 
["Purple Magnum"] = {
 
["Purple Magnum"] = {
Line 1,106: Line 1,927:
 
file = "Gun-magnum_purple.png",
 
file = "Gun-magnum_purple.png",
 
group = 5,
 
group = 5,
description = "<br>55 Magnum kills",
+
description = "55 Magnum kills",
link = "Magnum"
+
link = "Magnum",
  +
framed = 1,
 
},
 
},
 
["Purple Minigun"] = {
 
["Purple Minigun"] = {
Line 1,114: Line 1,936:
 
file = "Gun-minigun_purple.png",
 
file = "Gun-minigun_purple.png",
 
group = 5,
 
group = 5,
description = "<br>35 Minigun kills",
+
description = "35 Minigun kills",
link = "Minigun"
+
link = "Minigun",
  +
framed = 1,
 
},
 
},
 
["Purple Pistol"] = {
 
["Purple Pistol"] = {
Line 1,122: Line 1,945:
 
file = "Gun-pistol_purple.png",
 
file = "Gun-pistol_purple.png",
 
group = 5,
 
group = 5,
description = "<br>35 Pistol kills",
+
description = "35 Pistol kills",
link = "Pistol"
+
link = "Pistol",
  +
framed = 1,
 
},
 
},
 
["Purple SMG"] = {
 
["Purple SMG"] = {
Line 1,130: Line 1,954:
 
file = "Gun-smg_purple.png",
 
file = "Gun-smg_purple.png",
 
group = 5,
 
group = 5,
description = "<br>225 SMG kills",
+
description = "225 SMG kills",
link = "SMG"
+
link = "SMG",
  +
framed = 1,
 
},
 
},
 
["Purple Shotgun"] = {
 
["Purple Shotgun"] = {
Line 1,138: Line 1,963:
 
file = "Gun-shotgun_purple.png",
 
file = "Gun-shotgun_purple.png",
 
group = 5,
 
group = 5,
description = "<br>225 Shotgun kills",
+
description = "225 Shotgun kills",
link = "Shotgun"
+
link = "Shotgun",
  +
framed = 1,
 
},
 
},
 
["Purple Silenced Pistol"] = {
 
["Purple Silenced Pistol"] = {
Line 1,146: Line 1,972:
 
file = "Gun-silenced-pistol_purple.png",
 
file = "Gun-silenced-pistol_purple.png",
 
group = 5,
 
group = 5,
description = "<br>75 Silenced Pistol kills",
+
description = "75 Silenced Pistol kills",
link = "Silenced Pistol"
+
link = "Silenced Pistol",
  +
framed = 1,
 
},
 
},
 
["Purple Sniper"] = {
 
["Purple Sniper"] = {
Line 1,154: Line 1,981:
 
file = "Gun-sniper_purple.png",
 
file = "Gun-sniper_purple.png",
 
group = 5,
 
group = 5,
description = "<br>35 Sniper kills",
+
description = "35 Sniper kills",
link = "Sniper"
+
link = "Sniper",
  +
framed = 1,
 
},
 
},
 
["Red AK"] = {
 
["Red AK"] = {
Line 1,162: Line 1,990:
 
file = "Gun-ak_red.png",
 
file = "Gun-ak_red.png",
 
group = 4,
 
group = 4,
description = "<br>150 AK kills",
+
description = "150 AK kills",
link = "AK"
+
link = "AK",
 
},
 
},
 
["Red M16"] = {
 
["Red M16"] = {
Line 1,170: Line 1,998:
 
file = "Gun-m16_red.png",
 
file = "Gun-m16_red.png",
 
group = 4,
 
group = 4,
description = "<br>70 M16 kills",
+
description = "70 M16 kills",
link = "M16"
+
link = "M16",
 
},
 
},
 
["Red Magnum"] = {
 
["Red Magnum"] = {
Line 1,178: Line 2,006:
 
file = "Gun-magnum_red.png",
 
file = "Gun-magnum_red.png",
 
group = 4,
 
group = 4,
description = "<br>35 Magnum kills",
+
description = "35 Magnum kills",
link = "Magnum"
+
link = "Magnum",
 
},
 
},
 
["Red Minigun"] = {
 
["Red Minigun"] = {
Line 1,186: Line 2,014:
 
file = "Gun-minigun_red.png",
 
file = "Gun-minigun_red.png",
 
group = 4,
 
group = 4,
description = "<br>20 Minigun kills",
+
description = "20 Minigun kills",
link = "Minigun"
+
link = "Minigun",
 
},
 
},
 
["Red Pistol"] = {
 
["Red Pistol"] = {
Line 1,194: Line 2,022:
 
file = "Gun-pistol_red.png",
 
file = "Gun-pistol_red.png",
 
group = 4,
 
group = 4,
description = "<br>20 Pistol kills",
+
description = "20 Pistol kills",
link = "Pistol"
+
link = "Pistol",
 
},
 
},
 
["Red SMG"] = {
 
["Red SMG"] = {
Line 1,202: Line 2,030:
 
file = "Gun-smg_red.png",
 
file = "Gun-smg_red.png",
 
group = 4,
 
group = 4,
description = "<br>150 SMG kills",
+
description = "150 SMG kills",
link = "SMG"
+
link = "SMG",
 
},
 
},
 
["Red Shotgun"] = {
 
["Red Shotgun"] = {
Line 1,210: Line 2,038:
 
file = "Gun-shotgun_red.png",
 
file = "Gun-shotgun_red.png",
 
group = 4,
 
group = 4,
description = "<br>150 Shotgun kills",
+
description = "150 Shotgun kills",
link = "Shotgun"
+
link = "Shotgun",
 
},
 
},
 
["Red Silenced Pistol"] = {
 
["Red Silenced Pistol"] = {
Line 1,218: Line 2,046:
 
file = "Gun-silenced-pistol_red.png",
 
file = "Gun-silenced-pistol_red.png",
 
group = 4,
 
group = 4,
description = "<br>50 Silenced Pistol kills",
+
description = "50 Silenced Pistol kills",
link = "Silenced Pistol"
+
link = "Silenced Pistol",
 
},
 
},
 
["Red Sniper"] = {
 
["Red Sniper"] = {
Line 1,226: Line 2,054:
 
file = "Gun-sniper_red.png",
 
file = "Gun-sniper_red.png",
 
group = 4,
 
group = 4,
description = "<br>20 Sniper kills",
+
description = "20 Sniper kills",
link = "Sniper"
+
link = "Sniper",
 
},
 
},
 
["Super Pixile Fox"] = {
 
["Super Pixile Fox"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
rarity = 2
+
rarity = 2,
  +
file = "Char-fox-purple.png",
  +
description = "<small>[[Founder's Edition]]</small>",
  +
baseAnimal = "Fox",
  +
framed = 1,
  +
group = 1000,
 
},
 
},
 
["Super Hellfire Skullcat"] = {
 
["Super Hellfire Skullcat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
  +
file = "Char-skullcat-fire.png",
description = "<br>''[[Super Edition]] reward''"
 
  +
description = "<small>[[Founder's Edition]]</small>",
  +
baseAnimal = "Skullcat",
  +
framed = 1,
  +
group = 1000,
 
},
 
},
 
["Super Black Panther"] = {
 
["Super Black Panther"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
rarity = 3
+
rarity = 3,
  +
file = "Char-tiger-jaguar.png",
  +
description = "<small>[[Founder's Edition]]</small>",
  +
baseAnimal = "Tiger",
  +
framed = 1,
  +
group = 1000,
 
},
 
},
 
["Pixile Purple Tee"] = {
 
["Pixile Purple Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tshirt_pixile_purple.png",
+
file = "Clothes tshirt pixile purple.png",
description = "<br>''[[Founder's Edition]]''"
+
description = "[[Special Cosmetics#Founder's Edition|Founder's Edition]]",
  +
framed = 1,
  +
group = 1500,
 
},
 
},
 
["Pixile White Tee"] = {
 
["Pixile White Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tshirt_pixile_white.png",
+
file = "Clothes tshirt pixile white.png",
description = "<br>''[[Founder's Edition]]''"
+
description = "[[Special Cosmetics#Founder's Edition|Founder's Edition]]",
  +
framed = 1,
  +
group = 1600,
 
},
 
},
 
["Heart Glasses"] = {
 
["Heart Glasses"] = {
Line 1,258: Line 2,104:
 
rarity = 3,
 
rarity = 3,
 
file = "Glasses_hearts-resources.assets-503.png",
 
file = "Glasses_hearts-resources.assets-503.png",
description = "<br>''[[Founder's Edition]]''"
+
description = "[[Special Cosmetics#Founder's Edition|Founder's Edition]]",
  +
framed = 1,
  +
group = 2150,
 
},
 
},
 
["White Shutter Shades"] = {
 
["White Shutter Shades"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 2,
 
rarity = 2,
file = "Glasses_shutter_shades_white-resources.assets-2475.png",
+
file = "Glasses shutter shades white-resources.assets-2475.png",
description = "<br>''[[Founder's Edition]]''"
+
description = "[[Special Cosmetics#Founder's Edition|Founder's Edition]]",
  +
framed = 1,
  +
group = 1400,
 
},
 
},
 
["Golden M16"] = {
 
["Golden M16"] = {
Line 1,270: Line 2,120:
 
rarity = 3,
 
rarity = 3,
 
file = "Gun-m16_golden.png",
 
file = "Gun-m16_golden.png",
description = "<br>''[[Founder's Edition]]''",
+
description = "''[[Special Cosmetics#Founder's Edition|Founder's Edition]]''",
link = "M16"
+
link = "M16",
  +
framed = 1,
 
},
 
},
 
["Golden Silenced Pistol"] = {
 
["Golden Silenced Pistol"] = {
Line 1,277: Line 2,128:
 
rarity = 3,
 
rarity = 3,
 
file = "Gun-silenced-pistol_golden.png",
 
file = "Gun-silenced-pistol_golden.png",
description = "<br>''[[Founder's Edition]]''",
+
description = "''[[Special Cosmetics#Founder's Edition|Founder's Edition]]''",
link = "Silenced Pistol"
+
link = "Silenced Pistol",
  +
framed = 1,
 
},
 
},
 
["Juggling Roulette"] = {
 
["Juggling Roulette"] = {
Line 1,284: Line 2,136:
 
rarity = 4,
 
rarity = 4,
 
file = "Juggle.png",
 
file = "Juggle.png",
description = "<br>''[[Founder's Edition]]''"
+
description = "''[[Founder's Edition]]''",
  +
framed = 1,
 
},
 
},
 
["Charcoal Suit & Pixile Tie"] = {
 
["Charcoal Suit & Pixile Tie"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_suit_grey.png",
+
file = "Clothes suit grey.png",
description = "<br>''[[Founder's Edition]]''"
+
description = "[[Special Cosmetics#Founder's Edition|Founder's Edition]]",
  +
framed = 1,
  +
group = 7050,
 
},
 
},
 
Halo = {
 
Halo = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 4,
 
rarity = 4,
file = "Hat_halo-resources.assets-1101.png",
+
file = "Hat halo-resources.assets-1101.png",
description = "<br>''[[Founder's Edition]]''"
+
description = "[[Special Cosmetics#Founder's Edition|Founder's Edition]]",
  +
framed = 1,
  +
group = 5300,
 
},
 
},
 
Katana = {
 
Katana = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 0,
 
rarity = 0,
file = "Katana.png"
+
file = "Katana.png",
  +
description = "Available to all players",
  +
group = 50,
 
},
 
},
 
["Super Red Panda"] = {
 
["Super Red Panda"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-redpanda.png"
+
file = "Char-redpanda.png",
  +
baseAnimal = "Red Panda",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 185,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 45,
  +
},
  +
},
 
},
 
},
 
["Red Panda DNA"] = {
 
["Red Panda DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_RedPanda.png"
+
file = "DNA Red Panda.png",
 
},
 
},
 
["Wolf DNA"] = {
 
["Wolf DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Wolf.png"
+
file = "DNA_Wolf.png",
 
},
 
},
 
["Super Wolf"] = {
 
["Super Wolf"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-wolf.png"
+
file = "Char-wolf.png",
  +
baseAnimal = "Wolf",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Capybara DNA"] = {
 
["Capybara DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Capybara.png"
+
file = "DNA_Capybara.png",
 
},
 
},
 
["Super Capybara"] = {
 
["Super Capybara"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-capybara.png"
+
file = "Char-capybara.png",
  +
baseAnimal = "Capybara",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 175,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 45,
  +
},
  +
},
 
},
 
},
 
None = {
 
None = {
 
class = "Token",
 
class = "Token",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Donkey DNA"] = {
 
["Donkey DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Donkey.png"
+
file = "DNA_Donkey.png",
 
},
 
},
 
["Super Donkey"] = {
 
["Super Donkey"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-donkey.png"
+
file = "Char-donkey.png",
  +
baseAnimal = "Donkey",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 100,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Pinstripe Tophat"] = {
 
["Pinstripe Tophat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_suit_pinstripe-resources.assets-2360.png"
+
file = "Hat suit pinstripe-resources.assets-2360.png",
  +
store = "carl",
},
 
  +
currency = {
["Military Helmet"] = {
 
class = "Hat",
+
name = "Carl Coins",
rarity = 1,
+
amount = 1500,
  +
},
file = "Hat_helmet_military-resources.assets-3622.png"
 
  +
group = 3450,
 
},
 
},
 
["Diamonds Sweater"] = {
 
["Diamonds Sweater"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_sweater_diamonds.png"
+
file = "Clothes sweater diamonds.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3600,
 
},
 
},
 
["Teal Striped Sweater"] = {
 
["Teal Striped Sweater"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_sweater_striped.png"
+
file = "Clothes sweater striped.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 2200,
 
},
 
},
 
["Blue Print Tee"] = {
 
["Blue Print Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tshirt_print_blue.png"
+
file = "Clothes tshirt print blue.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 1650,
 
},
 
},
 
["Green Print Tee"] = {
 
["Green Print Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tshirt_print_green.png"
+
file = "Clothes tshirt print green.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 1700,
 
},
 
},
 
["Red Fancy Shirt"] = {
 
["Red Fancy Shirt"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_shirt_red.png"
+
file = "Clothes shirt red.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 3650,
 
},
 
},
 
["Purple Fancy Shirt"] = {
 
["Purple Fancy Shirt"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_shirt_purple.png"
+
file = "Clothes shirt purple.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3700,
 
},
 
},
 
["Lumberjack Shirt"] = {
 
["Lumberjack Shirt"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_shirt_lumberjack.png"
+
file = "Clothes shirt lumberjack.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 7250,
 
},
 
},
 
["Pink Princess Dress"] = {
 
["Pink Princess Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
file = "Clothes_princess_pink.png"
+
file = "Clothes_princess_pink.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 10100,
 
},
 
},
 
["Red College Jacket"] = {
 
["Red College Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_college_jacket_red.png"
+
file = "Clothes college jacket red.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3250,
 
},
 
},
 
["Black College Jacket"] = {
 
["Black College Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_college_jacket_black.png"
+
file = "Clothes college jacket black.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3300,
 
},
 
},
 
["Super Spider Monkey"] = {
 
["Super Spider Monkey"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-monkey-black.png"
+
file = "Char-monkey-black.png",
  +
baseAnimal = "Monkey",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Crimson Monkey"] = {
 
["Super Crimson Monkey"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-monkey-red.png"
+
file = "Char-monkey-red.png",
  +
baseAnimal = "Monkey",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 55,
  +
},
  +
},
 
},
 
},
 
["Super Howler Monkey"] = {
 
["Super Howler Monkey"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-monkey-white.png"
+
file = "Char-monkey-white.png",
  +
baseAnimal = "Monkey",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
 
},
 
},
 
["Beta Tee"] = {
 
["Beta Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_tshirt_beta.png",
+
file = "Clothes tshirt beta.png",
description = "<br>''Beta Tester exclusive''"
+
description = "[[Special Cosmetics#Beta|Beta Purchase Reward]]",
  +
group = 10850,
 
},
 
},
 
["!Keyme Tee"] = {
 
["!Keyme Tee"] = {
Line 1,432: Line 2,426:
 
rarity = 5,
 
rarity = 5,
 
name = "!keyme Tee",
 
name = "!keyme Tee",
file = "Clothes_tshirt_key.png",
+
file = "Clothes tshirt key.png",
description = "<br>''Beta Tester exclusive''"
+
description = "[[Special Cosmetics#Beta|Beta Purchase Reward]]",
  +
group = 10900,
 
},
 
},
 
["Kinda Funny Tee"] = {
 
["Kinda Funny Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tshirt_kindafunny.png"
+
file = "Clothes tshirt kindafunny.png",
  +
description = "''Greg Miller Streamer Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 950,
 
},
 
},
 
["Team Fat Tee"] = {
 
["Team Fat Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tshirt_teamfat.png"
+
file = "Clothes tshirt teamfat.png",
  +
description = "''Greg Miller Streamer Item''<br>[[Level-Up Random Drop]]",
  +
group = 1000,
 
},
 
},
 
["Blue Tee"] = {
 
["Blue Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 0,
 
rarity = 0,
file = "Clothes_tshirt_blue.png"
+
file = "Clothes tshirt blue.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 100,
 
},
 
},
 
["Maroon Jacket"] = {
 
["Maroon Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_jacket_maroon.png"
+
file = "Clothes jacket maroon.png",
  +
description = "[[Level-Up Random Drop]]",
},
 
  +
group = 3150,
["Green Tie"] = {
 
class = "Clothes",
 
rarity = 0,
 
file = "Clothes_tshirt_green.png"
 
},
 
["Orange Tie"] = {
 
class = "Clothes",
 
rarity = 0,
 
file = "Clothes_tie_orange.png"
 
},
 
["White Tie"] = {
 
class = "Clothes",
 
rarity = 2,
 
file = "Clothes_tie_white.png"
 
},
 
["SAW Helmet"] = {
 
class = "Hat",
 
rarity = 2,
 
file = "Hat_helmet_SAW-resources.assets-3265.png"
 
 
},
 
},
 
["Lion DNA"] = {
 
["Lion DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Lion.png"
+
file = "DNA_Lion.png",
 
},
 
},
 
["Super Lion"] = {
 
["Super Lion"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-lion.png"
+
file = "Char-lion.png",
  +
baseAnimal = "Lion",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Shady Lion"] = {
 
["Super Shady Lion"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-lion-dark.png"
+
file = "Char-lion-dark.png",
  +
baseAnimal = "Lion",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Super Arctic Lion"] = {
 
["Super Arctic Lion"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-lion-white.png"
+
file = "Char-lion-white.png",
  +
baseAnimal = "Lion",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
  +
},
  +
["Super Stone Lion"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char-lion-stone.png",
  +
baseAnimal = "Lion",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 450,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 120,
  +
},
  +
},
 
},
 
},
 
["Super Timber Wolf"] = {
 
["Super Timber Wolf"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-wolf-brown.png"
+
file = "Char-wolf-brown.png",
  +
baseAnimal = "Wolf",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 225,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
 
},
 
},
 
["Super Arctic Wolf"] = {
 
["Super Arctic Wolf"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-wolf-arctic.png"
+
file = "Char-wolf-arctic.png",
  +
baseAnimal = "Wolf",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Super Cotton Candy Deer"] = {
 
["Super Cotton Candy Deer"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char-deer-cotton-candy.png"
+
file = "Char-deer-cotton-candy.png",
  +
baseAnimal = "Deer",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
Ushanka = {
 
Ushanka = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_ushanka-resources.assets-2567.png"
+
file = "Hat ushanka-resources.assets-2567.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 3550,
 
},
 
},
 
["Grey Beanie"] = {
 
["Grey Beanie"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 0,
 
rarity = 0,
file = "Hat_beanie_grey-resources.assets-3241.png"
+
file = "Hat beanie grey-resources.assets-3241.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 150,
 
},
 
},
 
["Black Aviator Sunglasses"] = {
 
["Black Aviator Sunglasses"] = {
Line 1,524: Line 2,598:
 
rarity = 1,
 
rarity = 1,
 
name = "Black Aviator Glasses",
 
name = "Black Aviator Glasses",
file = "Glasses_rayban_black-resources.assets-3425.png"
+
file = "Glasses rayban black-resources.assets-3425.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 800,
 
},
 
},
 
["Blue Aviator Sunglasses"] = {
 
["Blue Aviator Sunglasses"] = {
Line 1,530: Line 2,606:
 
rarity = 1,
 
rarity = 1,
 
name = "Blue Aviator Glasses",
 
name = "Blue Aviator Glasses",
file = "Glasses_rayban_blue-resources.assets-947.png"
+
file = "Glasses rayban blue-resources.assets-947.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 850,
 
},
 
},
 
["Blue Sunglasses"] = {
 
["Blue Sunglasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 0,
 
rarity = 0,
file = "Glasses_sunglasses_blue-resources.assets-842.png"
+
file = "Glasses sunglasses blue-resources.assets-842.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 50,
 
},
 
},
 
["Red Sunglasses"] = {
 
["Red Sunglasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 2,
 
rarity = 2,
file = "Glasses_sunglasses_red-resources.assets-2916.png"
+
file = "Glasses sunglasses red-resources.assets-2916.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1450,
 
},
 
},
 
["Super Wiener Dog"] = {
 
["Super Wiener Dog"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-dog-wiener.png"
+
file = "Char-dog-wiener.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Golden Video Jacket"] = {
 
["Golden Video Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_jacket_golden.png",
+
file = "Clothes jacket golden.png",
description = "<br>''SAR Tonight Winner Reward''"
+
description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
  +
group = 10950,
 
},
 
},
 
["Super Corgi"] = {
 
["Super Corgi"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char-dog-corgi.png"
+
file = "Char-dog-corgi.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 42,
  +
},
  +
},
 
},
 
},
 
["Super Golden Lab"] = {
 
["Super Golden Lab"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-dog-labrador-golden.png"
+
file = "Char-dog-labrador-golden.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Chocolate Lab"] = {
 
["Super Chocolate Lab"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-dog-labrador-chocolate.png"
+
file = "Char-dog-labrador-chocolate.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Black Lab"] = {
 
["Super Black Lab"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-dog-labrador-black.png"
+
file = "Char-dog-labrador-black.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Hyena DNA"] = {
 
["Hyena DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Hyena.png"
+
file = "DNA_Hyena.png",
 
},
 
},
 
["Super Hyena"] = {
 
["Super Hyena"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-hyena.png"
+
file = "Char-hyena.png",
  +
baseAnimal = "Hyena",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Rudolph Deer"] = {
 
["Super Rudolph Deer"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-deer-reindeer.png"
+
file = "Char-deer-reindeer.png",
  +
baseAnimal = "Deer",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 190,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 52,
  +
},
  +
},
 
},
 
},
 
["Santa Outfit"] = {
 
["Santa Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_santa.png"
+
file = "Clothes santa.png",
  +
description = "[[Special Cosmetics#Christmas Event 2018|Christmas Event 2018]]",
  +
group = 11700,
 
},
 
},
 
["Festive Sweater"] = {
 
["Festive Sweater"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_sweater_christmas.png"
+
file = "Clothes sweater christmas.png",
  +
description = "[[Special Cosmetics#Christmas Event 2018|Christmas Event 2018]]",
  +
group = 11750,
 
},
 
},
 
["Santa Hat"] = {
 
["Santa Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 5,
 
rarity = 5,
file = "Hat_santa-resources.assets-1805.png"
+
file = "Hat santa-resources.assets-1805.png",
  +
description = "[[Special Cosmetics#Christmas Event 2018|Christmas Event 2018]]",
  +
group = 6250,
 
},
 
},
 
Dab = {
 
Dab = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 1,
 
rarity = 1,
file = "Dab.png"
+
file = "Dab.png",
 
},
 
},
 
["Hole in One!"] = {
 
["Hole in One!"] = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 4,
 
rarity = 4,
file = "Hole_in_one.png"
+
file = "Hole_in_one.png",
 
},
 
},
 
["Russian Dance"] = {
 
["Russian Dance"] = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 3,
 
rarity = 3,
file = "Emote-russian.png"
+
file = "Emote-russian.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
 
},
 
},
 
["Red Beanie"] = {
 
["Red Beanie"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 0,
 
rarity = 0,
file = "Hat_beanie_red-resources.assets-802.png"
+
file = "Hat beanie red-resources.assets-802.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 50,
 
},
 
},
 
["Banana Beanie"] = {
 
["Banana Beanie"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 0,
 
rarity = 0,
file = "Hat_beanie_yellow-resources.assets-370.png"
+
file = "Hat beanie yellow-resources.assets-370.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 100,
 
},
 
},
 
["Baseball Cap (Blue)"] = {
 
["Baseball Cap (Blue)"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 1,
 
rarity = 1,
file = "Hat_baseball_blue-resources.assets-1009.png"
+
file = "Hat baseball blue-resources.assets-1009.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 300,
 
},
 
},
 
["Baseball Cap (Yellow)"] = {
 
["Baseball Cap (Yellow)"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 1,
 
rarity = 1,
file = "Hat_baseball_yellow-resources.assets-1820.png"
+
file = "Hat baseball yellow-resources.assets-1820.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 350,
 
},
 
},
 
["Red Mohawk"] = {
 
["Red Mohawk"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_mohawk_red-resources.assets-1348.png"
+
file = "Hat mohawk red-resources.assets-1348.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 3600,
 
},
 
},
 
["Captain's Hat"] = {
 
["Captain's Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat_captain-resources.assets-1500.png"
+
file = "Hat captain-resources.assets-1500.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 1350,
 
},
 
},
 
["Military Hat (Beige)"] = {
 
["Military Hat (Beige)"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat_military_beige-resources.assets-1249.png"
+
file = "Hat military beige-resources.assets-1249.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 1400,
 
},
 
},
 
["Military Hat (Blue)"] = {
 
["Military Hat (Blue)"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat_military_blue-resources.assets-497.png"
+
file = "Hat military blue-resources.assets-497.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1450,
 
},
 
},
 
["Military Hat (Green)"] = {
 
["Military Hat (Green)"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat_military_green-resources.assets-809.png"
+
file = "Hat military green-resources.assets-809.png",
  +
store = "carl",
},
 
["Banana Tee"] = {
+
currency = {
class = "Clothes",
+
name = "Carl Coins",
rarity = 1,
+
amount = 750,
  +
},
file = "Clothes_tshirt_banana.png"
 
  +
group = 1500,
},
 
["Banana Fancy Shirt"] = {
 
class = "Clothes",
 
rarity = 2,
 
file = "Clothes_shirt_banana.png"
 
 
},
 
},
 
["Khaki Trenchcoat"] = {
 
["Khaki Trenchcoat"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
file = "Clothes_trenchcoat_khaki.png"
+
file = "Clothes trenchcoat khaki.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 10250,
 
},
 
},
 
["Blue College Jacket"] = {
 
["Blue College Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_college_jacket_blue.png"
+
file = "Clothes college jacket blue.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3350,
 
},
 
},
 
["White College Jacket"] = {
 
["White College Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_college_jacket_white.png"
+
file = "Clothes college jacket white.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3400,
 
},
 
},
 
["Super Maroon Fox"] = {
 
["Super Maroon Fox"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-fox-red.png"
+
file = "Char-fox-red.png",
  +
baseAnimal = "Fox",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 80,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
 
},
 
},
 
["Super Pink Fox"] = {
 
["Super Pink Fox"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-fox-pink.png"
+
file = "Char-fox-pink.png",
  +
baseAnimal = "Fox",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 80,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
 
},
 
},
 
["Super Yellow Bear"] = {
 
["Super Yellow Bear"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-bear-yellow.png"
+
file = "Char-bear-yellow.png",
  +
baseAnimal = "Bear",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 80,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
 
},
 
},
 
["Super Siamese Cat"] = {
 
["Super Siamese Cat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-cat-siamese.png"
+
file = "Char-cat-siamese.png",
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Navy Skullcat"] = {
 
["Super Navy Skullcat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-skullcat-blue.png"
+
file = "Char-skullcat-blue.png",
  +
baseAnimal = "Skullcat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 65,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 12,
  +
},
  +
},
 
},
 
},
 
["Super Arctic Fox"] = {
 
["Super Arctic Fox"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
rarity = 3,
+
rarity = 4,
file = "Char-fox-arctic.png"
+
file = "Char-fox-arctic asset.png",
  +
baseAnimal = "Fox",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Sloth Blues"] = {
 
["Super Sloth Blues"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-sloth-blue.png"
+
file = "Char-sloth-blue.png",
  +
baseAnimal = "Sloth",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 35,
  +
},
  +
},
 
},
 
},
 
["Super Mossy Sloth"] = {
 
["Super Mossy Sloth"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-sloth-green.png"
+
file = "Char-sloth-green.png",
  +
baseAnimal = "Sloth",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Candy Cane"] = {
 
["Candy Cane"] = {
Line 1,732: Line 3,037:
 
rarity = 3,
 
rarity = 3,
 
name = "Peppermint Candy Cane",
 
name = "Peppermint Candy Cane",
file = "Candycane.png"
+
file = "Candycane.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 2750,
 
},
 
},
 
["Blue Visor"] = {
 
["Blue Visor"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 1,
 
rarity = 1,
file = "Hat_visor_blue-resources.assets-3846.png"
+
file = "Hat visor blue-resources.assets-3846.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 500,
 
},
 
},
 
["Green Visor"] = {
 
["Green Visor"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 1,
 
rarity = 1,
file = "Hat_visor_green-resources.assets-1303.png"
+
file = "Hat visor green-resources.assets-1303.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 550,
 
},
 
},
 
["Orange Visor"] = {
 
["Orange Visor"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 1,
 
rarity = 1,
file = "Hat_visor_orange-resources.assets-3687.png"
+
file = "Hat visor orange-resources.assets-3687.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 600,
 
},
 
},
 
["Red Visor"] = {
 
["Red Visor"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 1,
 
rarity = 1,
file = "Hat_visor_red-resources.assets-374.png"
+
file = "Hat visor red-resources.assets-374.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 650,
 
},
 
},
 
["Teal Visor"] = {
 
["Teal Visor"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 1,
 
rarity = 1,
file = "Hat_visor_teal-resources.assets-3696.png"
+
file = "Hat visor teal-resources.assets-3696.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 700,
 
},
 
},
 
["Pink Visor"] = {
 
["Pink Visor"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat_visor_pink-resources.assets-2640.png"
+
file = "Hat visor pink-resources.assets-2640.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1600,
 
},
 
},
 
["Devil Horns"] = {
 
["Devil Horns"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat_devil_horns-resources.assets-1113.png"
+
file = "Hat devil horns-resources.assets-1113.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1650,
 
},
 
},
 
["Propeller Hat"] = {
 
["Propeller Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_propeller-resources.assets-3917.png"
+
file = "Hat propeller-resources.assets-3917.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 3700,
 
},
 
},
 
["Blue Round Glasses"] = {
 
["Blue Round Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses_round_blue-resources.assets-4088.png"
+
file = "Glasses round blue-resources.assets-4088.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 600,
 
},
 
},
 
["Maroon Round Glasses"] = {
 
["Maroon Round Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses_round_maroon-resources.assets-2542.png"
+
file = "Glasses round maroon-resources.assets-2542.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 650,
 
},
 
},
 
["White Round Glasses"] = {
 
["White Round Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses_round_white-resources.assets-2717.png"
+
file = "Glasses round white-resources.assets-2717.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 700,
 
},
 
},
 
["Eye Patch"] = {
 
["Eye Patch"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 3,
 
rarity = 3,
file = "Glasses_patch-resources.assets-1379.png"
+
file = "Glasses patch-resources.assets-1379.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 2200,
 
},
 
},
 
["Pirate Hat"] = {
 
["Pirate Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_pirate-resources.assets-237.png"
+
file = "Hat pirate-resources.assets-237.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 3750,
 
},
 
},
 
["Black Pirate Costume"] = {
 
["Black Pirate Costume"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
file = "Clothes_pirate_black.png"
+
file = "Clothes pirate black.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 10300,
 
},
 
},
 
["Blue Pirate Costume"] = {
 
["Blue Pirate Costume"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
file = "Clothes_pirate_blue.png"
+
file = "Clothes pirate blue.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 10350,
 
},
 
},
 
["Brown Pirate Costume"] = {
 
["Brown Pirate Costume"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
file = "Clothes_pirate_brown.png"
+
file = "Clothes pirate brown.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 10400,
 
},
 
},
 
["Green Pirate Costume"] = {
 
["Green Pirate Costume"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
file = "Clothes_pirate_green.png"
+
file = "Clothes pirate green.png",
  +
store = "carl",
},
 
["Lab Coat"] = {
+
currency = {
class = "Clothes",
+
name = "Carl Coins",
rarity = 3,
+
amount = 3000,
  +
},
file = "Clothes_labcoat.png"
 
  +
group = 10450,
 
},
 
},
 
["Blue Fancy Shirt"] = {
 
["Blue Fancy Shirt"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_shirt_blue.png"
+
file = "Clothes shirt blue.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3800,
 
},
 
},
 
["Green Fancy Shirt"] = {
 
["Green Fancy Shirt"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_shirt_green.png"
+
file = "Clothes shirt green.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3750,
 
},
 
},
 
["Super Bear Beanie"] = {
 
["Super Bear Beanie"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 4,
 
rarity = 4,
file = "Hat_beanies_bear-resources.assets-3450.png"
+
file = "Hat beanies bear-resources.assets-3450.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 5350,
 
},
 
},
 
["Super Deer Beanie"] = {
 
["Super Deer Beanie"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 4,
 
rarity = 4,
file = "Hat_beanies_deer-resources.assets-2655.png"
+
file = "Hat beanies deer-resources.assets-2655.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 5400,
 
},
 
},
 
["Super Fox Beanie"] = {
 
["Super Fox Beanie"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 4,
 
rarity = 4,
file = "Hat_beanies_fox-resources.assets-3303.png"
+
file = "Hat beanies fox-resources.assets-3303.png",
  +
description = "[[Special Cosmetics#Superfree|Coupon Code]]",
  +
group = 5450,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
 
},
 
},
 
["Super Panda Beanie"] = {
 
["Super Panda Beanie"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 4,
 
rarity = 4,
file = "Hat_beanies_panda-resources.assets-3139.png"
+
file = "Hat beanies panda-resources.assets-3139.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 5500,
 
},
 
},
 
["Super Raccoon Beanie"] = {
 
["Super Raccoon Beanie"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 4,
 
rarity = 4,
file = "Hat_beanies_raccoon-resources.assets-2978.png"
+
file = "Hat beanies raccoon-resources.assets-2978.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 5550,
 
},
 
},
 
["Super Skullcat Beanie"] = {
 
["Super Skullcat Beanie"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 4,
 
rarity = 4,
file = "Hat_beanies_skullcat-resources.assets-3451.png"
+
file = "Hat beanies skullcat-resources.assets-3451.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 5600,
 
},
 
},
 
["Super Tiger Beanie"] = {
 
["Super Tiger Beanie"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 4,
 
rarity = 4,
file = "Hat_beanies_tiger-resources.assets-3072.png"
+
file = "Hat beanies tiger-resources.assets-3072.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 5650,
 
},
 
},
 
["SAR Tonight Cap"] = {
 
["SAR Tonight Cap"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 5,
 
rarity = 5,
file = "Hat_baseball_SARtonight-resources.assets-2626.png",
+
file = "Hat baseball SARtonight-resources.assets-2626.png",
description = "<br>''Winner Reward''"
+
description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
  +
group = 6150,
 
},
 
},
 
["Howl Tee"] = {
 
["Howl Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_tshirt_print_Howl.png",
+
file = "Clothes tshirt print Howl.png",
description = "<br>''SAR Tonight Winner Reward''"
+
description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
  +
group = 11050,
 
},
 
},
 
["Donk Tee"] = {
 
["Donk Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_tshirt_print_Donk.png",
+
file = "Clothes tshirt print Donk.png",
description = "<br>''SAR Tonight Winner Reward''"
+
description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
  +
group = 11000,
 
},
 
},
 
["Tiger Silhouette Tee"] = {
 
["Tiger Silhouette Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_tshirt_silhouette_tiger.png",
+
file = "Clothes tshirt silhouette tiger.png",
description = "<br>''All Participants of Ep. 1/2 Get''"
+
description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
  +
group = 11100,
 
},
 
},
 
["Fox Silhouette Tee"] = {
 
["Fox Silhouette Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_tshirt_silhouette_fox-resources.assets-4489.png",
+
file = "clothes_tshirt_silhouette_fox-resources.assets-4489.png",
description = "<br>''All Winners of Ep. 3 Get''"
+
description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
  +
group = 11150,
 
},
 
},
 
["SAR Tonight Tee"] = {
 
["SAR Tonight Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_tshirt_SARtonight_logo.png",
+
file = "Clothes tshirt SARtonight logo.png",
description = "<br>''Winner Reward''"
+
description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
  +
group = 11200,
 
},
 
},
["Small Crown"] = {
+
["Beauty Sloth Beanie"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 2,
 
file = "Hat_crown_small-resources.assets-995.png"
 
},
 
Crown = {
 
class = "Hat",
 
rarity = 3,
 
file = "Hat_crown-resources.assets-1055.png"
 
},
 
["Rebellion Helmet"] = {
 
class = "Hat",
 
rarity = 3,
 
file = "Hat_helmet_rebellion-resources.assets-468.png"
 
},
 
["Safari Hat"] = {
 
class = "Hat",
 
rarity = 2,
 
file = "Hat_safari-resources.assets-945.png"
 
},
 
["Green Bow Tie"] = {
 
class = "Clothes",
 
rarity = 0,
 
file = "Clothes_bowtie_green-resources.assets-691.png"
 
},
 
["Blue Bow Tie"] = {
 
class = "Clothes",
 
rarity = 0,
 
file = "Clothes_bowtie_blue-resources.assets-3333.png"
 
},
 
["Orange Bow Tie"] = {
 
class = "Clothes",
 
rarity = 0,
 
file = "Clothes_bowtie_orange-resources.assets-695.png"
 
},
 
["Purple Bow Tie"] = {
 
class = "Clothes",
 
rarity = 1,
 
file = "Clothes_bowtie_purple-resources.assets-2224.png"
 
},
 
["Maroon Bow Tie"] = {
 
class = "Clothes",
 
rarity = 1,
 
file = "Clothes_bowtie_maroon-resources.assets-469.png"
 
},
 
["White Bow Tie"] = {
 
class = "Clothes",
 
rarity = 2,
 
file = "Clothes_bowtie_white-resources.assets-3302.png"
 
},
 
["Black Bow Tie"] = {
 
class = "Clothes",
 
rarity = 2,
 
file = "Clothes_bowtie_black-resources.assets-2420.png"
 
},
 
["Purple Tie"] = {
 
class = "Clothes",
 
rarity = 1,
 
file = "Clothes_tie_purple-resources.assets-522.png"
 
},
 
["Maroon Tie"] = {
 
class = "Clothes",
 
rarity = 1,
 
file = "Clothes_tie_maroon-resources.assets-588.png"
 
},
 
["Black Tie"] = {
 
class = "Clothes",
 
rarity = 2,
 
file = "Clothes_tie_black-resources.assets-583.png"
 
},
 
["Red Eye Scope"] = {
 
class = "Glasses",
 
 
rarity = 4,
 
rarity = 4,
  +
group = 5850,
file = "Glasses_terminator-resources.assets-350.png"
 
  +
file = "Beauty_Sloth_Beanie.png",
},
 
  +
description = "[[Super Animal Developers|Clogg's Developer Item]]<br>{{hidetext|Hint|'''HINT'''<br>Play 1 game dressed as a Beauty Sloth.<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>'''How to get the Beauty Sloth Beanie Hat'''<br>Written instructions:<br> Play as a [[Animals#Sloth|Super Sloth]] and equip a [[Hats|Flower pin]] and a [[Outfits|Dress]] of any sort.<br>}}}}",
Hatchet = {
 
class = "MeleeSkin",
 
rarity = 1,
 
file = "Melee_hatchet-resources.assets-1429.png"
 
},
 
Axe = {
 
class = "MeleeSkin",
 
rarity = 2,
 
file = "Melee_axe-resources.assets-1159.png"
 
},
 
Tomahawk = {
 
class = "MeleeSkin",
 
rarity = 3,
 
file = "Melee_tomahawk-resources.assets-3574.png"
 
 
},
 
},
 
["Mango Umbrella"] = {
 
["Mango Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 3,
 
rarity = 3,
file = "Umbrella_base_mango-resources.assets-4159.png"
+
file = "umbrella_base_mango-resources.assets-4159.png",
  +
description = "[[Super Animal Mods|Mango Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1800,
 
},
 
},
 
["Blue Jacket"] = {
 
["Blue Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_jacket_blue-resources.assets-3074.png"
+
file = "Clothes jacket blue-resources.assets-3074.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 800,
 
},
 
},
 
["Black Jacket"] = {
 
["Black Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_jacket_black-resources.assets-2427.png"
+
file = "Clothes jacket black-resources.assets-2427.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3200,
 
},
 
},
 
["Pink Jacket"] = {
 
["Pink Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_jacket_pink-resources.assets-1663.png"
+
file = "Clothes jacket pink-resources.assets-1663.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 6700,
 
},
 
},
 
["Red Evening Dress"] = {
 
["Red Evening Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_night_dress_red-resources.assets-1906.png"
+
file = "Clothes night dress red-resources.assets-1906.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 850,
 
},
 
},
 
["White Evening Dress"] = {
 
["White Evening Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_night_dress_white-resources.assets-631.png"
+
file = "Clothes night dress white-resources.assets-631.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3450,
 
},
 
},
 
["Pink Spring Dress"] = {
 
["Pink Spring Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_spring_dress_pink-resources.assets-3742.png"
+
file = "Clothes spring dress pink-resources.assets-3742.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3550,
 
},
 
},
 
["Yellow Spring Dress"] = {
 
["Yellow Spring Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_spring_dress_yellow-resources.assets-1025.png"
+
file = "Clothes spring dress yellow-resources.assets-1025.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 900,
 
},
 
},
 
["Red Spring Dress"] = {
 
["Red Spring Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_spring_dress_red-resources.assets-795.png"
+
file = "Clothes spring dress red-resources.assets-795.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 6900,
 
},
 
},
 
["Moustache 1 (Brown)"] = {
 
["Moustache 1 (Brown)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Moustache1_brown-resources.assets-3661.png"
+
file = "Moustache1 brown-resources.assets-3661.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 350,
 
},
 
},
 
["Moustache 5 (Brown)"] = {
 
["Moustache 5 (Brown)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Moustache5_brown-resources.assets-412.png"
+
file = "Moustache5 brown-resources.assets-412.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1600,
 
},
 
},
 
["Moustache 1 (Light Gray)"] = {
 
["Moustache 1 (Light Gray)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Moustache1_lightgrey-resources.assets-3958.png"
+
file = "Moustache1 lightgrey-resources.assets-3958.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 400,
 
},
 
},
 
["Moustache 5 (Light Gray)"] = {
 
["Moustache 5 (Light Gray)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Moustache5_lightgrey-resources.assets-3436.png"
+
file = "Moustache5 lightgrey-resources.assets-3436.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1650,
 
},
 
},
 
["Beard 3 (Brown)"] = {
 
["Beard 3 (Brown)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Beard3_brown-resources.assets-3412.png"
+
file = "Beard3 brown-resources.assets-3412.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 850,
 
},
 
},
 
["Beard 3 (Light Gray)"] = {
 
["Beard 3 (Light Gray)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Beard3_lightgrey-resources.assets-3666.png"
+
file = "Beard3 lightgrey-resources.assets-3666.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 900,
 
},
 
},
 
["Beard 5 (Brown)"] = {
 
["Beard 5 (Brown)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Beard5_brown-resources.assets-1428.png"
+
file = "Beard5 brown-resources.assets-1428.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1350,
 
},
 
},
 
["Beard 5 (Light Gray)"] = {
 
["Beard 5 (Light Gray)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Beard5_lightgrey-resources.assets-539.png"
+
file = "Beard5 lightgrey-resources.assets-539.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1400,
 
},
 
},
 
Laughing = {
 
Laughing = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 2,
 
rarity = 2,
file = "Laugh.png"
+
file = "Laugh.png",
 
},
 
},
 
["Super Blue Bear"] = {
 
["Super Blue Bear"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-bear-blue.png"
+
file = "Char-bear-blue.png",
  +
baseAnimal = "Bear",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 120,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 28,
  +
},
  +
},
  +
group = 100,
 
},
 
},
 
["Super Blue Tiger"] = {
 
["Super Blue Tiger"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-tiger-blue.png"
+
file = "Char-tiger-blue.png",
  +
baseAnimal = "Tiger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 80,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
  +
group = 100,
 
},
 
},
 
["Super Dark Tiger"] = {
 
["Super Dark Tiger"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_tiger_negative-resources.assets-3061.png"
+
file = "Char_tiger_negative-resources.assets-3061.png",
  +
baseAnimal = "Tiger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 45,
  +
},
  +
},
  +
group = 150,
 
},
 
},
 
["Super Hot Tiger"] = {
 
["Super Hot Tiger"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char-tiger-jaguar.png"
+
file = "Char tiger fire-resources.assets-2464.png",
  +
baseAnimal = "Tiger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 210,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
  +
group = 50,
 
},
 
},
 
["Super Black Cat"] = {
 
["Super Black Cat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_cat_black-resources.assets-2817.png"
+
file = "Char_cat_black-resources.assets-2817.png",
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 80,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
 
},
 
},
 
["Super Snowshoe Cat"] = {
 
["Super Snowshoe Cat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_cat_snowshoe-resources.assets-1099.png"
+
file = "Char_cat_snowshoe-resources.assets-1099.png",
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Mint Deer"] = {
 
["Super Mint Deer"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-deer-green.png"
+
file = "Char-deer-green.png",
  +
baseAnimal = "Deer",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 105,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 25,
  +
},
  +
},
 
},
 
},
 
["Super Brown Raccoon"] = {
 
["Super Brown Raccoon"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-raccoon-brown.png"
+
file = "Char-raccoon-brown.png",
  +
baseAnimal = "Raccoon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 145,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Vanilla Raccoon"] = {
 
["Super Vanilla Raccoon"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-raccoon-beige.png"
+
file = "Char-raccoon-beige.png",
  +
baseAnimal = "Raccoon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 160,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 48,
  +
},
  +
},
 
},
 
},
 
["Super Tanuki"] = {
 
["Super Tanuki"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_raccoon_tanuki-resources.assets-2967.png"
+
file = "Char_raccoon_tanuki-resources.assets-2967.png",
  +
baseAnimal = "Raccoon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Super Shadow Bunny"] = {
 
["Super Shadow Bunny"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char rabbit black-resources.assets-835.png"
+
file = "Char rabbit black-resources.assets-835.png",
  +
baseAnimal = "Bunny",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
 
},
 
},
 
["Super Red Bunny"] = {
 
["Super Red Bunny"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-rabbit-red.png"
+
file = "Char-rabbit-red.png",
  +
baseAnimal = "Bunny",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 55,
  +
},
  +
},
 
},
 
},
 
["Super Phantom Sloth"] = {
 
["Super Phantom Sloth"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_sloth_pale-resources.assets-3601.png"
+
file = "Char_sloth_pale-resources.assets-3601.png",
  +
baseAnimal = "Sloth",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 210,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 55,
  +
},
  +
},
 
},
 
},
 
["Super Yellow Panda"] = {
 
["Super Yellow Panda"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_panda_yellow-resources.assets-4091.png"
+
file = "Char_panda_yellow-resources.assets-4091.png",
  +
baseAnimal = "Panda",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 35,
  +
},
  +
},
 
},
 
},
 
["Super Blue Panda"] = {
 
["Super Blue Panda"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_panda_blue-resources.assets-197.png"
+
file = "Char_panda_blue-resources.assets-197.png",
  +
baseAnimal = "Panda",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 190,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Purple Panda"] = {
 
["Super Purple Panda"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_panda_purple-resources.assets-674.png"
+
file = "Char_panda_purple-resources.assets-674.png",
  +
baseAnimal = "Panda",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 210,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 55,
  +
},
  +
},
 
},
 
},
 
["Super Shadow Wolf"] = {
 
["Super Shadow Wolf"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-wolf-black.png"
+
file = "Char-wolf-black.png",
  +
baseAnimal = "Wolf",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 85,
  +
},
  +
},
 
},
 
},
 
["Super Red Lion"] = {
 
["Super Red Lion"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-lion-redhead.png"
+
file = "Char-lion-redhead.png",
  +
baseAnimal = "Lion",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 225,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
 
},
 
},
 
["Super Mango Red Panda"] = {
 
["Super Mango Red Panda"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_redpanda_orange-resources.assets-2191.png"
+
file = "Char_redpanda_orange-resources.assets-2191.png",
  +
baseAnimal = "Red Panda",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 72,
  +
},
  +
},
  +
group = 50,
 
},
 
},
 
["Super Berry Red Panda"] = {
 
["Super Berry Red Panda"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_redpanda_blue-resources.assets-2219.png"
+
file = "Char_redpanda_blue-resources.assets-2219.png",
  +
baseAnimal = "Red Panda",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 330,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 90,
  +
},
  +
},
 
},
 
},
 
["Super Bubblegum Red Panda"] = {
 
["Super Bubblegum Red Panda"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_redpanda_pink-resources.assets-4189.png"
+
file = "Char_redpanda_pink-resources.assets-4189.png",
  +
baseAnimal = "Red Panda",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 410,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 110,
  +
},
  +
},
 
},
 
},
 
["Super Pink Capybara"] = {
 
["Super Pink Capybara"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_capybara_pink-resources.assets-2436.png"
+
file = "Char_capybara_pink-resources.assets-2436.png",
  +
baseAnimal = "Capybara",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 245,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 70,
  +
},
  +
},
 
},
 
},
 
["Super Golden Capybara"] = {
 
["Super Golden Capybara"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_capybara_golden-resources.assets-3651.png"
+
file = "Char_capybara_golden-resources.assets-3651.png",
  +
baseAnimal = "Capybara",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 400,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 105,
  +
},
  +
},
 
},
 
},
 
["Super Swamp Hyena"] = {
 
["Super Swamp Hyena"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-hyena-green.png"
+
file = "Char-hyena-green.png",
  +
baseAnimal = "Hyena",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Super Purple Hyena"] = {
 
["Super Purple Hyena"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-hyena-purple.png"
+
file = "Char-hyena-purple.png",
  +
baseAnimal = "Hyena",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 390,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Super Blonde Hyena"] = {
 
["Super Blonde Hyena"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-hyena-tan.png"
+
file = "Char-hyena-tan.png",
  +
baseAnimal = "Hyena",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 480,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 125,
  +
},
  +
},
 
},
 
},
 
["Sheep DNA"] = {
 
["Sheep DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Sheep.png"
+
file = "DNA_Sheep.png",
 
},
 
},
 
["Super Sheep"] = {
 
["Super Sheep"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-sheep.png"
+
file = "Char-sheep.png",
  +
baseAnimal = "Sheep",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 125,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 30,
  +
},
  +
},
 
},
 
},
 
["Super Green Sheep"] = {
 
["Super Green Sheep"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-sheep-green.png"
+
file = "Char-sheep-green.png",
  +
baseAnimal = "Sheep",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 35,
  +
},
  +
},
 
},
 
},
 
["Super Baby Blue Sheep"] = {
 
["Super Baby Blue Sheep"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-sheep-blue.png"
+
file = "Char-sheep-blue.png",
  +
baseAnimal = "Sheep",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 160,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Brown Sheep"] = {
 
["Super Brown Sheep"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-sheep-brown.png"
+
file = "Char-sheep-brown.png",
  +
baseAnimal = "Sheep",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Pink Sheep"] = {
 
["Super Pink Sheep"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-sheep-pink.png"
+
file = "Char-sheep-pink.png",
  +
baseAnimal = "Sheep",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 220,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
 
},
 
},
 
["Super Black Sheep"] = {
 
["Super Black Sheep"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-sheep-black.png"
+
file = "Char-sheep-black.png",
  +
baseAnimal = "Sheep",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 320,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 95,
  +
},
  +
},
 
},
 
},
 
["Super Dark Sheep"] = {
 
["Super Dark Sheep"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-sheep-black-invert.png"
+
file = "Char-sheep-black-invert.png",
  +
baseAnimal = "Sheep",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 290,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
Claymore = {
 
Claymore = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 3,
 
rarity = 3,
file = "Melee-sword.png"
+
file = "melee-sword.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 2850,
 
},
 
},
 
Knife = {
 
Knife = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 1,
 
rarity = 1,
file = "Melee_knife-resources.assets-4120.png"
+
file = "melee_knife-resources.assets-4120.png",
  +
description = "[[Level-Up Random Drop]]",
},
 
  +
group = 200,
["Rebellion Sword"] = {
 
class = "MeleeSkin",
 
rarity = 4,
 
file = "Melee-broadsword.png"
 
 
},
 
},
 
["Golf Club"] = {
 
["Golf Club"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee_golfclub-resources.assets-3163.png"
+
file = "melee_golfclub-resources.assets-3163.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 1100,
 
},
 
},
 
Newspaper = {
 
Newspaper = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 3,
 
rarity = 3,
file = "Duck_Newspaper.png"
+
file = "Melee newspaper-resources.assets-1996.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 2900,
 
},
 
},
 
Ruler = {
 
Ruler = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 5,
 
rarity = 5,
file = "Melee_ruler-resources.assets-1331.png",
+
file = "melee_ruler-resources.assets-1331.png",
description = "<br>''Admin/Moderator exclusive item''"
+
description = "[[Special_Cosmetics#Admin|Admin]]",
  +
group = 4500,
 
},
 
},
 
Stick = {
 
Stick = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 1,
 
rarity = 1,
file = "Melee-stick.png"
+
file = "melee-stick.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 250,
 
},
 
},
 
["Wood Plank"] = {
 
["Wood Plank"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee-woodplank.png"
+
file = "melee-woodplank.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1150,
 
},
 
},
 
Wrench = {
 
Wrench = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee-wrench.png"
+
file = "melee-wrench.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 1200,
 
},
 
},
Crowbar = {
+
["Tai Chi Sword"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee-crowbar.png"
+
file = "melee-taichi_sword.png",
  +
description = "[[Special Cosmetics#Year of the Super Pig|Year of the Super Pig]]",
},
 
  +
group = 4650,
["Marshmallow Stick"] = {
 
class = "MeleeSkin",
+
store = "carl",
rarity = 1,
+
currency = {
  +
name = "Carl Coins",
file = "Melee-marshmallow_white.png"
 
  +
amount = 750,
},
 
  +
},
["Cooked Marshmallow Stick"] = {
 
class = "MeleeSkin",
 
rarity = 3,
 
file = "Melee-marshmallow_cooked.png"
 
},
 
["Burnt Marshmallow Stick"] = {
 
class = "MeleeSkin",
 
rarity = 2,
 
file = "Melee-marshmallow_burnt.png"
 
},
 
Sickle = {
 
class = "MeleeSkin",
 
rarity = 1,
 
file = "Melee-sickle.png"
 
},
 
["Large Sickle"] = {
 
class = "MeleeSkin",
 
rarity = 2,
 
file = "Melee-sickle_asian.png"
 
},
 
Scythe = {
 
class = "MeleeSkin",
 
rarity = 3,
 
file = "Melee-scythe.png"
 
},
 
Shovel = {
 
class = "MeleeSkin",
 
rarity = 2,
 
file = "Melee-shovel.png"
 
},
 
["Swag Glasses"] = {
 
class = "Glasses",
 
rarity = 2,
 
file = "Glasses_swag.png"
 
},
 
["Palm Shirt"] = {
 
class = "Clothes",
 
rarity = 2,
 
file = "Clothes_shirt_palm.png"
 
},
 
["Coconut Hula Skirt"] = {
 
class = "Clothes",
 
rarity = 3,
 
file = "Clothes_bikini_coconut.png"
 
},
 
["Grenade Tee"] = {
 
class = "Clothes",
 
rarity = 1,
 
file = "Clothes_tshirt_grenade.png"
 
},
 
["Coconut Tee"] = {
 
class = "Clothes",
 
rarity = 1,
 
file = "Clothes_tshirt_coconut.png"
 
},
 
["Tai Chi Sword"] = {
 
class = "MeleeSkin",
 
rarity = 5,
 
file = "Melee-taichi_sword.png",
 
description = "<br>''[[Year of the Super Pig]]''"
 
 
},
 
},
 
["Bamboo Stick"] = {
 
["Bamboo Stick"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee-bamboo.png",
+
file = "melee-bamboo.png",
  +
store = "carl",
description = "<br>''[[Year of the Super Pig]]''"
 
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1450,
 
},
 
},
 
Backscratcher = {
 
Backscratcher = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee-backscratcher.png"
+
file = "melee-backscratcher.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1500,
 
},
 
},
 
["Lunar Black Hat"] = {
 
["Lunar Black Hat"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 5,
+
rarity = 2,
file = "Hat_chinese_black.png",
+
file = "Hat chinese black.png",
  +
store = "carl",
description = "<br>''[[Year of the Super Pig]]''"
 
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 6350,
 
},
 
},
 
["Lunar Red Hat"] = {
 
["Lunar Red Hat"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 5,
+
rarity = 2,
file = "Hat_chinese_red.png",
+
file = "Hat chinese red.png",
  +
store = "carl",
description = "<br>''[[Year of the Super Pig]]''"
 
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 6400,
 
},
 
},
 
["Lunar Shirt"] = {
 
["Lunar Shirt"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 1,
file = "Clothes_shirt_chinese.png",
+
file = "Clothes shirt chinese.png",
  +
store = "carl",
description = "<br>''[[Year of the Super Pig]]''"
 
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 11800,
 
},
 
},
 
["Lunar Dress"] = {
 
["Lunar Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 2,
file = "Clothes_dress_chinese.png",
+
file = "Clothes dress chinese.png",
  +
store = "carl",
description = "<br>''[[Year of the Super Pig]]''"
 
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 11500,
 
},
 
},
 
["Lunar Traditional Outfit"] = {
 
["Lunar Traditional Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 2,
file = "Clothes_outfit_chinese.png",
+
file = "Clothes outfit chinese.png",
  +
store = "carl",
description = "<br>''[[Year of the Super Pig]]''"
 
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 12200,
 
},
 
},
 
["Lunar Vest"] = {
 
["Lunar Vest"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 2,
file = "Clothes_vest_chinese.png",
+
file = "Clothes vest chinese.png",
  +
store = "carl",
description = "<br>''[[Year of the Super Pig]]''"
 
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 12250,
 
},
 
},
 
["Pig DNA"] = {
 
["Pig DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Pig.png"
+
file = "DNA_Pig.png",
 
},
 
},
 
["Boar DNA"] = {
 
["Boar DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Boar.png"
+
file = "DNA_Boar.png",
 
},
 
},
 
["Super Pig"] = {
 
["Super Pig"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-pig.png"
+
file = "Char-pig.png",
  +
baseAnimal = "Pig",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 100,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 20,
  +
},
  +
},
 
},
 
},
 
["Super Lunar Pig"] = {
 
["Super Lunar Pig"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-pig-red.png"
+
file = "Char-pig-red.png",
  +
baseAnimal = "Pig",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Golden Pig"] = {
 
["Super Golden Pig"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char-pig-golden.png"
+
file = "Char-pig-golden.png",
  +
baseAnimal = "Pig",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 350,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 82,
  +
},
  +
},
 
},
 
},
 
["Super Boar"] = {
 
["Super Boar"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-boar.png"
+
file = "Char-boar.png",
  +
baseAnimal = "Boar",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Woodland Boar"] = {
 
["Super Woodland Boar"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-boar-fawn.png"
+
file = "Char-boar-fawn.png",
  +
baseAnimal = "Boar",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 225,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
 
},
 
},
 
["Super Dark Boar"] = {
 
["Super Dark Boar"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-boar-grey.png"
+
file = "Char-boar-grey.png",
  +
baseAnimal = "Boar",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 85,
  +
},
  +
},
 
},
 
},
 
["Super Jindo"] = {
 
["Super Jindo"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-dog-jindo.png"
+
file = "Char-dog-jindo.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Duos Day Rose"] = {
 
["Duos Day Rose"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 5,
 
rarity = 5,
file = "Melee_rose-resources.assets-4153.png"
+
file = "melee_rose-resources.assets-4153.png",
  +
event = "Super Duos Day 2019",
  +
group = 4700,
 
},
 
},
 
["Super Shepweiler"] = {
 
["Super Shepweiler"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-dog-odin.png"
+
file = "Char-dog-odin.png",
  +
description = "<small>''Freak_OTRT Super Content Creator Item''</small>",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
Paintbrush = {
 
Paintbrush = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 5,
 
rarity = 5,
file = "Melee_paintbrush-resources.assets-4056.png",
+
file = "melee_paintbrush-resources.assets-4056.png",
description = "<br>''Super Artist exclusive item''"
+
description = "[[Special_Cosmetics#Super Artist|Super Artist]]",
  +
group = 4600,
 
},
 
},
 
Pen = {
 
Pen = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 5,
 
rarity = 5,
file = "Melee_pen-resources.assets-3548.png",
+
file = "Melee pen-resources.assets-3548.png",
description = "<br>''Translator exclusive item''"
+
description = "[[Special_Cosmetics#Translator|Translator]]",
  +
group = 4550,
 
},
 
},
 
Pencil = {
 
Pencil = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 5,
 
rarity = 5,
file = "Melee_pencil.png"
+
file = "Melee_pencil.png",
  +
description = "[[Special Cosmetics#Super Fanart Contest|Super Fanart Contest]]",
  +
group = 5800,
 
},
 
},
 
["Super Lioness"] = {
 
["Super Lioness"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-lion-lioness.png"
+
file = "Char-lion-lioness.png",
  +
baseAnimal = "Lion",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Super Maned Wolf"] = {
 
["Super Maned Wolf"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char-wolf-maned.png"
+
file = "Char-wolf-maned.png",
  +
baseAnimal = "Wolf",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 450,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 120,
  +
},
  +
},
 
},
 
},
 
["Super Maltese Donkey"] = {
 
["Super Maltese Donkey"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-donkey-fawn.png"
+
file = "Char-donkey-fawn.png",
  +
baseAnimal = "Donkey",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Asinara Donkey"] = {
 
["Super Asinara Donkey"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-donkey-white.png"
+
file = "Char-donkey-white.png",
  +
baseAnimal = "Donkey",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Mule"] = {
 
["Super Mule"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-donkey-mule.png"
+
file = "Char-donkey-mule.png",
  +
baseAnimal = "Donkey",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 55,
  +
},
  +
},
 
},
 
},
 
["Super Zebra"] = {
 
["Super Zebra"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char-donkey-zebra.png"
+
file = "Char-donkey-zebra.png",
  +
baseAnimal = "Donkey",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 75,
  +
},
  +
},
 
},
 
},
 
["Super Snowball Pig"] = {
 
["Super Snowball Pig"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_pig_snowball-resources.assets-4600.png"
+
file = "Char_pig_snowball-resources.assets-4600.png",
  +
baseAnimal = "Pig",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 35,
  +
},
  +
},
 
},
 
},
 
["Super Saddleback Pig"] = {
 
["Super Saddleback Pig"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_pig_bicolor-resources.assets-4608.png"
+
file = "Char_pig_bicolor-resources.assets-4608.png",
  +
baseAnimal = "Pig",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Spotted Pig"] = {
 
["Super Spotted Pig"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_pig_spotted-resources.assets-3925.png"
+
file = "Char_pig_spotted-resources.assets-3925.png",
  +
baseAnimal = "Pig",
},
 
  +
currencies = {
["Super Tape Jacket"] = {
 
  +
{
class = "Clothes",
 
rarity = 3,
+
name = "DNA",
  +
amount = 250,
file = "Clothes_jacket_tape-resources.assets-4118.png"
 
},
+
},
  +
{
["Crate Tee"] = {
 
class = "Clothes",
+
name = "Serum",
rarity = 1,
+
amount = 65,
  +
},
file = "Clothes_tshirt_crate-resources.assets-772.png"
 
},
+
},
Rags = {
 
class = "Clothes",
 
rarity = 3,
 
file = "Clothes_rags-resources.assets-4707.png"
 
},
 
["Health Juice Tee"] = {
 
class = "Clothes",
 
rarity = 1,
 
file = "Clothes_tshirt_juice-resources.assets-4586.png"
 
},
 
["Super Tape Tee"] = {
 
class = "Clothes",
 
rarity = 1,
 
file = "Clothes_tshirt_tape-resources.assets-1606.png"
 
},
 
["Red Pinwheel Glasses"] = {
 
class = "Glasses",
 
rarity = 2,
 
file = "Glasses_pinwheel_red-resources.assets-3650.png"
 
},
 
["Green Pinwheel Glasses"] = {
 
class = "Glasses",
 
rarity = 2,
 
file = "Glasses_pinwheel_green-resources.assets-4865.png"
 
},
 
Pinwheel = {
 
class = "MeleeSkin",
 
rarity = 3,
 
file = "Melee_pinwheel-resources.assets-1964.png"
 
},
 
["Camo Helmet"] = {
 
class = "Hat",
 
rarity = 1,
 
file = "Hat_helmet_camo-resources.assets-3326.png"
 
},
 
["Juice Hat"] = {
 
class = "Hat",
 
rarity = 3,
 
file = "Hat_juice_hat-resources.assets-3713.png"
 
},
 
["Medic Helmet"] = {
 
class = "Hat",
 
rarity = 2,
 
file = "Hat_helmet_medic-resources.assets-504.png"
 
 
},
 
},
 
["Moustache 1 (Blonde)"] = {
 
["Moustache 1 (Blonde)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Moustache1_blonde-resources.assets-3124.png"
+
file = "Moustache1 blonde-resources.assets-3124.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 450,
 
},
 
},
 
["Moustache 1 (Gray)"] = {
 
["Moustache 1 (Gray)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Moustache1_grey-resources.assets-3428.png"
+
file = "Moustache1 grey-resources.assets-3428.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 500,
 
},
 
},
 
["Moustache 5 (Blonde)"] = {
 
["Moustache 5 (Blonde)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Moustache5_blonde-resources.assets-663.png"
+
file = "Moustache5 blonde-resources.assets-663.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1700,
 
},
 
},
 
["Moustache 5 (Gray)"] = {
 
["Moustache 5 (Gray)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Moustache5_grey-resources.assets-2621.png"
+
file = "Moustache5 grey-resources.assets-2621.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1750,
 
},
 
},
 
["Moustache 4 (Blonde)"] = {
 
["Moustache 4 (Blonde)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Moustache4_blonde-resources.assets-1923.png"
+
file = "Moustache4 blonde-resources.assets-1923.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1200,
 
},
 
},
 
["Moustache 4 (Brown)"] = {
 
["Moustache 4 (Brown)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Moustache4_brown-resources.assets-260.png"
+
file = "Moustache4 brown-resources.assets-260.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1100,
 
},
 
},
 
["Moustache 4 (Dark)"] = {
 
["Moustache 4 (Dark)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Moustache4_dark-resources.assets-2825.png"
+
file = "Moustache4 dark-resources.assets-2825.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1050,
 
},
 
},
 
["Moustache 4 (Gray)"] = {
 
["Moustache 4 (Gray)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Moustache4_grey-resources.assets-2042.png"
+
file = "Moustache4 grey-resources.assets-2042.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1250,
 
},
 
},
 
["Moustache 4 (Light Gray)"] = {
 
["Moustache 4 (Light Gray)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Moustache4_lightgrey-resources.assets-3308.png"
+
file = "Moustache4 lightgrey-resources.assets-3308.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1150,
 
},
 
},
 
["Moustache 2 (Blonde)"] = {
 
["Moustache 2 (Blonde)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Moustache2_blonde-resources.assets-2783.png"
+
file = "Moustache2 blonde-resources.assets-2783.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 700,
 
},
 
},
 
["Moustache 2 (Brown)"] = {
 
["Moustache 2 (Brown)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Moustache2_brown-resources.assets-4789.png"
+
file = "Moustache2 brown-resources.assets-4789.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 600,
 
},
 
},
 
["Moustache 2 (Dark)"] = {
 
["Moustache 2 (Dark)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Moustache2_dark-resources.assets-2654.png"
+
file = "Moustache2 dark-resources.assets-2654.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 550,
 
},
 
},
 
["Moustache 2 (Gray)"] = {
 
["Moustache 2 (Gray)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Moustache2_grey-resources.assets-2515.png"
+
file = "Moustache2 grey-resources.assets-2515.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 750,
 
},
 
},
 
["Moustache 2 (Light Gray)"] = {
 
["Moustache 2 (Light Gray)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Moustache2_lightgrey-resources.assets-4137.png"
+
file = "Moustache2 lightgrey-resources.assets-4137.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 650,
 
},
 
},
 
["Beard 3 (Blonde)"] = {
 
["Beard 3 (Blonde)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Beard3_blonde-resources.assets-1715.png"
+
file = "Beard3 blonde-resources.assets-1715.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 950,
 
},
 
},
 
["Beard 3 (Gray)"] = {
 
["Beard 3 (Gray)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Beard3_grey-resources.assets-3882.png"
+
file = "Beard3 grey-resources.assets-3882.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1000,
 
},
 
},
 
["Beard 5 (Blonde)"] = {
 
["Beard 5 (Blonde)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Beard5_blonde-resources.assets-4468.png"
+
file = "Beard5 blonde-resources.assets-4468.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1450,
 
},
 
},
 
["Beard 5 (Gray)"] = {
 
["Beard 5 (Gray)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 2,
 
rarity = 2,
file = "Beard5_grey-resources.assets-3550.png"
+
file = "Beard5 grey-resources.assets-3550.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1500,
 
},
 
},
 
["Beard 1 (Blonde)"] = {
 
["Beard 1 (Blonde)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Beard1_blonde-resources.assets-1523.png"
+
file = "Beard1 blonde-resources.assets-1523.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 200,
 
},
 
},
 
["Beard 1 (Brown)"] = {
 
["Beard 1 (Brown)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Beard1_brown-resources.assets-1335.png"
+
file = "Beard1 brown-resources.assets-1335.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 100,
 
},
 
},
 
["Beard 1 (Dark)"] = {
 
["Beard 1 (Dark)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Beard1_dark-resources.assets-1419.png"
+
file = "Beard1 dark-resources.assets-1419.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 50,
 
},
 
},
 
["Beard 1 (Gray)"] = {
 
["Beard 1 (Gray)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Beard1_grey-resources.assets-895.png"
+
file = "Beard1 grey-resources.assets-895.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 250,
 
},
 
},
 
["Beard 1 (Light Gray)"] = {
 
["Beard 1 (Light Gray)"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Beard1_lightgrey-resources.assets-3176.png"
+
file = "Beard1 lightgrey-resources.assets-3176.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 150,
 
},
 
},
 
["Light Blue Round Glasses"] = {
 
["Light Blue Round Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses_round_lightblue-resources.assets-349.png"
+
file = "Glasses round lightblue-resources.assets-349.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 750,
 
},
 
},
 
["Brown Aviator Sunglasses"] = {
 
["Brown Aviator Sunglasses"] = {
Line 2,715: Line 4,847:
 
rarity = 1,
 
rarity = 1,
 
name = "Brown Aviator Glasses",
 
name = "Brown Aviator Glasses",
file = "Glasses_rayban_brown-resources.assets-2764.png"
+
file = "Glasses rayban brown-resources.assets-2764.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 900,
 
},
 
},
 
["Green Aviator Sunglasses"] = {
 
["Green Aviator Sunglasses"] = {
Line 2,721: Line 4,859:
 
rarity = 1,
 
rarity = 1,
 
name = "Green Aviator Glasses",
 
name = "Green Aviator Glasses",
file = "Glasses_rayban_green-resources.assets-4275.png"
+
file = "Glasses rayban green-resources.assets-4275.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 950,
 
},
 
},
 
["Blue Secretary Glasses"] = {
 
["Blue Secretary Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses_secretary_blue-resources.assets-3282.png"
+
file = "Glasses secretary blue-resources.assets-3282.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 250,
 
},
 
},
 
["Green Secretary Glasses"] = {
 
["Green Secretary Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses_secretary_green-resources.assets-4697.png"
+
file = "Glasses secretary green-resources.assets-4697.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 300,
 
},
 
},
 
["Pink Secretary Glasses"] = {
 
["Pink Secretary Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses_secretary_pink-resources.assets-4866.png"
+
file = "Glasses secretary pink-resources.assets-4866.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 350,
 
},
 
},
 
["Purple Secretary Glasses"] = {
 
["Purple Secretary Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses_secretary_purple-resources.assets-763.png"
+
file = "Glasses secretary purple-resources.assets-763.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 400,
 
},
 
},
 
["Red Secretary Glasses"] = {
 
["Red Secretary Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses_secretary_red-resources.assets-4543.png"
+
file = "Glasses secretary red-resources.assets-4543.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 450,
 
},
 
},
 
["Yellow Secretary Glasses"] = {
 
["Yellow Secretary Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses_secretary_yellow-resources.assets-3706.png"
+
file = "Glasses secretary yellow-resources.assets-3706.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 500,
 
},
 
},
 
["Green Sunglasses"] = {
 
["Green Sunglasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 0,
 
rarity = 0,
file = "Glasses_sunglasses_green-resources.assets-1375.png"
+
file = "Glasses sunglasses green-resources.assets-1375.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 100,
 
},
 
},
 
["Orange Sunglasses"] = {
 
["Orange Sunglasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses_sunglasses_orange-resources.assets-988.png"
+
file = "Glasses sunglasses orange-resources.assets-988.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 1000,
 
},
 
},
 
["Yellow Sunglasses"] = {
 
["Yellow Sunglasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 0,
 
rarity = 0,
file = "Glasses_sunglasses_yellow-resources.assets-599.png"
+
file = "Glasses sunglasses yellow-resources.assets-599.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 150,
 
},
 
},
 
["Super Fennec Fox"] = {
 
["Super Fennec Fox"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-fox-fire.png"
+
file = "Char fox fennec-resources.assets-4159.png",
  +
baseAnimal = "Fox",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
  +
group = 250,
 
},
 
},
 
["Super Wicked Monkey"] = {
 
["Super Wicked Monkey"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_monkey_green-resources.assets-1291.png"
+
file = "Char_monkey_green-resources.assets-1291.png",
  +
baseAnimal = "Monkey",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 55,
  +
},
  +
},
 
},
 
},
 
["Super Deadly Panda"] = {
 
["Super Deadly Panda"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_panda_dark-resources.assets-2517.png"
+
file = "Char_panda_dark-resources.assets-2517.png",
  +
baseAnimal = "Panda",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 290,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Super Twilight Raccoon"] = {
 
["Super Twilight Raccoon"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_raccoon_smoky-resources.assets-1296.png"
+
file = "Char_raccoon_smoky-resources.assets-1296.png",
  +
baseAnimal = "Raccoon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 190,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 55,
  +
},
  +
},
 
},
 
},
 
["Black Mohawk"] = {
 
["Black Mohawk"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_mohawk_black-resources.assets-1679.png"
+
file = "Hat mohawk black-resources.assets-1679.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 3650,
 
},
 
},
 
["Green Robe"] = {
 
["Green Robe"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_robe_green-resources.assets-3891.png"
+
file = "Clothes robe green-resources.assets-3891.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 4400,
 
},
 
},
 
["Orange Robe"] = {
 
["Orange Robe"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_robe_orange-resources.assets-4891.png"
+
file = "Clothes robe orange-resources.assets-4891.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 4450,
 
},
 
},
 
["White Robe"] = {
 
["White Robe"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_robe_white-resources.assets-759.png"
+
file = "Clothes robe white-resources.assets-759.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 4500,
 
},
 
},
 
["Yellow Robe"] = {
 
["Yellow Robe"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_robe_yellow-resources.assets-3763.png"
+
file = "Clothes robe yellow-resources.assets-3763.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 4550,
 
},
 
},
 
["Blue Plaid Robe"] = {
 
["Blue Plaid Robe"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_robe_pattern-resources.assets-522.png"
+
file = "Clothes robe pattern-resources.assets-522.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 7800,
 
},
 
},
 
["Green Striped Robe"] = {
 
["Green Striped Robe"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_robe_striped-resources.assets-1709.png"
+
file = "Clothes robe striped-resources.assets-1709.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 7850,
 
},
 
},
 
["Purple Robe"] = {
 
["Purple Robe"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_robe_twitch-resources.assets-343.png",
+
file = "Clothes robe twitch-resources.assets-343.png",
description = "<br>''Twitch Content Creator exclusive item''"
+
description = "[[Special Cosmetics#Content Creator|Content Creator]]",
  +
group = 11300,
 
},
 
},
 
["Red Robe"] = {
 
["Red Robe"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_robe_youtube-resources.assets-2320.png",
+
file = "Clothes robe youtube-resources.assets-2320.png",
description = "<br>''YouTube Content Creator exclusive item''"
+
description = "[[Special Cosmetics#Content Creator|Content Creator]]",
  +
group = 11350,
 
},
 
},
 
["Just Sweatpants (Gray)"] = {
 
["Just Sweatpants (Gray)"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_pants_sweatpants-resources.assets-4479.png"
+
file = "Clothes pants sweatpants-resources.assets-4479.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 2600,
 
},
 
},
 
["Just Khaki Pants"] = {
 
["Just Khaki Pants"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_pants_khaki-resources.assets-4716.png"
+
file = "Clothes pants khaki-resources.assets-4716.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 4600,
 
},
 
},
 
["Just Jeans"] = {
 
["Just Jeans"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes pants jeans-resources.assets-599.png"
+
file = "Clothes pants jeans-resources.assets-599.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 4650,
 
},
 
},
 
["Geologist Outfit"] = {
 
["Geologist Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
file = "Clothes_geologist-resources.assets-629.png"
+
file = "Clothes_geologist-resources.assets-629.png",
  +
description = "''RockitSage Super Content Creator Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 10500,
 
},
 
},
 
["Geologist's Hammer"] = {
 
["Geologist's Hammer"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee_geologist-resources.assets-4413.png"
+
file = "melee_geologist-resources.assets-4413.png",
  +
description = "''RockitSage Super Content Creator Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1550,
 
},
 
},
 
["Geologist Hat"] = {
 
["Geologist Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_geologist-resources.assets-906.png"
+
file = "Hat geologist-resources.assets-906.png",
  +
description = "''RockitSage Super Content Creator Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 4000,
 
},
 
},
 
["Lucky Top Hat"] = {
 
["Lucky Top Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 5,
 
rarity = 5,
file = "Hat_tophat_green-resources.assets-2399.png"
+
file = "Hat tophat green-resources.assets-2399.png",
  +
event = "St. Pawtrick's Day 2019",
  +
group = 6200,
 
},
 
},
 
["Lucky Suit"] = {
 
["Lucky Suit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_suit_green-resources.assets-4778.png"
+
file = "Clothes suit green-resources.assets-4778.png",
  +
event = "St. Pawtrick's Day 2019",
  +
group = 11550,
 
},
 
},
 
["Lucky Beard"] = {
 
["Lucky Beard"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 5,
 
rarity = 5,
file = "Beard6_red-resources.assets-122.png"
+
file = "Beard6 red-resources.assets-122.png",
  +
event = "St. Pawtrick's Day 2019",
  +
group = 1950,
 
},
 
},
 
["DNA Magnet"] = {
 
["DNA Magnet"] = {
 
class = "Magnet",
 
class = "Magnet",
 
rarity = 0,
 
rarity = 0,
file = "Super dna magnet-sharedassets0.assets-51.png"
+
file = "Super dna magnet-sharedassets0.assets-51.png",
 
},
 
},
 
["Daily Challenge"] = {
 
["Daily Challenge"] = {
 
class = "Challenge",
 
class = "Challenge",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Pink Moustache"] = {
 
["Pink Moustache"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 4,
 
rarity = 4,
file = "Moustache6_pink-resources.assets-2866.png"
+
file = "Moustache6 pink-resources.assets-2866.png",
  +
description = "''Markiplier Streamer Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 1850,
 
},
 
},
 
["Purple Jacket"] = {
 
["Purple Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
file = "Clothes_jacket_purple-resources.assets-4237.png"
+
file = "Clothes jacket purple-resources.assets-4237.png",
  +
description = "''Muyskerm Streamer Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 9900,
 
},
 
},
 
["Star Glasses"] = {
 
["Star Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 5,
 
rarity = 5,
file = "Glasses_stars-resources.assets-254.png",
+
file = "Glasses stars-resources.assets-254.png",
description = "<br>''Content Creator exclusive item''"
+
description = "[[Special Cosmetics#Content Creator|Content Creator]]",
  +
group = 2800,
 
},
 
},
 
Banana = {
 
Banana = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 3,
 
rarity = 3,
file = "Melee_banana-resources.assets-4256.png",
+
file = "melee_banana-resources.assets-4256.png",
  +
store = "carl",
description = "<br>''[[April Fools' Day]]''"
 
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 3100,
 
},
 
},
 
["Songbird DNA"] = {
 
["Songbird DNA"] = {
 
class = "DNA",
 
class = "DNA",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Blue Jay DNA"] = {
 
["Blue Jay DNA"] = {
 
class = "DNA",
 
class = "DNA",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Owl DNA"] = {
 
["Owl DNA"] = {
 
class = "DNA",
 
class = "DNA",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Raven DNA"] = {
 
["Raven DNA"] = {
 
class = "DNA",
 
class = "DNA",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Super Songbird"] = {
 
["Super Songbird"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "char_bird-resources.assets-1814.png"
+
file = "char_bird-resources.assets-1814.png",
  +
baseAnimal = "Songbird",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 35,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 10,
  +
},
  +
},
 
},
 
},
 
["Super Canary"] = {
 
["Super Canary"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "char_bird_canary-resources.assets-3392.png"
+
file = "char_bird_canary-resources.assets-3392.png",
  +
baseAnimal = "Songbird",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 65,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 13,
  +
},
  +
},
 
},
 
},
 
["Super Blackbird"] = {
 
["Super Blackbird"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "char_bird_blackbird-resources.assets-2766.png"
+
file = "char_bird_blackbird-resources.assets-2766.png",
  +
baseAnimal = "Songbird",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 80,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
 
},
 
},
 
["Super Lark"] = {
 
["Super Lark"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "char_bird_lark-resources.assets-2198.png"
+
file = "char_bird_lark-resources.assets-2198.png",
  +
baseAnimal = "Songbird",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Robin"] = {
 
["Super Robin"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "char_bird_robin-resources.assets-2981.png"
+
file = "char_bird_robin-resources.assets-2981.png",
  +
baseAnimal = "Songbird",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Zebra Finch"] = {
 
["Super Zebra Finch"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "char_bird_zebrafinch-resources.assets-3496.png"
+
file = "char_bird_zebrafinch-resources.assets-3496.png",
  +
baseAnimal = "Songbird",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Bullfinch"] = {
 
["Super Bullfinch"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "char_bird_bullfinch-resources.assets-1076.png"
+
file = "char_bird_bullfinch-resources.assets-1076.png",
  +
baseAnimal = "Songbird",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Sparrow"] = {
 
["Super Sparrow"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "char_bird_sparrow-resources.assets-3151.png"
+
file = "char_bird_sparrow-resources.assets-3151.png",
  +
baseAnimal = "Songbird",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Red Cardinal"] = {
 
["Super Red Cardinal"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "char_bird_redcardinal-resources.assets-4168.png"
+
file = "char_bird_redcardinal-resources.assets-4168.png",
  +
baseAnimal = "Songbird",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Blue Jay"] = {
 
["Super Blue Jay"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "char_bluejay-resources.assets-281.png"
+
file = "char_bluejay-resources.assets-281.png",
  +
baseAnimal = "Blue Jay",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 75,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
 
},
 
},
 
["Super Grape Blue Jay"] = {
 
["Super Grape Blue Jay"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "char_bluejay_purple-resources.assets-4818.png"
+
file = "char_bluejay_purple-resources.assets-4818.png",
  +
baseAnimal = "Blue Jay",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 115,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 25,
  +
},
  +
},
 
},
 
},
 
["Super Berry Blue Jay"] = {
 
["Super Berry Blue Jay"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "char_bluejay_lightblue-resources.assets-2396.png"
+
file = "char_bluejay_lightblue-resources.assets-2396.png",
  +
baseAnimal = "Blue Jay",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 145,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Bubblegum Blue Jay"] = {
 
["Super Bubblegum Blue Jay"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "char_bluejay_red-resources.assets-4122.png"
+
file = "char_bluejay_red-resources.assets-4122.png",
  +
baseAnimal = "Blue Jay",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 190,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Owl"] = {
 
["Super Owl"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "char_owl-resources.assets-2297.png"
+
file = "char_owl-resources.assets-2297.png",
  +
baseAnimal = "Owl",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 125,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 30,
  +
},
  +
},
 
},
 
},
 
["Super Barn Owl"] = {
 
["Super Barn Owl"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "char_owl_barn-resources.assets-2860.png"
+
file = "char_owl_barn-resources.assets-2860.png",
  +
baseAnimal = "Owl",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 35,
  +
},
  +
},
 
},
 
},
 
["Super Pygmy Owl"] = {
 
["Super Pygmy Owl"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "char_owl_pygmy-resources.assets-2687.png"
+
file = "char_owl_pygmy-resources.assets-2687.png",
  +
baseAnimal = "Owl",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 160,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Gray Owl"] = {
 
["Super Gray Owl"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "char_owl_grey-resources.assets-2190.png"
+
file = "char_owl_grey-resources.assets-2190.png",
  +
baseAnimal = "Owl",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Snowy Owl"] = {
 
["Super Snowy Owl"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "char_owl_snowy-resources.assets-757.png"
+
file = "char_owl_snowy-resources.assets-757.png",
  +
baseAnimal = "Owl",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Eagle Owl"] = {
 
["Super Eagle Owl"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "char_owl_eurasian-resources.assets-2733.png"
+
file = "char_owl_eurasian-resources.assets-2733.png",
  +
baseAnimal = "Owl",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 290,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Super Horned Owl"] = {
 
["Super Horned Owl"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "char_owl_horned-resources.assets-2552.png"
+
file = "char_owl_horned-resources.assets-2552.png",
  +
baseAnimal = "Owl",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 290,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Super Raven"] = {
 
["Super Raven"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "char_raven-resources.assets-936.png"
+
file = "char_raven-resources.assets-936.png",
  +
baseAnimal = "Raven",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Hooded Crow"] = {
 
["Super Hooded Crow"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "char_raven_hooded-resources.assets-1130.png"
+
file = "char_raven_hooded-resources.assets-1130.png",
  +
baseAnimal = "Raven",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 225,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
 
},
 
},
 
["Super Shadow Raven"] = {
 
["Super Shadow Raven"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "char_raven_night-resources.assets-4117.png"
+
file = "char_raven_night-resources.assets-4117.png",
  +
baseAnimal = "Raven",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Super Albino Raven"] = {
 
["Super Albino Raven"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "char_raven_albino-resources.assets-1642.png"
+
file = "char_raven_albino-resources.assets-1642.png",
  +
baseAnimal = "Raven",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["SAR Tonight Umbrella"] = {
 
["SAR Tonight Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 5,
 
rarity = 5,
  +
description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
file = "Umbrella_base_SARtonight-resources.assets-2346.png",
 
  +
group = 2700,
description = "<br>''Winner Reward''"
 
  +
file = "Umbrella base SARtonight-resources.assets-2346.png",
 
},
 
},
 
["SAR Tonight Microphone"] = {
 
["SAR Tonight Microphone"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 5,
 
rarity = 5,
file = "Melee_reporter-resources.assets-4426.png",
+
file = "melee_reporter-resources.assets-4426.png",
description = "<br>''Winner Reward''"
+
description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
  +
group = 4750,
 
},
 
},
 
["Larkson Outfit"] = {
 
["Larkson Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_Larkson-resources.assets-2807.png"
+
file = "clothes_Larkson-resources.assets-2807.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 7900,
 
},
 
},
 
["Lady Caw Caw Outfit"] = {
 
["Lady Caw Caw Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_dress_CawCaw-resources.assets-2956.png"
+
file = "clothes_dress_CawCaw-resources.assets-2956.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 7950,
 
},
 
},
 
["Blue Jay Z Jacket"] = {
 
["Blue Jay Z Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_jacket_BlueJayZ-resources.assets-3040.png"
+
file = "clothes_jacket_BlueJayZ-resources.assets-3040.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 6800,
 
},
 
},
 
["ChocoTaco Tee"] = {
 
["ChocoTaco Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tshirt_chocotaco-resources.assets-1372.png"
+
file = "clothes_tshirt_chocotaco-resources.assets-1372.png",
  +
description = "''ChocoTaco Streamer Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 1050,
 
},
 
},
 
["CrankGameplays Tee"] = {
 
["CrankGameplays Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "CrankGameplays_Tee.png"
+
file = "CrankGameplays Tee.png",
  +
description = "''CrankGameplays Streamer Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 1100,
 
},
 
},
 
["Blue Jay Z Cap"] = {
 
["Blue Jay Z Cap"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_BlueJayZ-resources.assets-1145.png"
+
file = "Hat BlueJayZ-resources.assets-1145.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 4050,
 
},
 
},
 
["Lady Caw Caw Hat"] = {
 
["Lady Caw Caw Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_CawCaw-resources.assets-1080.png"
+
file = "Hat CawCaw-resources.assets-1080.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 4100,
 
},
 
},
 
["ChocoTaco Hat"] = {
 
["ChocoTaco Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat_chocotaco-resources.assets-966.png"
+
file = "hat_chocotaco-resources.assets-966.png",
  +
description = "''ChocoTaco Streamer Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1800,
 
},
 
},
 
["Lady Caw Caw Glasses"] = {
 
["Lady Caw Caw Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 3,
 
rarity = 3,
file = "Glasses_CawCaw-resources.assets-574.png"
+
file = "glasses_CawCaw-resources.assets-574.png",
  +
store = "carl",
},
 
  +
currency = {
["Donk's Suit"] = {
 
class = "Clothes",
+
name = "Carl Coins",
rarity = 3,
+
amount = 1500,
  +
},
file = "Clothes_suit_navy-resources.assets-3673.png"
 
  +
group = 2250,
 
},
 
},
 
["Bunny Ears"] = {
 
["Bunny Ears"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 5,
+
rarity = 2,
file = "Hat_bunnyears-sharedassets0.assets-46.png"
+
file = "hat_bunnyears-sharedassets0.assets-46.png",
  +
description = "[[Special Cosmetics#Super Easter Event 2019|Super Easter Event 2019]]",
  +
group = 6450,
 
},
 
},
 
["Blue Bow"] = {
 
["Blue Bow"] = {
class = "Clothes",
+
class = "Neck",
rarity = 5,
+
rarity = 1,
file = "Clothes_bow_blue-resources.assets-1537.png"
+
file = "Clothes_bow_blue-resources.assets-1537.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 11950,
 
},
 
},
 
["Yellow Bow"] = {
 
["Yellow Bow"] = {
class = "Clothes",
+
class = "Neck",
rarity = 5,
+
rarity = 1,
file = "Clothes_bow_yellow-sharedassets0.assets-19.png"
+
file = "clothes_bow_yellow-sharedassets0.assets-19.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 12000,
 
},
 
},
 
["Pink Bow"] = {
 
["Pink Bow"] = {
class = "Clothes",
+
class = "Neck",
rarity = 5,
+
rarity = 1,
file = "Clothes_bow_pink-resources.assets-843.png"
+
file = "Clothes_bow_pink-resources.assets-843.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 12050,
 
},
 
},
 
["Easter Bow"] = {
 
["Easter Bow"] = {
class = "Clothes",
+
class = "Neck",
rarity = 5,
+
rarity = 2,
file = "Clothes_bow_easter-sharedassets0.assets-115.png"
+
file = "clothes_bow_easter-sharedassets0.assets-115.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 14200,
 
},
 
},
 
["Super White Bunny"] = {
 
["Super White Bunny"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "char_rabbit_white-sharedassets0.assets-128.png"
+
file = "char_rabbit_white-sharedassets0.assets-128.png",
  +
baseAnimal = "Bunny",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
 
},
 
},
 
["Super Chocolate Bunny"] = {
 
["Super Chocolate Bunny"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
rarity = 4
+
rarity = 4,
  +
file = "Char rabbit chocolate-sharedassets0.assets-57.png",
  +
baseAnimal = "Bunny",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 310,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Larkson Glasses"] = {
 
["Larkson Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 3,
 
rarity = 3,
file = "Glasses_Larkson-resources.assets-659.png"
+
file = "glasses_Larkson-resources.assets-659.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 2300,
 
},
 
},
 
["Super Greyhound"] = {
 
["Super Greyhound"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "char_dog_greyhound-resources.assets-2738.png"
+
file = "char_dog_greyhound-resources.assets-2738.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Peach Greyhound"] = {
 
["Super Peach Greyhound"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "char_dog_greyhound_tan-resources.assets-4378.png"
+
file = "char_dog_greyhound_tan-resources.assets-4378.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
Warning = {
 
Warning = {
 
class = "Warning",
 
class = "Warning",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Pink Onesie"] = {
 
["Pink Onesie"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_onesie_pink-resources.assets-4717.png"
+
file = "clothes_onesie_pink-resources.assets-4717.png",
  +
description = "''JennaJulien Streamer Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 7500,
 
},
 
},
 
["Red Onesie"] = {
 
["Red Onesie"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_onesie_red-resources.assets-588.png"
+
file = "clothes_onesie_red-resources.assets-588.png",
  +
description = "''JennaJulien Streamer Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 7550,
 
},
 
},
 
["Skunk DNA"] = {
 
["Skunk DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Skunk.png"
+
file = "DNA_Skunk.png",
 
},
 
},
 
["Super Skunk"] = {
 
["Super Skunk"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-skunk.png"
+
file = "Char-skunk.png",
  +
baseAnimal = "Skunk",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 100,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Grape Skunk"] = {
 
["Super Grape Skunk"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-skunk-purple.png"
+
file = "Char-skunk-purple.png",
  +
baseAnimal = "Skunk",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 35,
  +
},
  +
},
 
},
 
},
 
["Super Skunk Blues"] = {
 
["Super Skunk Blues"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-skunk-petrol.png"
+
file = "Char-skunk-petrol.png",
  +
baseAnimal = "Skunk",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Vanilla Skunk"] = {
 
["Super Vanilla Skunk"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-skunk-bleached.png"
+
file = "Char-skunk-bleached.png",
  +
baseAnimal = "Skunk",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
 
},
 
},
 
["Super White Light Sword"] = {
 
["Super White Light Sword"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 0,
 
rarity = 0,
file = "Melee_lightsaber_white-resources.assets-260.png"
+
file = "Melee lightsaber white-resources.assets-260.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 100,
 
},
 
},
 
["Super Green Light Sword"] = {
 
["Super Green Light Sword"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 1,
 
rarity = 1,
file = "Melee_lightsaber_green-resources.assets-216.png"
+
file = "Melee lightsaber green-resources.assets-216.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 400,
 
},
 
},
 
["Super Blue Light Sword"] = {
 
["Super Blue Light Sword"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee_lightsaber_blue-resources.assets-3974.png"
+
file = "Melee lightsaber blue-resources.assets-3974.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1600,
 
},
 
},
 
["Super Purple Light Sword"] = {
 
["Super Purple Light Sword"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 3,
 
rarity = 3,
file = "Melee_lightsaber_purple-resources.assets-5106.png"
+
file = "Melee lightsaber purple-resources.assets-5106.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 3150,
 
},
 
},
 
["Super Gold Light Sword"] = {
 
["Super Gold Light Sword"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 4,
 
rarity = 4,
file = "Melee_lightsaber_orange-resources.assets-3457.png"
+
file = "Melee lightsaber orange-resources.assets-3457.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 4150,
 
},
 
},
 
["Super Red Light Sword"] = {
 
["Super Red Light Sword"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 4,
 
rarity = 4,
file = "Melee_lightsaber_red-resources.assets-3543.png"
+
file = "Melee lightsaber red-resources.assets-3543.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 4200,
 
},
 
},
 
["Red Tee"] = {
 
["Red Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 0,
 
rarity = 0,
file = "Clothes_tshirt_red.png"
+
file = "Clothes tshirt red.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 150,
 
},
 
},
 
["Purple Tee"] = {
 
["Purple Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 0,
 
rarity = 0,
file = "Clothes_tshirt_purple.png"
+
file = "Clothes tshirt purple.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 200,
 
},
 
},
 
["Red Striped Tee"] = {
 
["Red Striped Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tshirt_striped_red.png"
+
file = "Clothes tshirt striped red.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 1900,
 
},
 
},
 
["Green Striped Tee"] = {
 
["Green Striped Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tshirt_striped_green.png"
+
file = "Clothes tshirt striped green.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 1950,
 
},
 
},
 
["Navy Striped Tee"] = {
 
["Navy Striped Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tshirt_striped_navy.png"
+
file = "Clothes tshirt striped navy.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 2000,
 
},
 
},
 
["Pink Striped Tee"] = {
 
["Pink Striped Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tshirt_striped_pink.png"
+
file = "Clothes tshirt striped pink.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 2050,
 
},
 
},
 
["Red Print Tee"] = {
 
["Red Print Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tshirt_print_red.png"
+
file = "Clothes tshirt print red.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 1750,
 
},
 
},
 
["White Print Tee"] = {
 
["White Print Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tshirt_print_white.png"
+
file = "Clothes tshirt print white.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 1800,
 
},
 
},
 
["Blue Striped Sweater"] = {
 
["Blue Striped Sweater"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_sweater_striped_blue.png"
+
file = "Clothes sweater striped blue.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 2250,
 
},
 
},
 
["Pink Striped Sweater"] = {
 
["Pink Striped Sweater"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_sweater_striped_pink.png"
+
file = "Clothes sweater striped pink.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 2300,
 
},
 
},
 
["Red Striped Sweater"] = {
 
["Red Striped Sweater"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_sweater_striped_red.png"
+
file = "Clothes sweater striped red.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 2350,
 
},
 
},
 
["Black Princess Dress"] = {
 
["Black Princess Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
file = "Clothes_princess_black.png"
+
file = "Clothes princess black.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 9950,
 
},
 
},
 
["Blue Princess Dress"] = {
 
["Blue Princess Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
file = "Clothes_princess_blue.png"
+
file = "Clothes princess blue.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 10000,
 
},
 
},
 
["Green Princess Dress"] = {
 
["Green Princess Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
file = "Clothes_princess_green.png"
+
file = "Clothes princess green.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 10050,
 
},
 
},
 
["Purple Princess Dress"] = {
 
["Purple Princess Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
file = "Clothes_princess_purple.png"
+
file = "Clothes princess purple.png",
  +
description = "",
  +
group = 10150,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
 
},
 
},
 
["Yellow Princess Dress"] = {
 
["Yellow Princess Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
file = "Clothes_princess_yellow.png"
+
file = "Clothes princess yellow.png",
  +
description = "",
  +
group = 10200,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
 
},
 
},
 
["Super Otter"] = {
 
["Super Otter"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char_otter-resources.assets-2549.png"
+
file = "Char_otter-resources.assets-2549.png",
  +
baseAnimal = "Otter",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 125,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 30,
  +
},
  +
},
 
},
 
},
 
["Otter DNA"] = {
 
["Otter DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Otter.png"
+
file = "DNA_Otter.png",
 
},
 
},
 
["Ferret DNA"] = {
 
["Ferret DNA"] = {
 
class = "DNA",
 
class = "DNA",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Super Navy Otter"] = {
 
["Super Navy Otter"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_otter_blue-resources.assets-3715.png"
+
file = "Char_otter_blue-resources.assets-3715.png",
  +
baseAnimal = "Otter",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 160,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Chestnut Otter"] = {
 
["Super Chestnut Otter"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_otter_brown-resources.assets-853.png"
+
file = "Char_otter_brown-resources.assets-853.png",
  +
baseAnimal = "Otter",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 170,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 42,
  +
},
  +
},
 
},
 
},
 
["Super Red Otter"] = {
 
["Super Red Otter"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_otter_red-resources.assets-3505.png"
+
file = "Char_otter_red-resources.assets-3505.png",
  +
baseAnimal = "Otter",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 220,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Golden Otter"] = {
 
["Super Golden Otter"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_otter_yellow-resources.assets-4574.png"
+
file = "Char_otter_yellow-resources.assets-4574.png",
  +
baseAnimal = "Otter",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 230,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 55,
  +
},
  +
},
 
},
 
},
 
["Super Sea Otter"] = {
 
["Super Sea Otter"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_otter_sea-resources.assets-5023.png"
+
file = "Char_otter_sea-resources.assets-5023.png",
  +
baseAnimal = "Otter",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 290,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Super Ferret"] = {
 
["Super Ferret"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char_ferret-resources.assets-1959.png"
+
file = "Char_ferret-resources.assets-1959.png",
  +
baseAnimal = "Ferret",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 75,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
 
},
 
},
 
["Super Silver Ferret"] = {
 
["Super Silver Ferret"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_ferret_silver-resources.assets-661.png"
+
file = "Char_ferret_silver-resources.assets-661.png",
  +
baseAnimal = "Ferret",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 190,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Cinnamon Ferret"] = {
 
["Super Cinnamon Ferret"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_ferret_cinnamon-resources.assets-4535.png"
+
file = "Char_ferret_cinnamon-resources.assets-4535.png",
  +
baseAnimal = "Ferret",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 145,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Vanilla Ferret"] = {
 
["Super Vanilla Ferret"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_ferret_white-resources.assets-3053.png"
+
file = "Char_ferret_white-resources.assets-3053.png",
  +
baseAnimal = "Ferret",
},
 
  +
currencies = {
["Safari Shirt"] = {
 
  +
{
class = "Clothes",
 
rarity = 2,
+
name = "DNA",
  +
amount = 115,
file = "Clothes_shirt_safari1-resources.assets-3434.png"
 
  +
},
  +
{
  +
name = "Serum",
  +
amount = 25,
  +
},
  +
},
 
},
 
},
 
["Police Hat"] = {
 
["Police Hat"] = {
Line 3,375: Line 6,391:
 
rarity = 5,
 
rarity = 5,
 
file = "Hat_police.png",
 
file = "Hat_police.png",
description = "<br>''[[Coupon Codes|Northernlion Live Super Show]]''"
+
description = "''AlpacaPatrol Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
  +
group = 6500,
},
 
["Fly Swatter"] = {
 
class = "MeleeSkin",
 
rarity = 3,
 
file = "Melee_flyswatter-resources.assets-4880.png"
 
 
},
 
},
 
["DreamHack Umbrella"] = {
 
["DreamHack Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 5,
 
rarity = 5,
file = "Umbrella_base_dreamhack-resources.assets-1925.png",
+
file = "Umbrella base dreamhack-resources.assets-1925.png",
description = "<br>''[[Coupon Codes|DreamHack Dallas 2019]]''"
+
description = "[[Special Cosmetics‎#DreamHack Dallas 2019|DreamHack special event]]",
  +
group = 2800,
 
},
 
},
 
["Duck DNA"] = {
 
["Duck DNA"] = {
 
class = "DNA",
 
class = "DNA",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Hawk DNA"] = {
 
["Hawk DNA"] = {
 
class = "DNA",
 
class = "DNA",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Super Duck"] = {
 
["Super Duck"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-ducks.png"
+
file = "Char-ducks.png",
  +
baseAnimal = "Duck",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 75,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
 
},
 
},
 
["Super Green Mallard"] = {
 
["Super Green Mallard"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "char_duck_mallard_green-resources.assets-4442.png"
+
file = "char_duck_mallard_green-resources.assets-4442.png",
  +
baseAnimal = "Duck",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 115,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 25,
  +
},
  +
},
 
},
 
},
 
["Super Blue Mallard"] = {
 
["Super Blue Mallard"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "char_duck_mallard_blue-resources.assets-3335.png"
+
file = "char_duck_mallard_blue-resources.assets-3335.png",
  +
baseAnimal = "Duck",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 115,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 25,
  +
},
  +
},
 
},
 
},
 
["Super Purple Mallard"] = {
 
["Super Purple Mallard"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "char_duck_mallard_purple-resources.assets-1597.png"
+
file = "char_duck_mallard_purple-resources.assets-1597.png",
  +
baseAnimal = "Duck",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 115,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 25,
  +
},
  +
},
 
},
 
},
 
["Super White Duck"] = {
 
["Super White Duck"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "char_duck_white-resources.assets-1598.png"
+
file = "char_duck_white-resources.assets-1598.png",
  +
baseAnimal = "Duck",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 38,
  +
},
  +
},
 
},
 
},
 
["Super Black Duck"] = {
 
["Super Black Duck"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "char_duck_black-resources.assets-4369.png"
+
file = "char_duck_black-resources.assets-4369.png",
  +
baseAnimal = "Duck",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 38,
  +
},
  +
},
 
},
 
},
 
["Super Duckling"] = {
 
["Super Duckling"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char duckling-resources.assets-2139.png"
+
file = "Char duckling-resources.assets-2139.png",
  +
baseAnimal = "Duck",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 190,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
  +
},
  +
["Super Swan"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char-duck-swan.png",
  +
baseAnimal = "Duck",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 240
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65
  +
}
  +
}
 
},
 
},
 
["Super Hawk"] = {
 
["Super Hawk"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-hawks.png"
+
file = "Char-hawks.png",
  +
baseAnimal = "Hawk",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 175,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 45,
  +
},
  +
},
 
},
 
},
 
["Super Goshawk"] = {
 
["Super Goshawk"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_hawk_goshawk-resources.assets-158.png"
+
file = "Char_hawk_goshawk-resources.assets-158.png",
  +
baseAnimal = "Hawk",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 240,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 70,
  +
},
  +
},
 
},
 
},
 
["Super Osprey"] = {
 
["Super Osprey"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_hawk_osprey-resources.assets-4482.png"
+
file = "Char_hawk_osprey-resources.assets-4482.png",
  +
baseAnimal = "Hawk",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 70,
  +
},
  +
},
 
},
 
},
 
["Super Peregrine"] = {
 
["Super Peregrine"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_hawk_peregrine-resources.assets-5014.png"
+
file = "Char_hawk_peregrine-resources.assets-5014.png",
  +
baseAnimal = "Hawk",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 70,
  +
},
  +
},
 
},
 
},
 
["Super Kestrel"] = {
 
["Super Kestrel"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_hawk_kestrel-resources.assets-1630.png"
+
file = "Char_hawk_kestrel-resources.assets-1630.png",
  +
baseAnimal = "Hawk",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 330,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 90,
  +
},
  +
},
 
},
 
},
 
["Super Eagle"] = {
 
["Super Eagle"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_hawk_eagle-resources.assets-517.png"
+
file = "Char_hawk_eagle-resources.assets-517.png",
  +
baseAnimal = "Hawk",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 400,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 105,
  +
},
  +
},
 
},
 
},
 
["Hedgehog DNA"] = {
 
["Hedgehog DNA"] = {
 
class = "DNA",
 
class = "DNA",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Super Hedgehog"] = {
 
["Super Hedgehog"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char_hedgehog-resources.assets-2522.png"
+
file = "Char_hedgehog-resources.assets-2522.png",
  +
baseAnimal = "Hedgehog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Speedy Hedgehog"] = {
 
["Super Speedy Hedgehog"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_hedgehog_blue-resources.assets-908.png"
+
file = "Char_hedgehog_blue-resources.assets-908.png",
  +
baseAnimal = "Hedgehog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Super Pink Hedgehog"] = {
 
["Super Pink Hedgehog"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_hedgehog_pink-resources.assets-3335.png"
+
file = "Char_hedgehog_pink-resources.assets-3335.png",
  +
baseAnimal = "Hedgehog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 225,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
 
},
 
},
 
["Super Red Hedgehog"] = {
 
["Super Red Hedgehog"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_hedgehog_red-resources.assets-4504.png"
+
file = "Char_hedgehog_red-resources.assets-4504.png",
  +
baseAnimal = "Hedgehog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
Carrot = {
 
Carrot = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee_carrot-resources.assets-700.png"
+
file = "Melee_carrot-resources.assets-700.png",
  +
description = "''ShiaBun Super Content Creator Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1650,
 
},
 
},
 
Corn = {
 
Corn = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee_corn.png"
+
file = "Melee corn.png",
  +
description = "''Shirakami Fubuki Streamer Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1700,
 
},
 
},
 
["Fish Pajamas"] = {
 
["Fish Pajamas"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Pajamas_fish.png"
+
file = "pajamas_fish.png",
  +
description = "[[Super Animal Mods|Slofin Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 7650,
 
},
 
},
 
["Security Guard Outfit"] = {
 
["Security Guard Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_securityguard-resources.assets-2127.png"
+
file = "Clothes_securityguard-resources.assets-2127.png",
  +
description = "[[Super Animal Mods|Foxinter Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 7100,
 
},
 
},
 
["Chartreux Beanie"] = {
 
["Chartreux Beanie"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Beanies_catler.png"
+
file = "beanies_catler.png",
  +
description = "[[Super Animal Mods|Catler Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 3800,
 
},
 
},
 
["Steampunk Goggles"] = {
 
["Steampunk Goggles"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Steampunk_goggles_foxysongbird.png"
+
file = "steampunk_goggles_foxysongbird.png",
  +
description = "[[Super Animal Mods|Mochi_Mei Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 4150,
 
},
 
},
 
Harlecorn = {
 
Harlecorn = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_Harle_unicorn_horn.png"
+
file = "Hat Harle unicorn horn.png",
  +
description = "[[Super Animal Mods|Harle Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 4200,
 
},
 
},
 
["Baseball Cap (Rainbow)"] = {
 
["Baseball Cap (Rainbow)"] = {
Line 3,524: Line 6,789:
 
rarity = 5,
 
rarity = 5,
 
file = "Hat_baseball_rainbow-resources.assets-4813.png",
 
file = "Hat_baseball_rainbow-resources.assets-4813.png",
description = "<br>''[[Coupon Codes|Pride 2019]]''"
+
description = "[[Special Cosmetics#Pride|Pride]]",
  +
group = 6550,
 
},
 
},
 
["Leftstickdown Beanie"] = {
 
["Leftstickdown Beanie"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Beanie_LSD.png"
+
file = "beanie_LSD.png",
  +
description = "[[Super Animal Mods|Leftstickdown Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 3850,
 
},
 
},
 
["Shirakami Scarf"] = {
 
["Shirakami Scarf"] = {
class = "Clothes",
+
class = "Neck",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_scarf_shirakami.png"
+
file = "Clothes scarf shirakami.png",
  +
description = "''Shirakami Fubuki Streamer Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 7300,
 
},
 
},
 
["Rainbow Umbrella"] = {
 
["Rainbow Umbrella"] = {
Line 3,540: Line 6,820:
 
rarity = 5,
 
rarity = 5,
 
file = "Umbrella_base_rainbow-resources.assets-2272.png",
 
file = "Umbrella_base_rainbow-resources.assets-2272.png",
description = "<br>''[[Coupon Codes|Pride 2019]]''"
+
description = "[[Special Cosmetics#Pride|Pride]]",
  +
group = 2850,
 
},
 
},
 
["Lyze's Key"] = {
 
["Lyze's Key"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 3,
 
rarity = 3,
file = "Melee_key-resources.assets-1437.png"
+
file = "Melee_key-resources.assets-1437.png",
  +
description = "<small>''[[Super Animal Mods|Lyze Mod Item]]''</small>",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 3250,
 
},
 
},
 
["Duck Newspaper"] = {
 
["Duck Newspaper"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 3,
 
rarity = 3,
file = "Duck_Newspaper.png"
+
file = "Duck Newspaper.png",
  +
description = "[[Super Animal Mods|Murder Mittens Mod Item]]<br>[[Level-Up Random Drop]]",
  +
group = 3300,
 
},
 
},
 
["Pro Gamer Hoodie"] = {
 
["Pro Gamer Hoodie"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_hoodie_pink_full.png"
+
file = "Clothes_hoodie_pink_full.png",
  +
description = "[[Super Animal Mods|TeTo Mod Item]]",
},
 
  +
store = "carl",
["SAW Security Uniform"] = {
 
class = "Clothes",
+
currency = {
rarity = 3,
+
name = "Carl Coins",
  +
amount = 1500,
file = "Clothes_SAWguard.png"
 
},
+
},
  +
group = 7700,
["Donk's Damaged Suit"] = {
 
class = "Clothes",
 
rarity = 4
 
},
 
["Howl's Suit"] = {
 
class = "Clothes",
 
rarity = 4
 
 
},
 
},
 
["Rat DNA"] = {
 
["Rat DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Rat.png"
+
file = "DNA_Rat.png",
 
},
 
},
 
["Bat DNA"] = {
 
["Bat DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Bat.png"
+
file = "DNA_Bat.png",
 
},
 
},
 
["Super Berry Blue Owl"] = {
 
["Super Berry Blue Owl"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_owl_blue-resources.assets-1438.png"
+
file = "Char_owl_blue-resources.assets-1438.png",
  +
description = "<small>''[[Super Animal Mods|Lyze Mod Item]]''</small>",
  +
baseAnimal = "Owl",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Stars & Stripes Baseball Bat"] = {
 
["Stars & Stripes Baseball Bat"] = {
Line 3,589: Line 6,885:
 
rarity = 5,
 
rarity = 5,
 
file = "Melee_baseballbat_USA-resources.assets-3928.png",
 
file = "Melee_baseballbat_USA-resources.assets-3928.png",
description = "<br>''[[Coupon Codes|Independence Day 2019]]''"
+
description = "[[Special Cosmetics#Independence Day 2019|Independence Day 2019]]",
  +
group = 4800,
 
},
 
},
 
["Hockey Stick"] = {
 
["Hockey Stick"] = {
Line 3,595: Line 6,892:
 
rarity = 5,
 
rarity = 5,
 
file = "Melee_hockeystick-resources.assets-5024.png",
 
file = "Melee_hockeystick-resources.assets-5024.png",
description = "<br>''[[Coupon Codes|Canada Day 2019]]''"
+
description = "[[Special Cosmetics#Canada Day 2019|Canada Day 2019]]",
  +
group = 4850,
 
},
 
},
 
["Mountie Hat"] = {
 
["Mountie Hat"] = {
Line 3,601: Line 6,899:
 
rarity = 5,
 
rarity = 5,
 
file = "Hat_mountie-resources.assets-4207.png",
 
file = "Hat_mountie-resources.assets-4207.png",
description = "<br>''[[Coupon Codes|Canada Day 2019]]''"
+
description = "[[Special Cosmetics#Canada Day 2019|Canada Day 2019]]",
  +
group = 6600,
 
},
 
},
 
["Stars & Stripes Hat"] = {
 
["Stars & Stripes Hat"] = {
Line 3,607: Line 6,906:
 
rarity = 5,
 
rarity = 5,
 
file = "Hat_unclesam-resources.assets-4020.png",
 
file = "Hat_unclesam-resources.assets-4020.png",
description = "<br>''[[Coupon Codes|Independence Day 2019]]''"
+
description = "[[Special Cosmetics#Independence Day 2019|Independence Day 2019]]",
  +
group = 6650,
 
},
 
},
 
["Mountie Outfit"] = {
 
["Mountie Outfit"] = {
Line 3,613: Line 6,913:
 
rarity = 5,
 
rarity = 5,
 
file = "Clothes_mountie-resources.assets-3210.png",
 
file = "Clothes_mountie-resources.assets-3210.png",
description = "<br>''[[Coupon Codes|Canada Day 2019]]''"
+
description = "[[Special Cosmetics#Canada Day 2019|Canada Day 2019]]",
  +
group = 11650,
 
},
 
},
 
["Uncle Sam Outfit"] = {
 
["Uncle Sam Outfit"] = {
Line 3,619: Line 6,920:
 
rarity = 5,
 
rarity = 5,
 
file = "Clothes_suit_unclesam-resources.assets-3571.png",
 
file = "Clothes_suit_unclesam-resources.assets-3571.png",
description = "<br>''[[Coupon Codes|Independence Day 2019]]''"
+
description = "[[Special Cosmetics#Independence Day 2019|Independence Day 2019]]",
  +
group = 11600,
 
},
 
},
 
["Super Rat"] = {
 
["Super Rat"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char_rat-resources.assets-4564.png"
+
file = "Char_rat-resources.assets-4564.png",
  +
baseAnimal = "Rat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 100,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Black Rat"] = {
 
["Super Black Rat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_rat_black-resources.assets-4003.png"
+
file = "Char_rat_black-resources.assets-4003.png",
  +
baseAnimal = "Rat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 35,
  +
},
  +
},
 
},
 
},
 
["Super Albino Rat"] = {
 
["Super Albino Rat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_rat_white-resources.assets-3670.png"
+
file = "Char_rat_white-resources.assets-3670.png",
  +
baseAnimal = "Rat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 35,
  +
},
  +
},
 
},
 
},
 
["Super Spotted Rat"] = {
 
["Super Spotted Rat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_rat_spotted-resources.assets-3699.png"
+
file = "Char_rat_spotted-resources.assets-3699.png",
  +
baseAnimal = "Rat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Mouse"] = {
 
["Super Mouse"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_rat_mouse-resources.assets-3797.png"
+
file = "Char_rat_mouse-resources.assets-3797.png",
  +
baseAnimal = "Rat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
 
},
 
},
 
["Super Bat"] = {
 
["Super Bat"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char_bat-resources.assets-915.png"
+
file = "Char_bat-resources.assets-915.png",
  +
baseAnimal = "Bat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 210,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 55,
  +
},
  +
},
 
},
 
},
 
["Super Navy Bat"] = {
 
["Super Navy Bat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_bat_blue-resources.assets-932.png"
+
file = "Char_bat_blue-resources.assets-932.png",
  +
baseAnimal = "Bat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 310,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 82,
  +
},
  +
},
 
},
 
},
 
["Super Shadow Bat"] = {
 
["Super Shadow Bat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_bat_grey-resources.assets-1873.png"
+
file = "Char_bat_grey-resources.assets-1873.png",
  +
baseAnimal = "Bat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 410,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
},
 
},
 
},
 
["Super White Bat"] = {
 
["Super White Bat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_bat_white-resources.assets-3662.png"
+
file = "Char_bat_white-resources.assets-3662.png",
  +
baseAnimal = "Bat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 510,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 138,
  +
},
  +
},
  +
group = 50,
  +
},
  +
["Super Fruit Bat"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
file = "Char_bat_fruit-resources.assets-4605.png",
  +
baseAnimal = "Bat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 510,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 138,
  +
},
  +
},
  +
group = 100,
  +
},
  +
["Super Vampire Bat"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char_bat_vampire-resources.assets-1418.png",
  +
baseAnimal = "Bat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 595,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 155,
  +
},
  +
},
 
},
 
},
 
["Banan Hat"] = {
 
["Banan Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_banana_peel.png"
+
file = "Hat banana peel.png",
  +
description = "[[Super Animal Mods|Tama Mod Item]]",
},
 
  +
store = "carl",
["Praise Banan"] = {
 
class = "Emote",
+
currency = {
rarity = 3,
+
name = "Carl Coins",
  +
amount = 1500,
file = "Praise_banan_emote.png"
 
  +
},
  +
group = 4250,
 
},
 
},
 
["Super Pomeranian"] = {
 
["Super Pomeranian"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_dog_pomeranian-resources.assets-5080.png"
+
file = "Char_dog_pomeranian-resources.assets-5080.png",
  +
description = "<small>''BuffPup Super Content Creator Item''</small>",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Paw Star Tank Top"] = {
 
["Paw Star Tank Top"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Paw_Star_Tank_Top.png"
+
file = "Paw Star Tank Top.png",
  +
description = "''BuffPup Super Content Creator Item''",
},
 
  +
store = "carl",
["No Dancing Sign"] = {
 
  +
currency = {
class = "MeleeSkin",
 
rarity = 2,
+
name = "Carl Coins",
  +
amount = 1500,
file = "Melee_sign.png"
 
  +
},
  +
group = 7200,
 
},
 
},
 
["Yellow Lei Hula Skirt"] = {
 
["Yellow Lei Hula Skirt"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 3,
file = "Clothes_bikini_hula.png"
+
file = "Clothes_bikini_hawaii.png",
  +
store = "carl",
  +
group = 12150,
 
},
 
},
 
["Pink Lei Hula Skirt"] = {
 
["Pink Lei Hula Skirt"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_bikini_hula.png"
+
file = "Clothes_bikini_hula.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 7450,
 
},
 
},
 
["Floral Swimsuit"] = {
 
["Floral Swimsuit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_bikini_flower.png"
+
file = "Clothes_bikini_flower.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 4200,
 
},
 
},
 
["Polka Dot Swimsuit"] = {
 
["Polka Dot Swimsuit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_bikini_polkadots_pink.png"
+
file = "Clothes_bikini_polkadots_pink.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 4250,
 
},
 
},
 
["Striped Swimsuit"] = {
 
["Striped Swimsuit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_bikini_stripes.png"
+
file = "Clothes_bikini_stripes.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 4300,
 
},
 
},
 
Lifebuoy = {
 
Lifebuoy = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 1,
file = "Clothes_lifebuoy.png"
+
file = "Clothes_lifebuoy.png",
  +
store = "carl",
  +
group = 12350,
 
},
 
},
 
["Fish Swim Shorts"] = {
 
["Fish Swim Shorts"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 2,
file = "Clothes_swimshorts_fish.png"
+
file = "Clothes_swimshorts_fish.png",
  +
store = "carl",
  +
group = 12300,
 
},
 
},
 
["Floral Swim Shorts"] = {
 
["Floral Swim Shorts"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_swimshorts_flower.png"
+
file = "Clothes_swimshorts_flower.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 2650,
 
},
 
},
 
["Palm Swim Shorts"] = {
 
["Palm Swim Shorts"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_swimshorts_palm.png"
+
file = "Clothes_swimshorts_palm.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 4700,
 
},
 
},
 
["Teal Tank Top"] = {
 
["Teal Tank Top"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 0,
 
rarity = 0,
file = "Clothes_tanktop_blue.png"
+
file = "Clothes_tanktop_blue.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 250,
 
},
 
},
 
["Green Tank Top"] = {
 
["Green Tank Top"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 0,
 
rarity = 0,
file = "Clothes_tanktop_green.png"
+
file = "Clothes_tanktop_green.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 300,
 
},
 
},
 
["Orange Tank Top"] = {
 
["Orange Tank Top"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 0,
 
rarity = 0,
file = "Clothes_tanktop_orange.png"
+
file = "Clothes_tanktop_orange.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 350,
 
},
 
},
 
["Purple Tank Top"] = {
 
["Purple Tank Top"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 0,
 
rarity = 0,
file = "Clothes_tanktop_purple.png"
+
file = "Clothes_tanktop_purple.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 400,
 
},
 
},
 
["Rebellion Tank Top"] = {
 
["Rebellion Tank Top"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tanktop_rebellion.png"
+
file = "Clothes_tanktop_rebellion.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 2100,
 
},
 
},
 
["SAW Tank Top"] = {
 
["SAW Tank Top"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tanktop_SAW.png"
+
file = "Clothes_tanktop_SAW.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 2150,
 
},
 
},
 
["Straw Umbrella"] = {
 
["Straw Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
rarity = 5,
+
rarity = 2,
file = "Umbrella_straw.png"
+
file = "Umbrella straw.png",
  +
store = "carl",
  +
group = 2900,
 
},
 
},
 
["Duck Floatie"] = {
 
["Duck Floatie"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 2,
file = "Clothes_floatie_duck.png"
+
file = "Clothes_floatie_duck.png",
  +
store = "carl",
  +
group = 12400,
 
},
 
},
 
["White Apron"] = {
 
["White Apron"] = {
class = "Clothes",
+
class = "Neck",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_apron.png"
+
file = "Clothes_apron.png",
  +
store = "carl",
},
 
  +
currency = {
["Skunk Bomb Tee"] = {
 
class = "Clothes",
+
name = "Carl Coins",
rarity = 1,
+
amount = 300,
  +
},
file = "Clothes_tshirt_skunk.png"
 
  +
group = 2700,
},
 
["Skunk Nose Clip"] = {
 
class = "Beard",
 
rarity = 2,
 
file = "Moustache_noseclip.png"
 
},
 
["Skunk Hat"] = {
 
class = "Hat",
 
rarity = 3,
 
file = "Hat_skunk.png"
 
 
},
 
},
 
["Hot Dog Fork"] = {
 
["Hot Dog Fork"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee_bbq_fork.png"
+
file = "Melee_bbq_fork.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1800,
 
},
 
},
 
Popsicle = {
 
Popsicle = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5,
+
rarity = 2,
file = "Melee_popsicle.png"
+
file = "Melee_popsicle.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 4900,
 
},
 
},
 
["Meat Skewer"] = {
 
["Meat Skewer"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee_skewer.png"
+
file = "Melee_skewer.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1850,
 
},
 
},
 
["Fruit Skewer"] = {
 
["Fruit Skewer"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5,
+
rarity = 2,
file = "Melee_skewer_fruit.png"
+
file = "Melee_skewer_fruit.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 4950,
 
},
 
},
 
["Super Westie"] = {
 
["Super Westie"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_dog_westie-resources.assets-1956.png"
+
file = "Char_dog_westie-resources.assets-1956.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
 
},
 
},
 
["Shia's Headband"] = {
 
["Shia's Headband"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat_headband_shia-resources.assets-1425.png"
+
file = "Hat_headband_shia-resources.assets-1425.png",
  +
description = "''ShiaBun Super Content Creator Item''<br>[[Level-Up Random Drop]]",
  +
group = 1850,
 
},
 
},
 
["Carrot Gravestone"] = {
 
["Carrot Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 4,
 
rarity = 4,
file = "Gravestone_9-resources.assets-1831.png"
+
file = "Gravestone_9-resources.assets-1831.png",
  +
description = "''ShiaBun Super Content Creator Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 1400,
 
},
 
},
 
["Blue Deagle"] = {
 
["Blue Deagle"] = {
Line 3,836: Line 7,384:
 
file = "Gun_deagle_blue.png",
 
file = "Gun_deagle_blue.png",
 
group = 3,
 
group = 3,
description = "<br>30 Deagle kills",
+
description = "30 Deagle kills",
link = "Deagle"
+
link = "Deagle",
 
},
 
},
 
["Green Deagle"] = {
 
["Green Deagle"] = {
Line 3,844: Line 7,392:
 
file = "Gun_deagle_green.png",
 
file = "Gun_deagle_green.png",
 
group = 2,
 
group = 2,
description = "<br>15 Deagle kills",
+
description = "15 Deagle kills",
link = "Deagle"
+
link = "Deagle",
 
},
 
},
 
["Pink Deagle"] = {
 
["Pink Deagle"] = {
Line 3,852: Line 7,400:
 
file = "Gun_deagle_pink.png",
 
file = "Gun_deagle_pink.png",
 
group = 7,
 
group = 7,
description = "<br>150 Deagle kills",
+
description = "150 Deagle kills",
link = "Deagle"
+
link = "Deagle",
  +
framed = 1,
 
},
 
},
 
["Purple Deagle"] = {
 
["Purple Deagle"] = {
Line 3,860: Line 7,409:
 
file = "Gun_deagle_purple.png",
 
file = "Gun_deagle_purple.png",
 
group = 5,
 
group = 5,
description = "<br>75 Deagle kills",
+
description = "75 Deagle kills",
link = "Deagle"
+
link = "Deagle",
  +
framed = 1,
 
},
 
},
 
["Red Deagle"] = {
 
["Red Deagle"] = {
Line 3,868: Line 7,418:
 
file = "Gun_deagle_red.png",
 
file = "Gun_deagle_red.png",
 
group = 4,
 
group = 4,
description = "<br>50 Deagle kills",
+
description = "50 Deagle kills",
link = "Deagle"
+
link = "Deagle",
 
},
 
},
 
["Yellow Deagle"] = {
 
["Yellow Deagle"] = {
Line 3,876: Line 7,426:
 
file = "Gun_deagle_yellow.png",
 
file = "Gun_deagle_yellow.png",
 
group = 6,
 
group = 6,
description = "<br>110 Deagle kills",
+
description = "110 Deagle kills",
link = "Deagle"
+
link = "Deagle",
  +
framed = 1,
 
},
 
},
 
["Orange Deagle"] = {
 
["Orange Deagle"] = {
Line 3,884: Line 7,435:
 
file = "Gun_deagle_orange.png",
 
file = "Gun_deagle_orange.png",
 
group = 1,
 
group = 1,
description = "<br>5 Deagle kills",
+
description = "5 Deagle kills",
link = "Deagle"
+
link = "Deagle",
 
},
 
},
 
["Carrot Onesie"] = {
 
["Carrot Onesie"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_onesie_carrot-resources.assets-4647.png"
+
file = "Clothes_onesie_carrot-resources.assets-4647.png",
  +
description = "''ShiaBun Super Content Creator Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 7600,
 
},
 
},
 
["Fruit Hat"] = {
 
["Fruit Hat"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 5,
+
rarity = 3,
file = "Hat_fruit_hat.png"
+
file = "Hat fruit hat.png",
  +
store = "carl",
  +
group = 6700,
 
},
 
},
 
["Pro Gamer Hat"] = {
 
["Pro Gamer Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_newsboy_pink-resources.assets-5283.png"
+
file = "Hat_newsboy_pink-resources.assets-5283.png",
  +
description = "[[Super Animal Mods|TeTo Mod Item]]",
},
 
  +
store = "carl",
["Super Fruit Bat"] = {
 
  +
currency = {
class = "CharacterSkin",
 
rarity = 3,
+
name = "Carl Coins",
  +
amount = 1500,
file = "Char_bat_fruit-resources.assets-4605.png"
 
  +
},
  +
group = 4350,
 
},
 
},
 
["Super Twilight Fox"] = {
 
["Super Twilight Fox"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_fox_dark-resources.assets-5322.png"
+
file = "Char_fox_dark-resources.assets-5322.png",
  +
baseAnimal = "Fox",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
  +
group = 100,
 
},
 
},
 
["Super Emerald Fox"] = {
 
["Super Emerald Fox"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_fox_green-resources.assets-631.png"
+
file = "Char_fox_green-resources.assets-631.png",
  +
baseAnimal = "Fox",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 120,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 28,
  +
},
  +
},
  +
group = 100,
 
},
 
},
 
["Super Berry Gummy Bear"] = {
 
["Super Berry Gummy Bear"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_bear_gummy_blue-resources.assets-3422.png"
+
file = "Char_bear_gummy_blue-resources.assets-3422.png",
  +
baseAnimal = "Bear",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 35,
  +
},
  +
},
  +
group = 100,
 
},
 
},
 
["Super Lime Gummy Bear"] = {
 
["Super Lime Gummy Bear"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_bear_gummy_green-resources.assets-1239.png"
+
file = "Char_bear_gummy_green-resources.assets-1239.png",
  +
baseAnimal = "Bear",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 35,
  +
},
  +
},
  +
group = 150,
 
},
 
},
 
["Super Orange Gummy Bear"] = {
 
["Super Orange Gummy Bear"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_bear_gummy_orange-resources.assets-675.png"
+
file = "Char_bear_gummy_orange-resources.assets-675.png",
  +
baseAnimal = "Bear",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 35,
  +
},
  +
},
  +
group = 200,
 
},
 
},
 
["Super Cherry Gummy Bear"] = {
 
["Super Cherry Gummy Bear"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_bear_gummy_red-resources.assets-1880.png"
+
file = "Char_bear_gummy_red-resources.assets-1880.png",
  +
baseAnimal = "Bear",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 35,
  +
},
  +
},
  +
group = 250,
 
},
 
},
 
["Super Bubblegum Skullcat"] = {
 
["Super Bubblegum Skullcat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_skullcat_pink-resources.assets-2457.png"
+
file = "Char_skullcat_pink-resources.assets-2457.png",
  +
baseAnimal = "Skullcat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 145,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 42,
  +
},
  +
},
  +
group = 100,
 
},
 
},
 
["Super Banana Deer"] = {
 
["Super Banana Deer"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_deer_yellow-resources.assets-868.png"
+
file = "Char_deer_yellow-resources.assets-868.png",
  +
baseAnimal = "Deer",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 38,
  +
},
  +
},
 
},
 
},
 
["Super Moose"] = {
 
["Super Moose"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char-deer-moose.png"
+
file = "Char-deer-moose.png",
  +
baseAnimal = "Deer",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 68,
  +
},
  +
},
 
},
 
},
 
["Super Pink Raccoon"] = {
 
["Super Pink Raccoon"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_raccoon_pink-resources.assets-405.png"
+
file = "Char_raccoon_pink-resources.assets-405.png",
  +
baseAnimal = "Raccoon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 115,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 25,
  +
},
  +
},
 
},
 
},
 
["Super Crank Raccoon"] = {
 
["Super Crank Raccoon"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Crank Raccoon.png"
+
file = "Crank Raccoon.png",
  +
description = "<small>''CrankGameplays Streamer Item''</small>",
  +
baseAnimal = "Raccoon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
 
},
 
},
 
["Super Iced Sloth"] = {
 
["Super Iced Sloth"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_sloth_ice-resources.assets-4692.png"
+
file = "Char_sloth_ice-resources.assets-4692.png",
  +
baseAnimal = "Sloth",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 290,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Super Peach Sloth"] = {
 
["Super Peach Sloth"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_sloth_peach-resources.assets-305.png"
+
file = "Char_sloth_peach-resources.assets-305.png",
  +
baseAnimal = "Sloth",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 290,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
  +
},
  +
["Super Peach Pigeon"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char pigeon peach.png",
  +
baseAnimal = "Pigeon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
 
},
 
},
 
["Super Two-toed Sloth"] = {
 
["Super Two-toed Sloth"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_sloth_twotoed-resources.assets-1154.png"
+
file = "Char_sloth_twotoed-resources.assets-1154.png",
  +
baseAnimal = "Sloth",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Super Persian Cat"] = {
 
["Super Persian Cat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_cat_persian-resources.assets-5019.png"
+
file = "Char_cat_persian-resources.assets-5019.png",
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 42,
  +
},
  +
},
 
},
 
},
 
["Super Scottish Fold"] = {
 
["Super Scottish Fold"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_cat_scottish_fold-resources.assets-2903.png"
+
file = "Char_cat_scottish_fold-resources.assets-2903.png",
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 42,
  +
},
  +
},
 
},
 
},
 
["Super Border Collie"] = {
 
["Super Border Collie"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-dog-border-collie.png"
+
file = "Char-dog-border-collie.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 42,
  +
},
  +
},
 
},
 
},
 
["Super Licorice Red Panda"] = {
 
["Super Licorice Red Panda"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char redpanda dark-resources.assets-1707.png"
+
file = "Char redpanda dark-resources.assets-1707.png",
  +
baseAnimal = "Red Panda",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 72,
  +
},
  +
},
  +
group = 100,
 
},
 
},
 
["Super Lime Red Panda"] = {
 
["Super Lime Red Panda"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_redpanda_lime-resources.assets-4032.png"
+
file = "Char_redpanda_lime-resources.assets-4032.png",
  +
baseAnimal = "Red Panda",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 72,
  +
},
  +
},
  +
group = 150,
 
},
 
},
 
["Super Grape Red Panda"] = {
 
["Super Grape Red Panda"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_redpanda_pastel-resources.assets-1581.png"
+
file = "Char_redpanda_pastel-resources.assets-1581.png",
  +
baseAnimal = "Red Panda",
},
 
  +
currencies = {
["Super Redder Panda"] = {
 
  +
{
class = "CharacterSkin",
 
rarity = 2
+
name = "DNA",
  +
amount = 330,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 90,
  +
},
  +
},
 
},
 
},
 
["Super Blue Wolf"] = {
 
["Super Blue Wolf"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_wolf_blue-resources.assets-1824.png"
+
file = "Char_wolf_blue-resources.assets-1824.png",
  +
baseAnimal = "Wolf",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 225,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
 
},
 
},
 
["Super Desert Wolf"] = {
 
["Super Desert Wolf"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
rarity = 2
+
rarity = 2,
  +
file = "Char wolf desert-resources.assets-2591.png",
  +
baseAnimal = "Wolf",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 85,
  +
},
  +
},
 
},
 
},
 
["Super Flaming Wolf"] = {
 
["Super Flaming Wolf"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_wolf_fire-resources.assets-568.png"
+
file = "Char_wolf_fire-resources.assets-568.png",
  +
baseAnimal = "Wolf",
},
 
  +
currencies = {
["Super Striped Hyena"] = {
 
  +
{
class = "CharacterSkin",
 
rarity = 2
+
name = "DNA",
  +
amount = 390,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 105,
  +
},
  +
},
 
},
 
},
 
["Super Blue Steel Hyena"] = {
 
["Super Blue Steel Hyena"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_hyena_striped_blue-resources.assets-5471.png"
+
file = "Char_hyena_striped_blue-resources.assets-5471.png",
  +
baseAnimal = "Hyena",
},
 
  +
currencies = {
["Super Light Striped Hyena"] = {
 
  +
{
class = "CharacterSkin",
 
rarity = 3
+
name = "DNA",
  +
amount = 480,
},
 
  +
},
["Super Fire Striped Hyena"] = {
 
  +
{
class = "CharacterSkin",
 
rarity = 4
+
name = "Serum",
  +
amount = 125,
  +
},
  +
},
 
},
 
},
 
["Super Ram"] = {
 
["Super Ram"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_sheep_ram-resources.assets-5102.png"
+
file = "Char_sheep_ram-resources.assets-5102.png",
  +
baseAnimal = "Sheep",
},
 
  +
currencies = {
["Super Swamp Pig"] = {
 
  +
{
class = "CharacterSkin",
 
rarity = 2,
+
name = "DNA",
  +
amount = 395,
name = "Super Swamp Pig (UNUSED)"
 
},
+
},
  +
{
["Super Salami Pig"] = {
 
class = "CharacterSkin",
+
name = "Serum",
rarity = 2,
+
amount = 105,
  +
},
name = "Super Salami Pig (UNUSED)"
 
  +
},
 
},
 
},
 
["Super Babirusa"] = {
 
["Super Babirusa"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_boar_babirusa-resources.assets-4572.png"
+
file = "Char_boar_babirusa-resources.assets-4572.png",
  +
baseAnimal = "Boar",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Super Boarlet"] = {
 
["Super Boarlet"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_boar_baby-resources.assets-4763.png"
+
file = "Char_boar_baby-resources.assets-4763.png",
  +
baseAnimal = "Boar",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Super Flaming Boar"] = {
 
["Super Flaming Boar"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_boar_fire-resources.assets-512.png"
+
file = "Char_boar_fire-resources.assets-512.png",
  +
baseAnimal = "Boar",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 450,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 120,
  +
},
  +
},
 
},
 
},
 
["Super Enchanted Boar"] = {
 
["Super Enchanted Boar"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_boar_teal-resources.assets-201.png"
+
file = "Char_boar_teal-resources.assets-201.png",
  +
baseAnimal = "Boar",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 85,
  +
},
  +
},
 
},
 
},
 
["Super Pine Marten"] = {
 
["Super Pine Marten"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_ferret_marten-resources.assets-171.png"
+
file = "Char_ferret_marten-resources.assets-171.png",
  +
baseAnimal = "Ferret",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
 
},
 
},
 
["Squid Hat"] = {
 
["Squid Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 5,
 
rarity = 5,
file = "Hat_squid-resources.assets-233.png",
+
file = "Hat squid-resources.assets-233.png",
description = "<br>''[[Coupon Codes|Super Squids]]''"
+
description = "[[Special_Cosmetics#Super_Squids|Super Squids]]",
  +
group = 6750,
 
},
 
},
 
["Super Frozen Skullcat"] = {
 
["Super Frozen Skullcat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_skullcat_ice-resources.assets-3331.png"
+
file = "Char_skullcat_ice-resources.assets-3331.png",
  +
baseAnimal = "Skullcat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 45,
  +
},
  +
},
  +
group = 150,
 
},
 
},
 
["Super Woodland Raccoon"] = {
 
["Super Woodland Raccoon"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_raccoon_woodland-resources.assets-1089.png"
+
file = "Char_raccoon_woodland-resources.assets-1089.png",
  +
baseAnimal = "Raccoon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 155,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 42,
  +
},
  +
},
 
},
 
},
 
["Super Golden Tabby Tiger"] = {
 
["Super Golden Tabby Tiger"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_tiger_golden_tabby-resources.assets-5082.png"
+
file = "Char_tiger_golden_tabby-resources.assets-5082.png",
  +
baseAnimal = "Tiger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 120,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 35,
  +
},
  +
},
 
},
 
},
 
["Super Tricolor Corgi"] = {
 
["Super Tricolor Corgi"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_dog_corgi_tricolor-resources.assets-2656.png"
+
file = "Char_dog_corgi_tricolor-resources.assets-2656.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 220,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 62,
  +
},
  +
},
 
},
 
},
 
["Super Weimaraner"] = {
 
["Super Weimaraner"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_dog_labrador_weimaraner-resources.assets-5432.png"
+
file = "Char_dog_labrador_weimaraner-resources.assets-5432.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Egg Umbrella"] = {
 
["Egg Umbrella"] = {
Line 4,117: Line 8,067:
 
rarity = 5,
 
rarity = 5,
 
file = "Umbrella_egg.png",
 
file = "Umbrella_egg.png",
description = "<br>''[[Coupon Codes|Northernlion Live Super Show]]''"
+
description = "''Northernlion Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
  +
group = 2950,
 
},
 
},
 
["Josh Umbrella"] = {
 
["Josh Umbrella"] = {
Line 4,123: Line 8,074:
 
rarity = 5,
 
rarity = 5,
 
file = "Umbrella_base_josh.png",
 
file = "Umbrella_base_josh.png",
description = "<br>''[[Coupon Codes|Northernlion Live Super Show]]''"
+
description = "''JSmithOTI Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
  +
group = 3000,
 
},
 
},
 
["Skull Beanie"] = {
 
["Skull Beanie"] = {
Line 4,129: Line 8,081:
 
rarity = 5,
 
rarity = 5,
 
file = "Hat_beanie_skull.png",
 
file = "Hat_beanie_skull.png",
description = "<br>''[[Coupon Codes|Northernlion Live Super Show]]''"
+
description = "''FlackBlag Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
  +
group = 6300,
 
},
 
},
 
["Graduate Hat"] = {
 
["Graduate Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_graduate.png"
+
file = "Hat graduate.png",
  +
description = "[[Super Animal Mods|XG Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 4400,
 
},
 
},
 
["Jeans Vest"] = {
 
["Jeans Vest"] = {
Line 4,140: Line 8,100:
 
rarity = 5,
 
rarity = 5,
 
file = "Clothes_jeanvest.png",
 
file = "Clothes_jeanvest.png",
description = "<br>''[[Coupon Codes|Northernlion Live Super Show]]''"
+
description = "''HCJustin Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
  +
group = 12450,
 
},
 
},
 
["Police Outfit"] = {
 
["Police Outfit"] = {
Line 4,146: Line 8,107:
 
rarity = 5,
 
rarity = 5,
 
file = "Clothes_police.png",
 
file = "Clothes_police.png",
description = "<br>''[[Coupon Codes|Northernlion Live Super Show]]''"
+
description = "''AlpacaPatrol Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
  +
group = 12500,
 
},
 
},
 
["RedShift Outfit"] = {
 
["RedShift Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "RedShift_Outfit.png"
+
file = "RedShift Outfit.png",
  +
description = "[[Super Animal Mods|RedShift Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 8000,
 
},
 
},
 
["Velvet Robe"] = {
 
["Velvet Robe"] = {
Line 4,157: Line 8,126:
 
rarity = 5,
 
rarity = 5,
 
file = "Clothes_robe_velvet.png",
 
file = "Clothes_robe_velvet.png",
description = "<br>''[[Coupon Codes|Northernlion Live Super Show]]''"
+
description = "''BaerTaffy Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
  +
group = 12550,
 
},
 
},
 
["Red Button Up Shirt"] = {
 
["Red Button Up Shirt"] = {
Line 4,163: Line 8,133:
 
rarity = 5,
 
rarity = 5,
 
file = "Clothes_shirt_fullred.png",
 
file = "Clothes_shirt_fullred.png",
description = "<br>''[[Coupon Codes|Northernlion Live Super Show]]''"
+
description = "''Dan Gheesling Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
  +
group = 11850,
 
},
 
},
 
["Red Striped Shirt"] = {
 
["Red Striped Shirt"] = {
Line 4,169: Line 8,140:
 
rarity = 5,
 
rarity = 5,
 
file = "Clothes_shirt_redstriped.png",
 
file = "Clothes_shirt_redstriped.png",
description = "<br>''[[Coupon Codes|Northernlion Live Super Show]]''"
+
description = "''Michaelalfox Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
  +
group = 11900,
 
},
 
},
 
["Egg Tee"] = {
 
["Egg Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 1
+
rarity = 1,
  +
file = "Clothes_tshirt_egg-resources.assets-1468.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 1550,
 
},
 
},
 
["Super Chicken"] = {
 
["Super Chicken"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char_chicken-resources.assets-3337.png"
+
file = "Char_chicken-resources.assets-3337.png",
  +
baseAnimal = "Chicken",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 100,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Cow"] = {
 
["Super Cow"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char_cow-resources.assets-4835.png"
+
file = "Char_cow-resources.assets-4835.png",
  +
baseAnimal = "Cow",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Super Banana Cow"] = {
 
["Super Banana Cow"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 1,
 
rarity = 1,
file = "Char_cow_banana-resources.assets-5367.png"
+
file = "Char_cow_banana-resources.assets-5367.png",
  +
baseAnimal = "Cow",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 225,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
 
},
 
},
 
["Super Chocolate Cow"] = {
 
["Super Chocolate Cow"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 1,
 
rarity = 1,
file = "Char_cow_chocolate-resources.assets-2344.png"
+
file = "Char_cow_chocolate-resources.assets-2344.png",
  +
baseAnimal = "Cow",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 225,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
 
},
 
},
 
["Super Matcha Cow"] = {
 
["Super Matcha Cow"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 2,
 
rarity = 2,
file = "Char_cow_matcha-resources.assets-3945.png"
+
file = "Char_cow_matcha-resources.assets-3945.png",
  +
baseAnimal = "Cow",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Super Neapolitan Cow"] = {
 
["Super Neapolitan Cow"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 2,
 
rarity = 2,
file = "Char_cow_neapolitan-resources.assets-5583.png"
+
file = "Char_cow_neapolitan-resources.assets-5583.png",
  +
baseAnimal = "Cow",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Super Strawberry Cow"] = {
 
["Super Strawberry Cow"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 2,
 
rarity = 2,
file = "Char_cow_strawberry-resources.assets-1411.png"
+
file = "Char_cow_strawberry-resources.assets-1411.png",
  +
baseAnimal = "Cow",
},
 
  +
currencies = {
["Chicken Dinner Gravestone"] = {
 
  +
{
class = "Gravestone",
 
rarity = 3,
+
name = "DNA",
  +
amount = 300,
file = "Gravestone_chicken-resources.assets-320.png"
 
},
+
},
  +
{
["Cheese Goudara's Beret"] = {
 
class = "Hat",
+
name = "Serum",
rarity = 2,
+
amount = 80,
  +
},
file = "Hat_military_rebellion-resources.assets-2686.png"
 
  +
},
 
},
 
},
 
["Chicken DNA"] = {
 
["Chicken DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Chicken.png"
+
file = "DNA_Chicken.png",
 
},
 
},
 
["Cow DNA"] = {
 
["Cow DNA"] = {
 
class = "DNA",
 
class = "DNA",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Horse DNA"] = {
 
["Horse DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Horse.png"
+
file = "DNA_Horse.png",
 
},
 
},
 
["Super Black Chicken"] = {
 
["Super Black Chicken"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_chicken_black-resources.assets-4433.png"
+
file = "Char_chicken_black-resources.assets-4433.png",
  +
baseAnimal = "Chicken",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 52,
  +
},
  +
},
 
},
 
},
 
["Super Fried Chicken"] = {
 
["Super Fried Chicken"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_chicken_fried-resources.assets-220.png"
+
file = "Char_chicken_fried-resources.assets-220.png",
  +
baseAnimal = "Chicken",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 78,
  +
},
  +
},
  +
group = 200,
 
},
 
},
 
["Super Orange Chicken"] = {
 
["Super Orange Chicken"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_chicken_red-resources.assets-2349.png"
+
file = "Char_chicken_red-resources.assets-2349.png",
  +
baseAnimal = "Chicken",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 38,
  +
},
  +
},
 
},
 
},
 
["Super Rooster"] = {
 
["Super Rooster"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_chicken_rooster-resources.assets-3273.png"
+
file = "Char_chicken_rooster-resources.assets-3273.png",
  +
baseAnimal = "Chicken",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 68,
  +
},
  +
},
 
},
 
},
 
["Super Spicy Chicken"] = {
 
["Super Spicy Chicken"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_chicken_spicy-resources.assets-5404.png"
+
file = "Char_chicken_spicy-resources.assets-5404.png",
  +
baseAnimal = "Chicken",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 210,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 55,
  +
},
  +
},
 
},
 
},
 
["Super Bull"] = {
 
["Super Bull"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 3,
 
rarity = 3,
file = "Char_cow_bull-resources.assets-3157.png"
+
file = "Char_cow_bull-resources.assets-3157.png",
  +
baseAnimal = "Cow",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Super Latte Cow"] = {
 
["Super Latte Cow"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 1,
 
rarity = 1,
file = "Char_cow_latte-resources.assets-4882.png"
+
file = "Char_cow_latte-resources.assets-4882.png",
  +
baseAnimal = "Cow",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 225,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
 
},
 
},
 
["Super Stinky Tofu Cow"] = {
 
["Super Stinky Tofu Cow"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 2,
 
rarity = 2,
file = "Char_cow_stinky_tofu-resources.assets-2034.png"
+
file = "Char_cow_stinky_tofu-resources.assets-2034.png",
  +
baseAnimal = "Cow",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Super Vanilla Cow"] = {
 
["Super Vanilla Cow"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 1,
 
rarity = 1,
file = "Char_cow_vanilla-resources.assets-3949.png"
+
file = "Char_cow_vanilla-resources.assets-3949.png",
  +
baseAnimal = "Cow",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 225,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
 
},
 
},
 
["Super Horse"] = {
 
["Super Horse"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char_horse-resources.assets-6070.png"
+
file = "Char_horse-resources.assets-6070.png",
  +
baseAnimal = "Horse",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 185,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Black Stallion"] = {
 
["Super Black Stallion"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 1,
 
rarity = 1,
file = "Char_horse_black-resources.assets-6216.png"
+
file = "Char_horse_black-resources.assets-6216.png",
  +
baseAnimal = "Horse",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 72,
  +
},
  +
},
 
},
 
},
 
["Super Pinto Horse"] = {
 
["Super Pinto Horse"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 3,
 
rarity = 3,
file = "Char_horse_pinto-resources.assets-2938.png"
+
file = "Char_horse_pinto-resources.assets-2938.png",
  +
baseAnimal = "Horse",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 420,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
},
 
},
 
},
 
["Super White Stallion"] = {
 
["Super White Stallion"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 1,
 
rarity = 1,
file = "Char_horse_white-resources.assets-4664.png"
+
file = "Char_horse_white-resources.assets-4664.png",
  +
baseAnimal = "Horse",
},
 
  +
currencies = {
["Prisoner Outfit"] = {
 
  +
{
class = "Clothes",
 
rarity = 2,
+
name = "DNA",
  +
amount = 260,
file = "Clothes_prisoner-resources.assets-5055.png"
 
  +
},
  +
{
  +
name = "Serum",
  +
amount = 72,
  +
},
  +
},
 
},
 
},
 
["Blue Poison Dart Gun"] = {
 
["Blue Poison Dart Gun"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 1,
 
rarity = 1,
name = "Blue Dogna's Dart Gun",
+
name = "Dogna's Blue Dart Gun",
 
file = "Gun_dart_blue-resources.assets-723.png",
 
file = "Gun_dart_blue-resources.assets-723.png",
 
group = 3,
 
group = 3,
description = "<br>20 Dogna's Dart Gun kills",
+
description = "20 Dogna's Dart Gun kills",
link = "Dogna's Dart Gun"
+
link = "Dogna's Dart Gun",
 
},
 
},
 
["Green Poison Dart Gun"] = {
 
["Green Poison Dart Gun"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
name = "Green Dogna's Dart Gun",
+
name = "Dogna's Green Dart Gun",
 
file = "Gun_dart_green-resources.assets-235.png",
 
file = "Gun_dart_green-resources.assets-235.png",
 
group = 2,
 
group = 2,
description = "<br>10 Dogna's Dart Gun kills",
+
description = "10 Dogna's Dart Gun kills",
link = "Dogna's Dart Gun"
+
link = "Dogna's Dart Gun",
 
},
 
},
 
["Orange Poison Dart Gun"] = {
 
["Orange Poison Dart Gun"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
name = "Orange Dogna's Dart Gun",
+
name = "Dogna's Orange Dart Gun",
 
file = "Gun_dart_orange-resources.assets-2005.png",
 
file = "Gun_dart_orange-resources.assets-2005.png",
 
group = 1,
 
group = 1,
description = "<br>5 Dogna's Dart Gun kills",
+
description = "5 Dogna's Dart Gun kills",
link = "Dogna's Dart Gun"
+
link = "Dogna's Dart Gun",
 
},
 
},
 
["Pink Poison Dart Gun"] = {
 
["Pink Poison Dart Gun"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 2,
 
rarity = 2,
name = "Pink Dogna's Dart Gun",
+
name = "Dogna's Pink Dart Gun",
 
file = "Gun_dart_pink-resources.assets-1022.png",
 
file = "Gun_dart_pink-resources.assets-1022.png",
 
group = 7,
 
group = 7,
description = "<br>110 Dogna's Dart Gun kills",
+
description = "110 Dogna's Dart Gun kills",
link = "Dogna's Dart Gun"
+
link = "Dogna's Dart Gun",
  +
framed = 1,
 
},
 
},
 
["Purple Poison Dart Gun"] = {
 
["Purple Poison Dart Gun"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 1,
 
rarity = 1,
name = "Purple Dogna's Dart Gun",
+
name = "Dogna's Purple Dart Gun",
 
file = "Gun_dart_purple-resources.assets-4966.png",
 
file = "Gun_dart_purple-resources.assets-4966.png",
 
group = 5,
 
group = 5,
description = "<br>55 Dogna's Dart Gun kills",
+
description = "55 Dogna's Dart Gun kills",
link = "Dogna's Dart Gun"
+
link = "Dogna's Dart Gun",
  +
framed = 1,
 
},
 
},
 
["Red Poison Dart Gun"] = {
 
["Red Poison Dart Gun"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 1,
 
rarity = 1,
name = "Red Dogna's Dart Gun",
+
name = "Dogna's Red Dart Gun",
 
file = "Gun_dart_red-resources.assets-2866.png",
 
file = "Gun_dart_red-resources.assets-2866.png",
 
group = 4,
 
group = 4,
description = "<br>35 Dogna's Dart Gun kills",
+
description = "35 Dogna's Dart Gun kills",
link = "Dogna's Dart Gun"
+
link = "Dogna's Dart Gun",
 
},
 
},
 
["Yellow Poison Dart Gun"] = {
 
["Yellow Poison Dart Gun"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 2,
 
rarity = 2,
name = "Yellow Dogna's Dart Gun",
+
name = "Dogna's Yellow Dart Gun",
 
file = "Gun_dart_yellow-resources.assets-2561.png",
 
file = "Gun_dart_yellow-resources.assets-2561.png",
 
group = 6,
 
group = 6,
description = "<br>80 Dogna's Dart Gun kills",
+
description = "80 Dogna's Dart Gun kills",
link = "Dogna's Dart Gun"
+
link = "Dogna's Dart Gun",
  +
framed = 1,
},
 
["Gem Reveal"] = {
 
class = "Emote",
 
rarity = 1,
 
file = "Gem_Reveal_emote.png"
 
},
 
["Banan Pew Pew"] = {
 
class = "Emote",
 
rarity = 3,
 
file = "Banan_Pew_Pew_emote.png"
 
 
},
 
},
 
["PBJT!"] = {
 
["PBJT!"] = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 2,
 
rarity = 2,
file = "Pbj_time.png"
+
file = "Pbj_time.png",
 
},
 
},
 
["Tap Dance"] = {
 
["Tap Dance"] = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 3,
 
rarity = 3,
file = "Tapdance.png"
+
file = "Tapdance.png",
},
 
["Blow a Kiss"] = {
 
class = "Emote",
 
rarity = 2,
 
file = "Blow_a_Kiss_emote.png"
 
 
},
 
},
 
Yawn = {
 
Yawn = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 1,
 
rarity = 1,
file = "Yawn.png"
+
file = "Yawn.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
 
},
 
},
 
["Parrot DNA"] = {
 
["Parrot DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Parrot.png"
+
file = "DNA_Parrot.png",
 
},
 
},
 
["Super Parrot"] = {
 
["Super Parrot"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char_parrot-resources.assets-632.png"
+
file = "Char_parrot-resources.assets-632.png",
  +
baseAnimal = "Parrot",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 185,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 45,
  +
},
  +
},
 
},
 
},
 
["Super Blue and Yellow Macaw"] = {
 
["Super Blue and Yellow Macaw"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 1,
 
rarity = 1,
file = "Char_parrot_blue-resources.assets-147.png"
+
file = "Char_parrot_blue-resources.assets-147.png",
  +
baseAnimal = "Parrot",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 72,
  +
},
  +
},
  +
group = 100,
 
},
 
},
 
["Super Cockatiel"] = {
 
["Super Cockatiel"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 2,
 
rarity = 2,
file = "Char_parrot_cockatiel-resources.assets-1475.png"
+
file = "Char_parrot_cockatiel-resources.assets-1475.png",
  +
baseAnimal = "Parrot",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 330,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 90,
  +
},
  +
},
 
},
 
},
 
["Super Cockatoo"] = {
 
["Super Cockatoo"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 3,
 
rarity = 3,
file = "Char_parrot_cockatoo-resources.assets-1322.png"
+
file = "Char_parrot_cockatoo-resources.assets-1322.png",
  +
baseAnimal = "Parrot",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 410,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 110,
  +
},
  +
},
  +
group = 50,
 
},
 
},
 
["Super Hyacinth Macaw"] = {
 
["Super Hyacinth Macaw"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 2,
 
rarity = 2,
file = "Char_parrot_hyacinth-resources.assets-506.png"
+
file = "Char_parrot_hyacinth-resources.assets-506.png",
  +
baseAnimal = "Parrot",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 330,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 90,
  +
},
  +
},
 
},
 
},
 
["Super Green Parrot"] = {
 
["Super Green Parrot"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 1,
 
rarity = 1,
file = "Char_parrot_green-resources.assets-225.png"
+
file = "Char_parrot_green-resources.assets-225.png",
  +
baseAnimal = "Parrot",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 72,
  +
},
  +
},
  +
group = 50,
 
},
 
},
 
["Super Lynx"] = {
 
["Super Lynx"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "char-cat-lynx.png"
+
file = "char-cat-lynx.png",
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 220,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 62,
  +
},
  +
},
 
},
 
},
 
["Super Bobcat"] = {
 
["Super Bobcat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "char-cat-bobcat.png"
+
file = "char-cat-bobcat.png",
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 210,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
 
},
 
},
 
["Super Skelecat"] = {
 
["Super Skelecat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char-skullcat-mossy.png"
+
file = "Char skullcat skeleton-resources.assets-1210.png",
  +
baseAnimal = "Skullcat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
  +
group = 50,
  +
},
  +
["Super Calavera Skullcat"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char-skullcat-calavera.png",
  +
baseAnimal = "Skullcat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
  +
group = 100,
 
},
 
},
 
["Super Alebrije Tiger"] = {
 
["Super Alebrije Tiger"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_tiger_alebrijes-resources.assets-333.png"
+
file = "Char_tiger_alebrijes-resources.assets-333.png",
  +
baseAnimal = "Tiger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 210,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
  +
group = 100,
 
},
 
},
 
["Super Alebrije Blue Jay"] = {
 
["Super Alebrije Blue Jay"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_bluejay_alebrijes-resources.assets-1068.png"
+
file = "Char_bluejay_alebrijes-resources.assets-1068.png",
  +
baseAnimal = "Blue Jay",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 64,
  +
},
  +
},
 
},
 
},
 
["Super Alebrije Monkey"] = {
 
["Super Alebrije Monkey"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_monkey_alebrijes-resources.assets-1442.png"
+
file = "Char_monkey_alebrijes-resources.assets-1442.png",
  +
baseAnimal = "Monkey",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Super Pumpkin Panda"] = {
 
["Super Pumpkin Panda"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_panda_pumpkin-resources.assets-1118.png"
+
file = "Char_panda_pumpkin-resources.assets-1118.png",
  +
baseAnimal = "Panda",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Super Alebrije Otter"] = {
 
["Super Alebrije Otter"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_otter_alebrijes-resources.assets-460.png"
+
file = "Char_otter_alebrijes-resources.assets-460.png",
  +
baseAnimal = "Otter",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Super Werewolf"] = {
 
["Super Werewolf"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_wolf_werewolf-resources.assets-1628.png"
+
file = "Char_wolf_werewolf-resources.assets-1628.png",
  +
baseAnimal = "Wolf",
},
 
  +
currencies = {
["Super Vampire Bat"] = {
 
  +
{
class = "CharacterSkin",
 
rarity = 4,
+
name = "DNA",
  +
amount = 450,
file = "Char_bat_vampire-resources.assets-1418.png"
 
  +
},
  +
{
  +
name = "Serum",
  +
amount = 120,
  +
},
  +
},
 
},
 
},
 
["Witch's Broom"] = {
 
["Witch's Broom"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5,
+
rarity = 1,
file = "Melee_broom_witch-resources.assets-1678.png"
+
file = "Melee_broom_witch-resources.assets-1678.png",
  +
event = "Super Halloween 2019",
  +
group = 5000,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
 
},
 
},
 
["Pirate's Cutlass"] = {
 
["Pirate's Cutlass"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee_cutlass-resources.assets-1519.png"
+
file = "Melee_cutlass-resources.assets-1519.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1900,
 
},
 
},
 
Machete = {
 
Machete = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5,
+
rarity = 2,
file = "Melee_machete-resources.assets-678.png"
+
file = "Melee_machete-resources.assets-678.png",
  +
event = "Super Halloween 2019",
  +
group = 5050,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
 
},
 
},
 
["Banana Costume"] = {
 
["Banana Costume"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_banana-resources.assets-1461.png"
+
file = "Clothes_banana-resources.assets-1461.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 8050,
 
},
 
},
 
["Spider Dress"] = {
 
["Spider Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_dress_spider-resources.assets-620.png"
+
file = "Clothes_dress_spider-resources.assets-620.png",
  +
event = "Super Halloween 2019",
  +
group = 12600,
 
},
 
},
 
["Witch Costume"] = {
 
["Witch Costume"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 3,
file = "Clothes_witch_outfit-resources.assets-845.png"
+
file = "Clothes witch outfit-resources.assets-845.png",
  +
event = "Super Halloween 2019",
  +
group = 12650,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
 
},
 
},
 
["Mariachi Outfit"] = {
 
["Mariachi Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_mariachi_outfit-resources.assets-654.png"
+
file = "Clothes_mariachi_outfit-resources.assets-654.png",
  +
description = "[[Special_Cosmetics#Day_Of_The_Dead_2019|Day Of The Dead 2019]]",
  +
group = 12700,
 
},
 
},
 
["Skeleton Costume"] = {
 
["Skeleton Costume"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_skeleton_costume-resources.assets-1068.png"
+
file = "Clothes_skeleton_costume-resources.assets-1068.png",
  +
event = "Super Halloween 2019",
  +
group = 12750,
 
},
 
},
 
["Halloween Tee"] = {
 
["Halloween Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 1,
file = "Clothes_tshirt_halloween-resources.assets-1744.png"
+
file = "Clothes_tshirt_halloween-resources.assets-1744.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 3100,
  +
name = "Howloween Tee",
 
},
 
},
 
["Vampire Costume"] = {
 
["Vampire Costume"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 3,
file = "Clothes_vampire_outfit-resources.assets-233.png"
+
file = "Clothes_vampire_outfit-resources.assets-233.png",
  +
event = "Super Halloween 2019",
  +
group = 12800,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
 
},
 
},
 
["Mariachi Hat"] = {
 
["Mariachi Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 5,
 
rarity = 5,
file = "Hat_mariachi-resources.assets-1281.png"
+
file = "Hat_mariachi-resources.assets-1281.png",
  +
description = "[[Special_Cosmetics#Day_Of_The_Dead_2019|Day Of The Dead 2019]]",
  +
group = 6800,
 
},
 
},
 
["Witch Hat"] = {
 
["Witch Hat"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 5,
+
rarity = 2,
file = "Hat_witch-resources.assets-1182.png"
+
file = "Hat_witch-resources.assets-1182.png",
  +
event = "Super Halloween 2019",
  +
group = 6850,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
 
},
 
},
 
["Pizza Slice"] = {
 
["Pizza Slice"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_pizzaslice.png"
+
file = "Hat_pizzaslice.png",
  +
description = "[[Super Animal Mods|Mango Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 4450,
 
},
 
},
 
["Killer Hockey Mask"] = {
 
["Killer Hockey Mask"] = {
 
class = "Glasses",
 
class = "Glasses",
rarity = 5,
+
rarity = 3,
file = "Glasses_hockeymask-resources.assets-573.png"
+
file = "Glasses_hockeymask-resources.assets-573.png",
  +
event = "Super Halloween 2019",
  +
group = 2850,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
 
},
 
},
 
["Black Masquerade Mask"] = {
 
["Black Masquerade Mask"] = {
 
class = "Glasses",
 
class = "Glasses",
rarity = 5,
+
rarity = 2,
file = "Glasses_masquerade_mask_black-resources.assets-1420.png"
+
file = "Glasses_masquerade_mask_black-resources.assets-1420.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 2050,
 
},
 
},
 
Plumbrella = {
 
Plumbrella = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 3,
 
rarity = 3,
file = "Umbrella_plumbrella.png"
+
file = "Umbrella_plumbrella.png",
  +
description = "[[Super Animal Mods|Plumfiggle Mod Item]]<br>[[Level-Up Random Drop]]",
  +
group = 1850,
 
},
 
},
 
["Pumpkin Umbrella"] = {
 
["Pumpkin Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
rarity = 5,
+
rarity = 2,
file = "Umbrella_pumpkin-resources.assets-458.png"
+
file = "Umbrella_pumpkin-resources.assets-458.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3050,
 
},
 
},
 
["Candy Corn Umbrella"] = {
 
["Candy Corn Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 5,
 
rarity = 5,
file = "Umbrella_candy_corn-resources.assets-1681.png"
+
file = "Umbrella candy corn-resources.assets-1681.png",
  +
event = "Super Halloween 2019",
  +
group = 3100,
 
},
 
},
 
["Spider Web Umbrella"] = {
 
["Spider Web Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 5,
 
rarity = 5,
file = "Umbrella_spider_web-resources.assets-903.png"
+
file = "Umbrella_spider_web-resources.assets-903.png",
  +
event = "Super Halloween 2019",
  +
group = 3150,
 
},
 
},
 
["Super Bat Costume"] = {
 
["Super Bat Costume"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 3,
file = "Clothes_superbat-resources.assets-1283.png"
+
file = "Clothes_superbat-resources.assets-1283.png",
  +
event = "Super Halloween 2019",
  +
group = 12850,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
 
},
 
},
 
["Pumpkin Gravestone"] = {
 
["Pumpkin Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
rarity = 5,
+
rarity = 2,
file = "Gravestone_pumpkin-resources.assets-1615.png"
+
file = "Gravestone_pumpkin-resources.assets-1615.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 950,
 
},
 
},
 
["Mossy Gravestone"] = {
 
["Mossy Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 1,
 
rarity = 1,
file = "Gravestone_mossy-resources.assets-1079.png"
+
file = "Gravestone_mossy-resources.assets-1079.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 250,
 
},
 
},
 
["Candlelit Gravestone"] = {
 
["Candlelit Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 3,
 
rarity = 3,
file = "Gravestone_candles-resources.assets-251.png"
+
file = "Gravestone_candles-resources.assets-251.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1200,
 
},
 
},
 
["SAW Helmet Gravestone"] = {
 
["SAW Helmet Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 2,
 
rarity = 2,
file = "Gravestone_SAW-resources.assets-1757.png"
+
file = "Gravestone_SAW-resources.assets-1757.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 550,
 
},
 
},
 
["Rebellion Helmet Gravestone"] = {
 
["Rebellion Helmet Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 2,
 
rarity = 2,
file = "Gravestone_rebellion-resources.assets-1526.png"
+
file = "Gravestone_rebellion-resources.assets-1526.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 600,
 
},
 
},
 
["Pizza Box Gravestone"] = {
 
["Pizza Box Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 3,
 
rarity = 3,
file = "Gravestone_pizzabox-resources.assets-591.png"
+
file = "Gravestone_pizzabox-resources.assets-591.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 1250,
 
},
 
},
 
["Busted Gravestone"] = {
 
["Busted Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 0,
 
rarity = 0,
file = "Gravestone_broken-resources.assets-1158.png"
+
file = "Gravestone_broken-resources.assets-1158.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 150,
 
},
 
},
 
["Sad Flower Gravestone"] = {
 
["Sad Flower Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 2,
 
rarity = 2,
file = "Gravestone_flower-resources.assets-446.png"
+
file = "Gravestone_flower-resources.assets-446.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 650,
 
},
 
},
 
["Pointy Fence Gravestone"] = {
 
["Pointy Fence Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 1,
 
rarity = 1,
file = "Gravestone_iron_fence-resources.assets-1257.png"
+
file = "Gravestone_iron_fence-resources.assets-1257.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 300,
 
},
 
},
 
["Super Bat Mask"] = {
 
["Super Bat Mask"] = {
 
class = "Glasses",
 
class = "Glasses",
rarity = 5,
+
rarity = 2,
file = "Glasses_super_bat_mask-resources.assets-864.png"
+
file = "Glasses_super_bat_mask-resources.assets-864.png",
  +
event = "Super Halloween 2019",
  +
group = 2900,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
 
},
 
},
 
["Super Scarecrow"] = {
 
["Super Scarecrow"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char raven scarecrow-resources.assets-609.png"
+
file = "Char raven scarecrow-resources.assets-609.png",
  +
baseAnimal = "Raven",
},
 
  +
currencies = {
["Scarecrow Outfit"] = {
 
  +
{
class = "Clothes",
 
rarity = 2,
+
name = "DNA",
  +
amount = 450,
file = "Clothes_scarecrow-resources.assets-222.png"
 
},
+
},
  +
{
["Straw Hat"] = {
 
class = "Hat",
+
name = "Serum",
rarity = 1,
+
amount = 120,
  +
},
file = "Hat_straw-resources.assets-364.png"
 
  +
},
 
},
 
},
 
["Pumpkin Hat"] = {
 
["Pumpkin Hat"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 5,
+
rarity = 2,
file = "Hat_pumpkin-resources.assets-362.png"
+
file = "Hat_pumpkin-resources.assets-362.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3350,
 
},
 
},
 
["Caveman Costume"] = {
 
["Caveman Costume"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 3,
file = "Clothes_caveman-resources.assets-994.png"
+
file = "Clothes_caveman-resources.assets-994.png",
  +
store = "carl",
},
 
  +
currency = {
["Steam Punk Monocle"] = {
 
class = "Glasses",
+
name = "Carl Coins",
rarity = 5
+
amount = 1500,
  +
},
  +
group = 12900,
 
},
 
},
 
["Blue JAG-7"] = {
 
["Blue JAG-7"] = {
Line 4,666: Line 9,185:
 
file = "Gun_jag7_blue.png",
 
file = "Gun_jag7_blue.png",
 
group = 3,
 
group = 3,
description = "<br>45 JAG-7 kills",
+
description = "45 JAG-7 kills",
link = "JAG-7"
+
link = "JAG-7",
 
},
 
},
 
["Green JAG-7"] = {
 
["Green JAG-7"] = {
Line 4,674: Line 9,193:
 
file = "Gun_jag7_green.png",
 
file = "Gun_jag7_green.png",
 
group = 2,
 
group = 2,
description = "<br>25 JAG-7 kills",
+
description = "25 JAG-7 kills",
link = "JAG-7"
+
link = "JAG-7",
 
},
 
},
 
["Orange JAG-7"] = {
 
["Orange JAG-7"] = {
Line 4,682: Line 9,201:
 
file = "Gun_jag7_orange.png",
 
file = "Gun_jag7_orange.png",
 
group = 1,
 
group = 1,
description = "<br>10 JAG-7 kills",
+
description = "10 JAG-7 kills",
link = "JAG-7"
+
link = "JAG-7",
 
},
 
},
 
["Pink JAG-7"] = {
 
["Pink JAG-7"] = {
Line 4,690: Line 9,209:
 
file = "Gun_jag7_pink.png",
 
file = "Gun_jag7_pink.png",
 
group = 7,
 
group = 7,
description = "<br>190 JAG-7 kills",
+
description = "190 JAG-7 kills",
link = "JAG-7"
+
link = "JAG-7",
  +
framed = 1,
 
},
 
},
 
["Purple JAG-7"] = {
 
["Purple JAG-7"] = {
Line 4,698: Line 9,218:
 
file = "Gun_jag7_purple.png",
 
file = "Gun_jag7_purple.png",
 
group = 5,
 
group = 5,
description = "<br>100 JAG-7 kills",
+
description = "100 JAG-7 kills",
link = "JAG-7"
+
link = "JAG-7",
  +
framed = 1,
 
},
 
},
 
["Red JAG-7"] = {
 
["Red JAG-7"] = {
Line 4,706: Line 9,227:
 
file = "Gun_jag7_red.png",
 
file = "Gun_jag7_red.png",
 
group = 4,
 
group = 4,
description = "<br>70 JAG-7 kills",
+
description = "70 JAG-7 kills",
link = "JAG-7"
+
link = "JAG-7",
 
},
 
},
 
["Yellow JAG-7"] = {
 
["Yellow JAG-7"] = {
Line 4,714: Line 9,235:
 
file = "Gun_jag7_yellow.png",
 
file = "Gun_jag7_yellow.png",
 
group = 6,
 
group = 6,
description = "<br>140 JAG-7 kills",
+
description = "140 JAG-7 kills",
link = "JAG-7"
+
link = "JAG-7",
  +
framed = 1,
},
 
["Gallery Target Tee"] = {
 
class = "Clothes",
 
rarity = 1,
 
file = "Clothes_tshirt_target-resources.assets-698.png"
 
},
 
["5 Point Tee"] = {
 
class = "Clothes",
 
rarity = 1,
 
file = "Clothes_tshirt_5points-resources.assets-1204.png"
 
},
 
["Stretching Routine"] = {
 
class = "Emote",
 
rarity = 3,
 
file = "Stretch_Emote_Icon.png"
 
 
},
 
},
 
["Red Tracksuit"] = {
 
["Red Tracksuit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tracksuit_red-resources.assets-672.png"
+
file = "Clothes_tracksuit_red-resources.assets-672.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 2850,
 
},
 
},
 
["Blue Tracksuit"] = {
 
["Blue Tracksuit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_tracksuit_blue-resources.assets-1130.png"
+
file = "Clothes_tracksuit_blue-resources.assets-1130.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 2900,
 
},
 
},
 
["Black Tracksuit"] = {
 
["Black Tracksuit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_tracksuit_black-resources.assets-351.png"
+
file = "Clothes_tracksuit_black-resources.assets-351.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 4800,
 
},
 
},
 
["Teal Retro Tracksuit"] = {
 
["Teal Retro Tracksuit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_tracksuit_purple-resources.assets-748.png"
+
file = "Clothes_tracksuit_purple-resources.assets-748.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 8100,
 
},
 
},
 
["Pink Retro Tracksuit"] = {
 
["Pink Retro Tracksuit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_tracksuit_pink-resources.assets-762.png"
+
file = "Clothes_tracksuit_pink-resources.assets-762.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 8150,
 
},
 
},
 
["Super Turkey"] = {
 
["Super Turkey"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Turkey.png"
+
file = "Char-turkey.png",
  +
baseAnimal = "Chicken",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 310,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
  +
group = 300,
 
},
 
},
 
["Leopard DNA"] = {
 
["Leopard DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Leopard.png"
+
file = "DNA_Leopard.png",
 
},
 
},
 
["Super Leopard"] = {
 
["Super Leopard"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char_leopard-resources.assets-1469.png"
+
file = "Char_leopard-resources.assets-1469.png",
  +
baseAnimal = "Leopard",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 175,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 45,
  +
},
  +
},
 
},
 
},
 
["Super Jaguar"] = {
 
["Super Jaguar"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_leopard_jaguar-resources.assets-1447.png"
+
file = "Char_leopard_jaguar-resources.assets-1447.png",
  +
baseAnimal = "Leopard",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 70,
  +
},
  +
},
 
},
 
},
 
["Super Sour Leopard"] = {
 
["Super Sour Leopard"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_leopard_sour-resources.assets-1544.png"
+
file = "Char_leopard_sour-resources.assets-1544.png",
  +
baseAnimal = "Leopard",
},
 
  +
currencies = {
["Super Frozen Leopard"] = {
 
  +
{
class = "CharacterSkin",
 
rarity = 2
+
name = "DNA",
  +
amount = 325,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 90,
  +
},
  +
},
 
},
 
},
 
["Super Bubblegum Leopard"] = {
 
["Super Bubblegum Leopard"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_leopard_bubblegum-resources.assets-1489.png"
+
file = "Char_leopard_bubblegum-resources.assets-1489.png",
  +
baseAnimal = "Leopard",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 400,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 105,
  +
},
  +
},
 
},
 
},
 
["Super Snow Leopard"] = {
 
["Super Snow Leopard"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_leopard_snow.png"
+
file = "Char_leopard_snow.png",
  +
baseAnimal = "Leopard",
},
 
["Chef Hat"] = {
+
currencies = {
  +
{
class = "Hat",
 
rarity = 2,
+
name = "DNA",
  +
amount = 470,
file = "Hat_chef-resources.assets-1194.png"
 
  +
},
  +
{
  +
name = "Serum",
  +
amount = 125,
  +
},
  +
},
 
},
 
},
 
Fez = {
 
Fez = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat_fez.png"
+
file = "Hat_fez.png",
  +
store = "carl",
},
 
Keikogi = {
+
currency = {
class = "Clothes",
+
name = "Carl Coins",
rarity = 3,
+
amount = 750,
  +
},
file = "Clothes_keikogi-resources.assets-868.png"
 
  +
group = 1950,
},
 
["POW! Mallet"] = {
 
class = "MeleeSkin",
 
rarity = 3,
 
file = "Melee_mallet-resources.assets-977.png"
 
 
},
 
},
 
["Penguin DNA"] = {
 
["Penguin DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Pigeon.png"
+
file = "DNA_Pigeon.png",
 
},
 
},
 
["Super Penguin"] = {
 
["Super Penguin"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char_penguin-resources.assets-1596.png"
+
file = "Char_penguin-resources.assets-1596.png",
  +
baseAnimal = "Penguin",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 125,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 30,
  +
},
  +
},
 
},
 
},
 
["Super Penguin Chick"] = {
 
["Super Penguin Chick"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_penguin_baby-resources.assets-1253.png"
+
file = "Char_penguin_baby-resources.assets-1253.png",
  +
baseAnimal = "Penguin",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 170,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 45,
  +
},
  +
},
 
},
 
},
 
["Super Adelie Penguin"] = {
 
["Super Adelie Penguin"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_penguin_adelie-resources.assets-1588.png"
+
file = "Char_penguin_adelie-resources.assets-1588.png",
  +
baseAnimal = "Penguin",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 220,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 58,
  +
},
  +
},
 
},
 
},
 
["Super Macaroni Penguin"] = {
 
["Super Macaroni Penguin"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_penguin_eyebrows-resources.assets-590.png"
+
file = "Char_penguin_eyebrows-resources.assets-590.png",
  +
baseAnimal = "Penguin",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 290,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Blue Thomas Gun"] = {
 
["Blue Thomas Gun"] = {
Line 4,846: Line 9,473:
 
file = "Gun-thomas_gun_blue.png",
 
file = "Gun-thomas_gun_blue.png",
 
group = 3,
 
group = 3,
description = "<br>45 Thomas Gun kills",
+
description = "45 Thomas Gun kills",
link = "Thomas Gun"
+
link = "Thomas Gun",
 
},
 
},
 
["Green Thomas Gun"] = {
 
["Green Thomas Gun"] = {
Line 4,854: Line 9,481:
 
file = "Gun-thomas_gun_green.png",
 
file = "Gun-thomas_gun_green.png",
 
group = 2,
 
group = 2,
description = "<br>25 Thomas Gun kills",
+
description = "25 Thomas Gun kills",
link = "Thomas Gun"
+
link = "Thomas Gun",
 
},
 
},
 
["Orange Thomas Gun"] = {
 
["Orange Thomas Gun"] = {
Line 4,862: Line 9,489:
 
file = "Gun-thomas_gun_orange.png",
 
file = "Gun-thomas_gun_orange.png",
 
group = 1,
 
group = 1,
description = "<br>10 Thomas Gun kills",
+
description = "10 Thomas Gun kills",
link = "Thomas Gun"
+
link = "Thomas Gun",
 
},
 
},
 
["Pink Thomas Gun"] = {
 
["Pink Thomas Gun"] = {
Line 4,870: Line 9,497:
 
file = "Gun-thomas_gun_pink.png",
 
file = "Gun-thomas_gun_pink.png",
 
group = 7,
 
group = 7,
description = "<br>190 Thomas Gun kills",
+
description = "190 Thomas Gun kills",
link = "Thomas Gun"
+
link = "Thomas Gun",
  +
framed = 1,
 
},
 
},
 
["Purple Thomas Gun"] = {
 
["Purple Thomas Gun"] = {
Line 4,878: Line 9,506:
 
file = "Gun-thomas_gun_purple.png",
 
file = "Gun-thomas_gun_purple.png",
 
group = 5,
 
group = 5,
description = "<br>100 Thomas Gun kills",
+
description = "100 Thomas Gun kills",
link = "Thomas Gun"
+
link = "Thomas Gun",
  +
framed = 1,
 
},
 
},
 
["Red Thomas Gun"] = {
 
["Red Thomas Gun"] = {
Line 4,886: Line 9,515:
 
file = "Gun-thomas_gun_red.png",
 
file = "Gun-thomas_gun_red.png",
 
group = 4,
 
group = 4,
description = "<br>70 Thomas Gun kills",
+
description = "70 Thomas Gun kills",
link = "Thomas Gun"
+
link = "Thomas Gun",
 
},
 
},
 
["Yellow Thomas Gun"] = {
 
["Yellow Thomas Gun"] = {
Line 4,894: Line 9,523:
 
file = "Gun-thomas_gun_yellow.png",
 
file = "Gun-thomas_gun_yellow.png",
 
group = 6,
 
group = 6,
description = "<br>140 Thomas Gun kills",
+
description = "140 Thomas Gun kills",
link = "Thomas Gun"
+
link = "Thomas Gun",
  +
framed = 1,
 
},
 
},
 
["Peppermint Thomas Gun"] = {
 
["Peppermint Thomas Gun"] = {
Line 4,901: Line 9,531:
 
rarity = 5,
 
rarity = 5,
 
file = "Gun-thomas_gun_peppermint.png",
 
file = "Gun-thomas_gun_peppermint.png",
description = "<br>''[[Super CRISPRmas]]''",
+
description = "''[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]''",
link = "Thomas Gun"
+
link = "Thomas Gun",
 
},
 
},
 
["Santa Beard"] = {
 
["Santa Beard"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 5,
 
rarity = 5,
file = "Beard3_white-resources.assets-1071.png"
+
file = "beard3_white-resources.assets-1071.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
  +
group = 1900,
 
},
 
},
 
["Red Nose"] = {
 
["Red Nose"] = {
 
class = "Beard",
 
class = "Beard",
 
rarity = 5,
 
rarity = 5,
file = "Moustache_rednose-resources.assets-833.png"
+
file = "moustache_rednose-resources.assets-833.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
  +
group = 2000,
 
},
 
},
 
["Spearmint Candy Cane"] = {
 
["Spearmint Candy Cane"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5,
+
rarity = 3,
file = "Melee_candycane_green-resources.assets-753.png"
+
file = "melee_candycane_green-resources.assets-753.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 5100,
 
},
 
},
 
["Festive Candy Cane"] = {
 
["Festive Candy Cane"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5,
+
rarity = 2,
file = "Melee_candycane_mix-resources.assets-1361.png"
+
file = "Melee_candycane_mix-resources.assets-1361.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
  +
group = 5150,
 
},
 
},
 
["Christmas Tree"] = {
 
["Christmas Tree"] = {
Line 4,928: Line 9,570:
 
rarity = 5,
 
rarity = 5,
 
name = "CRISPRmas Tree",
 
name = "CRISPRmas Tree",
file = "Melee_christmas_tree-resources.assets-414.png"
+
file = "melee_christmas_tree-resources.assets-414.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
  +
group = 5200,
 
},
 
},
 
Firework = {
 
Firework = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee_firework.png"
+
file = "Melee firework.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 1950,
 
},
 
},
 
["Slay Bells"] = {
 
["Slay Bells"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5,
+
rarity = 3,
file = "Melee_sleighbells-resources.assets-1227.png"
+
file = "melee_sleighbells-resources.assets-1227.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
  +
group = 5250,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
 
},
 
},
 
["Elf Outfit"] = {
 
["Elf Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 3,
file = "Clothes_christmas_elf-resources.assets-1267.png"
+
file = "Clothes_christmas_elf-resources.assets-1267.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
  +
group = 12950,
 
},
 
},
 
["Blue Down Jacket"] = {
 
["Blue Down Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_down_jacket_blue-resources.assets-1106.png"
+
file = "clothes_down_jacket_blue-resources.assets-1106.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 8250,
 
},
 
},
 
["Pink Down Jacket"] = {
 
["Pink Down Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_down_jacket_pink-resources.assets-901.png"
+
file = "Clothes_down_jacket_pink-resources.assets-901.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 8300,
 
},
 
},
 
["White Down Jacket"] = {
 
["White Down Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_down_jacket_white.png"
+
file = "Clothes_down_jacket_white.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 8350,
 
},
 
},
 
["Festive Lights Outfit"] = {
 
["Festive Lights Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_christmas_lights-resources.assets-1086.png"
+
file = "Clothes_christmas_lights-resources.assets-1086.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
  +
group = 13000,
 
},
 
},
 
["New Years Dress"] = {
 
["New Years Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_dress_new_years.png"
+
file = "Clothes_dress_new_years.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
  +
group = 13050,
 
},
 
},
 
["Red Plaid Scarf"] = {
 
["Red Plaid Scarf"] = {
class = "Clothes",
+
class = "Neck",
 
rarity = 1,
 
rarity = 1,
file = "Clothes_scarf_squares_red-resources.assets-420.png"
+
file = "clothes_scarf_squares_red-resources.assets-420.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 2950,
 
},
 
},
 
["Blue Striped Scarf"] = {
 
["Blue Striped Scarf"] = {
class = "Clothes",
+
class = "Neck",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_scarf_striped_blue-resources.assets-1164.png"
+
file = "Clothes_scarf_striped_blue-resources.assets-1164.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 4850,
 
},
 
},
 
["Blue Festive Sweater"] = {
 
["Blue Festive Sweater"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_sweater_xmas2019-resources.assets-1230.png"
+
file = "Clothes_sweater_xmas2019-resources.assets-1230.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 4900,
 
},
 
},
 
["CRISPRmas Sweater"] = {
 
["CRISPRmas Sweater"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 1,
file = "Clothes_sweater_CRISPRmas-resources.assets-452.png"
+
file = "clothes_sweater_CRISPRmas-resources.assets-452.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
  +
group = 13100,
 
},
 
},
 
["Wreath Necklace"] = {
 
["Wreath Necklace"] = {
class = "Clothes",
+
class = "Neck",
rarity = 5,
+
rarity = 2,
file = "Clothes_wreath-resources.assets-793.png"
+
file = "clothes_wreath-resources.assets-793.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
  +
group = 13150,
 
},
 
},
 
["Wreath Gravestone"] = {
 
["Wreath Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 3,
 
rarity = 3,
file = "Gravestone_wreath-resources.assets-756.png"
+
file = "Gravestone_wreath-resources.assets-756.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1300,
 
},
 
},
 
["Anniversary Cake Gravestone"] = {
 
["Anniversary Cake Gravestone"] = {
Line 5,004: Line 9,713:
 
rarity = 5,
 
rarity = 5,
 
file = "Gravestone-cake.png",
 
file = "Gravestone-cake.png",
description = "<br>''[[Coupon Codes|Super 1 Year Anniversary]]''"
+
description = "[[Special_Cosmetics#Super_1_Year_Anniversary|Super 1 Year Anniversary]]",
  +
group = 1500,
 
},
 
},
 
["Antlers Headband"] = {
 
["Antlers Headband"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 5,
 
rarity = 5,
file = "Hat_antlers-resources.assets-1283.png"
+
file = "Hat_antlers-resources.assets-1283.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
  +
group = 6900,
 
},
 
},
 
["Elf Hat"] = {
 
["Elf Hat"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 5,
+
rarity = 2,
file = "Hat_christmas_elf-resources.assets-1259.png"
+
file = "hat_christmas_elf-resources.assets-1259.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
  +
group = 6950,
 
},
 
},
 
["Holly Bow"] = {
 
["Holly Bow"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 1,
 
rarity = 1,
file = "Hat_holly-resources.assets-322.png"
+
file = "hat_holly-resources.assets-322.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 800,
 
},
 
},
 
["New Years Party Hat"] = {
 
["New Years Party Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 5,
 
rarity = 5,
file = "Hat_new_years.png"
+
file = "Hat new years.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
  +
group = 7000,
 
},
 
},
 
["Pixile Party Hat"] = {
 
["Pixile Party Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 5,
 
rarity = 5,
file = "Hat_party_pixile.png",
+
file = "Hat party pixile.png",
description = "<br>''[[Coupon Codes|Super 1 Year Anniversary]]''"
+
description = "[[Special_Cosmetics#Super_1_Year_Anniversary|Super 1 Year Anniversary]]<ref>Also available during the year 2 anniversary event.</ref>",
  +
group = 7050,
 
},
 
},
 
["Blue Pom Beanie"] = {
 
["Blue Pom Beanie"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat_pombeanie_blue.png"
+
file = "Hat pombeanie blue.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 2000,
 
},
 
},
 
["Orange Pom Beanie"] = {
 
["Orange Pom Beanie"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat_pombeanie_orange-resources.assets-416.png"
+
file = "Hat_pombeanie_orange-resources.assets-416.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 2050,
 
},
 
},
 
["Festive Umbrella"] = {
 
["Festive Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
rarity = 5,
+
rarity = 1,
file = "Umbrella_christmas-resources.assets-623.png"
+
file = "umbrella_christmas-resources.assets-623.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRIPSRmas 2019]]",
  +
group = 3200,
 
},
 
},
 
["Present Umbrella"] = {
 
["Present Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
rarity = 5,
+
rarity = 2,
file = "Umbrella_present-resources.assets-665.png"
+
file = "umbrella_present-resources.assets-665.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRIPSRmas 2019]]",
  +
group = 3250,
 
},
 
},
 
["Snowflake Umbrella"] = {
 
["Snowflake Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 5,
 
rarity = 5,
file = "Umbrella_snowflakes-resources.assets-802.png"
+
file = "Umbrella_snowflakes-resources.assets-802.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRIPSRmas 2019]]",
  +
group = 3300,
 
},
 
},
 
["Super Gingerbread Bear"] = {
 
["Super Gingerbread Bear"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char-bear-water.png"
+
file = "Char-bear-gingerbread.png",
  +
baseAnimal = "Bear",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Pixile Tiger"] = {
 
["Super Pixile Tiger"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_tiger_purple-resources.assets-1548.png"
+
file = "Char_tiger_purple-resources.assets-1548.png",
  +
baseAnimal = "Tiger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 42,
  +
},
  +
},
  +
group = 200,
 
},
 
},
 
["Super Blue Penguin"] = {
 
["Super Blue Penguin"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_penguin_blue-resources.assets-1132.png"
+
file = "Char_penguin_blue-resources.assets-1132.png",
  +
baseAnimal = "Penguin",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 160,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 45,
  +
},
  +
},
 
},
 
},
 
["Super Poison Penguin"] = {
 
["Super Poison Penguin"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_penguin_gray-resources.assets-1241.png"
+
file = "Char_penguin_gray-resources.assets-1241.png",
  +
baseAnimal = "Penguin",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 220,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 58,
  +
},
  +
},
 
},
 
},
 
["Super Bubblegum Penguin"] = {
 
["Super Bubblegum Penguin"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_penguin_pink-resources.assets-988.png"
+
file = "Char_penguin_pink-resources.assets-988.png",
  +
baseAnimal = "Penguin",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 230,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 58,
  +
},
  +
},
 
},
 
},
 
["Wooden Chopsticks"] = {
 
["Wooden Chopsticks"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5,
+
rarity = 2,
file = "Melee_chopsticks.png",
+
file = "Melee chopsticks.png",
description = "<br>''[[Year of the Super Rat]] rewards''"
+
description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
  +
group = 5300,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
 
},
 
},
 
Dadao = {
 
Dadao = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5,
+
rarity = 3,
file = "Melee_dadao.png",
+
file = "Melee dadao.png",
description = "<br>''[[Year of the Super Rat]] rewards''"
+
description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
  +
group = 5350,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
 
},
 
},
 
Earbud = {
 
Earbud = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 3,
 
rarity = 3,
file = "Melee_earpiece.png"
+
file = "Melee earpiece.png",
  +
description = "[[Super Animal Mods|Oyqy Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 3400,
 
},
 
},
 
["Red Paper Fan"] = {
 
["Red Paper Fan"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5,
+
rarity = 1,
file = "Melee_fan.png",
+
file = "Melee fan.png",
description = "<br>''[[Year of the Super Rat]] rewards''"
+
description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
  +
group = 5400,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
 
},
 
},
 
Guandao = {
 
Guandao = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 5,
 
rarity = 5,
file = "Melee_guandao.png",
+
file = "Melee guandao.png",
description = "<br>''[[Year of the Super Rat]] rewards''"
+
description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
  +
group = 5450,
 
},
 
},
 
["Mandarin Hat"] = {
 
["Mandarin Hat"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 5,
+
rarity = 2,
file = "Hat_mandarin.png",
+
file = "Hat mandarin.png‎",
description = "<br>''[[Year of the Super Rat]] rewards''"
+
description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
  +
group = 7100,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
 
},
 
},
 
["Bamboo Hat"] = {
 
["Bamboo Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 5,
 
rarity = 5,
file = "Hat_ricepaddy.png",
+
file = "Hat ricepaddy.png",
description = "<br>''[[Year of the Super Rat]] rewards''"
+
description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
  +
group = 7150,
 
},
 
},
 
["Pink Lunar Shirt"] = {
 
["Pink Lunar Shirt"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 1,
file = "Clothes_lunar_shirt_pink.png",
+
file = "Clothes lunar shirt pink.png‎",
description = "<br>''[[Year of the Super Rat]] rewards''"
+
description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
  +
group = 13200,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
 
},
 
},
 
Hanfu = {
 
Hanfu = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 3,
file = "Clothes_hanfu.png",
+
file = "Clothes hanfu.png‎",
description = "<br>''[[Year of the Super Rat]] rewards''"
+
description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
  +
group = 13250,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
 
},
 
},
 
["Yellow Tang Suit"] = {
 
["Yellow Tang Suit"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 3,
file = "Clothes_tang_suit_yellow.png",
+
file = "Clothes tang suit yellow.png",
description = "<br>''[[Year of the Super Rat]] rewards''"
+
description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
  +
group = 13300,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
 
},
 
},
 
["Super Radioactive Rat"] = {
 
["Super Radioactive Rat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_rat_radioactive-resources.assets-1129.png"
+
file = "Char_rat_radioactive-resources.assets-1129.png",
  +
baseAnimal = "Rat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Lunar Rat"] = {
 
["Super Lunar Rat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_rat_lunar-resources.assets-1307.png"
+
file = "Char_rat_lunar-resources.assets-1307.png",
  +
baseAnimal = "Rat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
 
},
 
},
 
["Super Field Mouse"] = {
 
["Super Field Mouse"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_rat_mouse_field-resources.assets-1228.png"
+
file = "Char_rat_mouse_field-resources.assets-1228.png",
  +
baseAnimal = "Rat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
 
},
 
},
 
["Super Golden Mouse"] = {
 
["Super Golden Mouse"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_rat_mouse_golden-resources.assets-596.png"
+
file = "Char_rat_mouse_golden-resources.assets-596.png",
  +
baseAnimal = "Rat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 78,
  +
},
  +
},
 
},
 
},
 
["Super Toy Mouse"] = {
 
["Super Toy Mouse"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char_rat_mouse_toy-resources.assets-698.png"
+
file = "Char_rat_mouse_toy-resources.assets-698.png",
  +
baseAnimal = "Rat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 310,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Pink Flower Pin"] = {
 
["Pink Flower Pin"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 1,
 
rarity = 1,
file = "Hat_flower_pink.png"
+
file = "Hat flower pink.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 850,
 
},
 
},
 
["Purple Flower Pin"] = {
 
["Purple Flower Pin"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 1,
 
rarity = 1,
file = "Hat_flower_purple.png"
+
file = "Hat flower purple.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 900,
 
},
 
},
 
["Red Flower Pin"] = {
 
["Red Flower Pin"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 1,
 
rarity = 1,
file = "Hat_flower_red.png"
+
file = "Hat flower red.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 950,
 
},
 
},
 
["White Flower Pin"] = {
 
["White Flower Pin"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 1,
 
rarity = 1,
file = "Hat_flower_white.png"
+
file = "Hat flower white.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 1000,
 
},
 
},
 
["Yellow Flower Pin"] = {
 
["Yellow Flower Pin"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 1,
 
rarity = 1,
file = "Hat_flower_yellow.png"
+
file = "Hat flower yellow.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 1050,
 
},
 
},
 
["Blue Robe"] = {
 
["Blue Robe"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5
+
rarity = 5,
  +
file = "clothes_robe_mixer.png",
  +
description = "[[Special Cosmetics#Content Creator|Content Creator]]",
  +
group = 11400,
 
},
 
},
 
["Hippo DNA"] = {
 
["Hippo DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Hippo.png"
+
file = "DNA_Hippo.png",
 
},
 
},
 
["Super Hippo"] = {
 
["Super Hippo"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char_hippo-resources.assets-1270.png"
+
file = "Char_hippo-resources.assets-1270.png",
  +
baseAnimal = "Hippo",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Lime Hippo"] = {
 
["Super Lime Hippo"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_hippo_green-resources.assets-1062.png"
+
file = "Char_hippo_green-resources.assets-1062.png",
  +
baseAnimal = "Hippo",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 390,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Super Periwinkle Hippo"] = {
 
["Super Periwinkle Hippo"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_hippo_blue-resources.assets-653.png"
+
file = "Char_hippo_blue-resources.assets-653.png",
  +
baseAnimal = "Hippo",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Super Rose Hippo"] = {
 
["Super Rose Hippo"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_hippo_pink-resources.assets-1413.png"
+
file = "Char_hippo_pink-resources.assets-1413.png",
  +
baseAnimal = "Hippo",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 390,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Super Orange Hippo"] = {
 
["Super Orange Hippo"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_hippo_orange-resources.assets-406.png"
+
file = "Char_hippo_orange-resources.assets-406.png",
  +
baseAnimal = "Hippo",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
Astropack = {
 
Astropack = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_backpack_spaceship-resources.assets-1360.png"
+
file = "Clothes backpack spaceship-resources.assets-1360.png",
  +
description = "''Uzuhama Streamer Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 8400,
 
},
 
},
 
["Lucky Hunting Rifle"] = {
 
["Lucky Hunting Rifle"] = {
Line 5,234: Line 10,228:
 
rarity = 5,
 
rarity = 5,
 
file = "Gun_rifle_stpatrick-resources.assets-190.png",
 
file = "Gun_rifle_stpatrick-resources.assets-190.png",
description = "<br>''[[St. Pawtrick's Day 2020]]''",
+
event = "St. Pawtrick's Day 2020",
link = "Hunting Rifle"
+
link = "Hunting Rifle",
},
 
["Rancher Hat"] = {
 
class = "Hat",
 
rarity = 2,
 
file = "Hat_rancher-resources.assets-847.png"
 
},
 
["Rancher Outfit"] = {
 
class = "Clothes",
 
rarity = 3,
 
file = "Clothes_rancher-resources.assets-709.png"
 
 
},
 
},
 
["Super Lucky Lion"] = {
 
["Super Lucky Lion"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char lion clover-resources.assets-1310.png"
+
file = "Char lion clover-resources.assets-1310.png",
  +
baseAnimal = "Lion",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 450,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 120,
  +
},
  +
},
 
},
 
},
 
["Lucky Dress"] = {
 
["Lucky Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_dress_lucky-resources.assets-1380.png"
+
file = "Clothes_dress_lucky-resources.assets-1380.png",
  +
event = "St. Pawtrick's Day 2020",
  +
group = 13350,
 
},
 
},
 
["Lucky Shirt"] = {
 
["Lucky Shirt"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_shirt_lucky-resources.assets-704.png"
+
file = "Clothes_shirt_lucky-resources.assets-704.png",
  +
event = "St. Pawtrick's Day 2020",
  +
group = 13400,
 
},
 
},
 
["Lucky Bow"] = {
 
["Lucky Bow"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 5,
 
rarity = 5,
file = "Hat_lucky_bow-resources.assets-1043.png"
+
file = "Hat lucky bow-resources.assets-1043.png",
  +
event = "St. Pawtrick's Day 2020",
},
 
  +
group = 7200,
["Skydiving Camera Helmet"] = {
 
class = "Hat",
 
rarity = 2,
 
file = "Hat_skydive_camera.png"
 
},
 
["Blue Skydiving Jumpsuit"] = {
 
class = "Clothes",
 
rarity = 2,
 
file = "Clothes_skydiving_blue.png"
 
},
 
["Red Skydiving Jumpsuit"] = {
 
class = "Clothes",
 
rarity = 2,
 
file = "Clothes_skydiving_red.png"
 
 
},
 
},
 
["Banana Umbrella"] = {
 
["Banana Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 3,
 
rarity = 3,
file = "Umbrella_banana-resources.assets-511.png"
+
file = "Umbrella banana-resources.assets-511.png",
  +
store = "carl",
},
 
Raincoat = {
+
currency = {
class = "Clothes",
+
name = "Carl Coins",
rarity = 3,
+
amount = 1500,
  +
},
file = "Clothes_raincoat.png"
 
  +
group = 1900,
 
},
 
},
 
["Sakura Kimono"] = {
 
["Sakura Kimono"] = {
Line 5,296: Line 10,283:
 
rarity = 5,
 
rarity = 5,
 
file = "Clothes_kimono_sakura.png",
 
file = "Clothes_kimono_sakura.png",
description = "<br>''[[Coupon Codes|Cherry Blossom Season]]''"
+
description = "[[Special_Cosmetics#Cherry_Blossom_Season|Cherry Blossom Season]]",
  +
group = 13450,
 
},
 
},
 
["Sakura Fan"] = {
 
["Sakura Fan"] = {
Line 5,302: Line 10,290:
 
rarity = 5,
 
rarity = 5,
 
file = "Melee_sakura_fan.png",
 
file = "Melee_sakura_fan.png",
description = "<br>''[[Coupon Codes|Cherry Blossom Season]]''"
+
description = "[[Special_Cosmetics#Cherry_Blossom_Season|Cherry Blossom Season]]",
  +
group = 5500,
 
},
 
},
 
["Sakura Umbrella"] = {
 
["Sakura Umbrella"] = {
Line 5,308: Line 10,297:
 
rarity = 5,
 
rarity = 5,
 
file = "Umbrella_sakura.png",
 
file = "Umbrella_sakura.png",
description = "<br>''[[Coupon Codes|Cherry Blossom Season]]''"
+
description = "[[Special_Cosmetics#Cherry_Blossom_Season|Cherry Blossom Season]]",
  +
group = 3350,
 
},
 
},
 
["Easter Suspenders"] = {
 
["Easter Suspenders"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 2,
file = "Clothes_suspenders_easter-resources.assets-428.png"
+
file = "Clothes_suspenders_easter-resources.assets-428.png",
  +
description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
  +
group = 13500,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
 
},
 
},
 
["Easter Suit"] = {
 
["Easter Suit"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 3,
file = "Clothes_suit_easter-resources.assets-1508.png"
+
file = "Clothes_suit_easter-resources.assets-1508.png",
  +
description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
  +
group = 13550,
 
},
 
},
 
["Easter Dress"] = {
 
["Easter Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 2,
file = "Clothes_dress_easter-resources.assets-1371.png"
+
file = "Clothes_dress_easter-resources.assets-1371.png",
  +
description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
  +
group = 13600,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
 
},
 
},
 
["Red Plaid Dress"] = {
 
["Red Plaid Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_dress_plaid_red-resources.assets-1193.png"
+
file = "Clothes_dress_plaid_red-resources.assets-1193.png",
  +
description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
  +
group = 13650,
 
},
 
},
 
["Chocolate Bar"] = {
 
["Chocolate Bar"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5,
+
rarity = 2,
file = "Melee_chocolatebar-resources.assets-563.png"
+
file = "Melee_chocolatebar-resources.assets-563.png",
  +
description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
  +
group = 5550,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
 
},
 
},
 
["Flower Crown"] = {
 
["Flower Crown"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 5,
 
rarity = 5,
file = "Hat_flower_crown-resources.assets-398.png"
+
file = "Hat_flower_crown-resources.assets-398.png",
  +
description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
  +
group = 7250,
 
},
 
},
 
["Easter Sun Hat"] = {
 
["Easter Sun Hat"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 5,
+
rarity = 3,
file = "Hat_easter_sun-resources.assets-536.png"
+
file = "Hat_easter_sun-resources.assets-536.png",
  +
description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
  +
group = 7300,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
 
},
 
},
 
["Eggshell Hat"] = {
 
["Eggshell Hat"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 5,
+
rarity = 2,
file = "Hat_eggshell-resources.assets-580.png"
+
file = "Hat_eggshell-resources.assets-580.png",
  +
description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
  +
group = 7350,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
 
},
 
},
 
["Flower Glasses"] = {
 
["Flower Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
rarity = 5,
+
rarity = 1,
file = "Glasses_flowers-resources.assets-752.png"
+
file = "Glasses_flowers-resources.assets-752.png",
  +
description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
  +
group = 2950,
 
},
 
},
 
["Super Chick"] = {
 
["Super Chick"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-chicken-chick.png"
+
file = "Char-chicken-chick.png",
  +
baseAnimal = "Chicken",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 225,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
 
},
 
},
 
["Super Roadrunner"] = {
 
["Super Roadrunner"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char-bluejay-roadrunner.png"
+
file = "Char-bluejay-roadrunner.png",
  +
baseAnimal = "Blue Jay",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 64,
  +
},
  +
},
 
},
 
},
 
["Super Coyote"] = {
 
["Super Coyote"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-wolf-coyote.png"
+
file = "Char-wolf-coyote.png",
  +
baseAnimal = "Wolf",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 390,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 105,
  +
},
  +
},
 
},
 
},
 
["Super Bastet Cat"] = {
 
["Super Bastet Cat"] = {
Line 5,374: Line 10,440:
 
rarity = 4,
 
rarity = 4,
 
name = "Super Bastet",
 
name = "Super Bastet",
file = "Char-cat-bastet.png"
+
file = "Char-cat-bastet.png",
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 230,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 62,
  +
},
  +
},
 
},
 
},
 
["Super Anubis"] = {
 
["Super Anubis"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char-wolf-anubis.png"
+
file = "Char-wolf-anubis.png",
  +
baseAnimal = "Wolf",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 460,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 124,
  +
},
  +
},
 
},
 
},
 
["Super Horus Falcon"] = {
 
["Super Horus Falcon"] = {
Line 5,385: Line 10,473:
 
rarity = 4,
 
rarity = 4,
 
name = "Super Horus",
 
name = "Super Horus",
file = "Char-hawk-horus.png"
+
file = "Char-hawk-horus.png",
  +
baseAnimal = "Hawk",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 480,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 128,
  +
},
  +
},
 
},
 
},
 
["Super Sphinx"] = {
 
["Super Sphinx"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-cat-sphinx.png"
+
file = "Char-cat-sphinx.png",
  +
baseAnimal = "Cat",
},
 
  +
currencies = {
["Sarcophagus Gravestone"] = {
 
  +
{
class = "Gravestone",
 
rarity = 5
+
name = "DNA",
  +
amount = 160,
},
 
  +
},
["Skullcat Scepter"] = {
 
  +
{
class = "MeleeSkin",
 
rarity = 2,
+
name = "Serum",
  +
amount = 42,
file = "Melee_scepter_skullcat.png"
 
  +
},
  +
},
  +
group = 50,
 
},
 
},
 
Khopesh = {
 
Khopesh = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 4,
 
rarity = 4,
file = "Melee_khopesh.png"
+
file = "Melee_khopesh.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 4250,
 
},
 
},
 
["Ankh Staff"] = {
 
["Ankh Staff"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 3,
 
rarity = 3,
file = "Melee_ankh.png"
+
file = "Melee_ankh.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 3500,
 
},
 
},
 
["Atef Crown"] = {
 
["Atef Crown"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_atef_crown.png"
+
file = "Hat_atef_crown.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 4500,
 
},
 
},
 
["Crown of Hathor"] = {
 
["Crown of Hathor"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 4,
 
rarity = 4,
file = "Hat_hathor_crown.png"
+
file = "Hat_hathor_crown.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 5900,
 
},
 
},
 
["Lily Flower"] = {
 
["Lily Flower"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat_flower_lily.png"
+
file = "Hat_flower_lily.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 2200,
 
},
 
},
 
["Hieroglyph Umbrella"] = {
 
["Hieroglyph Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 3,
 
rarity = 3,
file = "Umbrella_hieroglyph.png"
+
file = "Umbrella_hieroglyph.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 1950,
 
},
 
},
 
["White Pharaoh Costume"] = {
 
["White Pharaoh Costume"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_pharaoh_white.png"
+
file = "Clothes_pharaoh_white.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 8550,
 
},
 
},
 
["Red Pharaoh Costume"] = {
 
["Red Pharaoh Costume"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
file = "Clothes_pharaoh_red.png"
+
file = "Clothes_pharaoh_red.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 10550,
 
},
 
},
 
["Maid Outfit"] = {
 
["Maid Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
file = "Clothes_maid_dress-resources.assets-597.png",
+
file = "Clothes maid dress-resources.assets-597.png",
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward"
+
description = "<small>[[Super Edition]]</small>",
  +
framed = 1,
  +
group = 10600,
 
},
 
},
 
["Black Triangle Shades"] = {
 
["Black Triangle Shades"] = {
Line 5,451: Line 10,603:
 
rarity = 3,
 
rarity = 3,
 
file = "Glasses_triangle_black-resources.assets-420.png",
 
file = "Glasses_triangle_black-resources.assets-420.png",
description = "<br>''[[Super Edition]] reward''"
+
description = "<small>[[Super Edition]]</small>",
  +
framed = 1,
  +
group = 2350,
 
},
 
},
 
["Pink Cowboy Hat"] = {
 
["Pink Cowboy Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat_cowboy_pink-resources.assets-1501.png",
+
file = "hat_cowboy_pink-resources.assets-1501.png",
description = "<br>''[[Super Edition]] reward''"
+
description = "<small>[[Super Edition]]</small>",
  +
framed = 1,
  +
group = 2300,
 
},
 
},
 
Lollipop = {
 
Lollipop = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee_lollypop-resources.assets-1167.png",
+
file = "Melee lollypop-resources.assets-1167.png",
description = "<br>''[[Super Edition]] reward''"
+
description = "<small>[[Super Edition]]</small>",
  +
framed = 1,
  +
group = 2050,
 
},
 
},
 
["School Uniform (Boy)"] = {
 
["School Uniform (Boy)"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_uniform_boy-resources.assets-1973.png",
+
file = "Clothes uniform boy-resources.assets-1973.png",
description = "<br>''[[Super Edition]] reward''"
+
description = "<small>[[Super Edition]]</small>",
  +
framed = 1,
  +
group = 8600,
 
},
 
},
 
Swordfish = {
 
Swordfish = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 4,
 
rarity = 4,
file = "Melee_swordfish-resources.assets-544.png",
+
file = "Melee swordfish-resources.assets-544.png",
description = "<br>''[[Super Edition]] reward''"
+
description = "<small>[[Super Edition]]</small>",
  +
framed = 1,
  +
group = 4300,
 
},
 
},
 
["3D Glasses"] = {
 
["3D Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 3,
 
rarity = 3,
file = "Glasses_3D-resources.assets-239.png",
+
file = "Glasses 3D-resources.assets-239.png",
description = "<br>''[[Super Edition]] reward''"
+
description = "<small>[[Super Edition]]</small>",
  +
framed = 1,
  +
group = 2500,
 
},
 
},
 
Lightbulb = {
 
Lightbulb = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 4,
 
rarity = 4,
file = "Hat_lightbulb-resources.assets-205.png",
+
file = "Hat lightbulb-resources.assets-205.png",
description = "<br>''[[Super Edition]] reward''"
+
description = "<small>[[Super Edition]]</small>",
  +
framed = 1,
  +
group = 5700,
 
},
 
},
 
["School Uniform (Girl)"] = {
 
["School Uniform (Girl)"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_uniform_girl-resources.assets-473.png",
+
file = "Clothes uniform girl-resources.assets-473.png",
description = "<br>''[[Super Edition]] reward''"
+
description = "<small>[[Super Edition]]</small>",
  +
framed = 1,
  +
group = 8650,
 
},
 
},
 
["Super Hellfire Fox"] = {
 
["Super Hellfire Fox"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
rarity = 3
+
rarity = 3,
  +
file = "Char-fox-fire.png",
  +
description = "<small>[[Super Edition]]</small>",
  +
baseAnimal = "Fox",
  +
framed = 1,
  +
group = 1000,
 
},
 
},
 
["Super Splash Bear"] = {
 
["Super Splash Bear"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
  +
file = "Char-bear-water.png",
description = "<br>''[[Super Edition]] reward''"
 
  +
description = "<small>[[Super Edition]]</small>",
  +
baseAnimal = "Bear",
  +
framed = 1,
  +
group = 1000,
 
},
 
},
 
["Super Leaf Skullcat"] = {
 
["Super Leaf Skullcat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
  +
file = "Char-skullcat-mossy.png",
description = "<br>''[[Super Edition]] reward''"
 
  +
description = "<small>[[Super Edition]]</small>",
  +
baseAnimal = "Skullcat",
  +
framed = 1,
  +
group = 1050,
 
},
 
},
 
["Super Thunder Tiger"] = {
 
["Super Thunder Tiger"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
  +
file = "Char-tiger-thunder.png",
description = "<br>''[[Super Edition]] reward''"
 
  +
description = "<small>[[Super Edition]]</small>",
  +
baseAnimal = "Tiger",
  +
framed = 1,
  +
group = 1050,
 
},
 
},
 
["SARturday Night Fever"] = {
 
["SARturday Night Fever"] = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 4,
 
rarity = 4,
  +
file = "Emote sarturday-resources.assets-960.png",
description = "<br>''[[Super Edition]] reward''"
 
  +
description = "<small>[[Super Edition]]</small>",
  +
framed = 1,
 
},
 
},
 
["Rainbow Headband"] = {
 
["Rainbow Headband"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat_headband_rainbow.png"
+
file = "Hat_headband_rainbow.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 2350,
 
},
 
},
 
["Super Pineapple Hedgehog"] = {
 
["Super Pineapple Hedgehog"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char-hedgehog-pineapple.png"
+
file = "Char-hedgehog-pineapple.png",
  +
baseAnimal = "Hedgehog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 450,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 120,
  +
},
  +
},
 
},
 
},
 
["Super Watermelon Skunk"] = {
 
["Super Watermelon Skunk"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "Char-skunk-watermelon.png"
+
file = "Char-skunk-watermelon.png",
  +
baseAnimal = "Skunk",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 78,
  +
},
  +
},
 
},
 
},
 
["Badminton Racket"] = {
 
["Badminton Racket"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5,
+
rarity = 1,
file = "Melee_badminton.png"
+
file = "Melee_badminton.png",
  +
event = "Summer Royale 2020",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 450,
  +
},
  +
group = 5600,
 
},
 
},
 
["Yellow Plastic Shovel"] = {
 
["Yellow Plastic Shovel"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5,
+
rarity = 1,
file = "Melee_shovel_plastic_yellow.png"
+
file = "Melee_shovel_plastic_yellow.png",
  +
event = "Summer Royale 2020",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 300,
  +
},
  +
group = 5650,
 
},
 
},
 
["Green Pool Noodle"] = {
 
["Green Pool Noodle"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 1,
 
rarity = 1,
file = "Melee_poolnoodle_green.png"
+
file = "Melee_poolnoodle_green.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 450,
 
},
 
},
 
["Blue Pool Noodle"] = {
 
["Blue Pool Noodle"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 1,
 
rarity = 1,
file = "Melee_poolnoodle_blue.png"
+
file = "Melee_poolnoodle_blue.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 500,
 
},
 
},
 
["Purple Pool Noodle"] = {
 
["Purple Pool Noodle"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 1,
 
rarity = 1,
file = "Melee_poolnoodle_purple.png"
+
file = "Melee_poolnoodle_purple.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 550,
 
},
 
},
 
["Orange Pool Noodle"] = {
 
["Orange Pool Noodle"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 1,
 
rarity = 1,
file = "Melee_poolnoodle_orange.png"
+
file = "Melee_poolnoodle_orange.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 600,
 
},
 
},
 
["Vintage Round Sunglasses"] = {
 
["Vintage Round Sunglasses"] = {
 
class = "Glasses",
 
class = "Glasses",
rarity = 5,
+
rarity = 2,
file = "Glasses_vintage_round.png"
+
file = "Glasses_vintage_round.png",
  +
event = "Summer Royale 2020",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 300,
  +
},
  +
group = 3000,
 
},
 
},
 
["Blue Sport Sunglasses"] = {
 
["Blue Sport Sunglasses"] = {
 
class = "Glasses",
 
class = "Glasses",
rarity = 5,
+
rarity = 2,
file = "Glasses_sport_blue.png"
+
file = "Glasses_sport_blue.png",
  +
event = "Summer Royale 2020",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 150,
  +
},
  +
group = 3050,
 
},
 
},
 
["Rainbow Dress"] = {
 
["Rainbow Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_dress_rainbow.png"
+
file = "Clothes_dress_rainbow.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 8700,
 
},
 
},
 
["Vintage Floral Dress"] = {
 
["Vintage Floral Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 3,
file = "Clothes_dress_vintage_floral.png"
+
file = "Clothes_dress_vintage_floral.png‎",
  +
event = "Summer Royale 2020",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 450,
  +
},
  +
group = 13700,
 
},
 
},
 
["Orange Pastel Overalls"] = {
 
["Orange Pastel Overalls"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 3,
file = "Clothes_overall_pastel_orange.png"
+
file = "Clothes_overall_pastel_orange.png‎",
  +
event = "Summer Royale 2020",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 450,
  +
},
  +
group = 13750,
 
},
 
},
 
["White Bermuda Shorts"] = {
 
["White Bermuda Shorts"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 2,
file = "Clothes_pants_bermuda_white.png"
+
file = "Clothes_pants_bermuda_white.png‎",
  +
event = "Summer Royale 2020",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 150,
  +
},
  +
group = 13800,
 
},
 
},
 
["Blue Polo Shirt"] = {
 
["Blue Polo Shirt"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 2,
file = "Clothes_shirt_polo_blue.png"
+
file = "Clothes_shirt_polo_blue.png‎",
  +
event = "Summer Royale 2020",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 150,
  +
},
  +
group = 13850,
 
},
 
},
 
["Vintage Floral Swimsuit"] = {
 
["Vintage Floral Swimsuit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_swimsuit_flowers.png"
+
file = "Clothes_swimsuit_flowers.png‎",
  +
event = "Summer Royale 2020",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 300,
  +
},
  +
group = 13900,
 
},
 
},
 
["Daily Challenge v2"] = {
 
["Daily Challenge v2"] = {
 
class = "Challenge",
 
class = "Challenge",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Canvas Gravestone"] = {
 
["Canvas Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 5,
 
rarity = 5,
file = "Gravestone-canvas.png"
+
file = "Gravestone-canvas.png",
  +
description = "[[Special Cosmetics#Super Fanart Contest|Super Fanart Contest]]",
  +
group = 1650,
 
},
 
},
 
["Artist Smock"] = {
 
["Artist Smock"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_artist.png"
+
file = "Clothes_artist.png",
  +
description = "[[Special Cosmetics#Super Fanart Contest|Super Fanart Contest]]",
  +
group = 11450,
 
},
 
},
 
["Artist Beret"] = {
 
["Artist Beret"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 5,
 
rarity = 5,
file = "Hat_artist.png"
+
file = "Hat_artist.png",
  +
description = "[[Special Cosmetics#Super Fanart Contest|Super Fanart Contest]]",
  +
group = 6100,
 
},
 
},
 
["Golden Paintbrush"] = {
 
["Golden Paintbrush"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 5,
 
rarity = 5,
file = "Melee_paintbrush_golden.png"
+
file = "Melee_paintbrush_golden.png",
  +
description = "[[Special Cosmetics#Super Fanart Contest|Super Fanart Contest]]",
  +
group = 5750,
 
},
 
},
 
["Digital Stylus"] = {
 
["Digital Stylus"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 5,
 
rarity = 5,
file = "Melee_digital_stylus.png"
+
file = "Melee_digital_stylus.png",
  +
description = "[[Special Cosmetics#Super Fanart Contest|Super Fanart Contest]]",
},
 
  +
group = 5700,
["Target Gravestone"] = {
 
class = "Gravestone",
 
rarity = 1,
 
file = "Gravestone-target.png"
 
},
 
["Brown Archer Outfit"] = {
 
class = "Clothes",
 
rarity = 2,
 
file = "Clothes_archer_brown.png"
 
},
 
["Green Archer Outfit"] = {
 
class = "Clothes",
 
rarity = 2,
 
file = "Clothes_archer_green.png"
 
},
 
["Archer Hat"] = {
 
class = "Hat",
 
rarity = 3,
 
file = "Hat_archer.png"
 
 
},
 
},
 
["Squirrel DNA"] = {
 
["Squirrel DNA"] = {
 
class = "DNA",
 
class = "DNA",
 
rarity = 0,
 
rarity = 0,
file = "DNA_Squrrel.png"
+
file = "DNA_Squrrel.png",
 
},
 
},
 
["Super Squirrel"] = {
 
["Super Squirrel"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char-squirrel.png"
+
file = "Char-squirrel.png",
  +
baseAnimal = "Squirrel",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 75,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
 
},
 
},
 
["Super Gray Squirrel"] = {
 
["Super Gray Squirrel"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-squirrel-grey.png"
+
file = "Char-squirrel-grey.png",
  +
baseAnimal = "Squirrel",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 115,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 28,
  +
},
  +
},
 
},
 
},
 
["Super Black Squirrel"] = {
 
["Super Black Squirrel"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-squirrel-black.png"
+
file = "Char-squirrel-black.png",
  +
baseAnimal = "Squirrel",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 38,
  +
},
  +
},
 
},
 
},
 
["Super Vanilla Squirrel"] = {
 
["Super Vanilla Squirrel"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-squirrel-cream.png"
+
file = "Char-squirrel-cream.png",
  +
baseAnimal = "Squirrel",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Yellow Crayon"] = {
 
["Yellow Crayon"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5
+
rarity = 5,
  +
file = "melee_crayon_yellow.png",
  +
description = "[[Special Cosmetics#Super Fanart Contest|Summer in Super Animal World (Jul 2020)]]",
  +
group = 5850,
 
},
 
},
 
["Blue Hoodie & Camo Pants"] = {
 
["Blue Hoodie & Camo Pants"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes_cait.png"
+
file = "Clothes cait.png",
  +
description = "[[Super Animal Mods|Cait Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 8750,
 
},
 
},
 
["Blue Hunting Rifle"] = {
 
["Blue Hunting Rifle"] = {
Line 5,692: Line 11,035:
 
file = "Gun-rifle_blue.png",
 
file = "Gun-rifle_blue.png",
 
group = 3,
 
group = 3,
description = "<br>10 Hunting Rifle kills",
+
description = "10 Hunting Rifle kills",
link = "Hunting Rifle"
+
link = "Hunting Rifle",
 
},
 
},
 
["Green Hunting Rifle"] = {
 
["Green Hunting Rifle"] = {
Line 5,700: Line 11,043:
 
file = "Gun-rifle_green.png",
 
file = "Gun-rifle_green.png",
 
group = 2,
 
group = 2,
description = "<br>5 Hunting Rifle kills",
+
description = "5 Hunting Rifle kills",
link = "Hunting Rifle"
+
link = "Hunting Rifle",
 
},
 
},
 
["Orange Hunting Rifle"] = {
 
["Orange Hunting Rifle"] = {
Line 5,708: Line 11,051:
 
file = "Gun-rifle_orange.png",
 
file = "Gun-rifle_orange.png",
 
group = 1,
 
group = 1,
description = "<br>2 Hunting Rifle kills",
+
description = "2 Hunting Rifle kills",
link = "Hunting Rifle"
+
link = "Hunting Rifle",
 
},
 
},
 
["Pink Hunting Rifle"] = {
 
["Pink Hunting Rifle"] = {
Line 5,716: Line 11,059:
 
file = "Gun-rifle_pink.png",
 
file = "Gun-rifle_pink.png",
 
group = 7,
 
group = 7,
description = "<br>70 Hunting Rifle kills",
+
description = "70 Hunting Rifle kills",
link = "Hunting Rifle"
+
link = "Hunting Rifle",
  +
framed = 1,
 
},
 
},
 
["Purple Hunting Rifle"] = {
 
["Purple Hunting Rifle"] = {
Line 5,724: Line 11,068:
 
file = "Gun-rifle_purple.png",
 
file = "Gun-rifle_purple.png",
 
group = 5,
 
group = 5,
description = "<br>35 Hunting Rifle kills",
+
description = "35 Hunting Rifle kills",
link = "Hunting Rifle"
+
link = "Hunting Rifle",
  +
framed = 1,
 
},
 
},
 
["Red Hunting Rifle"] = {
 
["Red Hunting Rifle"] = {
Line 5,732: Line 11,077:
 
file = "Gun-rifle_red.png",
 
file = "Gun-rifle_red.png",
 
group = 4,
 
group = 4,
description = "<br>20 Hunting Rifle kills",
+
description = "20 Hunting Rifle kills",
link = "Hunting Rifle"
+
link = "Hunting Rifle",
 
},
 
},
 
["Yellow Hunting Rifle"] = {
 
["Yellow Hunting Rifle"] = {
Line 5,740: Line 11,085:
 
file = "Gun-rifle_yellow.png",
 
file = "Gun-rifle_yellow.png",
 
group = 6,
 
group = 6,
description = "<br>50 Hunting Rifle kills",
+
description = "50 Hunting Rifle kills",
link = "Hunting Rifle"
+
link = "Hunting Rifle",
  +
framed = 1,
 
},
 
},
 
["Blue Bow & Sparrow"] = {
 
["Blue Bow & Sparrow"] = {
Line 5,747: Line 11,093:
 
rarity = 1,
 
rarity = 1,
 
group = 3,
 
group = 3,
description = "<br>10 Bow & Sparrow kills",
+
description = "10 Bow & Sparrow kills",
link = "Bow & Sparrow"
+
link = "Bow & Sparrow",
 
},
 
},
 
["Green Bow & Sparrow"] = {
 
["Green Bow & Sparrow"] = {
Line 5,754: Line 11,100:
 
rarity = 0,
 
rarity = 0,
 
group = 2,
 
group = 2,
description = "<br>5 Bow & Sparrow kills",
+
description = "5 Bow & Sparrow kills",
link = "Bow & Sparrow"
+
link = "Bow & Sparrow",
 
},
 
},
 
["Orange Bow & Sparrow"] = {
 
["Orange Bow & Sparrow"] = {
Line 5,761: Line 11,107:
 
rarity = 0,
 
rarity = 0,
 
group = 1,
 
group = 1,
description = "<br>2 Bow & Sparrow kills",
+
description = "2 Bow & Sparrow kills",
link = "Bow & Sparrow"
+
link = "Bow & Sparrow",
 
},
 
},
 
["Pink Bow & Sparrow"] = {
 
["Pink Bow & Sparrow"] = {
Line 5,768: Line 11,114:
 
rarity = 2,
 
rarity = 2,
 
group = 7,
 
group = 7,
description = "<br>70 Bow & Sparrow kills",
+
description = "70 Bow & Sparrow kills",
link = "Bow & Sparrow"
+
link = "Bow & Sparrow",
  +
framed = 1,
 
},
 
},
 
["Purple Bow & Sparrow"] = {
 
["Purple Bow & Sparrow"] = {
Line 5,775: Line 11,122:
 
rarity = 1,
 
rarity = 1,
 
group = 5,
 
group = 5,
description = "<br>35 Bow & Sparrow kills",
+
description = "35 Bow & Sparrow kills",
link = "Bow & Sparrow"
+
link = "Bow & Sparrow",
  +
framed = 1,
 
},
 
},
 
["Red Bow & Sparrow"] = {
 
["Red Bow & Sparrow"] = {
Line 5,782: Line 11,130:
 
rarity = 1,
 
rarity = 1,
 
group = 4,
 
group = 4,
description = "<br>20 Bow & Sparrow kills",
+
description = "20 Bow & Sparrow kills",
link = "Bow & Sparrow"
+
link = "Bow & Sparrow",
 
},
 
},
 
["Yellow Bow & Sparrow"] = {
 
["Yellow Bow & Sparrow"] = {
Line 5,789: Line 11,137:
 
rarity = 2,
 
rarity = 2,
 
group = 6,
 
group = 6,
description = "<br>50 Bow & Sparrow kills",
+
description = "50 Bow & Sparrow kills",
link = "Bow & Sparrow"
+
link = "Bow & Sparrow",
  +
framed = 1,
 
},
 
},
 
["Blue Sparrow Launcher"] = {
 
["Blue Sparrow Launcher"] = {
Line 5,797: Line 11,146:
 
file = "Blue_Sparrow_Launcher.png",
 
file = "Blue_Sparrow_Launcher.png",
 
group = 3,
 
group = 3,
description = "<br>10 Sparrow Launcher kills",
+
description = "10 Sparrow Launcher kills",
link = "Sparrow Launcher"
+
link = "Sparrow Launcher",
 
},
 
},
 
["Green Sparrow Launcher"] = {
 
["Green Sparrow Launcher"] = {
Line 5,805: Line 11,154:
 
file = "Green_Sparrow_Launcher.png",
 
file = "Green_Sparrow_Launcher.png",
 
group = 2,
 
group = 2,
description = "<br>5 Sparrow Launcher kills",
+
description = "5 Sparrow Launcher kills",
link = "Sparrow Launcher"
+
link = "Sparrow Launcher",
 
},
 
},
 
["Orange Sparrow Launcher"] = {
 
["Orange Sparrow Launcher"] = {
Line 5,813: Line 11,162:
 
file = "Orange_Sparrow_Launcher.png",
 
file = "Orange_Sparrow_Launcher.png",
 
group = 1,
 
group = 1,
description = "<br>2 Sparrow Launcher kills",
+
description = "2 Sparrow Launcher kills",
link = "Sparrow Launcher"
+
link = "Sparrow Launcher",
 
},
 
},
 
["Pink Sparrow Launcher"] = {
 
["Pink Sparrow Launcher"] = {
Line 5,821: Line 11,170:
 
file = "Pink_Sparrow_Launcher.png",
 
file = "Pink_Sparrow_Launcher.png",
 
group = 7,
 
group = 7,
description = "<br>70 Sparrow Launcher kills",
+
description = "70 Sparrow Launcher kills",
link = "Sparrow Launcher"
+
link = "Sparrow Launcher",
  +
framed = 1,
 
},
 
},
 
["Purple Sparrow Launcher"] = {
 
["Purple Sparrow Launcher"] = {
Line 5,829: Line 11,179:
 
file = "Purple_Sparrow_Launcher.png",
 
file = "Purple_Sparrow_Launcher.png",
 
group = 5,
 
group = 5,
description = "<br>35 Sparrow Launcher kills",
+
description = "35 Sparrow Launcher kills",
link = "Sparrow Launcher"
+
link = "Sparrow Launcher",
  +
framed = 1,
 
},
 
},
 
["Red Sparrow Launcher"] = {
 
["Red Sparrow Launcher"] = {
Line 5,837: Line 11,188:
 
file = "Red_Sparrow_Launcher.png",
 
file = "Red_Sparrow_Launcher.png",
 
group = 4,
 
group = 4,
description = "<br>20 Sparrow Launcher kills",
+
description = "20 Sparrow Launcher kills",
link = "Sparrow Launcher"
+
link = "Sparrow Launcher",
 
},
 
},
 
["Yellow Sparrow Launcher"] = {
 
["Yellow Sparrow Launcher"] = {
Line 5,845: Line 11,196:
 
file = "Yellow_Sparrow_Launcher.png",
 
file = "Yellow_Sparrow_Launcher.png",
 
group = 6,
 
group = 6,
description = "<br>50 Sparrow Launcher kills",
+
description = "50 Sparrow Launcher kills",
link = "Sparrow Launcher"
+
link = "Sparrow Launcher",
  +
framed = 1,
 
},
 
},
 
["Lime Pistol"] = {
 
["Lime Pistol"] = {
Line 5,852: Line 11,204:
 
rarity = 2,
 
rarity = 2,
 
file = "Gun-pistol_lime.png",
 
file = "Gun-pistol_lime.png",
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''",
+
description = "''[[Super Animal Pass Season 0|Super Animal Pass Season 0]]''",
link = "Pistol"
+
link = "Pistol",
  +
framed = 1,
  +
group = 400,
 
},
 
},
 
["Toy Pistol"] = {
 
["Toy Pistol"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 1,
 
rarity = 1,
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''",
 
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 200,
  +
},
 
file = "Gun_pistol_toy-resources.assets-607.png",
 
file = "Gun_pistol_toy-resources.assets-607.png",
link = "Pistol"
+
link = "Pistol",
  +
framed = 1,
 
},
 
},
 
["Frozen AK"] = {
 
["Frozen AK"] = {
Line 5,866: Line 11,225:
 
rarity = 2,
 
rarity = 2,
 
file = "Gun-ak_ice.png",
 
file = "Gun-ak_ice.png",
description = "<br>''[[The Great Gun Buyback|The Great Gun Buyback]] reward''",
+
description = "''[[The Great Gun Buyback|The Great Gun Buyback]] reward''",
link = "AK"
+
link = "AK",
 
},
 
},
 
["Rebellion AK"] = {
 
["Rebellion AK"] = {
Line 5,873: Line 11,232:
 
rarity = 3,
 
rarity = 3,
 
file = "Gun-ak_rebellion.png",
 
file = "Gun-ak_rebellion.png",
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''",
+
description = "''[[Super Animal Pass Season 0|Super Animal Pass Season 0]]''",
link = "AK"
+
link = "AK",
  +
framed = 1,
  +
group = 50,
 
},
 
},
 
["Cardinal Bow & Sparrow"] = {
 
["Cardinal Bow & Sparrow"] = {
 
class = "GunSkin",
 
class = "GunSkin",
rarity = 1,
+
rarity = 2,
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''<br>[[File:S.A.W. Ticket Currency.png|20x20px]] '''200'''",
 
  +
currency = {
link = "Bow & Sparrow"
 
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
link = "Bow & Sparrow",
  +
framed = 1,
 
},
 
},
 
["Birch Sparrow Launcher"] = {
 
["Birch Sparrow Launcher"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 2,
 
rarity = 2,
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''<br>[[File:S.A.W. Ticket Currency.png|20x20px]] '''450'''",
 
  +
currency = {
link = "Sparrow Launcher"
 
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
link = "Sparrow Launcher",
  +
framed = 1,
 
},
 
},
 
["Skunk Poison Dart Gun"] = {
 
["Skunk Poison Dart Gun"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 1,
 
rarity = 1,
name = "Skunk Dogna's Dart Gun",
+
name = "Dogna's Skunk Dart Gun",
 
file = "Gun dart skunk-resources.assets-1964.png",
 
file = "Gun dart skunk-resources.assets-1964.png",
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''<br>[[File:S.A.W. Ticket Currency.png|20x20px]] '''200'''",
 
  +
currency = {
link = "Dogna's Dart Gun"
 
  +
name = "S.A.W. Tickets",
  +
amount = 200,
  +
},
  +
link = "Dogna's Dart Gun",
  +
framed = 1,
 
},
 
},
 
["Eagle Deagle"] = {
 
["Eagle Deagle"] = {
Line 5,900: Line 11,276:
 
rarity = 3,
 
rarity = 3,
 
file = "Gun deagle eagle-resources.assets-433.png",
 
file = "Gun deagle eagle-resources.assets-433.png",
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''<br>[[File:S.A.W. Ticket Currency.png|20x20px]] '''600'''",
 
link = "Deagle"
+
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 600,
  +
},
  +
link = "Deagle",
  +
framed = 1,
 
},
 
},
 
["Tiger JAG-7"] = {
 
["Tiger JAG-7"] = {
Line 5,907: Line 11,288:
 
rarity = 1,
 
rarity = 1,
 
file = "Gun jag7 tiger-resources.assets-247.png",
 
file = "Gun jag7 tiger-resources.assets-247.png",
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''<br>[[File:S.A.W. Ticket Currency.png|20x20px]] '''200'''",
 
link = "JAG-7"
+
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 200,
  +
},
  +
link = "JAG-7",
  +
framed = 1,
 
},
 
},
 
["SAW M16"] = {
 
["SAW M16"] = {
Line 5,914: Line 11,300:
 
rarity = 3,
 
rarity = 3,
 
file = "Gun-m16_SAW.png",
 
file = "Gun-m16_SAW.png",
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''",
+
description = "''[[Super Animal Pass Season 0|Super Animal Pass Season 0]]''",
link = "M16"
+
link = "M16",
  +
framed = 1,
 
},
 
},
 
["Dark Magnum"] = {
 
["Dark Magnum"] = {
Line 5,921: Line 11,308:
 
rarity = 1,
 
rarity = 1,
 
file = "Gun magnum dark-resources.assets-360.png",
 
file = "Gun magnum dark-resources.assets-360.png",
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''<br>[[File:S.A.W. Ticket Currency.png|20x20px]] '''200'''",
 
link = "Magnum"
+
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 200,
  +
},
  +
link = "Magnum",
  +
framed = 1,
 
},
 
},
 
["Pineapple Minigun"] = {
 
["Pineapple Minigun"] = {
Line 5,928: Line 11,320:
 
rarity = 3,
 
rarity = 3,
 
file = "Gun minigun pineapple-resources.assets-373.png",
 
file = "Gun minigun pineapple-resources.assets-373.png",
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''<br>[[File:S.A.W. Ticket Currency.png|20x20px]] '''600'''",
 
link = "Minigun"
+
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 600,
  +
},
  +
link = "Minigun",
  +
framed = 1,
 
},
 
},
 
["Rancher Hunting Rifle"] = {
 
["Rancher Hunting Rifle"] = {
Line 5,935: Line 11,332:
 
rarity = 1,
 
rarity = 1,
 
file = "Gun-rifle_rancher.png",
 
file = "Gun-rifle_rancher.png",
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''<br>[[File:S.A.W. Ticket Currency.png|20x20px]] '''200'''",
 
  +
currency = {
link = "Hunting Rifle"
 
  +
name = "S.A.W. Tickets",
  +
amount = 200,
  +
},
  +
link = "Hunting Rifle",
  +
framed = 1,
 
},
 
},
 
["Military Shotgun"] = {
 
["Military Shotgun"] = {
Line 5,942: Line 11,344:
 
rarity = 1,
 
rarity = 1,
 
file = "Gun shotgun military-resources.assets-858.png",
 
file = "Gun shotgun military-resources.assets-858.png",
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''<br>[[File:S.A.W. Ticket Currency.png|20x20px]] '''200'''",
 
link = "Shotgun"
+
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 200,
  +
},
  +
link = "Shotgun",
  +
framed = 1,
 
},
 
},
 
["Flower Shotgun"] = {
 
["Flower Shotgun"] = {
Line 5,949: Line 11,356:
 
rarity = 2,
 
rarity = 2,
 
file = "Gun-shotgun_vacation.png",
 
file = "Gun-shotgun_vacation.png",
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''",
+
description = "''[[Super Animal Pass Season 0|Super Animal Pass Season 0]]''",
link = "Shotgun"
+
link = "Shotgun",
  +
framed = 1,
 
},
 
},
 
["DNA Silenced Pistol"] = {
 
["DNA Silenced Pistol"] = {
Line 5,956: Line 11,364:
 
rarity = 1,
 
rarity = 1,
 
file = "Gun silenced pistol DNA-resources.assets-1629.png",
 
file = "Gun silenced pistol DNA-resources.assets-1629.png",
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''<br>[[File:S.A.W. Ticket Currency.png|20x20px]] '''200'''",
 
  +
currency = {
link = "Silenced Pistol"
 
  +
name = "S.A.W. Tickets",
  +
amount = 200,
  +
},
  +
link = "Silenced Pistol",
  +
framed = 1,
 
},
 
},
 
["Elite Silenced Pistol"] = {
 
["Elite Silenced Pistol"] = {
Line 5,963: Line 11,376:
 
rarity = 3,
 
rarity = 3,
 
file = "Elite_Silenced_Pistol.png",
 
file = "Elite_Silenced_Pistol.png",
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''",
+
description = "''[[Super Animal Pass Season 0|Super Animal Pass Season 0]]''",
link = "Silenced Pistol"
+
link = "Silenced Pistol",
  +
framed = 1,
 
},
 
},
 
["Steampunk Thomas Gun"] = {
 
["Steampunk Thomas Gun"] = {
Line 5,970: Line 11,384:
 
rarity = 2,
 
rarity = 2,
 
file = "Gun tommy gun steampunk.png",
 
file = "Gun tommy gun steampunk.png",
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''<br>[[File:S.A.W. Ticket Currency.png|20x20px]] '''450'''",
 
  +
currency = {
link = "Thomas Gun"
 
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
link = "Thomas Gun",
  +
framed = 1,
 
},
 
},
 
["Hellfire SMG"] = {
 
["Hellfire SMG"] = {
Line 5,977: Line 11,396:
 
rarity = 3,
 
rarity = 3,
 
file = "Gun-smg_fire.png",
 
file = "Gun-smg_fire.png",
description = "<br>''[[The Great Gun Buyback|The Great Gun Buyback]] reward''",
+
description = "''[[The Great Gun Buyback|The Great Gun Buyback]] reward''",
link = "SMG"
+
link = "SMG",
 
},
 
},
 
["Camo Sniper"] = {
 
["Camo Sniper"] = {
Line 5,984: Line 11,403:
 
rarity = 3,
 
rarity = 3,
 
file = "Gun_sniper_camo-resources.assets-1279.png",
 
file = "Gun_sniper_camo-resources.assets-1279.png",
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''<br>[[File:S.A.W. Ticket Currency.png|20x20px]] '''600'''",
 
link = "Sniper"
+
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 600,
  +
},
  +
link = "Sniper",
  +
framed = 1,
 
},
 
},
 
["Sakura Sniper"] = {
 
["Sakura Sniper"] = {
Line 5,991: Line 11,415:
 
rarity = 4,
 
rarity = 4,
 
file = "Gun-sniper_sakura.png",
 
file = "Gun-sniper_sakura.png",
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''",
+
description = "''[[Super Animal Pass Season 0|Super Animal Pass Season 0]]''",
link = "Sniper"
+
link = "Sniper",
  +
framed = 1,
 
},
 
},
 
["Silver Magnum"] = {
 
["Silver Magnum"] = {
Line 5,998: Line 11,423:
 
rarity = 2,
 
rarity = 2,
 
file = "Gun magnum silver-resources.assets-970.png",
 
file = "Gun magnum silver-resources.assets-970.png",
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''<br>[[File:S.A.W. Ticket Currency.png|20x20px]] '''450'''",
 
link = "Magnum"
+
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
link = "Magnum",
  +
framed = 1,
  +
group = 50,
 
},
 
},
 
["Pizza Cutter"] = {
 
["Pizza Cutter"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 1,
 
rarity = 1,
file = "Melee_pizzacutter-resources.assets-760.png"
+
file = "Melee pizzacutter-resources.assets-760.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 300,
  +
},
  +
group = 650,
 
},
 
},
 
["Bo Staff"] = {
 
["Bo Staff"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee_bo_staff-resources.assets-742.png"
+
file = "Melee bo staff-resources.assets-742.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
group = 2100,
 
},
 
},
 
["Super Cat Beanie"] = {
 
["Super Cat Beanie"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 4
+
rarity = 4,
  +
file = "Hat beanie cat-resources.assets-775.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 5750,
 
},
 
},
 
["Super Dog Beanie"] = {
 
["Super Dog Beanie"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 4
+
rarity = 4,
  +
file = "Hat beanie dog-resources.assets-2093.png",
},
 
  +
store = "carl",
["Beauty Sloth Beanie"] = {
 
class = "Hat",
+
currency = {
rarity = 4
+
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 5800,
 
},
 
},
 
["Hoodie (Blue)"] = {
 
["Hoodie (Blue)"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 3
+
rarity = 3,
  +
file = "Clothes_hoodie_blue.png",
},
 
  +
description = "[[Special Cosmetics#Newsletter Subscription|SAR Website Newsletter Subscription]]",
["Hoodie (Green)"] = {
 
class = "Clothes",
+
group = 8800,
rarity = 3
 
},
 
["Pullover (Orange)"] = {
 
class = "Clothes",
 
rarity = 2
 
},
 
["Pullover (Purple)"] = {
 
class = "Clothes",
 
rarity = 2
 
 
},
 
},
 
["Banana Spring Dress"] = {
 
["Banana Spring Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 1
+
rarity = 1,
  +
framed = 1,
  +
file = "Clothes spring dress banana.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 3000,
  +
name = "Banana Dress",
 
},
 
},
 
["White AK"] = {
 
["White AK"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 3,
 
rarity = 3,
group = 8,
+
group = 150,
description = "<br>500 AK kills",
+
description = "500 AK kills",
link = "AK"
+
link = "AK",
  +
framed = 1,
 
},
 
},
 
["White Bow & Sparrow"] = {
 
["White Bow & Sparrow"] = {
Line 6,055: Line 11,507:
 
file = "White_Bow_&_Sparrow.png",
 
file = "White_Bow_&_Sparrow.png",
 
group = 8,
 
group = 8,
description = "<br>100 Bow & Sparrow kills",
+
description = "100 Bow & Sparrow kills",
link = "Bow & Sparrow"
+
link = "Bow & Sparrow",
  +
framed = 1,
 
},
 
},
 
["White Sparrow Launcher"] = {
 
["White Sparrow Launcher"] = {
Line 6,063: Line 11,516:
 
file = "White_Sparrow_Launcher.png",
 
file = "White_Sparrow_Launcher.png",
 
group = 8,
 
group = 8,
description = "<br>100 Sparrow Launcher kills",
+
description = "100 Sparrow Launcher kills",
link = "Sparrow Launcher"
+
link = "Sparrow Launcher",
  +
framed = 1,
 
},
 
},
 
["White Poison Dart Gun"] = {
 
["White Poison Dart Gun"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 3,
 
rarity = 3,
name = "White Dogna's Dart Gun",
+
name = "Dogna's White Dart Gun",
 
group = 8,
 
group = 8,
description = "<br>150 Dogna's Dart Gun kills",
+
description = "150 Dogna's Dart Gun kills",
link = "Dogna's Dart Gun"
+
link = "Dogna's Dart Gun",
  +
framed = 1,
 
},
 
},
 
["White Deagle"] = {
 
["White Deagle"] = {
Line 6,078: Line 11,533:
 
rarity = 3,
 
rarity = 3,
 
group = 8,
 
group = 8,
description = "<br>200 Deagle kills",
+
description = "200 Deagle kills",
link = "Deagle"
+
link = "Deagle",
  +
framed = 1,
 
},
 
},
 
["White Hunting Rifle"] = {
 
["White Hunting Rifle"] = {
Line 6,086: Line 11,542:
 
file = "Gun-rifle_white.png",
 
file = "Gun-rifle_white.png",
 
group = 8,
 
group = 8,
description = "<br>100 Hunting Rifle kills",
+
description = "100 Hunting Rifle kills",
link = "Hunting Rifle"
+
link = "Hunting Rifle",
  +
framed = 1,
 
},
 
},
 
["White JAG-7"] = {
 
["White JAG-7"] = {
Line 6,093: Line 11,550:
 
rarity = 3,
 
rarity = 3,
 
group = 8,
 
group = 8,
description = "<br>250 JAG-7 kills",
+
description = "250 JAG-7 kills",
link = "JAG-7"
+
link = "JAG-7",
  +
framed = 1,
 
},
 
},
 
["White M16"] = {
 
["White M16"] = {
Line 6,100: Line 11,558:
 
rarity = 3,
 
rarity = 3,
 
group = 8,
 
group = 8,
description = "<br>250 M16 kills",
+
description = "250 M16 kills",
link = "M16"
+
link = "M16",
  +
framed = 1,
 
},
 
},
 
["White Magnum"] = {
 
["White Magnum"] = {
Line 6,107: Line 11,566:
 
rarity = 3,
 
rarity = 3,
 
group = 8,
 
group = 8,
description = "<br>150 Magnum kills",
+
description = "150 Magnum kills",
link = "Magnum"
+
link = "Magnum",
  +
framed = 1,
 
},
 
},
 
["White Minigun"] = {
 
["White Minigun"] = {
Line 6,114: Line 11,574:
 
rarity = 3,
 
rarity = 3,
 
group = 8,
 
group = 8,
description = "<br>100 Minigun kills",
+
description = "100 Minigun kills",
link = "Minigun"
+
link = "Minigun",
  +
framed = 1,
 
},
 
},
 
["White Pistol"] = {
 
["White Pistol"] = {
Line 6,121: Line 11,582:
 
rarity = 3,
 
rarity = 3,
 
group = 8,
 
group = 8,
description = "<br>100 Pistol kills",
+
description = "100 Pistol kills",
link = "Pistol"
+
link = "Pistol",
  +
framed = 1,
 
},
 
},
 
["White SMG"] = {
 
["White SMG"] = {
Line 6,128: Line 11,590:
 
rarity = 3,
 
rarity = 3,
 
group = 8,
 
group = 8,
description = "<br>500 SMG kills",
+
description = "500 SMG kills",
link = "SMG"
+
link = "SMG",
  +
framed = 1,
 
},
 
},
 
["White Shotgun"] = {
 
["White Shotgun"] = {
Line 6,135: Line 11,598:
 
rarity = 3,
 
rarity = 3,
 
group = 8,
 
group = 8,
description = "<br>500 Shotgun kills",
+
description = "500 Shotgun kills",
link = "Shotgun"
+
link = "Shotgun",
  +
framed = 1,
 
},
 
},
 
["White Silenced Pistol"] = {
 
["White Silenced Pistol"] = {
Line 6,142: Line 11,606:
 
rarity = 3,
 
rarity = 3,
 
group = 8,
 
group = 8,
description = "<br>200 Silenced Pistol kills",
+
description = "200 Silenced Pistol kills",
link = "Silenced Pistol"
+
link = "Silenced Pistol",
  +
framed = 1,
 
},
 
},
 
["White Sniper"] = {
 
["White Sniper"] = {
Line 6,149: Line 11,614:
 
rarity = 3,
 
rarity = 3,
 
group = 8,
 
group = 8,
description = "<br>100 Sniper kills",
+
description = "100 Sniper kills",
link = "Sniper"
+
link = "Sniper",
  +
framed = 1,
 
},
 
},
 
["White Thomas Gun"] = {
 
["White Thomas Gun"] = {
Line 6,156: Line 11,622:
 
rarity = 3,
 
rarity = 3,
 
group = 8,
 
group = 8,
description = "<br>250 Thomas Gun kills",
+
description = "250 Thomas Gun kills",
link = "Thomas Gun"
+
link = "Thomas Gun",
  +
framed = 1,
},
 
["Black Headband"] = {
 
class = "Hat",
 
rarity = 1
 
},
 
["Red Headband"] = {
 
class = "Hat",
 
rarity = 1
 
},
 
["Banana Headband"] = {
 
class = "Hat",
 
rarity = 2
 
 
},
 
},
 
["Black Bicorne"] = {
 
["Black Bicorne"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 3
+
rarity = 2,
  +
framed = 1,
  +
file = "Hat_blackbicorne_assets.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
bundle = "Napoleon Bundle",
  +
group = 2400,
 
},
 
},
 
["White Paper Hat"] = {
 
["White Paper Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat paperhat white-resources.assets-1663.png"
+
file = "Hat paperhat white-resources.assets-1663.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
group = 2900,
 
},
 
},
 
["Broken Top Hat"] = {
 
["Broken Top Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat tophat broken-resources.assets-1531.png"
+
file = "Hat tophat broken-resources.assets-1531.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
group = 2450,
 
},
 
},
 
["Weekly Challenge"] = {
 
["Weekly Challenge"] = {
 
class = "Challenge",
 
class = "Challenge",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Daily Challenge v3"] = {
 
["Daily Challenge v3"] = {
 
class = "Challenge",
 
class = "Challenge",
rarity = 0
+
rarity = 0,
},
 
["Camo (Brown)"] = {
 
class = "Clothes",
 
rarity = 3
 
},
 
["Camo (Green)"] = {
 
class = "Clothes",
 
rarity = 3
 
},
 
["Camo (Gray)"] = {
 
class = "Clothes",
 
rarity = 3
 
 
},
 
},
 
["Farmer Outfit"] = {
 
["Farmer Outfit"] = {
Line 6,209: Line 11,675:
 
rarity = 2,
 
rarity = 2,
 
file = "Clothes farmer-resources.assets-1564.png",
 
file = "Clothes farmer-resources.assets-1564.png",
  +
store = "saw",
description = "<br>''[[S.A.W Shop]] item''"
 
  +
currency = {
},
 
  +
name = "S.A.W. Tickets",
["Ghillie Suit"] = {
 
class = "Clothes",
+
amount = 550,
  +
},
rarity = 3
 
  +
framed = 1,
  +
group = 5250,
 
},
 
},
 
["Boxing Shorts"] = {
 
["Boxing Shorts"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 2
+
rarity = 2,
  +
framed = 1,
  +
file = "Clothes_pants_boxing-resources.assets-2065.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
group = 5100,
 
},
 
},
 
["Professor Outfit (Tweed)"] = {
 
["Professor Outfit (Tweed)"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes professor blazer tweed-resources.assets-1236.png"
+
file = "Clothes professor blazer tweed-resources.assets-1236.png",
  +
framed = 1,
},
 
  +
store = "saw",
["Pullover (Fox)"] = {
 
class = "Clothes",
+
currency = {
  +
name = "S.A.W. Tickets",
rarity = 2
 
  +
amount = 750,
},
 
  +
},
["Pullover (Gray)"] = {
 
class = "Clothes",
+
group = 9050,
rarity = 2
 
 
},
 
},
 
["Suspenders (Smart)"] = {
 
["Suspenders (Smart)"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes suspenders smart-resources.assets-738.png"
+
file = "Clothes suspenders smart-resources.assets-738.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
group = 5300,
 
},
 
},
 
["Gray Trenchcoat"] = {
 
["Gray Trenchcoat"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 4,
 
rarity = 4,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Gray Trenchcoat.png",
  +
group = 10650,
 
},
 
},
 
["Gray Vest Outfit"] = {
 
["Gray Vest Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_vest_grey-resources.assets-2042.png"
+
file = "Clothes vest grey-resources.assets-2042.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
group = 5350,
 
},
 
},
 
["Broken Glasses"] = {
 
["Broken Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses_broken-resources.assets-1641.png"
+
file = "Glasses broken-resources.assets-1641.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 150,
  +
},
  +
group = 1050,
 
},
 
},
 
["Scuba Goggles"] = {
 
["Scuba Goggles"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 4,
 
rarity = 4,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
},
 
  +
file = "Scuba Goggles.png",
["White Secretary Glasses"] = {
 
class = "Glasses",
+
group = 2650,
rarity = 1
 
},
 
["Blue Shutter Shades"] = {
 
class = "Glasses",
 
rarity = 2
 
},
 
["Green Shutter Shades"] = {
 
class = "Glasses",
 
rarity = 2
 
},
 
["Pink Shutter Shades"] = {
 
class = "Glasses",
 
rarity = 2
 
 
},
 
},
 
["Purple Shutter Shades"] = {
 
["Purple Shutter Shades"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 2,
 
rarity = 2,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
file = "Purple Shutter Shades.png",
},
 
  +
group = 1650,
["Yellow Shutter Shades"] = {
 
class = "Glasses",
 
rarity = 2
 
 
},
 
},
 
["Purple Triangle Shades"] = {
 
["Purple Triangle Shades"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 3,
 
rarity = 3,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Purple Triangle Shades.png",
  +
group = 2550,
 
},
 
},
 
["Warpaint (Black)"] = {
 
["Warpaint (Black)"] = {
class = "Glasses",
+
class = "Beard",
 
rarity = 1,
 
rarity = 1,
 
file = "Glasses warpaint black-resources.assets-1415.png",
 
file = "Glasses warpaint black-resources.assets-1415.png",
  +
store = "saw",
description = "<br>''[[S.A.W Shop]] item''"
 
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 150,
  +
},
  +
framed = 1,
  +
group = 1100,
 
},
 
},
 
["Warpaint (White)"] = {
 
["Warpaint (White)"] = {
class = "Glasses",
+
class = "Beard",
 
rarity = 1,
 
rarity = 1,
file = "Glasses warpaint white-resources.assets-281.png"
+
file = "Glasses warpaint white-resources.assets-281.png",
  +
framed = 1,
},
 
  +
store = "saw",
["Paisley Headband (Black)"] = {
 
class = "Hat",
+
currency = {
  +
name = "S.A.W. Tickets",
rarity = 2
 
  +
amount = 150,
},
 
  +
},
["Paisley Headband (Blue)"] = {
 
class = "Hat",
+
group = 1150,
rarity = 2
 
},
 
["Paisley Headband (Green)"] = {
 
class = "Hat",
 
rarity = 2
 
 
},
 
},
 
["Paisley Headband (Red)"] = {
 
["Paisley Headband (Red)"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
},
 
  +
file = "Paisley Headband (Red).png",
["Baseball Bat"] = {
 
class = "MeleeSkin",
+
group = 2500,
rarity = 2
 
 
},
 
},
 
Billhook = {
 
Billhook = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Billhook.png",
  +
group = 2250,
 
},
 
},
 
Bokken = {
 
Bokken = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 1,
 
rarity = 1,
file = "Melee bokken-resources.assets-1220.png"
+
file = "Melee bokken-resources.assets-1220.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 300,
  +
},
  +
group = 850,
 
},
 
},
 
Pitchfork = {
 
Pitchfork = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 3,
 
rarity = 3,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Pitchfork.png",
  +
group = 3550,
 
},
 
},
 
["Rolling Pin"] = {
 
["Rolling Pin"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 1,
 
rarity = 1,
file = "Melee rollingpin-resources.assets-1310.png"
+
file = "Melee rollingpin-resources.assets-1310.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 300,
  +
},
  +
group = 700,
 
},
 
},
 
["Rusty Sword"] = {
 
["Rusty Sword"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 1,
 
rarity = 1,
file = "Melee rusty sword-resources.assets-1053.png"
+
file = "Melee rusty sword-resources.assets-1053.png",
  +
framed = 1,
},
 
  +
store = "saw",
Scimitar = {
 
  +
currency = {
class = "MeleeSkin",
 
  +
name = "S.A.W. Tickets",
rarity = 2
 
  +
amount = 300,
  +
},
  +
group = 800,
 
},
 
},
 
["Spiked Mace"] = {
 
["Spiked Mace"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee spiked mace-resources.assets-1011.png"
+
file = "Melee spiked mace-resources.assets-1011.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
group = 2200,
 
},
 
},
 
["Wooden Spoon"] = {
 
["Wooden Spoon"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 1,
 
rarity = 1,
file = "Melee_spoon-resources.assets-799.png"
+
file = "Melee spoon-resources.assets-799.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 300,
  +
},
  +
group = 750,
 
},
 
},
 
["Squeaky Mallet"] = {
 
["Squeaky Mallet"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Squeaky Mallet.png",
  +
group = 2300,
 
},
 
},
 
["Red Umbrella (Melee)"] = {
 
["Red Umbrella (Melee)"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 1,
 
rarity = 1,
file = "Melee umbrella-resources.assets-1970.png"
+
file = "Melee umbrella-resources.assets-1970.png",
  +
framed = 1,
},
 
  +
store = "saw",
["Green Camo Umbrella"] = {
 
class = "Umbrella",
+
currency = {
  +
name = "S.A.W. Tickets",
rarity = 1
 
  +
amount = 300,
},
 
  +
},
["Gray Camo Umbrella"] = {
 
class = "Umbrella",
+
group = 900,
rarity = 1
 
 
},
 
},
 
["Grapefruit Umbrella"] = {
 
["Grapefruit Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
rarity = 3
+
rarity = 2,
  +
framed = 1,
  +
file = "Umbrella grapefruit.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 1300,
 
},
 
},
 
["Lemon Fruit Umbrella"] = {
 
["Lemon Fruit Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 3,
 
rarity = 3,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Lemon Fruit Umbrella.png",
  +
group = 2000,
 
},
 
},
 
["Lime Fruit Umbrella"] = {
 
["Lime Fruit Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 3,
 
rarity = 3,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Lime Fruit Umbrella.png",
  +
group = 2050,
 
},
 
},
 
["Newspaper Umbrella"] = {
 
["Newspaper Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 2,
 
rarity = 2,
file = "Umbrella_newspaper-resources.assets-455.png"
+
file = "Umbrella newspaper-resources.assets-455.png",
  +
framed = 1,
},
 
  +
store = "saw",
["Summer Dress"] = {
 
class = "Clothes",
+
currency = {
  +
name = "S.A.W. Tickets",
rarity = 2
 
  +
amount = 250,
  +
},
  +
group = 1200,
 
},
 
},
 
["Punk Jacket"] = {
 
["Punk Jacket"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_jacket_punk-resources.assets-1189.png"
+
file = "Clothes jacket punk-resources.assets-1189.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
group = 5650,
 
},
 
},
 
["Punk Shorts"] = {
 
["Punk Shorts"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_pants_punk-resources.assets-2032.png"
+
file = "Clothes pants punk-resources.assets-2032.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 5700,
 
},
 
},
 
["Scuba Outfit"] = {
 
["Scuba Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Scuba Outfit.png",
  +
group = 8850,
 
},
 
},
 
["Sport Swimsuit"] = {
 
["Sport Swimsuit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Sport Swimsuit.png",
  +
group = 5450,
 
},
 
},
 
["I Surrender!"] = {
 
["I Surrender!"] = {
 
class = "Emote",
 
class = "Emote",
 
rarity = 4,
 
rarity = 4,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''",
  +
framed = 1,
 
},
 
},
 
["Wooden R.I.P. Gravestone"] = {
 
["Wooden R.I.P. Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 2,
 
rarity = 2,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Wooden R.I.P. Gravestone.png",
  +
group = 700,
 
},
 
},
 
["Newspaper Hat"] = {
 
["Newspaper Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_paperhat_newspaper-resources.assets-729.png"
+
file = "Hat paperhat newspaper-resources.assets-729.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
group = 4800,
 
},
 
},
 
["Professor Outfit (Gray)"] = {
 
["Professor Outfit (Gray)"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Professor Outfit (Gray).png",
  +
group = 8900,
 
},
 
},
 
["Orange Fruit Umbrella"] = {
 
["Orange Fruit Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 3,
 
rarity = 3,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Orange Fruit Umbrella.png",
  +
group = 2100,
 
},
 
},
 
Harpoon = {
 
Harpoon = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Harpoon.png",
  +
group = 2350,
 
},
 
},
 
["Pilot Hat"] = {
 
["Pilot Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Pilot Hat.png",
  +
group = 4600,
 
},
 
},
 
["Stacked Hats"] = {
 
["Stacked Hats"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 4,
 
rarity = 4,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Stacked Hats.png",
  +
group = 5950,
 
},
 
},
 
["Purple Cheerleader Outfit"] = {
 
["Purple Cheerleader Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Purple Cheerleader Outfit.png",
  +
group = 5500,
 
},
 
},
 
["Yellow Sweater Skirt"] = {
 
["Yellow Sweater Skirt"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Yellow Sweater Skirt.png",
  +
group = 8950,
 
},
 
},
 
["Red Kilt"] = {
 
["Red Kilt"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
description = "<br>''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''"
+
description = "[[Super Animal Pass Season 0]]",
  +
framed = 1,
  +
file = "Red Kilt.png",
  +
group = 5550,
 
},
 
},
 
["Selfie Stick"] = {
 
["Selfie Stick"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 3,
 
rarity = 3,
file = "Melee selfiestick-resources.assets-921.png"
+
file = "Melee selfiestick-resources.assets-921.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 650,
  +
},
  +
bundle = "Selfie Bundle",
  +
group = 3450,
 
},
 
},
 
Fork = {
 
Fork = {
Line 6,483: Line 12,084:
 
rarity = 2,
 
rarity = 2,
 
file = "Melee fork-resources.assets-1800.png",
 
file = "Melee fork-resources.assets-1800.png",
  +
store = "saw",
description = "<br>''[[S.A.W Shop]] item''"
 
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
framed = 1,
  +
group = 2150,
 
},
 
},
 
["Heart Boxers"] = {
 
["Heart Boxers"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes boxers heart-resources.assets-1270.png"
+
file = "Clothes boxers heart-resources.assets-1270.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
group = 5050,
 
},
 
},
 
["Yellow Triangle Shades"] = {
 
["Yellow Triangle Shades"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 3,
 
rarity = 3,
file = "Glasses triangle yellow-resources.assets-1820.png"
+
file = "Glasses triangle yellow-resources.assets-1820.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 400,
  +
},
  +
group = 2450,
 
},
 
},
 
["Red Triangle Shades"] = {
 
["Red Triangle Shades"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 3,
 
rarity = 3,
file = "Glasses triangle red-resources.assets-616.png"
+
file = "Glasses triangle red-resources.assets-616.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 400,
  +
},
  +
group = 2400,
 
},
 
},
 
["Cowboy Hat"] = {
 
["Cowboy Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat_cowboy-resources.assets-952.png"
+
file = "Hat cowboy-resources.assets-952.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
group = 2250,
 
},
 
},
 
["Blue Beanie"] = {
 
["Blue Beanie"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 0
+
rarity = 0,
  +
file = "Hat beanie blue-resources.assets-2064.png",
  +
description = "[[Level-Up Random Drop]]",
  +
group = 200,
 
},
 
},
 
["Hypnosis Glasses"] = {
 
["Hypnosis Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 4,
 
rarity = 4,
file = "Glasses pinwheel animated-resources.assets-1379.png"
+
file = "Glasses pinwheel animated-resources.assets-1379.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
group = 2700,
 
},
 
},
 
["Candy Corn Ferret"] = {
 
["Candy Corn Ferret"] = {
Line 6,518: Line 12,163:
 
rarity = 3,
 
rarity = 3,
 
name = "Super Candy Corn Ferret",
 
name = "Super Candy Corn Ferret",
file = "Char-Ferret-candycorn.png"
+
file = "Char-Ferret-candycorn.png",
  +
baseAnimal = "Ferret",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
 
},
 
},
 
["Dracula Parrot"] = {
 
["Dracula Parrot"] = {
Line 6,524: Line 12,180:
 
rarity = 3,
 
rarity = 3,
 
name = "Super Dracula Parrot",
 
name = "Super Dracula Parrot",
file = "Char-parrot-dracula.png"
+
file = "Char-parrot-dracula.png",
  +
baseAnimal = "Parrot",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 420,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
},
  +
group = 100,
 
},
 
},
 
["Zombie Tiger"] = {
 
["Zombie Tiger"] = {
Line 6,530: Line 12,198:
 
rarity = 4,
 
rarity = 4,
 
name = "Super Zombie Tiger",
 
name = "Super Zombie Tiger",
file = "Char-Tiger-zombie.png"
+
file = "Char-Tiger-zombie.png",
  +
baseAnimal = "Tiger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 220,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 62,
  +
},
  +
},
  +
group = 150,
 
},
 
},
 
["Bat Wings"] = {
 
["Bat Wings"] = {
Line 6,536: Line 12,216:
 
rarity = 5,
 
rarity = 5,
 
name = "Bat Wing Outfit",
 
name = "Bat Wing Outfit",
file = "Clothes_bat_wings.png"
+
file = "Clothes bat wings.png",
  +
event = "Super Howloween 2020",
  +
group = 13950,
 
},
 
},
 
["Frankenstein Outfit"] = {
 
["Frankenstein Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 5,
 
rarity = 5,
file = "Clothes_frankenstein.png"
+
file = "Clothes frankenstein.png",
  +
event = "Super Howloween 2020",
  +
group = 14000,
 
},
 
},
 
["Pumpkin Costume"] = {
 
["Pumpkin Costume"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5,
+
rarity = 3,
file = "Clothes_pumpkin_costume.png"
+
file = "Clothes pumpkin costume.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 9850,
 
},
 
},
 
["Howl Mask"] = {
 
["Howl Mask"] = {
 
class = "Glasses",
 
class = "Glasses",
rarity = 5
+
rarity = 5,
  +
file = "howlmask.png",
  +
description = "[[Coupon Code]]",
  +
event = "Super Howloween 2020",
  +
group = 3100,
 
},
 
},
 
["Cauldron Gravestone"] = {
 
["Cauldron Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
 
rarity = 5,
 
rarity = 5,
file = "Cauldron-gravestone.png"
+
file = "Cauldron-gravestone.png",
  +
event = "Super Howloween 2020",
  +
group = 1550,
 
},
 
},
 
["Skeleton AK"] = {
 
["Skeleton AK"] = {
Line 6,561: Line 12,257:
 
rarity = 5,
 
rarity = 5,
 
file = "Gun-ak_skeleton.png",
 
file = "Gun-ak_skeleton.png",
description = "<br>''[[Super Halloween 2020]]''",
+
event = "Super Howloween 2020",
link = "AK"
+
link = "AK",
 
},
 
},
 
["Candy Corn Sniper"] = {
 
["Candy Corn Sniper"] = {
Line 6,568: Line 12,264:
 
rarity = 5,
 
rarity = 5,
 
file = "Gun-sniper_candycorn.png",
 
file = "Gun-sniper_candycorn.png",
description = "<br>''[[Super Halloween 2020]]''",
+
event = "Super Howloween 2020",
link = "Sniper"
+
link = "Sniper",
 
},
 
},
 
["Devil Pitchfork"] = {
 
["Devil Pitchfork"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5,
+
rarity = 3,
file = "Melee_devil_pitchfork.png"
+
file = "Melee_devil_pitchfork.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 6000,
 
},
 
},
 
["Bolts Hat"] = {
 
["Bolts Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 5,
 
rarity = 5,
file = "Hat bolts.png"
+
file = "Hat_bolts.png",
  +
event = "Super Howloween 2020",
  +
group = 7400,
 
},
 
},
 
["Skull Bow"] = {
 
["Skull Bow"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 5
+
rarity = 5,
  +
file = "Hat_bow_skull.png",
  +
event = "Super Howloween 2020",
  +
group = 7450,
 
},
 
},
 
["Super Twilight Fennec Fox"] = {
 
["Super Twilight Fennec Fox"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
  +
file = "Char-fox-fennec-night.png",
description = "<br>[[Starter Pack|Starter Pack DLC]]"
 
  +
description = "<small>[[Season 0 Starter Pack]]</small>",
  +
baseAnimal = "Fox",
  +
framed = 1,
  +
group = 1050,
 
},
 
},
 
["Twilight Overalls"] = {
 
["Twilight Overalls"] = {
Line 6,594: Line 12,305:
 
rarity = 2,
 
rarity = 2,
 
file = "Clothes_overall_stars-resources.assets-731.png",
 
file = "Clothes_overall_stars-resources.assets-731.png",
description = "<br>[[Starter Pack|Starter Pack DLC]]"
+
description = "<small>[[Season 0 Starter Pack]]</small>",
  +
framed = 1,
  +
group = 5600,
 
},
 
},
 
["Twilight Newsboy Hat"] = {
 
["Twilight Newsboy Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat newsboy stars.png",
+
file = "Hat_newsboy_stars.png",
description = "<br>[[Starter Pack|Starter Pack DLC]]"
+
description = "<small>[[Season 0 Starter Pack]]</small>",
  +
framed = 1,
  +
group = 2550,
 
},
 
},
 
["Blue Blazer Outfit"] = {
 
["Blue Blazer Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes blazer outfit blue-resources.assets-1925.png"
+
file = "Clothes blazer outfit blue-resources.assets-1925.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
group = 5400,
 
},
 
},
 
["Tartan Schoolgirl Outfit"] = {
 
["Tartan Schoolgirl Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 3,
 
rarity = 3,
file = "Clothes schoolgirl tartan-resources.assets-897.png"
+
file = "Clothes schoolgirl tartan-resources.assets-897.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
group = 9100,
 
},
 
},
 
["Yellow Leopard Skirt"] = {
 
["Yellow Leopard Skirt"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes skirt leopard yellow-resources.assets-1719.png"
+
file = "Clothes skirt leopard yellow-resources.assets-1719.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
group = 5850,
 
},
 
},
 
["Pink Leopard Skirt"] = {
 
["Pink Leopard Skirt"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes skirt leopard pink-resources.assets-1611.png"
+
file = "Clothes skirt leopard pink-resources.assets-1611.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
group = 5800,
 
},
 
},
 
["Desert Goggles"] = {
 
["Desert Goggles"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 2,
 
rarity = 2,
file = "Glasses desert goggles-resources.assets-986.png"
+
file = "Glasses desert goggles-resources.assets-986.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 250,
  +
},
  +
group = 1700,
 
},
 
},
 
["Pink Bubble Glasses"] = {
 
["Pink Bubble Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses bubble pink-resources.assets-717.png"
+
file = "Glasses bubble pink-resources.assets-717.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 150,
  +
},
  +
group = 1200,
 
},
 
},
 
["Purple Bubble Glasses"] = {
 
["Purple Bubble Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
 
rarity = 1,
 
rarity = 1,
file = "Glasses bubble purple-resources.assets-495.png"
+
file = "Glasses bubble purple-resources.assets-495.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 150,
  +
},
  +
group = 1250,
 
},
 
},
 
["Flower Bucket Hat"] = {
 
["Flower Bucket Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat bucket flowers-resources.assets-1612.png"
+
file = "Hat bucket flowers-resources.assets-1612.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
group = 2800,
 
},
 
},
 
["Blue Dainty Hat"] = {
 
["Blue Dainty Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat dainty blue-resources.assets-1203.png"
+
file = "Hat dainty blue-resources.assets-1203.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
group = 2850,
 
},
 
},
 
["Yellow Leopard Hat"] = {
 
["Yellow Leopard Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat leopard yellow-resources.assets-212.png"
+
file = "Hat leopard yellow-resources.assets-212.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
group = 2750,
 
},
 
},
 
["Pink Leopard Hat"] = {
 
["Pink Leopard Hat"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 2,
 
rarity = 2,
file = "Hat leopard pink-resources.assets-622.png"
+
file = "Hat leopard pink-resources.assets-622.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
group = 2700,
 
},
 
},
 
Flamberge = {
 
Flamberge = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 3
+
rarity = 3,
  +
framed = 1,
  +
file = "Melee flamberge-resources.assets-1005.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 650,
  +
},
  +
group = 3600,
 
},
 
},
 
["Super Pitbull"] = {
 
["Super Pitbull"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-dog-PitBull.png"
+
file = "Char-dog-PitBull.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Samoyed"] = {
 
["Super Samoyed"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-dog-Samoyed.png"
+
file = "Char-dog-Samoyed.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 42,
  +
},
  +
},
 
},
 
},
 
["Super German Shepherd"] = {
 
["Super German Shepherd"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char-dog-GermanShepherd.png"
+
file = "Char-dog-GermanShepherd.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
 
},
 
},
 
["Blue Mohawk"] = {
 
["Blue Mohawk"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat_mohawk_blue-resources.assets-483.png"
+
file = "Hat mohawk blue-resources.assets-483.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 4650,
 
},
 
},
 
["Green Mohawk"] = {
 
["Green Mohawk"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 3
+
rarity = 3,
  +
file = "Hat mohawk green-resources.assets-356.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 4700,
 
},
 
},
 
["Purple Mohawk"] = {
 
["Purple Mohawk"] = {
 
class = "Hat",
 
class = "Hat",
 
rarity = 3,
 
rarity = 3,
file = "Hat mohawk purple-resources.assets-1978.png"
+
file = "Hat mohawk purple-resources.assets-1978.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 4750,
 
},
 
},
 
["Broken Bottle"] = {
 
["Broken Bottle"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 1,
 
rarity = 1,
file = "Melee broken bottle-resources.assets-1821.png"
+
file = "Melee broken bottle-resources.assets-1821.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 300,
  +
},
  +
group = 950,
 
},
 
},
 
["Fish Bone"] = {
 
["Fish Bone"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
 
rarity = 2,
 
rarity = 2,
file = "Melee_fishbone-resources.assets-2083.png"
+
file = "Melee_fishbone-resources.assets-2083.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
group = 2400,
 
},
 
},
 
["Punk Skirt"] = {
 
["Punk Skirt"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 2,
 
rarity = 2,
file = "Clothes_skirt_punk-resources.assets-1962.png"
+
file = "Clothes skirt punk-resources.assets-1962.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
group = 5750,
 
},
 
},
 
["Recycling Tee"] = {
 
["Recycling Tee"] = {
 
class = "Clothes",
 
class = "Clothes",
 
rarity = 1,
 
rarity = 1,
file = "Clothes tshirt recycle-resources.assets-1897.png"
+
file = "Clothes tshirt recycle-resources.assets-1897.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
group = 3050,
 
},
 
},
 
["Pigeon DNA"] = {
 
["Pigeon DNA"] = {
 
class = "DNA",
 
class = "DNA",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Possum DNA"] = {
 
["Possum DNA"] = {
 
class = "DNA",
 
class = "DNA",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Super Pigeon"] = {
 
["Super Pigeon"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "Char_pigeon.png"
+
file = "Char_pigeon.png",
  +
baseAnimal = "Pigeon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 75,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
 
},
 
},
 
["Super Brown Pigeon"] = {
 
["Super Brown Pigeon"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char_pigeon_brown.png"
+
file = "Char_pigeon_brown.png",
  +
baseAnimal = "Pigeon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 115,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 30,
  +
},
  +
},
 
},
 
},
 
["Super Purple Pigeon"] = {
 
["Super Purple Pigeon"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char_pigeon_purple.png"
+
file = "Char_pigeon_purple.png",
  +
baseAnimal = "Pigeon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 38,
  +
},
  +
},
 
},
 
},
 
["Super Satinette Pigeon"] = {
 
["Super Satinette Pigeon"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_pigeon_satinette.png"
+
file = "Char_pigeon_satinette.png",
  +
baseAnimal = "Pigeon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 170,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 45,
  +
},
  +
},
 
},
 
},
 
["Super Dove"] = {
 
["Super Dove"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "Char_pigeon_dove.png"
+
file = "Char_pigeon_dove.png",
  +
baseAnimal = "Pigeon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 180,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 48,
  +
},
  +
},
 
},
 
},
 
["Super Possum"] = {
 
["Super Possum"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "char-opossum.png"
+
file = "char-opossum.png",
  +
baseAnimal = "Possum",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 175,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 45,
  +
},
  +
},
 
},
 
},
 
["Super White Possum"] = {
 
["Super White Possum"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-opossum-white.png"
+
file = "Char-opossum-white.png",
  +
baseAnimal = "Possum",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 68,
  +
},
  +
},
 
},
 
},
 
["Super Purple Paw Possum"] = {
 
["Super Purple Paw Possum"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-opossum-purple.png"
+
file = "Char-opossum-purple.png",
  +
baseAnimal = "Possum",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 70,
  +
},
  +
},
 
},
 
},
 
["Super Pink Possum"] = {
 
["Super Pink Possum"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "Char-opossum-pink.png"
+
file = "Char-opossum-pink.png",
  +
baseAnimal = "Possum",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 70,
  +
},
  +
},
 
},
 
},
 
["Super Goth Possum"] = {
 
["Super Goth Possum"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "Char-opossum-goth.png"
+
file = "Char-opossum-goth.png",
  +
baseAnimal = "Possum",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 325,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 85,
  +
},
  +
},
 
},
 
},
 
["Goat DNA"] = {
 
["Goat DNA"] = {
 
class = "DNA",
 
class = "DNA",
rarity = 0
+
rarity = 0,
  +
file = "DNA Goat.png",
 
},
 
},
 
["Super Goat"] = {
 
["Super Goat"] = {
 
class = "Character",
 
class = "Character",
 
rarity = 0,
 
rarity = 0,
file = "char_goat.png"
+
file = "char_goat.png",
  +
baseAnimal = "Goat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 175,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 45,
  +
},
  +
},
 
},
 
},
 
["Super Bicolor Goat"] = {
 
["Super Bicolor Goat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 1,
 
rarity = 1,
file = "char_goat_bicolor.png"
+
file = "char_goat_bicolor.png",
  +
baseAnimal = "Goat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 70,
  +
},
  +
},
 
},
 
},
 
["Super Gray Goat"] = {
 
["Super Gray Goat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
rarity = 2
+
rarity = 2,
  +
file = "Char goat grey.png",
  +
baseAnimal = "Goat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 325,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 85,
  +
},
  +
},
 
},
 
},
 
["Super Devil Goat"] = {
 
["Super Devil Goat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "char_goat_red.png"
+
file = "char_goat_red.png",
  +
baseAnimal = "Goat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 400,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 105,
  +
},
  +
},
  +
group = 50,
 
},
 
},
 
["Super Chamois Goat"] = {
 
["Super Chamois Goat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "char_goat_chamois.png"
+
file = "char_goat_chamois.png",
  +
baseAnimal = "Goat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 400,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 105,
  +
},
  +
},
  +
group = 100,
 
},
 
},
 
["Super Four-Horned Goat"] = {
 
["Super Four-Horned Goat"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "char_goat_4horn.png"
+
file = "char_goat_4horn.png",
  +
baseAnimal = "Goat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 400,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 105,
  +
},
  +
},
  +
group = 150,
 
},
 
},
 
["Super Green Finch"] = {
 
["Super Green Finch"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 2,
 
rarity = 2,
file = "char_bird_greenfinch.png"
+
file = "char_bird_greenfinch.png",
  +
baseAnimal = "Songbird",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
 
},
 
},
 
["Super Peppermint Hyena"] = {
 
["Super Peppermint Hyena"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "char_hyena_striped_peppermint.png"
+
file = "char_hyena_striped_peppermint.png",
  +
baseAnimal = "Hyena",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 480,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 125,
  +
},
  +
},
 
},
 
},
 
["Super Lionhead Rabbit"] = {
 
["Super Lionhead Rabbit"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 4,
 
rarity = 4,
file = "char_rabbit_lionhead.png"
+
file = "char_rabbit_lionhead.png",
  +
baseAnimal = "Bunny",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 310,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Super Knitted Sheep"] = {
 
["Super Knitted Sheep"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
 
rarity = 3,
 
rarity = 3,
file = "char_sheep_knitted.png"
+
file = "char_sheep_knitted.png",
  +
baseAnimal = "Sheep",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 290,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
 
},
 
},
 
["Festive Bow"] = {
 
["Festive Bow"] = {
class = "Clothes",
+
class = "Neck",
rarity = 5
+
rarity = 5,
  +
file = "Festive Bow.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2020|Super CRISPRmas 2020]]",
  +
group = 14050,
 
},
 
},
 
["Green Festive Scarf"] = {
 
["Green Festive Scarf"] = {
class = "Clothes",
+
class = "Neck",
rarity = 5
+
rarity = 2,
  +
file = "Green Festive Scarf.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 14100,
 
},
 
},
 
["Yellow Knitted Sweater"] = {
 
["Yellow Knitted Sweater"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5
+
rarity = 2,
  +
file = "Yellow Knitted Sweater.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 14150,
 
},
 
},
 
["Light Blue Winter Dress"] = {
 
["Light Blue Winter Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5
+
rarity = 3,
  +
file = "Light Blue Winter Dress.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 14200,
 
},
 
},
 
["Santa Dress"] = {
 
["Santa Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5
+
rarity = 5,
  +
file = "Santa Dress.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2020|Super CRISPRmas 2020]]",
  +
group = 14250,
 
},
 
},
 
["Purple Content Creator Hoodie"] = {
 
["Purple Content Creator Hoodie"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 2
+
rarity = 2,
  +
file = "Clothes_hoodie_twitch.png",
  +
description = "[[Special Cosmetics#Content Creator|Twitch Content Creator]]",
  +
group = 6000,
 
},
 
},
 
["Snowflake Pinwheel"] = {
 
["Snowflake Pinwheel"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 3
+
rarity = 3,
  +
framed = 1,
  +
file = "melee_pinwheel_snowflake.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 650,
  +
},
  +
group = 3650,
 
},
 
},
 
["Ski Pole"] = {
 
["Ski Pole"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5
+
rarity = 3,
  +
file = "Ski Pole.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 6050,
 
},
 
},
 
Icicle = {
 
Icicle = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5
+
rarity = 5,
  +
file = "Icicle.png",
  +
description = "[[Special Cosmetics#Super CRISPRmas 2020|Super CRISPRmas 2020]]",
  +
group = 6100,
 
},
 
},
 
["Red Crayon"] = {
 
["Red Crayon"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5
+
rarity = 5,
  +
file = "melee_crayon_red.png",
  +
description = "[[Special Cosmetics#Super Fanart Contest|All I Want for CRISPRmas Is You (Nov-Dec 2020)]]",
  +
group = 5900,
 
},
 
},
 
["Wrapped Magnum"] = {
 
["Wrapped Magnum"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 2,
 
rarity = 2,
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''",
 
link = "Magnum"
+
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
link = "Magnum",
  +
framed = 1,
  +
group = 100,
 
},
 
},
 
["Blue Knitted Shotgun"] = {
 
["Blue Knitted Shotgun"] = {
Line 6,871: Line 13,032:
 
rarity = 2,
 
rarity = 2,
 
file = "Gun shotgun knitted.png",
 
file = "Gun shotgun knitted.png",
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''",
 
link = "Shotgun"
+
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
link = "Shotgun",
  +
framed = 1,
 
},
 
},
 
["Foggy Glasses"] = {
 
["Foggy Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
rarity = 5
+
rarity = 2,
  +
file = "Foggy Glasses.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3150,
 
},
 
},
 
["2nd Anniversary Cake Gravestone"] = {
 
["2nd Anniversary Cake Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
rarity = 5
+
rarity = 5,
  +
file = "Gravestone_cake2-resources.assets-495.png",
  +
description = "[[Special_Cosmetics#Super_2_Year_Anniversary|Super 2 Year Anniversary]]",
  +
group = 1600,
 
},
 
},
 
["CRISPRmas Tree Umbrella"] = {
 
["CRISPRmas Tree Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
 
rarity = 3,
 
rarity = 3,
  +
store = "saw",
description = "<br>''[[S.A.W Shop]] item''"
 
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 400,
  +
},
  +
framed = 1,
  +
file = "CRISPRmas Tree Umbrella.png",
  +
group = 2150,
 
},
 
},
 
["Pixile Umbrella"] = {
 
["Pixile Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
rarity = 5
+
rarity = 5,
  +
file = "Umbrella_Pixile-resources.assets-826.png",
  +
description = "[[Special_Cosmetics#Super 2 Year Anniversary|Super 2 Year Anniversary]]",
  +
group = 3400,
 
},
 
},
 
["Seal DNA"] = {
 
["Seal DNA"] = {
 
class = "DNA",
 
class = "DNA",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Super Seal"] = {
 
["Super Seal"] = {
 
class = "Character",
 
class = "Character",
rarity = 0
+
rarity = 0,
  +
file = "Char seal-resources.assets-665.png",
  +
baseAnimal = "Seal",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 175,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 45,
  +
},
  +
},
 
},
 
},
 
["Super Seal Pup"] = {
 
["Super Seal Pup"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
rarity = 1
+
rarity = 1,
  +
file = "Char seal pup-resources.assets-1992.png",
  +
baseAnimal = "Seal",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 70,
  +
},
  +
},
 
},
 
},
 
["Super Sealion"] = {
 
["Super Sealion"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
rarity = 2
+
rarity = 2,
  +
file = "Char seal sealion-resources.assets-1138.png",
  +
baseAnimal = "Seal",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 325,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 85,
  +
},
  +
},
 
},
 
},
 
["Super Walrus"] = {
 
["Super Walrus"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
rarity = 3
+
rarity = 3,
  +
file = "Char seal walrus-resources.assets-1155.png",
  +
baseAnimal = "Seal",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 400,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 105,
  +
},
  +
},
 
},
 
},
 
["Blue Dual Pistols"] = {
 
["Blue Dual Pistols"] = {
Line 6,915: Line 13,149:
 
rarity = 1,
 
rarity = 1,
 
group = 3,
 
group = 3,
description = "<br>30 Dual Pistols kills",
+
description = "30 Dual Pistols kills",
link = "Dual Pistols"
+
link = "Dual Pistols",
 
},
 
},
 
["Green Dual Pistols"] = {
 
["Green Dual Pistols"] = {
Line 6,922: Line 13,156:
 
rarity = 0,
 
rarity = 0,
 
group = 2,
 
group = 2,
description = "<br>15 Dual Pistols kills",
+
description = "15 Dual Pistols kills",
link = "Dual Pistols"
+
link = "Dual Pistols",
 
},
 
},
 
["Orange Dual Pistols"] = {
 
["Orange Dual Pistols"] = {
Line 6,929: Line 13,163:
 
rarity = 0,
 
rarity = 0,
 
group = 1,
 
group = 1,
description = "<br>5 Dual Pistols kills",
+
description = "5 Dual Pistols kills",
link = "Dual Pistols"
+
link = "Dual Pistols",
 
},
 
},
 
["Pink Dual Pistols"] = {
 
["Pink Dual Pistols"] = {
Line 6,936: Line 13,170:
 
rarity = 2,
 
rarity = 2,
 
group = 7,
 
group = 7,
description = "<br>150 Dual Pistols kills",
+
description = "150 Dual Pistols kills",
link = "Dual Pistols"
+
link = "Dual Pistols",
  +
framed = 1,
 
},
 
},
 
["Purple Dual Pistols"] = {
 
["Purple Dual Pistols"] = {
Line 6,943: Line 13,178:
 
rarity = 1,
 
rarity = 1,
 
group = 5,
 
group = 5,
description = "<br>75 Dual Pistols kills",
+
description = "75 Dual Pistols kills",
link = "Dual Pistols"
+
link = "Dual Pistols",
  +
framed = 1,
 
},
 
},
 
["Red Dual Pistols"] = {
 
["Red Dual Pistols"] = {
Line 6,950: Line 13,186:
 
rarity = 1,
 
rarity = 1,
 
group = 4,
 
group = 4,
description = "<br>50 Dual Pistols kills",
+
description = "50 Dual Pistols kills",
link = "Dual Pistols"
+
link = "Dual Pistols",
 
},
 
},
 
["White Dual Pistols"] = {
 
["White Dual Pistols"] = {
Line 6,957: Line 13,193:
 
rarity = 3,
 
rarity = 3,
 
group = 8,
 
group = 8,
description = "<br>200 Dual Pistols kills",
+
description = "200 Dual Pistols kills",
link = "Dual Pistols"
+
link = "Dual Pistols",
  +
framed = 1,
 
},
 
},
 
["Yellow Dual Pistols"] = {
 
["Yellow Dual Pistols"] = {
Line 6,964: Line 13,201:
 
rarity = 2,
 
rarity = 2,
 
group = 6,
 
group = 6,
description = "<br>110 Dual Pistols kills",
+
description = "110 Dual Pistols kills",
link = "Dual Pistols"
+
link = "Dual Pistols",
  +
framed = 1,
 
},
 
},
 
["Pearl and Onyx Dual Pistols"] = {
 
["Pearl and Onyx Dual Pistols"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 2,
 
rarity = 2,
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''",
 
  +
currency = {
link = "Dual Pistols"
 
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
link = "Dual Pistols",
  +
framed = 1,
 
},
 
},
 
["Yin and Yang Dual Pistols"] = {
 
["Yin and Yang Dual Pistols"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 3,
 
rarity = 3,
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''",
 
  +
currency = {
link = "Dual Pistols"
 
  +
name = "S.A.W. Tickets",
  +
amount = 600,
  +
},
  +
link = "Dual Pistols",
  +
framed = 1,
 
},
 
},
 
["Super Lunar Ox"] = {
 
["Super Lunar Ox"] = {
 
class = "Character",
 
class = "Character",
rarity = 3
+
rarity = 3,
  +
file = "Char cow lunar-resources.assets-605.png",
  +
baseAnimal = "Cow",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Super Golden Ox"] = {
 
["Super Golden Ox"] = {
 
class = "Character",
 
class = "Character",
rarity = 3
+
rarity = 3,
  +
file = "Char cow golden-resources.assets-1730.png",
  +
baseAnimal = "Cow",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
 
},
 
},
 
["Super Demon Bull"] = {
 
["Super Demon Bull"] = {
 
class = "Character",
 
class = "Character",
rarity = 4
+
rarity = 4,
  +
file = "Char cow bull demon-resources.assets-1534.png",
  +
baseAnimal = "Cow",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 450,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 120,
  +
},
  +
},
 
},
 
},
 
["Super Deity's Ox"] = {
 
["Super Deity's Ox"] = {
 
class = "Character",
 
class = "Character",
rarity = 4
+
rarity = 4,
  +
file = "Char cow deity-resources.assets-1681.png",
  +
baseAnimal = "Cow",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 460,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 125,
  +
},
  +
},
 
},
 
},
 
["Anvil Gravestone"] = {
 
["Anvil Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
rarity = 1
+
rarity = 1,
  +
framed = 1,
  +
file = "Gravestone anvil-resources.assets-1158.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 150,
  +
},
  +
group = 400,
 
},
 
},
 
["Sword Gravestone"] = {
 
["Sword Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
rarity = 3
+
rarity = 3,
  +
framed = 1,
  +
file = "Gravestone sword-resources.assets-463.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 400,
  +
},
  +
group = 1350,
 
},
 
},
 
["Orange Bubble Glasses"] = {
 
["Orange Bubble Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
rarity = 1
+
rarity = 1,
  +
framed = 1,
  +
file = "Glasses bubble orange-resources.assets-1481.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 150,
  +
},
  +
group = 1300,
 
},
 
},
 
["Jian Sword"] = {
 
["Jian Sword"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 3
+
rarity = 3,
  +
framed = 1,
  +
file = "Melee jian sword-resources.assets-1656.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 650,
  +
},
  +
bundle = "Dynasty Bundle",
  +
group = 3700,
 
},
 
},
 
["Lion Dance Ball"] = {
 
["Lion Dance Ball"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5
+
rarity = 5,
  +
file = "Melee lion dance ball-resources.assets-1413.png",
  +
event = "Year of the Super Ox 2021",
  +
group = 6150,
 
},
 
},
 
Pipa = {
 
Pipa = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5
+
rarity = 5,
  +
file = "Melee pipa-resources.assets-1012.png",
  +
event = "Year of the Super Ox 2021",
  +
group = 6200,
 
},
 
},
 
["Dynasty Armor"] = {
 
["Dynasty Armor"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 3
+
rarity = 3,
  +
framed = 1,
  +
file = "Clothes armor dynasty-resources.assets-1122.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
bundle = "Dynasty Bundle",
  +
group = 9150,
 
},
 
},
 
["Black Hanfu"] = {
 
["Black Hanfu"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 3
+
rarity = 3,
  +
framed = 1,
  +
file = "Clothes hanfu black-resources.assets-1180.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
group = 9200,
 
},
 
},
 
["Red Lunar Dress (2021)"] = {
 
["Red Lunar Dress (2021)"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5
+
rarity = 5,
  +
file = "Clothes dress lunar red 2021-resources.assets-1707.png",
  +
event = "Year of the Super Ox 2021",
  +
group = 14300,
 
},
 
},
 
["Lunar Vest (2021)"] = {
 
["Lunar Vest (2021)"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5
+
rarity = 5,
  +
file = "Clothes vest lunar 2021-resources.assets-924.png",
  +
event = "Year of the Super Ox 2021",
  +
group = 14350,
 
},
 
},
 
["Lion Hat"] = {
 
["Lion Hat"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 3
+
rarity = 3,
  +
framed = 1,
  +
file = "Hat chinese lion-resources.assets-1305.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
group = 4850,
 
},
 
},
 
["Dynasty Helmet"] = {
 
["Dynasty Helmet"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 2
+
rarity = 2,
  +
framed = 1,
  +
file = "Hat helmet dynasty-resources.assets-449.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
bundle = "Dynasty Bundle",
  +
group = 2650,
 
},
 
},
 
["Mandarin Hat (2021)"] = {
 
["Mandarin Hat (2021)"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 5
+
rarity = 5,
  +
file = "Hat mandarin 2021-resources.assets-912.png",
  +
event = "Year of the Super Ox 2021",
  +
group = 7500,
 
},
 
},
 
["Lunar Silenced Pistol"] = {
 
["Lunar Silenced Pistol"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 5,
 
rarity = 5,
description = "<br>''[[Year of the Super Ox]]''",
+
event = "Year of the Super Ox 2021",
link = "Silenced Pistol"
+
link = "Silenced Pistol",
 
},
 
},
 
["Lunar JAG-7"] = {
 
["Lunar JAG-7"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 5,
 
rarity = 5,
description = "<br>''[[Year of the Super Ox]]''",
+
event = "Year of the Super Ox 2021",
link = "JAG-7"
+
link = "JAG-7",
 
},
 
},
 
["Lantern Umbrella"] = {
 
["Lantern Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
rarity = 5
+
rarity = 5,
  +
file = "Umbrella lantern-resources.assets-1399.png",
  +
event = "Year of the Super Ox 2021",
  +
group = 3450,
 
},
 
},
 
["Cupid Bow & Sparrow"] = {
 
["Cupid Bow & Sparrow"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 2,
 
rarity = 2,
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''",
 
  +
currency = {
link = "Bow & Sparrow"
 
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
link = "Bow & Sparrow",
  +
framed = 1,
 
},
 
},
 
["Steampunk Glasses"] = {
 
["Steampunk Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
rarity = 4
+
rarity = 4,
  +
framed = 1,
  +
file = "Eye_access_steampunk_glasses_assets.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
group = 2750,
 
},
 
},
 
Hungry = {
 
Hungry = {
 
class = "Emote",
 
class = "Emote",
rarity = 2
+
rarity = 2,
  +
framed = 1,
  +
file = "Emote-hungry.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 600,
  +
},
 
},
 
},
 
Point = {
 
Point = {
 
class = "Emote",
 
class = "Emote",
rarity = 1
+
rarity = 3,
  +
file = "Emote-point.png",
  +
framed = 1,
 
},
 
},
 
["Chasseur Colonel Uniform"] = {
 
["Chasseur Colonel Uniform"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 3
+
rarity = 2,
  +
framed = 1,
},
 
  +
file = "outfit chasseurcolonel assets.png",
["Doctor Outfit"] = {
 
class = "Clothes",
+
store = "saw",
rarity = 3
+
currency = {
  +
name = "S.A.W. Tickets",
},
 
  +
amount = 550,
Syringe = {
 
  +
},
class = "MeleeSkin",
 
  +
bundle = "Napoleon Bundle",
rarity = 2
 
  +
group = 6200,
 
},
 
},
 
["Badger DNA"] = {
 
["Badger DNA"] = {
 
class = "DNA",
 
class = "DNA",
rarity = 0
+
rarity = 0,
 
},
 
},
 
["Super Badger"] = {
 
["Super Badger"] = {
 
class = "Character",
 
class = "Character",
rarity = 0
+
rarity = 0,
  +
file = "Char-Badger.png",
  +
baseAnimal = "Badger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 185,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
 
},
 
},
 
["Super Honey Badger"] = {
 
["Super Honey Badger"] = {
 
class = "Character",
 
class = "Character",
rarity = 2
+
rarity = 2,
  +
file = "Char-Badger-honey.png",
  +
baseAnimal = "Badger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 330,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 90,
  +
},
  +
},
 
},
 
},
 
["Super American Badger"] = {
 
["Super American Badger"] = {
 
class = "Character",
 
class = "Character",
rarity = 2
+
rarity = 2,
  +
file = "Char-Badger-american.png",
  +
baseAnimal = "Badger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 330,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 90,
  +
},
  +
},
 
},
 
},
 
["Super Honey Honey Badger"] = {
 
["Super Honey Honey Badger"] = {
 
class = "Character",
 
class = "Character",
rarity = 3
+
rarity = 3,
  +
file = "Char-Badger-honeyhoney.png",
  +
baseAnimal = "Badger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 420,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
},
 
},
 
},
 
["Pot of Gold Gravestone"] = {
 
["Pot of Gold Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
rarity = 5
+
rarity = 5,
  +
file = "Gravestone_potofgold.png",
  +
event = "St. Pawtrick's Day 2021",
  +
group = 1700,
 
},
 
},
 
["Hourglass Gravestone"] = {
 
["Hourglass Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
rarity = 2
+
rarity = 2,
  +
file = "Gravestone-hourglass.png",
  +
description = "''Mochi_Mei Super Content Creator Item''<br>Giveaway Exclusive",
  +
group = 750,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
 
},
 
},
 
["Shamrock Glasses"] = {
 
["Shamrock Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
rarity = 5
+
rarity = 5,
  +
file = "Glasses_shamrock.png",
  +
event = "St. Pawtrick's Day 2021",
  +
group = 3200,
 
},
 
},
 
["Steampunk Sword"] = {
 
["Steampunk Sword"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 3
+
rarity = 3,
  +
file = "Melee steampunk swordgun.png",
  +
description = "''Mochi_Mei Super Content Creator Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 3750,
 
},
 
},
 
["Steampunk Umbrella"] = {
 
["Steampunk Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
rarity = 3
+
rarity = 3,
  +
file = "Umbrella steampunk.png",
  +
description = "''Mochi_Mei Super Content Creator Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 2200,
 
},
 
},
 
["Steampunk Dress"] = {
 
["Steampunk Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 4
+
rarity = 4,
  +
file = "Clothes dress steampunk Foxy.png",
  +
description = "''Mochi_Mei Super Content Creator Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 10700,
 
},
 
},
 
["Selfie!"] = {
 
["Selfie!"] = {
 
class = "Emote",
 
class = "Emote",
rarity = 2
+
rarity = 2,
  +
file = "Emote-selfie.png",
},
 
  +
framed = 1,
["RAM Stick"] = {
 
class = "MeleeSkin",
+
store = "saw",
rarity = 3
+
currency = {
  +
name = "S.A.W. Tickets",
},
 
  +
amount = 600,
["Mushroom Umbrella"] = {
 
  +
},
class = "Umbrella",
 
  +
bundle = "Selfie Bundle",
rarity = 3
 
},
 
["Mushroom Cap"] = {
 
class = "Hat",
 
rarity = 3
 
},
 
["Mushroom Shirt"] = {
 
class = "Clothes",
 
rarity = 2
 
 
},
 
},
 
["Super Bunny Beanie"] = {
 
["Super Bunny Beanie"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 4
+
rarity = 4,
  +
file = "Hat_beanies_bunny.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
group = 6000,
 
},
 
},
 
["Pink Polka Dot Bow"] = {
 
["Pink Polka Dot Bow"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 5
+
rarity = 5,
  +
file = "Hat_pink_polkadot_bow.png",
  +
event = "Super Easter 2021",
  +
group = 7550,
 
},
 
},
 
["Spring Plaid Cap"] = {
 
["Spring Plaid Cap"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 2
+
rarity = 2,
  +
framed = 1,
  +
file = "Hat_spring_plaid.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
bundle = "Spring Bundle",
  +
group = 2950,
 
},
 
},
 
["Blue Bunny Ears"] = {
 
["Blue Bunny Ears"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 5
+
rarity = 5,
  +
file = "Hat_bunnyears_blue.png",
  +
event = "Super Easter 2021",
  +
group = 7600,
 
},
 
},
 
["Easter Bird's Nest Hat"] = {
 
["Easter Bird's Nest Hat"] = {
 
class = "Hat",
 
class = "Hat",
rarity = 5
+
rarity = 5,
  +
file = "Hat_easter_nest.png",
  +
event = "Super Easter 2021",
  +
group = 7650,
 
},
 
},
 
Flatcap = {
 
Flatcap = {
 
class = "Hat",
 
class = "Hat",
rarity = 1
+
rarity = 1,
  +
file = "Hat_flatcap.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 200,
  +
},
  +
group = 1150,
 
},
 
},
 
["Chocolate Egg Gravestone"] = {
 
["Chocolate Egg Gravestone"] = {
 
class = "Gravestone",
 
class = "Gravestone",
rarity = 5
+
rarity = 5,
  +
file = "Gravestone-chocolate-egg.png",
  +
event = "Super Easter 2021",
  +
group = 1750,
 
},
 
},
 
["Spring Umbrella"] = {
 
["Spring Umbrella"] = {
 
class = "Umbrella",
 
class = "Umbrella",
rarity = 1
+
rarity = 1,
  +
framed = 1,
  +
file = "Umbrella_spring.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 150,
  +
},
  +
bundle = "Spring Bundle",
  +
group = 750,
 
},
 
},
 
["Easter Egg Glasses"] = {
 
["Easter Egg Glasses"] = {
 
class = "Glasses",
 
class = "Glasses",
rarity = 5
+
rarity = 5,
  +
file = "Glasses_easter_egg.png",
  +
event = "Super Easter 2021",
  +
group = 3250,
 
},
 
},
 
["Chocolate Bunny"] = {
 
["Chocolate Bunny"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 5
+
rarity = 5,
  +
file = "Melee_chocolate_bunny.png",
  +
event = "Super Easter 2021",
  +
group = 6250,
 
},
 
},
 
["Colonel Sabre"] = {
 
["Colonel Sabre"] = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 2
+
rarity = 2,
  +
framed = 1,
  +
file = "Melee_colonelsabre_assets.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
bundle = "Napoleon Bundle",
  +
group = 2550,
 
},
 
},
 
Tulips = {
 
Tulips = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 2
+
rarity = 2,
  +
framed = 1,
  +
file = "Melee_tulips.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
bundle = "Spring Bundle",
  +
group = 2500,
 
},
 
},
 
["Banana Bow & Sparrow"] = {
 
["Banana Bow & Sparrow"] = {
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 2,
 
rarity = 2,
  +
store = "saw",
description = "<br>''[[S.A.W Shop#Weapon Skins|S.A.W Shop]] item''",
 
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
 
file = "Gun bow banana.png",
 
file = "Gun bow banana.png",
link = "Bow & Sparrow"
+
link = "Bow & Sparrow",
  +
framed = 1,
 
},
 
},
 
["Easter Vest"] = {
 
["Easter Vest"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5
+
rarity = 5,
  +
file = "Clothes_easter_vest.png",
  +
event = "Super Easter 2021",
  +
group = 14400,
 
},
 
},
 
["Flower Dress"] = {
 
["Flower Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 5
+
rarity = 5,
  +
file = "Clothes_flower_dress.png",
  +
event = "Super Easter 2021",
  +
group = 14450,
 
},
 
},
 
["Spring Plaid Outfit"] = {
 
["Spring Plaid Outfit"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 2
+
rarity = 2,
  +
framed = 1,
  +
file = "Clothes_spring_plaid_outfit.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
group = 5950,
 
},
 
},
 
["Spring Plaid Dress"] = {
 
["Spring Plaid Dress"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 2
+
rarity = 2,
  +
framed = 1,
  +
file = "Clothes_spring_plaid_dress.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
bundle = "Spring Bundle",
  +
group = 5900,
 
},
 
},
 
Halberd = {
 
Halberd = {
 
class = "MeleeSkin",
 
class = "MeleeSkin",
rarity = 2
+
rarity = 2,
  +
framed = 1,
  +
file = "melee_halberd.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
bundle = "Knight Bundle",
  +
group = 2600,
 
},
 
},
 
["Knight Armor"] = {
 
["Knight Armor"] = {
 
class = "Clothes",
 
class = "Clothes",
rarity = 2
+
rarity = 2,
  +
framed = 1,
  +
file = "clothes_knight_armor.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
bundle = "Knight Bundle",
  +
group = 6400,
 
},
 
},
 
["Super Cherry Blossom Badger"] = {
 
["Super Cherry Blossom Badger"] = {
 
class = "Character",
 
class = "Character",
rarity = 3
+
rarity = 3,
  +
file = "Char-badger-cherry.png",
  +
baseAnimal = "Badger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 420,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
},
 
},
 
},
 
["Super Daffodil Horse"] = {
 
["Super Daffodil Horse"] = {
 
class = "Character",
 
class = "Character",
rarity = 3
+
rarity = 3,
  +
file = "Char-horse-daffodil.png",
  +
baseAnimal = "Horse",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 420,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
},
  +
},
  +
["Super Night Mare"] = {
  +
class = "Character",
  +
rarity = 3,
  +
file = "Char-horse-nightmare.png",
  +
baseAnimal = "Horse",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 420,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
},
 
},
 
},
 
["Super Violet Squirrel"] = {
 
["Super Violet Squirrel"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
rarity = 3
+
rarity = 3,
  +
file = "Char-squirrel-violet.png",
  +
baseAnimal = "Squirrel",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 170,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 45,
  +
},
  +
},
 
},
 
},
 
["Super Beagle"] = {
 
["Super Beagle"] = {
 
class = "CharacterSkin",
 
class = "CharacterSkin",
rarity = 2
+
rarity = 2,
  +
file = "Char-dog-beagle.png",
},
 
  +
baseAnimal = "Dog",
["Detective Outfit"] = {
 
  +
currencies = {
class = "Clothes",
 
  +
{
rarity = 3
 
  +
name = "DNA",
},
 
  +
amount = 110,
["Detective Hat"] = {
 
  +
},
class = "Hat",
 
  +
{
rarity = 2
 
  +
name = "Serum",
},
 
  +
amount = 24,
["Magnifying Glass"] = {
 
  +
},
class = "MeleeSkin",
 
  +
},
rarity = 2
 
},
 
["Detective Umbrella"] = {
 
class = "Umbrella",
 
rarity = 2
 
 
},
 
},
 
["Carl Coins"] = {
 
["Carl Coins"] = {
Line 7,272: Line 13,917:
 
class = "Currency",
 
class = "Currency",
 
rarity = 0,
 
rarity = 0,
link = "Currency"
+
link = "Carl Coins",
 
},
 
},
 
["SAR Tickets x3"] = {
 
["SAR Tickets x3"] = {
Line 7,278: Line 13,923:
 
class = "Currency",
 
class = "Currency",
 
rarity = 5,
 
rarity = 5,
link = "Currency"
+
link = "S.A.W. Tickets",
 
},
 
},
 
["Super Serum"] = {
 
["Super Serum"] = {
Line 7,284: Line 13,929:
 
rarity = 0,
 
rarity = 0,
 
class = "Currency",
 
class = "Currency",
link = "Super Serum"
+
link = "Super Serum",
 
},
 
},
 
["Default AK"] = {
 
["Default AK"] = {
Line 7,290: Line 13,935:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Gun-ak grey.png"
 
  +
file = "Gun-ak grey.png",
 
},
 
},
 
["Default Bow & Sparrow"] = {
 
["Default Bow & Sparrow"] = {
Line 7,296: Line 13,942:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Gun bow default.png"
 
  +
file = "Gun bow default.png",
 
},
 
},
 
["Default Sparrow Launcher"] = {
 
["Default Sparrow Launcher"] = {
Line 7,302: Line 13,949:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Gun crossbow default.png"
 
  +
file = "Gun crossbow default.png",
 
},
 
},
 
["Default Silenced Pistol"] = {
 
["Default Silenced Pistol"] = {
Line 7,308: Line 13,956:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Gun-silenced-pistol grey.png"
 
  +
file = "Gun-silenced-pistol grey.png",
 
},
 
},
 
["Default Pistol"] = {
 
["Default Pistol"] = {
Line 7,314: Line 13,963:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Gun-pistol grey.png"
 
  +
file = "Gun-pistol grey.png",
 
},
 
},
 
["Default M16"] = {
 
["Default M16"] = {
Line 7,320: Line 13,970:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Gun-m16 grey.png"
 
  +
file = "Gun-m16 grey.png",
 
},
 
},
 
["Default Minigun"] = {
 
["Default Minigun"] = {
Line 7,326: Line 13,977:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Gun-minigun grey.png"
 
  +
file = "Gun-minigun grey.png",
 
},
 
},
 
["Default Magnum"] = {
 
["Default Magnum"] = {
Line 7,332: Line 13,984:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Gun-magnum grey.png"
 
  +
file = "Gun-magnum grey.png",
 
},
 
},
 
["Default Shotgun"] = {
 
["Default Shotgun"] = {
Line 7,338: Line 13,991:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Gun-shotgun grey.png"
 
  +
file = "Gun-shotgun grey.png",
 
},
 
},
 
["Default Sniper"] = {
 
["Default Sniper"] = {
Line 7,344: Line 13,998:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Gun-sniper grey.png"
 
  +
file = "Gun-sniper grey.png",
 
},
 
},
 
["Default Hunting Rifle"] = {
 
["Default Hunting Rifle"] = {
Line 7,350: Line 14,005:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Gun_rifle_grey-resources.assets-1277.png"
 
  +
file = "Gun_rifle_grey-resources.assets-1277.png",
 
},
 
},
 
["Default Deagle"] = {
 
["Default Deagle"] = {
Line 7,356: Line 14,012:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Gun_deagle_grey.png"
 
  +
file = "Gun_deagle_grey.png",
 
},
 
},
 
["Default Poison Dart Gun"] = {
 
["Default Poison Dart Gun"] = {
Line 7,362: Line 14,019:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
 
file = "Gun_dart_grey-resources.assets-5316.png",
 
file = "Gun_dart_grey-resources.assets-5316.png",
name = "Default Dogna's Dart Gun"
+
name = "Dogna's Default Dart Gun",
 
},
 
},
 
["Default Thomas Gun"] = {
 
["Default Thomas Gun"] = {
Line 7,369: Line 14,027:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Gun-thomas gun grey.png"
 
  +
file = "Gun-thomas gun grey.png",
 
},
 
},
 
["Default SMG"] = {
 
["Default SMG"] = {
Line 7,375: Line 14,034:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Gun-smg grey.png"
 
  +
file = "Gun-smg grey.png",
 
},
 
},
 
["Default JAG-7"] = {
 
["Default JAG-7"] = {
Line 7,381: Line 14,041:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Gun jag7.png"
 
  +
file = "Gun jag7.png",
 
},
 
},
 
["Default Dual Pistols"] = {
 
["Default Dual Pistols"] = {
Line 7,387: Line 14,048:
 
class = "GunSkin",
 
class = "GunSkin",
 
rarity = 0,
 
rarity = 0,
  +
description = "''Available to all players''",
file = "Dual Pistols.png"
 
  +
file = "Dual Pistols.png",
  +
},
  +
["Turtle DNA"] = {
  +
class = "DNA",
  +
rarity = 0,
  +
},
  +
["Super Turtle"] = {
  +
class = "Character",
  +
rarity = 0,
  +
file = "Char-turtle.png",
  +
baseAnimal = "Turtle",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 185,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
  +
},
  +
["Super Aqua Turtle"] = {
  +
class = "Character",
  +
rarity = 1,
  +
file = "Char-turtle-blue.png",
  +
baseAnimal = "Turtle",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 72,
  +
},
  +
},
  +
},
  +
["Life Preserver Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 2,
  +
file = "Gravestone-lifepreserver.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 800,
  +
},
  +
["Life Jacket"] = {
  +
class = "Neck",
  +
rarity = 2,
  +
file = "Clothes_lifejacket.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 6550,
  +
},
  +
["Marching Band Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
file = "Hat_marchingband.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 3000,
  +
},
  +
["Hopperfield Tophat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
file = "Hat_tophat_magician.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 3100,
  +
},
  +
["Boater Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
file = "Hat_boater_hat.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 3050,
  +
},
  +
["Aquamarine Fancy Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
file = "Glasses_fancy_aquablue.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 1750,
  +
},
  +
["Orange Crescent Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
file = "Glasses_sunglasses_crescent.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 1800,
  +
},
  +
["Gray Jeweled Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
file = "Glasses_jewels_grey.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 1850,
  +
},
  +
["Marching Cane"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
file = "Melee_dancing_cane.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 2700,
  +
},
  +
["Lemon Thomas Gun"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
description = "''[[Super Animal Pass Season 0.5]]''",
  +
link = "Thomas Gun",
  +
file = "Gun thomas lemon.png",
  +
framed = 1,
  +
},
  +
["Fish Hunting Rifle"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
description = "''[[Super Animal Pass Season 0.5]]''",
  +
link = "Hunting Rifle",
  +
file = "Gun rifle fish.png",
  +
framed = 1,
  +
},
  +
["Super Loggerhead Turtle"] = {
  +
class = "Character",
  +
rarity = 2,
  +
file = "Char-turtle-loggerhead.png",
  +
baseAnimal = "Turtle",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 330,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 90,
  +
},
  +
},
  +
},
  +
["Super Slider Turtle"] = {
  +
class = "Character",
  +
rarity = 2,
  +
file = "Char-turtle-slider.png",
  +
baseAnimal = "Turtle",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 330,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 90,
  +
},
  +
},
  +
},
  +
["White Sailor Outfit"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
file = "clothes_sailor.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
bundle = "Sailor Bundle",
  +
group = 6350,
  +
},
  +
["Cherry Parasol"] = {
  +
class = "Umbrella",
  +
rarity = 2,
  +
framed = 1,
  +
file = "umbrella_parasol_cherries.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 250,
  +
},
  +
bundle = "Cherry Bundle",
  +
group = 1250,
  +
},
  +
["Viking Axe"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
file = "melee_viking_axe.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
bundle = "Viking Bundle",
  +
group = 2650,
  +
},
  +
["Viking Helmet"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
file = "hat_viking_helmet.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
bundle = "Viking Bundle",
  +
group = 3250,
  +
},
  +
["Cherry Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Hat_cherries.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
bundle = "Cherry Bundle",
  +
group = 3200,
  +
},
  +
["Viking Outfit"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
file = "clothes_viking.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
bundle = "Viking Bundle",
  +
group = 6500,
  +
},
  +
["Cherry Dress"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Clothes_dress_cherries.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
bundle = "Cherry Bundle",
  +
group = 6450,
  +
},
  +
["Baaaarbershop Quartet Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
file = "Clothes_barbershop_quartet.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 9400,
  +
},
  +
["Marching Band Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
file = "Clothes_marchingband_boy.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 9300,
  +
},
  +
["Marching Band Skirt"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
file = "Clothes_marchingband_girl.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 9350,
  +
},
  +
["Hopperfield Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
file = "Clothes_tuxedo_magician.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 9450,
  +
},
  +
["Fishing Hat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
file = "Hat_fisherman.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 5000,
  +
},
  +
["Banana Leaf Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
file = "Umbrella_leaves.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 2300,
  +
},
  +
Mop = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
file = "Melee_mop.png",
  +
framed = 1,
  +
name = "Modest Mop",
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 3800,
  +
},
  +
["Microphone Stand"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
file = "Melee_microphone_vocal.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 3850,
  +
},
  +
["Ocean Magnum"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
description = "''[[Super Animal Pass Season 0.5]]''",
  +
link = "Magnum",
  +
file = "Gun magnum waves.png",
  +
framed = 1,
  +
},
  +
["Super Tortoise"] = {
  +
class = "Character",
  +
rarity = 3,
  +
file = "Char-turtle-tortoise.png",
  +
baseAnimal = "Turtle",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 420,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
},
  +
},
  +
["Cooler Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 4,
  +
file = "Gravestone-coolerbox.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 1450,
  +
},
  +
["Fishing Rod"] = {
  +
class = "MeleeSkin",
  +
rarity = 4,
  +
file = "Melee_fishing_rod.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 4350,
  +
},
  +
["Strawberry Costume"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
file = "Clothes_strawberry.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 10750,
  +
},
  +
Clarinet = {
  +
class = "MeleeSkin",
  +
rarity = 4,
  +
file = "Melee_clarinet.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 4400,
  +
},
  +
["Vaporwave M16"] = {
  +
class = "GunSkin",
  +
rarity = 4,
  +
description = "''[[Super Animal Pass Season 0.5]]''",
  +
link = "M16",
  +
file = "Gun m16 sunset.png",
  +
framed = 1,
  +
},
  +
["Super Avocado Sloth"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char-sloth-avocado.png",
  +
baseAnimal = "Sloth",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
  +
},
  +
["Super Dragon Fruit Wolf"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char-wolf-dragonfruit.png",
  +
baseAnimal = "Wolf",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 460,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 124,
  +
},
  +
},
  +
},
  +
["Beach Sunglasses"] = {
  +
class = "Glasses",
  +
rarity = 5,
  +
file = "Glasses_sunglasses_beach_party.png",
  +
event = "Summer Royale 2021",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 150,
  +
},
  +
group = 3300,
  +
},
  +
["Blue Striped Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 5,
  +
file = "umbrella_striped_blue.png",
  +
event = "Summer Royale 2021",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 150,
  +
},
  +
group = 3500,
  +
},
  +
["Message In A Bottle"] = {
  +
name = "Message in a Bottle",
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
file = "Melee_message_bottle.png",
  +
event = "Summer Royale 2021",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 450,
  +
},
  +
group = 6300,
  +
},
  +
["Blue Beach Hat"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
file = "Hat_beach_blue.png",
  +
event = "Summer Royale 2021",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 300,
  +
},
  +
group = 7700,
  +
},
  +
["Starfish Visor"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
file = "Hat_visor_starfish.png",
  +
event = "Summer Royale 2021",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 300,
  +
},
  +
group = 7750,
  +
},
  +
["Sandcastle Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 5,
  +
file = "Gravestone-sandcastle.png",
  +
event = "Summer Royale 2021",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 450,
  +
},
  +
group = 1800,
  +
},
  +
["Beach Party Sarong"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
file = "Clothes_sarong_beach_party.png",
  +
event = "Summer Royale 2021",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 450,
  +
},
  +
group = 14500,
  +
},
  +
["Fisherman Beanie"] = {
  +
class = "Hat",
  +
rarity = 1,
  +
file = "hat_beanie_fisherman.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 1100,
  +
},
  +
["Fisherman Overalls"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
file = "Clothes overalls fisherman.png",
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 0.5]]",
  +
group = 9000,
  +
},
  +
["Beach Party Outfit"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
file = "Clothes_shirt_beach_party.png",
  +
event = "Summer Royale 2021",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 450,
  +
},
  +
group = 14550,
  +
},
  +
["Disco Outfit"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Clothes_suit_disco.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
bundle = "Disco Bundle",
  +
group = 6150,
  +
},
  +
["Disco Dress"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Clothes_dress_disco.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
bundle = "Disco Bundle",
  +
group = 6100,
  +
},
  +
["Disco Headband"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Hat_headband_disco.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
bundle = "Disco Bundle",
  +
group = 2600,
  +
},
  +
["Red Content Creator Hoodie"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
file = "Clothes_hoodie_YT.png",
  +
description = "[[Special Cosmetics#Content Creator|YouTube Content Creator]]",
  +
group = 6050,
  +
},
  +
["Anchor Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 2,
  +
framed = 1,
  +
file = "gravestone-anchor.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 250,
  +
},
  +
bundle = "Sailor Bundle",
  +
group = 850,
  +
},
  +
["White Sailor Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
file = "hat_sailor_white.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
bundle = "Sailor Bundle",
  +
group = 3150,
  +
},
  +
["Wooden Oar"] = {
  +
class = "MeleeSkin",
  +
rarity = 1,
  +
framed = 1,
  +
file = "Melee_oar.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 300,
  +
},
  +
group = 1000,
  +
},
  +
["Super Rotting Fox"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char fox rotting-resources.assets-2051.png",
  +
description = "<small>''TheRotFox Super Content Creator Item''</small>",
  +
baseAnimal = "Fox",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
  +
},
  +
["SAR Tonight M16"] = {
  +
class = "GunSkin",
  +
rarity = 5,
  +
file = "Gun m16 sart.png",
  +
description = "''[[Special Cosmetics#SAR Tonight|SAR Tonight reward]]''",
  +
link = "M16",
  +
},
  +
["Mini Bear"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Pet-bear.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
link = "Mini Animal Pets",
  +
group = 10,
  +
},
  +
["Mini Capybara"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Pet-capy.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
link = "Mini Animal Pets",
  +
group = 130,
  +
},
  +
["Mini Cat"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Pet-cat.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
link = "Mini Animal Pets",
  +
group = 20,
  +
},
  +
["Mini Dog"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Pet-dog.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
link = "Mini Animal Pets",
  +
group = 40,
  +
},
  +
["Mini Fox"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Pet-fox.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
link = "Mini Animal Pets",
  +
group = 50,
  +
},
  +
["Mini Red Panda"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Pet-redpanda.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
link = "Mini Animal Pets",
  +
group = 70,
  +
},
  +
["Mini Skullcat"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Pet-skullcat.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
link = "Mini Animal Pets",
  +
group = 90,
  +
},
  +
["Mini Tiger"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Pet-tiger.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
link = "Mini Animal Pets",
  +
group = 110,
  +
},
  +
["Mini Wolf"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Pet-wolf.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
link = "Mini Animal Pets",
  +
group = 120,
  +
},
  +
["S.A.W. Visitor Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
file = "Clothes tourist.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 10800,
  +
},
  +
["CRISPR Cafe Apron"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Clothes barista1.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 9650,
  +
},
  +
["CRISPR Cafe Half-Apron"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Clothes barista2.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 9700,
  +
},
  +
["Slow Food Uniform"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Clothes chef sushi.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 9600,
  +
},
  +
["Bearlesque Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Clothes dress bearlesque.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 9800,
  +
},
  +
["Park Guide Uniform"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Clothes park staff.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 9750,
  +
},
  +
["Explorer Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Clothes explorer.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 9550,
  +
},
  +
["Party Horn Emote"] = {
  +
class = "Emote",
  +
rarity = 4,
  +
framed = 1,
  +
file = "Emote-partyhorn.png",
  +
},
  +
["Cake SMG"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
description = "''[[Super Animal Pass Season 1]]''",
  +
framed = 1,
  +
file = "Gun smg cake.png",
  +
link = "SMG",
  +
},
  +
["Chocolate Pistol"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
description = "''[[Super Animal Pass Season 1]]''",
  +
framed = 1,
  +
file = "Gun pistol chocolate.png",
  +
link = "Pistol",
  +
group = 450,
  +
},
  +
["Safari Dogna's Dart Gun"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
file = "Safari Dogna's Dartgun.png",
  +
name = "Dogna's Safari Dart Gun",
  +
description = "''[[Super Animal Pass Season 1]]''",
  +
link = "Dogna's Dart Gun",
  +
framed = 1,
  +
},
  +
["Icecream Cone"] = {
  +
class = "MeleeSkin",
  +
rarity = 4,
  +
framed = 1,
  +
file = "Melee icecream cone.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 4450,
  +
},
  +
Ketchup = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Melee ketchup.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 4000,
  +
},
  +
Spatula = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Melee spatula.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 3950,
  +
},
  +
["Water Bottle"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Melee water bottle.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 4050,
  +
},
  +
["Slow Food Chef Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Hat chef sushi.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 3300,
  +
},
  +
Cupcake = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Hat cupcake.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 5150,
  +
},
  +
Fries = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Hat fries.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 5100,
  +
},
  +
Pie = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Hat pie slice.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 5200,
  +
},
  +
["Bearlesque Tophat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Hat tophat bearlesque.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 5250,
  +
},
  +
["Explorer Hat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Hat explorer.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 5050,
  +
},
  +
["Leopard Sunglasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Glasses sunglasses leopard.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 1900,
  +
},
  +
["Tiger Sunglasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Glasses sunglasses tiger.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 1950,
  +
},
  +
["Zebra Sunglasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Glasses sunglasses zebra.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 2000,
  +
},
  +
["SAW Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Umbrella SAW.png",
  +
description = "[[Super Animal Pass Season 1]]",
  +
group = 1350,
  +
},
  +
["Variety Tuxedo"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
file = "outfit variety tux.png",
  +
description = "[[Special Cosmetics#Variety - the Children's Charity 2021|Variety - the Children's Charity 2021]]",
  +
group = 14600,
  +
},
  +
["Variety Tophat"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
file = "hat variety top.png",
  +
description = "[[Special Cosmetics#Variety - the Children's Charity 2021|Variety - the Children's Charity 2021]]",
  +
group = 7800,
  +
},
  +
["Variety Heart Antennae"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
file = "hat heart antennae.png",
  +
description = "[[Special Cosmetics#Petember|Petember 2021]]",
  +
group = 7850,
  +
},
  +
["Variety Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 5,
  +
file = "umbrella variety petember.png",
  +
description = "[[Special Cosmetics#Variety - the Children's Charity 2021|Variety - the Children's Charity 2021]]",
  +
group = 3550,
  +
name = "Variety Petember Umbrella",
  +
},
  +
["Super Frog"] = {
  +
class = "Character",
  +
rarity = 0,
  +
file = "Char-Frog.png",
  +
baseAnimal = "Frog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 125,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 30,
  +
},
  +
},
  +
},
  +
["Super Tree Frog"] = {
  +
class = "Character",
  +
rarity = 2,
  +
file = "Char-Frog treefrog.png",
  +
baseAnimal = "Frog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 220,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 85,
  +
},
  +
},
  +
},
  +
["Super Rain Frog"] = {
  +
class = "Character",
  +
rarity = 2,
  +
file = "Char-Frog rainfrog.png",
  +
baseAnimal = "Frog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 210,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 58,
  +
},
  +
},
  +
},
  +
["Super Horned Frog"] = {
  +
class = "Character",
  +
rarity = 3,
  +
file = "Char-Frog horned.png",
  +
baseAnimal = "Frog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 280,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 85,
  +
},
  +
},
  +
},
  +
["Super Dart Frog"] = {
  +
class = "Character",
  +
rarity = 2,
  +
file = "Char-Frog yellowblue.png",
  +
baseAnimal = "Frog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 220,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 58,
  +
},
  +
},
  +
},
  +
["Super Warrior Skullcat"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
file = "Char-skullcat-feral.png",
  +
description = "<small>[[Season 1 Starter Pack]]</small>",
  +
baseAnimal = "Skullcat",
  +
framed = 1,
  +
group = 1100,
  +
},
  +
["Warrior Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Clothes tribal.png",
  +
description = "<small>[[Season 1 Starter Pack]]</small>",
  +
group = 9500,
  +
},
  +
["Blue Crayon"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
file = "Melee crayon blue.png",
  +
description = "[[Special Cosmetics#Super Fanart Contest|Opening Day at Super Animal World (Jul-Aug 2021)]]",
  +
group = 5950,
  +
},
  +
["Pumpkin Shotgun"] = {
  +
class = "GunSkin",
  +
rarity = 5,
  +
file = "Gun shotgun pumpkin.png",
  +
event = "Super Howloween 2021",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 450,
  +
},
  +
link = "Shotgun",
  +
},
  +
["Bones Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 5,
  +
file = "Gravestone bones.png",
  +
event = "Super Howloween 2021",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 900,
  +
},
  +
group = 1850,
  +
},
  +
["Jack-O-Cap"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
file = "Hat baseball halloween.png",
  +
event = "Super Howloween 2021",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 450,
  +
},
  +
group = 7900,
  +
},
  +
["Haunted Hat"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
file = "Tophat_eyes.png",
  +
event = "Super Howloween 2021",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 900,
  +
},
  +
group = 7950,
  +
},
  +
["Pumpkin Glasses"] = {
  +
class = "Glasses",
  +
rarity = 5,
  +
file = "Glasses pumpkins.png",
  +
event = "Super Howloween 2021",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 450,
  +
},
  +
group = 3350,
  +
},
  +
["Spiderweb Sweater"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
file = "Clothes sweater spiderweb.png",
  +
event = "Super Howloween 2021",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 900,
  +
},
  +
group = 14650,
  +
},
  +
["Candy Corn Dress"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
file = "Clothes_dress_candycorn.png",
  +
event = "Super Howloween 2021",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 1337,
  +
},
  +
group = 14700,
  +
},
  +
Candlestick = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
file = "Melee candlestick.png",
  +
event = "Super Howloween 2021",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 1337,
  +
},
  +
group = 6350,
  +
},
  +
["Coffin Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Gravestone coffin.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 250,
  +
},
  +
group = 900,
  +
},
  +
["Spooky Clown Outfit"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Clothes scary clown.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
bundle = "Spooky Clown Bundle",
  +
group = 6650,
  +
},
  +
["Zombie Professional Attire"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Clothes zombie salaryman.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
group = 6600,
  +
},
  +
["Spooky Clown Hat"] = {
  +
class = "Hat",
  +
rarity = 1,
  +
framed = 1,
  +
file = "Hat scary clown.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 200,
  +
},
  +
bundle = "Spooky Clown Bundle",
  +
group = 1200,
  +
},
  +
["Bones Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 1,
  +
framed = 1,
  +
file = "Umbrella bones.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 150,
  +
},
  +
group = 800,
  +
},
  +
["Spooky Clown Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Umbrella clown.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 400,
  +
},
  +
bundle = "Spooky Clown Bundle",
  +
group = 2350,
  +
},
  +
["White Sailor Dress"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
file = "clothes_dress_sailor.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
bundle = "Sailor Bundle",
  +
group = 6300,
  +
},
  +
["SAR Tonight Hoodie"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
file = "Outfit sart hoodie.png",
  +
description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
  +
group = 11250,
  +
},
  +
["Spidery Witch Hat"] = {
  +
class = "Hat",
  +
rarity = 1,
  +
framed = 1,
  +
file = "Hat spider.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 200,
  +
},
  +
group = 1250,
  +
},
  +
["Zombie School Uniform"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Clothes zombie schoolgirl.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
group = 12950,
  +
},
  +
["Spiderweb Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
file = "glasses_spiderweb.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 250,
  +
},
  +
group = 2100,
  +
},
  +
Macuahuitl = {
  +
class = "MeleeSkin",
  +
file = "Melee macuahuitl.png",
  +
description = "<small>[[Season 1 Starter Pack]]</small>",
  +
group = 3900,
  +
rarity = 3,
  +
framed = 1,
  +
},
  +
["Vampire Hunter Outfit"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
file = "Clothes vampire hunter.png",
  +
description = "[[Special_Cosmetics#Twitch Drops October 2021|Twitch Drops October 2021]]",
  +
group = 14750,
  +
},
  +
["Vampire Hunter Hat"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
file = "Hat vampire hunter.png",
  +
description = "[[Special_Cosmetics#Twitch Drops October 2021|Twitch Drops October 2021]]",
  +
group = 8000,
  +
},
  +
["Wooden Stake"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
file = "Melee wooden stake.png",
  +
description = "[[Special_Cosmetics#Twitch Drops October 2021|Twitch Drops October 2021]]",
  +
group = 6400,
  +
},
  +
["Vampire Hunter Sparrow Launcher"] = {
  +
class = "GunSkin",
  +
rarity = 5,
  +
file = "Vampire Hunter Sparrow Launcher.png",
  +
description = "[[Special_Cosmetics#Twitch Drops October 2022|Twitch Drops October 2022]]",
  +
link = "Sparrow Launcher",
  +
},
  +
["Vampire Hunter Glasses"] = {
  +
class = "Glasses",
  +
rarity = 5,
  +
file = "Vampire Hunter Glasses.png",
  +
description = "[[Special_Cosmetics#Twitch Drops October 2022|Twitch Drops October 2022]]",
  +
},
  +
["Grim Reaper Scythe"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Melee grimreaper scythe.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 650,
  +
},
  +
group = 6050,
  +
},
  +
["Soda Bottle"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
file = "Melee soda bottle.png ",
  +
description = "[[Super Animal Mods|Camer Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 3600,
  +
},
  +
["White Dragon Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
file = "Umbrella dragon.png",
  +
description = "[[Super Animal Mods|Littlefish Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 2200,
  +
},
  +
["Hotdog Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
file = "Clothes hotdog.png",
  +
description = "''Enocinoco Super Content Creator Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 13000,
  +
},
  +
Pancakes = {
  +
class = "Hat",
  +
rarity = 2,
  +
file = "Hat pancake.png",
  +
description = "''Enocinoco Super Content Creator Item''",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
group = 3400,
  +
},
  +
["Ham Leg"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
file = "Melee meat.png",
  +
description = "''Enocinoco Super Content Creator Item''",
  +
group = 2750,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
},
  +
["Shiba Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 4,
  +
file = "Umbrella animal shiba.png",
  +
description = "''Enocinoco Super Content Creator Item''",
  +
group = 2750,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
},
  +
["RAM Stick"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
description = "''[[Special Cosmetics#PC Gamer Magazine July 2021|PC Gamer Magazine July 2021]]''",
  +
group = 3750,
  +
},
  +
["PC Gamer AK"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
description = "''[[Special Cosmetics#PC Gamer Magazine July 2021|PC Gamer Magazine July 2021]]''",
  +
link = "AK",
  +
},
  +
["PC Gamer Biker Jacket"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
description = "[[Special Cosmetics#PC Gamer Magazine July 2021|PC Gamer Magazine July 2021]]",
  +
group = 9300,
  +
},
  +
["PC Gamer Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 2,
  +
description = "[[Special Cosmetics#PC Gamer Magazine July 2021|PC Gamer Magazine July 2021]]",
  +
group = 1300,
  +
},
  +
["PC Gamer Sniper"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
link = "Sniper",
  +
description = "''[[Special Cosmetics#PC Gamer Magazine July 2021|PC Gamer Magazine July 2021]]''",
  +
},
  +
["PC Gamer SMG"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
link = "SMG",
  +
description = "''[[Special Cosmetics#PC Gamer Magazine July 2021|PC Gamer Magazine July 2021]]''",
  +
},
  +
["Coconut Costume"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
file = "Clothes_cocostume.png",
  +
description = "[[Super Animal Mods|Coconyan Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 13100,
  +
},
  +
["Skullcat Hanbok"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
file = "Clothes_hanbok_skullcat.png",
  +
description = "[[Super Animal Mods|Kom JJi Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 13050,
  +
},
  +
["Super Moon Bear"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
file = "Char-bear-moon.png",
  +
description = "<small>[[Season 2 Starter Pack]]</small>",
  +
baseAnimal = "Bear",
  +
framed = 1,
  +
group = 1050,
  +
},
  +
["Warrior Monk Sword"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
file = "melee_shaolin_sword.png",
  +
description = "<small>[[Season 2 Starter Pack]]</small>",
  +
framed = 1,
  +
group = 6100,
  +
},
  +
["Warrior Monk Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
file = "clothes_warrior_monk.png",
  +
description = "<small>[[Season 2 Starter Pack]]</small>",
  +
framed = 1,
  +
group = 13000,
  +
},
  +
["Gingerbread Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2021",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 900,
  +
},
  +
file = "Gravestone-gingerbread.png",
  +
group = 1900,
  +
},
  +
["CRISPRmas Tree Dress"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2021",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 1337,
  +
},
  +
file = "Clothes CRISPRmas tree.png",
  +
group = 14800,
  +
},
  +
["Snowflake Silenced Pistol"] = {
  +
class = "GunSkin",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2021",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 900,
  +
},
  +
link = "Silenced Pistol",
  +
file = "Gun silenced pistol snowflake.png",
  +
},
  +
["Snow Shovel"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2021",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 450,
  +
},
  +
file = "Melee snow shovel.png",
  +
group = 6450,
  +
},
  +
["Winter Fur Hat"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2021",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 1337,
  +
},
  +
file = "Hat fur hat.png",
  +
group = 8100,
  +
},
  +
["Red Pom Beanie"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2021",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 450,
  +
},
  +
file = "Hat pombeanie christmas.png",
  +
group = 8050,
  +
},
  +
["Ice Sunglasses"] = {
  +
class = "Glasses",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2021",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 450,
  +
},
  +
file = "Sunglasses ice.png",
  +
group = 3400,
  +
},
  +
["Festive Lights Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2021",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 900,
  +
},
  +
file = "Umbrella christmas lights.png",
  +
group = 3600,
  +
},
  +
["Clipboard Emote"] = {
  +
class = "Emote",
  +
rarity = 4,
  +
framed = 1,
  +
name = "Clipboard",
  +
file = "Emote-clipboard.png",
  +
description = "[[Super Animal Pass Season 2]]",
  +
},
  +
["Lace Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 2450,
  +
},
  +
["Clock Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 2400,
  +
},
  +
["Honeycomb Pistol"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Pistol",
  +
description = "''[[Super Animal Pass Season 2]]''",
  +
group = 500,
  +
},
  +
["Wooden Magnum"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Magnum",
  +
description = "''[[Super Animal Pass Season 2]]''",
  +
group = 150,
  +
},
  +
["Construction AK"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "AK",
  +
description = "''[[Super Animal Pass Season 2]]''",
  +
group = 100,
  +
},
  +
Chainsaw = {
  +
class = "MeleeSkin",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 6700,
  +
},
  +
Handsaw = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 6200,
  +
},
  +
["Claw Hammer"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 6150,
  +
},
  +
["Honey Dipper"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 6250,
  +
},
  +
Screwdriver = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 2800,
  +
},
  +
["Honeycomb Glasses"] = {
  +
class = "Glasses",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 2600,
  +
},
  +
["Tortoise Sunglasses"] = {
  +
class = "Glasses",
  +
rarity = 1,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 1350,
  +
},
  +
["Strainer Helmet"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
file = "Hat colander.png",
  +
group = 3600,
  +
},
  +
Hardhat = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 3450,
  +
},
  +
["Caver Helmet"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 5350,
  +
},
  +
["Blueprint Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 3550,
  +
},
  +
["Sticky Note"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
file = "hat_post-it.png",
  +
group = 3500,
  +
},
  +
["Bee Antennae"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 5300,
  +
},
  +
["Safety Vest"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 14200,
  +
},
  +
["Carpenter Overalls"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 14300,
  +
},
  +
["Bee Costume"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 14350,
  +
},
  +
["Steampunk Vest"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 10850,
  +
},
  +
["Steampunk Skirt"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 10900,
  +
},
  +
["Caver Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 14400,
  +
},
  +
["SAW Accountant Uniform"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 14250,
  +
},
  +
["Traffic Cone Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 1400,
  +
},
  +
["Roadblock Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 2]]",
  +
group = 1500,
  +
},
  +
["Winter Coat"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Clothes coat winter.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
group = 14250,
  +
},
  +
["CRISPRmas Carol"] = {
  +
class = "Emote",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Emote-CRISPRmas carol.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 800,
  +
},
  +
},
  +
["3rd Anniversary Cake Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 5,
  +
file = "Gravestone-cake3.png",
  +
description = "[[Special_Cosmetics#Super 3 Year Anniversary|Super 3 Year Anniversary]]",
  +
group = 1950,
  +
},
  +
["Super Reindeer"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char-deer-reindeer asset.png",
  +
baseAnimal = "Deer",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 290,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
  +
},
  +
["Super Beaver"] = {
  +
class = "Character",
  +
rarity = 0,
  +
file = "Char-Beaver.png",
  +
baseAnimal = "Beaver",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
  +
},
  +
["Super Pink Beaver"] = {
  +
class = "Character",
  +
rarity = 2,
  +
file = "Char-Beaver-pink.png",
  +
baseAnimal = "Beaver",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
  +
},
  +
["Super Beever"] = {
  +
class = "Character",
  +
rarity = 3,
  +
file = "Char-Beaver-bee.png",
  +
baseAnimal = "Beaver",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 380,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
  +
},
  +
["Beaver DNA"] = {
  +
class = "DNA",
  +
rarity = 0,
  +
file = "DNA Beaver.png",
  +
},
  +
["Blue & Black Hoodie"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 0,
  +
file = "Clothes hoodie PS.png",
  +
description = "[[Playstation Plus Pack]]",
  +
group = 14450,
  +
},
  +
["Blue & Black M16"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 0,
  +
link = "M16",
  +
file = "Gun M16 PS.png",
  +
description = "''[[Playstation Plus Pack]]''",
  +
},
  +
["Dogna's Blue & Black Dart Gun"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 0,
  +
link = "Dogna's Dart Gun",
  +
file = "Gun dart PS.png",
  +
description = "''[[Playstation Plus Pack]]''",
  +
},
  +
["Blue Cybersword"] = {
  +
class = "MeleeSkin",
  +
rarity = 4,
  +
framed = 0,
  +
file = "Melee cybersword PS.png",
  +
description = "[[Playstation Plus Pack]]",
  +
group = 6750,
  +
},
  +
["Green & Black Hoodie"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 0,
  +
file = "Clothes hoodie Xbox.png",
  +
description = "[[Xbox Perks Bundle]]",
  +
group = 14500,
  +
},
  +
["Green & Black M16"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 0,
  +
link = "M16",
  +
file = "Gun M16 Xbox.png",
  +
description = "''[[Xbox Perks Bundle]]''",
  +
},
  +
["Dogna's Green & Black Dart Gun"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 0,
  +
link = "Dogna's Dart Gun",
  +
file = "Gun dart Xbox.png",
  +
description = "''[[Xbox Perks Bundle]]''",
  +
},
  +
["Green Cybersword"] = {
  +
class = "MeleeSkin",
  +
rarity = 4,
  +
framed = 0,
  +
file = "Melee cybersword Xbox.png",
  +
description = "[[Xbox Perks Bundle]]",
  +
group = 6800,
  +
},
  +
["Snowy Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Umbrella snow.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 250,
  +
},
  +
group = 3100,
  +
},
  +
["Gingerbread Minigun"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Minigun",
  +
file = "Gun minigun gingerbread.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
},
  +
Mistletoe = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Melee mistletoe.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
group = 2800,
  +
},
  +
["Detective Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Umbrella detective.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 250,
  +
},
  +
bundle = "Detective Bundle",
  +
group = 3150,
  +
},
  +
["Detective Outfit"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Clothes detective.png ",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
bundle = "Detective Bundle",
  +
group = 14300,
  +
},
  +
["Detective Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Hat detective.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
bundle = "Detective Bundle",
  +
group = 3650,
  +
},
  +
["Magnifying Glass"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 2,
  +
file = "Melee magnifying glass.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
bundle = "Detective Bundle",
  +
group = 2850,
  +
},
  +
["Tea Leaf Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
file = "Umbrella tealeaf.png",
  +
description = "''wvbBB Super Content Creator Item''<br>[[Special_Cosmetics#Twitch Drops wvbBB Super Content Creator Set|Twitch Drops wvbBB SCC Set]]",
  +
group = 2500,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
},
  +
["Teacup Pajamas"] = {
  +
name = "Cafe Pajamas",
  +
class = "Clothes",
  +
rarity = 3,
  +
file = "Clothes onesie vwbBB.png",
  +
description = "''wvbBB Super Content Creator Item''<br>[[Special_Cosmetics#Twitch Drops wvbBB Super Content Creator Set|Twitch Drops wvbBB SCC Set]]",
  +
group = 14550,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
},
  +
["Blue Bow Hairband"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
file = "Hat bow vwbBB.png",
  +
description = "''wvbBB Super Content Creator Item''<br>[[Special_Cosmetics#Twitch Drops wvbBB Super Content Creator Set|Twitch Drops wvbBB SCC Set]]",
  +
group = 3700,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
},
  +
["Bubble Tea Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 4,
  +
file = "Gravestone-boba.png",
  +
description = "''wvbBB Super Content Creator Item''<br>[[Special_Cosmetics#Twitch Drops wvbBB Super Content Creator Set|Twitch Drops wvbBB SCC Set]]",
  +
group = 1550,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
},
  +
["Mini Deer"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Pet-deer.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
group = 30,
  +
link = "Mini Animal Pets",
  +
},
  +
["Mini Raccoon"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Pet-raccoon.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
group = 60,
  +
link = "Mini Animal Pets",
  +
},
  +
["Mini Sheep"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Pet-sheep.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
group = 80,
  +
link = "Mini Animal Pets",
  +
},
  +
["Mini Skunk"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Pet-skunk.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
group = 100,
  +
link = "Mini Animal Pets",
  +
},
  +
["Default BCG"] = {
  +
class = "GunSkin",
  +
rarity = 0,
  +
link = "Big Clucking Gun",
  +
file = "Gun egglauncher grey.png",
  +
description = "''Available to all players''",
  +
group = 50,
  +
},
  +
["Orange BCG"] = {
  +
class = "GunSkin",
  +
rarity = 0,
  +
link = "Big Clucking Gun",
  +
file = "Gun egglauncher orange.png",
  +
description = "2 BCG kills",
  +
group = 100,
  +
},
  +
["Green BCG"] = {
  +
class = "GunSkin",
  +
rarity = 0,
  +
link = "Big Clucking Gun",
  +
file = "Gun egglauncher green.png",
  +
description = "5 BCG kills",
  +
group = 150,
  +
},
  +
["Blue BCG"] = {
  +
class = "GunSkin",
  +
rarity = 1,
  +
link = "Big Clucking Gun",
  +
file = "Gun egglauncher blue.png",
  +
description = "10 BCG kills",
  +
group = 200,
  +
},
  +
["Red BCG"] = {
  +
class = "GunSkin",
  +
rarity = 1,
  +
link = "Big Clucking Gun",
  +
file = "Gun egglauncher red.png",
  +
description = "20 BCG kills",
  +
group = 250,
  +
},
  +
["Purple BCG"] = {
  +
class = "GunSkin",
  +
rarity = 1,
  +
framed = 1,
  +
link = "Big Clucking Gun",
  +
file = "Gun egglauncher purple.png",
  +
description = "35 BCG kills",
  +
group = 300,
  +
},
  +
["Yellow BCG"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Big Clucking Gun",
  +
file = "Gun egglauncher yellow.png",
  +
description = "50 BCG kills",
  +
group = 350,
  +
},
  +
["Pink BCG"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Big Clucking Gun",
  +
file = "Gun egglauncher pink.png",
  +
description = "70 BCG kills",
  +
group = 400,
  +
},
  +
["White BCG"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Big Clucking Gun",
  +
file = "Gun egglauncher white.png",
  +
description = "100 BCG kills",
  +
group = 500,
  +
},
  +
["Retro BCG"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Big Clucking Gun",
  +
file = "Gun egglauncher doom.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 600,
  +
},
  +
group = 450,
  +
},
  +
["Ming Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Hat ming.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
bundle = "Ming Bundle",
  +
group = 3750,
  +
},
  +
["Ming Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Clothes dress ming M.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
bundle = "Ming Bundle",
  +
group = 14600,
  +
},
  +
["Ming Dress"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Clothes dress ming F.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
bundle = "Ming Bundle",
  +
group = 14650,
  +
},
  +
["Super Golden Tiger"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
file = "Char-tiger-golden.png",
  +
baseAnimal = "Tiger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
  +
group = 100,
  +
},
  +
["Super Toy Tiger"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char-tiger-toy.png",
  +
baseAnimal = "Tiger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 220,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 62,
  +
},
  +
},
  +
group = 200,
  +
},
  +
["Super Bengal Tiger"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char-tiger-bengal.png",
  +
baseAnimal = "Tiger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 220,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 62,
  +
},
  +
},
  +
group = 250,
  +
},
  +
["Super Lunar Tiger"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
file = "Char-tiger-lunar.png",
  +
baseAnimal = "Tiger",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 120,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 35,
  +
},
  +
},
  +
},
  +
["Money Bag Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Gravestone-money-bag.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 250,
  +
},
  +
group = 1000,
  +
},
  +
["Winged Penguin Beanie"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
file = "Hat beanies penguin wings.png",
  +
description = "[[Super Animal Mods|Tsubapen Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
group = 5400,
  +
},
  +
["Lunar Dress (2022)"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
file = "Clothes dress lunar year.png",
  +
event = "Year of the Super Tiger 2022",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 1337,
  +
},
  +
group = 14850,
  +
},
  +
["Coin Glasses"] = {
  +
class = "Glasses",
  +
rarity = 5,
  +
file = "Glasses coins.png",
  +
event = "Year of the Super Tiger 2022",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 450,
  +
},
  +
group = 3450,
  +
},
  +
["Gold Yuanbao"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
file = "Hat gold ingot chinese.png",
  +
event = "Year of the Super Tiger 2022",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 900,
  +
},
  +
group = 8250,
  +
},
  +
["Peach Blossom Hat"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
file = "Hat peach blossom.png",
  +
event = "Year of the Super Tiger 2022",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 900,
  +
},
  +
group = 8300,
  +
},
  +
["Lunar Headband"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
file = "Hat headband lunar.png",
  +
event = "Year of the Super Tiger 2022",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 450,
  +
},
  +
group = 8150,
  +
},
  +
["Lunar Flower"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
file = "Hat lunar flower.png‎",
  +
event = "Year of the Super Tiger 2022",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 450,
  +
},
  +
group = 8200,
  +
},
  +
["Peach Blossom Branch"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
file = "Melee peach staff.png",
  +
event = "Year of the Super Tiger 2022",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 1337,
  +
},
  +
group = 6500,
  +
},
  +
["Lunar Paper Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 5,
  +
file = "Umbrella paper flowers.png",
  +
event = "Year of the Super Tiger 2022",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 900,
  +
},
  +
group = 3650,
  +
},
  +
Rap = {
  +
class = "Emote",
  +
rarity = 3,
  +
file = "Emote-rap.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 800,
  +
},
  +
},
  +
["Country Dance"] = {
  +
class = "Emote",
  +
rarity = 3,
  +
file = "Emote-country.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 800,
  +
},
  +
},
  +
["Tiger BCG"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Big Clucking Gun",
  +
file = "Gun egglauncher tiger.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
},
  +
["Guan Yu Guandao"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
file = "Melee guandao GuanYu.png",
  +
description = "[[Special_Cosmetics#Twitch Drops Guan Yu Set|Twitch Drops Guan Yu Set]]",
  +
group = 8350,
  +
},
  +
["Guan Yu Helmet"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
file = "Hat helmet GuanYu.png",
  +
description = "[[Special_Cosmetics#Twitch Drops Guan Yu Set|Twitch Drops Guan Yu Set]]",
  +
group = 6550,
  +
},
  +
["Guan Yu Armor"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
file = "Clothes armor GuanYu.png",
  +
description = "[[Special_Cosmetics#Twitch Drops Guan Yu Set|Twitch Drops Guan Yu Set]]",
  +
group = 14900,
  +
},
  +
["Kumquat Tree"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Melee kumquat.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
group = 2900,
  +
},
  +
["Dragon JAG-7"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "JAG-7",
  +
file = "Gun jag7 dragon.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 600,
  +
},
  +
},
  +
Tanghulu = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Melee tanghulu.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
group = 2950,
  +
},
  +
Scimitar = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Melee scimitar.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
group = 3000,
  +
},
  +
["Froggy Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
file = "Hat froggy.png",
  +
description = "''froggycrossing Streamer Item''<br>[[Special Cosmetics#FroggyCrossing|Froggycrossing]]",
  +
group = 6450,
  +
},
  +
["Froggy Dress"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
file = "Clothes dress froggy.png",
  +
description = "''froggycrossing Streamer Item''<br>[[Special Cosmetics#FroggyCrossing|Froggycrossing]]",
  +
group = 10950,
  +
},
  +
["Purple Round Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
file = "Glasses round purple.png",
  +
description = "''froggycrossing Streamer Item''<br>[[Special Cosmetics#FroggyCrossing|Froggycrossing]]",
  +
group = 3200,
  +
},
  +
["Desert Tactical Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Glasses tactical desert.png",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 3250,
  +
},
  +
["Rebel Flag"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Melee flag rebel.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 3050,
  +
},
  +
["Camo BCG"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Gun egglauncher camo.png",
  +
description = "[[Super Animal Pass Season 3]]",
  +
link = "Big Clucking Gun",
  +
},
  +
["Rebel Desert Camo"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Clothes camo rebel.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 14750,
  +
},
  +
["Ripped Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Umbrella ripped.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 3200,
  +
},
  +
["Rubber Chicken"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Melee rubber chicken.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 6350,
  +
},
  +
["Laurel Crown"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Hat laurel crown.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 6500,
  +
},
  +
["Roman Formal Wear"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
file = "Clothes roman emperor.png",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 11000,
  +
},
  +
["Black Tactical Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Glasses tactical black.png",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 3300,
  +
},
  +
["Bomb Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Gravestone-cartoon-bomb.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 1450,
  +
},
  +
["S.A.W. Winter Camo"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
file = "Clothes camo SAW.png",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 11050,
  +
},
  +
["Desert SMG"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Gun smg desert.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
link = "SMG",
  +
},
  +
["Rebel Guitar"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Melee guitar rebel.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 6400,
  +
},
  +
["Desert Camo Cap"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Hat desert.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 5450,
  +
},
  +
["Desert Rebel Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
file = "Clothes desert rebel.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 11100,
  +
},
  +
["Peace Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Glasses sunglasses peace.png",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 3350,
  +
},
  +
["Flower Power M16"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Gun M16 flowerpower.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
link = "M16",
  +
},
  +
["Pacifist Dress"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Clothes dress pacifist.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 14800,
  +
},
  +
["Sit in Peace"] = {
  +
class = "Emote",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Emote-sit.png",
  +
description = "[[Super Animal Pass Season 3]]",
  +
},
  +
["Mini Hippo"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Pet-hippo.png",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 51,
  +
link = "Mini Animal Pets",
  +
},
  +
["10,011 Tickets in a Briefcase Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Gravestone-briefcase.png",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 1500,
  +
},
  +
["Catfive’s Broom"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Melee broom.png",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 3150,
  +
},
  +
["Catfive’s Janitorial Uniform"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
file = "Clothes janitor.png",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 11150,
  +
},
  +
["Hunting Knife"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Melee hunting knife.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 3200,
  +
},
  +
["Moosevelt’s Very Fine Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Glasses moosevelt.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 3400,
  +
},
  +
["Moosevelt’s Very Fine Hat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Hat moosevelt.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 5500,
  +
},
  +
["Moosevelt’s Very Fine Suit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
file = "Clothes moosevelt.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 11200,
  +
},
  +
["Bunny Fancy Shirt"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
file = "Clothes shirt bunnies.png",
  +
event = "Super Easter 2022",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 450,
  +
},
  +
group = 149050,
  +
},
  +
["Easter Bonnet"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
file = "Hat bonnet easter.png",
  +
event = "Super Easter 2022",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 450,
  +
},
  +
group = 8350,
  +
},
  +
["Easter Dress (2022)"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
file = "Clothes dress easter 2022.png",
  +
event = "Super Easter 2022",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 900,
  +
},
  +
group = 149100,
  +
},
  +
["Fancy Spring Glasses"] = {
  +
class = "Glasses",
  +
rarity = 5,
  +
file = "Glasses fancy spring.png",
  +
event = "Super Easter 2022",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 900,
  +
},
  +
group = 3500,
  +
},
  +
["Paw SMG"] = {
  +
class = "GunSkin",
  +
rarity = 5,
  +
file = "Gun smg paws.png",
  +
link = "SMG",
  +
event = "Super Easter 2022",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 900,
  +
},
  +
},
  +
["Carpet Beater"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
file = "Melee carpet beater.png",
  +
event = "Super Easter 2022",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 900,
  +
},
  +
group = 8400,
  +
},
  +
["Easter BCG"] = {
  +
class = "GunSkin",
  +
rarity = 5,
  +
file = "Gun egglauncher easter.png",
  +
event = "Super Easter 2022",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 1337,
  +
},
  +
link = "Big Clucking Gun",
  +
},
  +
["Spray Bottle"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
file = "Melee spray bottle.png",
  +
event = "Super Easter 2022",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 1337,
  +
},
  +
group = 8450,
  +
},
  +
["Daisy Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Umbrella daisy.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 400,
  +
},
  +
bundle = "Flower Bundle",
  +
group = 2550,
  +
},
  +
["Flower Apron"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Clothes apron flowers.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
bundle = "Flower Bundle",
  +
group = 14300,
  +
},
  +
["Flower Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Hat big flower.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
bundle = "Flower Bundle",
  +
group = 6550,
  +
},
  +
["Gardening Apron"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Clothes apron gardening.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
group = 14350,
  +
},
  +
["S.A.W. Flag"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Melee flag SAW.png‎",
  +
description = "[[Super Animal Pass Season 3]]",
  +
group = 3100,
  +
},
  +
["Roman Armor"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Clothes roman soldier.png",
  +
description = "<small>[[Season 3 Starter Pack]]</small>",
  +
group = 14700,
  +
},
  +
Gladius = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Melee gladius.png",
  +
description = "<small>[[Season 3 Starter Pack]]</small>",
  +
group = 6300,
  +
},
  +
["Super White Bengal Tiger"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
file = "Char-tiger-siberian.png",
  +
description = "<small>[[Season 3 Starter Pack]]</small>",
  +
baseAnimal = "Tiger",
  +
framed = 1,
  +
group = 1100,
  +
},
  +
["Super Chimera Cat"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
file = "Char-cat-chimera.png",
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 42,
  +
},
  +
},
  +
},
  +
["Super Himalayan Cat"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
file = "Char-cat-himalayan.png",
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
  +
},
  +
["Super Poodle"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char-dog-poodle white.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
  +
},
  +
["Super Chihuahua"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
file = "Char-dog-chihuahua.png",
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 42,
  +
},
  +
},
  +
},
  +
["Super African Wild Dog"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char-wolf-awd.png",
  +
baseAnimal = "Wolf",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 450,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 120,
  +
},
  +
},
  +
},
  +
["Super Cheetah"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
file = "Char-leopard-cheetah.png",
  +
baseAnimal = "Leopard",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 400,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 105,
  +
},
  +
},
  +
},
  +
["Green Crayon"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
file = "Melee crayon green.png",
  +
description = "[[Special Cosmetics#Super Fanart Contest|War! (Jan 2022)]]",
  +
group = 6000,
  +
},
  +
["Green & Black Cap"] = {
  +
class = "Hat",
  +
rarity = 4,
  +
framed = 0,
  +
file = "Hat baseball Xbox.png",
  +
description = "[[Xbox Perks Bundle 2]]",
  +
group = 6100,
  +
},
  +
["Green & Black Shotgun"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 0,
  +
file = "Gun shotgun Xbox.png",
  +
description = "[[Xbox Perks Bundle 2]]",
  +
link = "Shotgun",
  +
},
  +
["Green Triangle Sunglasses"] = {
  +
class = "Glasses",
  +
rarity = 4,
  +
framed = 0,
  +
file = "Glasses triangle shades Xbox.png",
  +
description = "[[Xbox Perks Bundle 2]]",
  +
group = 2850,
  +
},
  +
["Green & Black SMG"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 0,
  +
file = "Gun smg Xbox.png",
  +
description = "[[Xbox Perks Bundle 2]]",
  +
link = "SMG",
  +
},
  +
["Blue & Black Cap"] = {
  +
class = "Hat",
  +
rarity = 4,
  +
framed = 0,
  +
file = "Hat baseball PS.png",
  +
description = "[[Playstation Plus Pack 2]]",
  +
group = 6050,
  +
},
  +
["Blue & Black Shotgun"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 0,
  +
file = "Gun shotgun PS.png",
  +
description = "[[Playstation Plus Pack 2]]",
  +
link = "Shotgun",
  +
},
  +
["Blue Triangle Sunglasses"] = {
  +
class = "Glasses",
  +
rarity = 4,
  +
framed = 0,
  +
file = "Glasses triangle shades PS.png",
  +
description = "[[Playstation Plus Pack 2]]",
  +
group = 2800,
  +
},
  +
["Blue & Black SMG"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 0,
  +
file = "Gun smg PS.png",
  +
description = "[[Playstation Plus Pack 2]]",
  +
link = "SMG",
  +
},
  +
["Ringleader Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
file = "Clothes ringmaster.png",
  +
description = "''Freak_OTRT Super Content Creator Item''",
  +
group = 10840,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
},
  +
["Super Cotton Candy Sheep"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char-sheep-cottoncandy.png",
  +
baseAnimal = "Sheep",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 380,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
  +
},
  +
["Super Cotton Candy Snow Leopard"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char-leopard-snow cottoncandy.png",
  +
baseAnimal = "Leopard",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 470,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 125,
  +
},
  +
},
  +
},
  +
["Rainbow Shutter Shades"] = {
  +
class = "Glasses",
  +
rarity = 5,
  +
file = "Glasses shutter shades rainbow.png",
  +
description = "[[Special Cosmetics#Pride 2022|Pride 2022]]",
  +
group = 3550,
  +
},
  +
["Super Lizard"] = {
  +
class = "Character",
  +
rarity = 0,
  +
baseAnimal = "Lizard",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 100,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
  +
},
  +
["Super Blue-Tongued Skink"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
file = "Super Blue-Tongued Skink.png",
  +
baseAnimal = "Lizard",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 68,
  +
},
  +
},
  +
},
  +
["Super Dark Green Lizard"] = {
  +
class = "CharacterSkin",
  +
rarity = 1,
  +
baseAnimal = "Lizard",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
  +
},
  +
["Super Red and Blue Lizard"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Lizard",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 55,
  +
},
  +
},
  +
},
  +
["Super Iguana"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Lizard",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
  +
},
  +
["Jumbo Glasses"] = {
  +
class = "Glasses",
  +
rarity = 1,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Giant Comb"] = {
  +
class = "MeleeSkin",
  +
rarity = 1,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Tiny Tophat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Oversized Pullover"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Gecko Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Mini Obelisk"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Scale Mail"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Scale Mail Helmet"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Giant Toothbrush"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Gecko Dual Pistols"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
link = "Dual Pistols",
  +
},
  +
["Gecko Bucket Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Zoot Suit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Scale Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Giant Calipers"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Reptile Glasses"] = {
  +
class = "Glasses",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Shrunk Suit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Snakeskin Skirt"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Snakeskin Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Snakeskin Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Snakeskin Jacket"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Mini Skyscraper"] = {
  +
class = "MeleeSkin",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Reptile Shotgun"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
link = "Shotgun",
  +
},
  +
["Frilled Lizard Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["T-pose"] = {
  +
class = "Emote",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Mini Lizard"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
group = 140,
  +
},
  +
["Measuring Tape"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Moleman Cap"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Moleman Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 4]]",
  +
},
  +
["Panama Hat"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "Summer Royale 2022",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 900,
  +
},
  +
},
  +
["Surfboard Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 5,
  +
event = "Summer Royale 2022",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 1337,
  +
},
  +
},
  +
["Sunny JAG-7"] = {
  +
class = "GunSkin",
  +
rarity = 5,
  +
link = "JAG-7",
  +
event = "Summer Royale 2022",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 900,
  +
},
  +
},
  +
["Lemon Skirt"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Summer Royale 2022",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 900,
  +
},
  +
},
  +
["Strawberry Glasses"] = {
  +
class = "Glasses",
  +
rarity = 5,
  +
event = "Summer Royale 2022",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 450,
  +
},
  +
},
  +
["Watermelon Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 5,
  +
event = "Summer Royale 2022",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 450,
  +
},
  +
},
  +
["Summer 2022 Dress"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Summer Royale 2022",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 450,
  +
},
  +
},
  +
["Banana Leaf"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
event = "Summer Royale 2022",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 1337,
  +
},
  +
},
  +
["Ninja Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 4 Starter Pack]]</small>",
  +
},
  +
Sai = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 4 Starter Pack]]</small>",
  +
},
  +
["Super Platinum Fox"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 4 Starter Pack]]</small>",
  +
baseAnimal = "Fox",
  +
group = 1100,
  +
},
  +
["Sunflower Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
bundle = "Sunflower Bundle",
  +
},
  +
["Sunflower Dress"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
bundle = "Sunflower Bundle",
  +
},
  +
["Sunflower Outfit"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
bundle = "Sunflower Bundle",
  +
},
  +
Sunflower = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 650,
  +
},
  +
bundle = "Sunflower Bundle",
  +
},
  +
["Rock & Roll Guitar"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
description = "<small>[[Special_Cosmetics#Twitch Drops June 2022|Twitch Drops June 2022]]</small>",
  +
},
  +
["Rock & Roll Outfit"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
description = "<small>[[Special_Cosmetics#Twitch Drops June 2022|Twitch Drops June 2022]]</small>",
  +
},
  +
["Rock & Roll Glasses"] = {
  +
class = "Glasses",
  +
rarity = 5,
  +
description = "<small>[[Special_Cosmetics#Twitch Drops June 2022|Twitch Drops June 2022]]</small>",
  +
},
  +
["Blue & Black Sniper"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 4 PlayStation Plus Pack]]''",
  +
link = "Sniper",
  +
},
  +
["Blue & Black Nightcap"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 4 PlayStation Plus Pack]]''",
  +
},
  +
["Blue & Black Thomas Gun"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 4 PlayStation Plus Pack]]''",
  +
link = "Thomas Gun",
  +
},
  +
["Blue & Black Onesie"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "''[[Season 4 PlayStation Plus Pack]]''",
  +
},
  +
["Green & Black Onesie"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "''[[Season 4 Xbox Perks Pack]]''",
  +
},
  +
["Green & Black Nightcap"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 4 Xbox Perks Pack]]''",
  +
},
  +
["Green & Black Thomas Gun"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 4 Xbox Perks Pack]]''",
  +
link = "Thomas Gun",
  +
},
  +
["Green & Black Sniper"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 4 Xbox Perks Pack]]''",
  +
link = "Sniper",
  +
},
  +
["Super Coconut Capybara"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
file = "Super Coconut Capybara.png",
  +
baseAnimal = "Capybara",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 410,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 110,
  +
},
  +
},
  +
},
  +
["Super Seagull"] = {
  +
class = "Character",
  +
rarity = 0,
  +
file = "Char-Seagull.png",
  +
baseAnimal = "Seagull",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
  +
},
  +
["Super Black-Headed Seagull"] = {
  +
class = "CharacterSkin",
  +
rarity = 1,
  +
file = "Char-Black-Headed-Seagull.png",
  +
baseAnimal = "Seagull",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 225,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
  +
},
  +
["Super Albatross"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
file = "Char-Albatross.png",
  +
baseAnimal = "Seagull",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 85,
  +
},
  +
},
  +
},
  +
["Super Curry Seagull"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
file = "Char-Curry-Seagull.png",
  +
baseAnimal = "Seagull",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
  +
},
  +
["Chicken Nugget Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Bamboo BCG"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
link = "Big Clucking Gun",
  +
},
  +
["Chicken Drumstick"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
Flamingo = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
name = "Lawn Flamingo",
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Feather Duster"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Egg Beater"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Bird House"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Chicken Suit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Colorful Coat"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Sparrow Dress"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Fisherman Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Colorful Oversized Pullover"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Tie Dye Tee"] = {
  +
class = "Clothes",
  +
rarity = 1,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Giant Eagle Airlines Uniform"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Purple Boa"] = {
  +
class = "Neck",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
Binoculars = {
  +
class = "Neck",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Paint Splatter Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Flamingo Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Peacock Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Colorful Glasses"] = {
  +
class = "Glasses",
  +
rarity = 1,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Egg Sleeping Mask"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Duck Cap"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Chicken Comb"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Giant Eagle Airlines Hat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Cat Headband"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Super Marble Skullcat"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
framed = 1,
  +
baseAnimal = "Skullcat",
  +
description = "<small>[[Season 5 Starter Pack]]</small>",
  +
},
  +
["Zeus Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 5 Starter Pack]]</small>",
  +
},
  +
["Lightning Bolt"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 5 Starter Pack]]</small>",
  +
},
  +
["Mini Chicken"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
group = 170,
  +
},
  +
Splits = {
  +
class = "Emote",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
},
  +
["Dogna’s Paint Splatter Dart Fly"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 5]]",
  +
link = "Dogna's Dartfly Gun",
  +
name = "Dogna's Paint Splatter Dartfly Gun",
  +
file = "Dogna's Paint Splatter Dart Fly.png",
  +
},
  +
["Default Dogna’s Dart Fly"] = {
  +
class = "GunSkin",
  +
rarity = 0,
  +
link = "Dogna's Dartfly Gun",
  +
name = "Dogna's Default Dartfly Gun",
  +
file = "Dogna's Grey Dart Fly.png",
  +
description = "''Available to all players''",
  +
group = 0,
  +
},
  +
["Dogna’s Yellow Dart Fly"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Dogna's Dartfly Gun",
  +
name = "Dogna's Yellow Dartfly Gun",
  +
file = "Dogna's Yellow Dart Fly.png",
  +
description = "80 Dogna's Dartfly Gun kills",
  +
group = 300,
  +
},
  +
["Dogna’s White Dart Fly"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Dogna's Dartfly Gun",
  +
name = "Dogna's White Dartfly Gun",
  +
file = "Dogna's White Dart Fly.png",
  +
description = "150 Dogna's Dartfly Gun kills",
  +
group = 400,
  +
},
  +
["Dogna’s Red Dart Fly"] = {
  +
class = "GunSkin",
  +
rarity = 1,
  +
link = "Dogna's Dartfly Gun",
  +
name = "Dogna's Red Dartfly Gun",
  +
file = "Dogna's Red Dart Fly.png",
  +
description = "35 Dogna's Dartfly Gun kills",
  +
group = 200,
  +
},
  +
["Dogna’s Purple Dart Fly"] = {
  +
class = "GunSkin",
  +
rarity = 1,
  +
framed = 1,
  +
link = "Dogna's Dartfly Gun",
  +
name = "Dogna's Purple Dartfly Gun",
  +
file = "Dogna's Purple Dart Fly.png",
  +
description = "55 Dogna's Dartfly Gun kills",
  +
group = 250,
  +
},
  +
["Dogna’s Pink Dart Fly"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Dogna's Dartfly Gun",
  +
name = "Dogna's Pink Dartfly Gun",
  +
file = "Dogna's Pink Dart Fly.png",
  +
description = "110 Dogna's Dartfly Gun kills",
  +
group = 350,
  +
},
  +
["Dogna’s Orange Dart Fly"] = {
  +
class = "GunSkin",
  +
rarity = 0,
  +
link = "Dogna's Dartfly Gun",
  +
name = "Dogna's Orange Dartfly Gun",
  +
file = "Dogna's Orange Dart Fly.png",
  +
description = "5 Dogna's Dartfly Gun kills",
  +
group = 50,
  +
},
  +
["Dogna’s Green Dart Fly"] = {
  +
class = "GunSkin",
  +
rarity = 0,
  +
link = "Dogna's Dartfly Gun",
  +
name = "Dogna's Green Dartfly Gun",
  +
file = "Dogna's Green Dart Fly.png",
  +
description = "10 Dogna's Dartfly Gun kills",
  +
group = 100,
  +
},
  +
["Dogna’s Blue Dart Fly"] = {
  +
class = "GunSkin",
  +
rarity = 1,
  +
link = "Dogna's Dartfly Gun",
  +
name = "Dogna's Blue Dartfly Gun",
  +
file = "Dogna's Blue Dart Fly.png",
  +
description = "20 Dogna's Dartfly Gun kills",
  +
group = 150,
  +
},
  +
["Blue & Black Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 5 PlayStation Plus Pack]]''",
  +
},
  +
["Green & Black Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 5 Xbox Perks Pack]]''",
  +
},
  +
["Blue & Black BCG"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 5 PlayStation Plus Pack]]''",
  +
link = "BCG",
  +
},
  +
["Green & Black BCG"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 5 Xbox Perks Pack]]''",
  +
link = "BCG",
  +
},
  +
["Blue & Black Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "''[[Season 5 PlayStation Plus Pack]]''",
  +
},
  +
["Green & Black Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "''[[Season 5 Xbox Perks Pack]]''",
  +
},
  +
["Blue & Black Sparrow Launcher"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 5 PlayStation Plus Pack]]''",
  +
link = "Sparrow Launcher",
  +
},
  +
["Green & Black Sparrow Launcher"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 5 Xbox Perks Pack]]''",
  +
link = "Sparrow Launcher",
  +
},
  +
["CRISPR Frapp"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
bundle = "Streetwear Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
},
  +
["Pink Streetwear"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
bundle = "Streetwear Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
},
  +
["Pink Streetwear Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
bundle = "Streetwear Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 250,
  +
},
  +
},
  +
["Super Peacock"] = {
  +
class = "Character",
  +
rarity = 0,
  +
baseAnimal = "Peacock",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
  +
},
  +
["Super Green Peacock"] = {
  +
class = "CharacterSkin",
  +
rarity = 1,
  +
baseAnimal = "Peacock",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
  +
},
  +
["Super White Peacock"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Peacock",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 390,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
  +
},
  +
["Super Purple Peacock"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Peacock",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 480,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 125,
  +
},
  +
},
  +
},
  +
["Rivals Jersey"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
description = "<small>[[Special_Cosmetics#Twitch Drops October 2022|Twitch Drops October 2022]]</small>",
  +
},
  +
["Bat Glasses"] = {
  +
class = "Glasses",
  +
rarity = 5,
  +
event = "Super Howloween 2022",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 450,
  +
},
  +
},
  +
["Bat Tophat"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "Super Howloween 2022",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 450,
  +
},
  +
},
  +
["Howloween Bandana"] = {
  +
class = "Neck",
  +
rarity = 5,
  +
event = "Super Howloween 2022",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 450,
  +
},
  +
},
  +
["Skeleton Bow & Sparrow"] = {
  +
class = "GunSkin",
  +
name = "Bone & Sparrow",
  +
rarity = 5,
  +
event = "Super Howloween 2022",
  +
link = "Bow & Sparrow",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 900,
  +
},
  +
},
  +
["Black Cat Glasses"] = {
  +
class = "Glasses",
  +
rarity = 5,
  +
event = "Super Howloween 2022",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 900,
  +
},
  +
},
  +
["Howloween Suspenders"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Super Howloween 2022",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 900,
  +
},
  +
},
  +
Bone = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
event = "Super Howloween 2022",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 1337,
  +
},
  +
},
  +
["Green Witch Dress"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Super Howloween 2022",
  +
currency = {
  +
name = "Candy Corn",
  +
amount = 1337,
  +
},
  +
},
  +
["Super Spooky Teddy Bear"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Bear",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
  +
},
  +
["Super Alebrije Lizard"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Lizard",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 130,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
  +
},
  +
Cleaver = {
  +
class = "MeleeSkin",
  +
rarity = 1,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 300,
  +
},
  +
},
  +
["Hatchet Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
},
  +
["Bwoking Deagle"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Deagle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 600,
  +
},
  +
},
  +
["Mummy Sniper"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Sniper",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 600,
  +
},
  +
},
  +
["Green Bow Tie"] = {
  +
class = "Neck",
  +
rarity = 0,
  +
group = 600,
  +
file = "Clothes bowtie green-resources.assets-691.png",
  +
description = "5 Games",
  +
},
  +
["Blue Bow Tie"] = {
  +
class = "Neck",
  +
rarity = 0,
  +
group = 650,
  +
file = "Clothes bowtie blue-resources.assets-3333.png",
  +
description = "20 Games",
  +
},
  +
["Orange Bow Tie"] = {
  +
class = "Neck",
  +
rarity = 0,
  +
group = 700,
  +
file = "Clothes bowtie orange-resources.assets-695.png",
  +
description = "25 Games",
  +
},
  +
["Purple Bow Tie"] = {
  +
class = "Neck",
  +
rarity = 1,
  +
group = 2500,
  +
framed = 1,
  +
file = "Clothes bowtie purple-resources.assets-2224.png",
  +
description = "50 Games<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Maroon Bow Tie"] = {
  +
class = "Neck",
  +
rarity = 1,
  +
group = 2550,
  +
framed = 1,
  +
file = "Clothes bowtie maroon-resources.assets-469.png",
  +
description = "150 Games<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["White Bow Tie"] = {
  +
class = "Neck",
  +
rarity = 2,
  +
group = 4100,
  +
framed = 1,
  +
file = "Clothes bowtie white-resources.assets-3302.png",
  +
description = "250 Games<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Black Bow Tie"] = {
  +
class = "Neck",
  +
rarity = 2,
  +
group = 4150,
  +
framed = 1,
  +
file = "Clothes bowtie black-resources.assets-2420.png",
  +
description = "250 Games<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Small Crown"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
group = 1700,
  +
file = "Hat crown small-resources.assets-995.png",
  +
description = "1 Win",
  +
},
  +
Crown = {
  +
class = "Hat",
  +
rarity = 3,
  +
group = 3900,
  +
framed = 1,
  +
file = "Hat crown-resources.assets-1055.png",
  +
description = "20 Wins<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Blow a Kiss"] = {
  +
class = "Emote",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Blow_a_Kiss_emote.png",
  +
description = "10 Team Wins<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Chicken Dinner Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 3,
  +
group = 1150,
  +
file = "Gravestone chicken-resources.assets-320.png",
  +
description = "Winner Winner Super Chicken<br>{{hidetext|Spoiler|'''SPOILER'''<br>(Win as a {{Animal|Chicken}})}}",
  +
},
  +
["Chef Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
group = 1900,
  +
framed = 1,
  +
file = "Hat_chef-resources.assets-1194.png",
  +
description = "Winner Winner Super Turkey<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Spoiler|'''SPOILER'''<br>(Win as a {{Animal|Turkey}} or a {{Animal|Turducken}})}}",
  +
},
  +
["Gem Reveal"] = {
  +
class = "Emote",
  +
rarity = 1,
  +
group = 900,
  +
file = "Gem_Reveal_emote.png",
  +
description = "{{LevelGem|10|30px}} Reach Level 10",
  +
},
  +
["SAW Helmet"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
group = 1250,
  +
framed = 1,
  +
file = "Hat helmet SAW-resources.assets-3265.png",
  +
description = "{{LevelGem|50|30px}} Reach Level 50<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Rebellion Helmet"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
group = 3500,
  +
framed = 1,
  +
file = "Hat helmet rebellion-resources.assets-468.png",
  +
description = "{{LevelGem|100|30px}} Reach Level 100<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["SAW Security Uniform"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
group = 7150,
  +
framed = 1,
  +
file = "Clothes SAWguard.png",
  +
description = "{{LevelGem|200|30px}} Reach Level 200<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Rebellion Sword"] = {
  +
class = "MeleeSkin",
  +
rarity = 4,
  +
group = 4100,
  +
framed = 1,
  +
file = "melee-broadsword.png",
  +
description = "{{LevelGem|300|30px}} Reach Level 300<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Fly Swatter"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
group = 3200,
  +
framed = 1,
  +
file = "Melee flyswatter-resources.assets-4880.png",
  +
description = "Pacifist Victory<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Rules|'''Rules to Acquire Milestone''':<br> [[Guides/Special_Victories_Guide|see the special victories guide]]}}",
  +
},
  +
["POW! Mallet"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
group = 3350,
  +
framed = 1,
  +
file = "Melee mallet-resources.assets-977.png",
  +
description = "Melee Only Victory<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Rules|'''Rules to Acquire Milestone''':<br> [[Guides/Special_Victories_Guide|see the special victories guide]]}}",
  +
},
  +
Keikogi = {
  +
class = "Clothes",
  +
rarity = 3,
  +
group = 8200,
  +
framed = 1,
  +
file = "Clothes_keikogi-resources.assets-868.png",
  +
description = "No Armor Victory<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]{{hidetext|Rules|'''Rules to Acquire Milestone''':<br> [[Guides/Special_Victories_Guide|see the special victories guide]]}}",
  +
},
  +
["Green Tie"] = {
  +
class = "Neck",
  +
rarity = 0,
  +
group = 450,
  +
file = "Clothes tie green.png",
  +
description = "10 Kills",
  +
},
  +
["Blue Tie"] = {
  +
class = "Neck",
  +
rarity = 0,
  +
group = 500,
  +
file = "Clothes tie blue.png",
  +
description = "40 Kills",
  +
},
  +
["Orange Tie"] = {
  +
class = "Neck",
  +
rarity = 0,
  +
group = 550,
  +
file = "Clothes tie orange.png",
  +
description = "50 Kills",
  +
},
  +
["Purple Tie"] = {
  +
class = "Neck",
  +
rarity = 1,
  +
group = 2400,
  +
file = "Clothes tie purple-resources.assets-522.png",
  +
description = "150 Kills",
  +
},
  +
["Maroon Tie"] = {
  +
class = "Neck",
  +
rarity = 1,
  +
group = 2450,
  +
framed = 1,
  +
file = "Clothes tie maroon-resources.assets-588.png",
  +
description = "250 Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["White Tie"] = {
  +
class = "Neck",
  +
rarity = 2,
  +
group = 4000,
  +
framed = 1,
  +
file = "Clothes tie white.png",
  +
description = "500 Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Black Tie"] = {
  +
class = "Neck",
  +
rarity = 2,
  +
group = 4050,
  +
framed = 1,
  +
file = "Clothes tie black-resources.assets-583.png",
  +
description = "1,000 Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Red Eye Scope"] = {
  +
class = "Glasses",
  +
rarity = 4,
  +
group = 2600,
  +
framed = 1,
  +
file = "Glasses terminator-resources.assets-350.png",
  +
description = "3,000 Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
Hatchet = {
  +
class = "MeleeSkin",
  +
rarity = 1,
  +
group = 150,
  +
file = "melee_hatchet-resources.assets-1429.png",
  +
description = "10 Melee Kills<br>{{hidetext|Tip|'''MELEE TIP'''<br>It takes 4 melee hits to kill a player (at 33 dmg a hit). While evading is important, try pressing the Fire button + the Jump Roll button at the same time; if you time it right you will attack as you jump roll. This can be a very handy technique when mastered.}}",
  +
},
  +
Axe = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
group = 1050,
  +
framed = 1,
  +
file = "melee_axe-resources.assets-1159.png",
  +
description = "40 Melee Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''MELEE TIP'''<br>It takes 4 melee hits to kill a player (at 33 dmg a hit). While evading is important, try pressing the Fire button + the Jump Roll button at the same time; if you time it right you will attack as you jump roll. This can be a very handy technique when mastered.}}",
  +
},
  +
Tomahawk = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
group = 2800,
  +
framed = 1,
  +
file = "melee_tomahawk-resources.assets-3574.png",
  +
description = "50 Melee Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''MELEE TIP'''<br>It takes 4 melee hits to kill a player (at 33 dmg a hit). While evading is important, try pressing the Fire button + the Jump Roll button at the same time; if you time it right you will attack as you jump roll. This can be a very handy technique when mastered.}}",
  +
},
  +
["Swag Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
group = 900,
  +
file = "Glasses swag.png",
  +
description = "10 Hamster Ball Kills<br>{{hidetext|Tip|'''VEHICLE TIP'''<br> When using the Hamsterball try to stay away from tight areas; unless your using controller. Also focus on driving Up and Down the map instead of Left and Right to get kills; there is less reaction time for any player; this gives you an advantage. Also driving near big buildings and main roads helps too.}}",
  +
},
  +
["Emoji (Rock & Roll) Explosion"] = {
  +
class = "DeathExplosion",
  +
rarity = 2,
  +
group = 1500,
  +
framed = 1,
  +
file = "Rock and roll death explosion.png",
  +
description = "15 Hamster Ball Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''VEHICLE TIP'''<br> When using the Hamsterball try to stay away from tight areas; unless your using controller. Also focus on driving Up and Down the map instead of Left and Right to get kills; there is less reaction time for any player; this gives you an advantage. Also driving near big buildings and main roads helps too.}}",
  +
},
  +
["Rancher Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
group = 2100,
  +
file = "Hat_rancher-resources.assets-847.png",
  +
description = "5 Kills With An Emu",
  +
},
  +
["Rancher Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
group = 8450,
  +
framed = 1,
  +
file = "Clothes_rancher-resources.assets-709.png",
  +
description = "10 Kills With An Emu<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Grenade Tee"] = {
  +
class = "Clothes",
  +
rarity = 1,
  +
group = 1200,
  +
file = "Clothes tshirt grenade.png",
  +
description = "5 Grenade Kills",
  +
},
  +
["Banana Tee"] = {
  +
class = "Clothes",
  +
rarity = 1,
  +
group = 1150,
  +
file = "Clothes tshirt banana.png",
  +
description = "15 Enemies Banana Slipped<br>{{hidetext|Tip|'''BANANA TIP'''<br>When getting Banana slips the trick is to aim the banana near your feet as you run from a enemy chasing you. When an enemy is fleeing from you or in a general area around you; aim for where they will be not where they are (also compensate for speed of the throw vs how fast they're moving).}}",
  +
},
  +
["Banana Fancy Shirt"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
group = 3850,
  +
framed = 1,
  +
file = "Clothes shirt banana.png",
  +
description = "35 Enemies Banana Slipped<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''BANANA TIP'''<br>When getting Banana slips the trick is to aim the banana near your feet as you run from a enemy chasing you. When an enemy is fleeing from you or in a general area around you; aim for where they will be not where they are (also compensate for speed of the throw vs how fast they're moving).}}",
  +
},
  +
["Banan Pew Pew"] = {
  +
class = "Emote",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Banan_Pew_Pew_emote.png",
  +
description = "50 Enemies Banana Slipped<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''BANANA TIP'''<br>When getting Banana slips the trick is to aim the banana near your feet as you run from a enemy chasing you. When an enemy is fleeing from you or in a general area around you; aim for where they will be not where they are (also compensate for speed of the throw vs how fast they're moving).}}",
  +
},
  +
Crowbar = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
group = 1250,
  +
file = "melee-crowbar.png",
  +
description = "2,500 Destructibles Destroyed",
  +
},
  +
["Safari Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
group = 1750,
  +
file = "Hat safari-resources.assets-945.png",
  +
description = "100km Traveled",
  +
},
  +
["Safari Shirt"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
group = 3950,
  +
framed = 1,
  +
file = "Clothes shirt safari1-resources.assets-3434.png",
  +
description = "150km Travelled<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Stretching Routine"] = {
  +
class = "Emote",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Stretch_Emote_Icon.png",
  +
description = "250km Travelled<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Green Pinwheel Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
group = 1550,
  +
file = "Glasses pinwheel green-resources.assets-4865.png",
  +
description = "1,000 Jump Rolls",
  +
},
  +
["Red Pinwheel Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
group = 1600,
  +
framed = 1,
  +
file = "Glasses pinwheel red-resources.assets-3650.png",
  +
description = "4,000 Jump Rolls<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
Pinwheel = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
group = 3050,
  +
framed = 1,
  +
file = "Melee pinwheel-resources.assets-1964.png",
  +
description = "5,000 Jump Rolls<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Crate Tee"] = {
  +
class = "Clothes",
  +
rarity = 1,
  +
group = 1300,
  +
file = "Clothes tshirt crate-resources.assets-772.png",
  +
description = "5 Mole Crates Opened",
  +
},
  +
Shovel = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
group = 1400,
  +
framed = 1,
  +
file = "melee-shovel.png",
  +
description = "15 Mole Crates Opened<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Marshmallow Stick"] = {
  +
class = "MeleeSkin",
  +
rarity = 1,
  +
group = 300,
  +
file = "melee-marshmallow white.png",
  +
description = "1 Campfire Uses",
  +
},
  +
["Burnt Marshmallow Stick"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
group = 1300,
  +
file = "melee-marshmallow burnt.png",
  +
description = "24 Campfire Uses",
  +
},
  +
["Cooked Marshmallow Stick"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
group = 2950,
  +
framed = 1,
  +
file = "melee-marshmallow cooked.png",
  +
description = "125 Campfire Uses<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Bubbly Health Juice Tee"] = {
  +
class = "Clothes",
  +
rarity = 1,
  +
group = 1350,
  +
name = "Health Juice Tee",
  +
file = "Clothes tshirt juice-resources.assets-4586.png",
  +
description = "1,000 Health Juice Drank",
  +
},
  +
["Medic Helmet"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
group = 1300,
  +
file = "Hat helmet medic-resources.assets-504.png",
  +
description = "4,000 Health Juice Drank",
  +
},
  +
["Juice Hat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
group = 3950,
  +
framed = 1,
  +
file = "Hat juice hat-resources.assets-3713.png",
  +
description = "5,000 Health Juice Drank<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Coconut Tee"] = {
  +
class = "Clothes",
  +
rarity = 1,
  +
group = 1250,
  +
file = "Clothes tshirt coconut.png",
  +
description = "75 Coconuts Eaten",
  +
},
  +
["Palm Shirt"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
group = 3900,
  +
framed = 1,
  +
file = "Clothes shirt palm.png",
  +
description = "75 Coconuts Eaten<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Coconut Hula Skirt"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
group = 7400,
  +
framed = 1,
  +
file = "Clothes bikini coconut.png",
  +
description = "600 Coconuts Eaten<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Mushroom Shirt"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
file = "Clothes_shirt_mushroom.png",
  +
description = "Munch on 75 mushrooms",
  +
group = 6250,
  +
},
  +
["Mushroom Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
group = 2250,
  +
framed = 1,
  +
file = "Umbrella_mushroom.png",
  +
description = "Munch on 75 mushrooms<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Mushroom Cap"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
group = 4900,
  +
framed = 1,
  +
file = "Hat_mushroom.png",
  +
description = "Munch on 600 mushrooms<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Super Tape Tee"] = {
  +
class = "Clothes",
  +
rarity = 1,
  +
group = 1400,
  +
file = "Clothes tshirt tape-resources.assets-1606.png",
  +
description = "10 Super Tape Used",
  +
},
  +
["Super Tape Jacket"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
group = 6750,
  +
framed = 1,
  +
file = "Clothes jacket tape-resources.assets-4118.png",
  +
description = "90 Super Tape Used<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Military Helmet"] = {
  +
class = "Hat",
  +
rarity = 1,
  +
group = 400,
  +
file = "Hat helmet military-resources.assets-3622.png",
  +
description = "100 Enemy Armor Broken",
  +
},
  +
["Camo Helmet"] = {
  +
class = "Hat",
  +
rarity = 1,
  +
group = 450,
  +
framed = 1,
  +
file = "Hat helmet camo-resources.assets-3326.png",
  +
description = "150 Enemy Armor Broken<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
Rags = {
  +
class = "Clothes",
  +
rarity = 3,
  +
group = 7750,
  +
framed = 1,
  +
file = "Clothes rags-resources.assets-4707.png",
  +
description = "250 Enemy Armor Broken<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Skunk Bomb Tee"] = {
  +
class = "Clothes",
  +
rarity = 1,
  +
group = 1450,
  +
file = "Clothes_tshirt_skunk.png",
  +
description = "50 Skunk Bomb Damage Dealt",
  +
},
  +
["Skunk Nose Clip"] = {
  +
class = "Beard",
  +
rarity = 2,
  +
group = 1800,
  +
framed = 1,
  +
file = "Moustache_noseclip.png",
  +
description = "200 Skunk Bomb Damage Dealt<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Skunk Hat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
group = 4300,
  +
framed = 1,
  +
file = "Hat_skunk.png",
  +
description = "1,250 Skunk Bomb Damage Dealt<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
Sickle = {
  +
class = "MeleeSkin",
  +
rarity = 1,
  +
group = 350,
  +
file = "Melee-sickle.png",
  +
description = "300 Grass Cut",
  +
},
  +
["Large Sickle"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
group = 1350,
  +
file = "Melee-sickle_asian.png",
  +
description = "2,700 Grass Cut",
  +
},
  +
Scythe = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
group = 3000,
  +
framed = 1,
  +
file = "Melee-scythe.png",
  +
description = "17,000 Grass Cut<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Blue Skydiving Jumpsuit"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
group = 2150,
  +
file = "Clothes_skydiving_blue.png",
  +
description = "1 Failed Landing",
  +
},
  +
["Red Skydiving Jumpsuit"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
group = 4950,
  +
framed = 1,
  +
file = "Clothes_skydiving_red.png",
  +
description = "9 Failed Landings<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Skydiving Camera Helmet"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
group = 5000,
  +
framed = 1,
  +
file = "Hat_skydive_camera.png",
  +
description = "20 Failed Landings<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Giant Mole Beanie"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Giant Mole Beanie.png",
  +
description = "Defeated the Giant Star-nosed Mole<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''BEAT THE BOSS TIP'''<br>In order to get this Milestone, you must land a killing blow on the Giant Star-nosed Mole.<br>We recommend you select the Medic II class, but the normal Medic class will suffice.<br>When the mole reaches about 1/4 health, unload your Dartfly/Dart Gun into the mole first before swapping to your Dual Pistols and continually spray the mole with those.<br>It may take a few attempts before you perform this successfully.<br>Don't give up!}}",
  +
},
  +
["Prisoner Outfit"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
group = 4350,
  +
framed = 1,
  +
file = "Clothes_prisoner-resources.assets-5055.png",
  +
description = "Dart the [not a] Rat<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Spoiler|'''SPOILER'''<br>There is a Prisoner on the Map, in a cave somewhere North-West. Poison him and get your reward}}",
  +
},
  +
["Straw Hat"] = {
  +
class = "Hat",
  +
rarity = 1,
  +
group = 750,
  +
file = "Hat_straw-resources.assets-364.png",
  +
description = "1 Scarecrow",
  +
},
  +
["Scarecrow Outfit"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
group = 4750,
  +
framed = 1,
  +
file = "Clothes_scarecrow-resources.assets-222.png",
  +
description = "9 Scarecrows<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''TIP'''<br>There is 5 Scarecrows on the map.}}",
  +
},
  +
Syringe = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
group = 2450,
  +
file = "Melee syringe.png",
  +
description = "Team Healing using Dogna's Dart Gun (300 HP)",
  +
},
  +
["Doctor Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
group = 9250,
  +
framed = 1,
  +
file = "Clothes doctor.png",
  +
description = "Team Healing with Dogna's Dart Gun (2,700 HP)<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Brown Archer Outfit"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
group = 5150,
  +
file = "Clothes_archer_brown.png",
  +
description = "Hit players with Sparrows 5x in a single match<br>{{hidetext|Tip|'''TIP'''<br>This is a difficult challenge. Using mouse has been found to be easier to use when playing with the bow, if your not a KBM player then using a controller will suffice as well.<br>You will have to lead your shoots shooting where your enemy is going to be and not so much where they are unless they are walking, or standing.<br>(1) You can try to rush your target and spam the bow at them (this will only give you the lowest dmg for each hit)<br>(2) You charge the bow and hold it down while jump rolling and then fire when ready (note if you let go to soon before the jump roll completes it will cancel out the bow charge).}}",
  +
},
  +
["Green Archer Outfit"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
group = 5200,
  +
framed = 1,
  +
file = "Clothes_archer_green.png",
  +
description = "Hit players with Sparrows 10x in a single match<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''TIP'''<br>This is a difficult challenge. Using mouse has been found to be easier to use when playing with the bow, if your not a KBM player then using a controller will suffice as well.<br>You will have to lead your shoots shooting where your enemy is going to be and not so much where they are unless they are walking, or standing.<br>(1) You can try to rush your target and spam the bow at them (this will only give you the lowest dmg for each hit)<br>(2) You charge the bow and hold it down while jump rolling and then fire when ready (note if you let go to soon before the jump roll completes it will cancel out the bow charge).}}",
  +
},
  +
["Archer Hat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
group = 4550,
  +
framed = 1,
  +
file = "Hat_archer.png",
  +
description = "Hit players with Sparrows 20x in a single match<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''TIP'''<br>This is a difficult challenge. Using mouse has been found to be easier to use when playing with the bow, if your not a KBM player then using a controller will suffice as well.<br>You will have to lead your shoots shooting where your enemy is going to be and not so much where they are unless they are walking, or standing.<br>(1) You can try to rush your target and spam the bow at them (this will only give you the lowest dmg for each hit)<br>(2) You charge the bow and hold it down while jump rolling and then fire when ready (note if you let go to soon before the jump roll completes it will cancel out the bow charge).}}",
  +
},
  +
["Gallery Target Tee"] = {
  +
class = "Clothes",
  +
rarity = 1,
  +
group = 2750,
  +
file = "Clothes_tshirt_target-resources.assets-698.png",
  +
description = "Shoot a Gallery Target",
  +
},
  +
["5 Point Tee"] = {
  +
class = "Clothes",
  +
rarity = 1,
  +
group = 2800,
  +
file = "Clothes_tshirt_5points-resources.assets-1204.png",
  +
description = "Be a Gallery Target",
  +
},
  +
["Target Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 1,
  +
group = 350,
  +
file = "Gravestone-target.png",
  +
description = "Shoot a gallery target with a bow",
  +
},
  +
Raincoat = {
  +
class = "Clothes",
  +
rarity = 3,
  +
group = 8500,
  +
framed = 1,
  +
file = "Clothes_raincoat.png",
  +
description = "Dancing in the rain<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["No Dancing Sign"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
group = 1750,
  +
file = "Melee sign.png",
  +
description = "No Dancing!<br>{{hidetext|Hint|'''HINT'''<br>Where is there no dancing allowed? Should you Listen?<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>Go to the Welcome Center, and to the right of the Water Fountian you'll be welcomed by a No Dancing Sign; Dance near it to get the Emote.}}}}",
  +
},
  +
["Skullcat Scepter"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
group = 2000,
  +
framed = 1,
  +
file = "Melee_scepter_skullcat.png",
  +
description = "The First Super Skullcat<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Hint|'''HINT'''<br>In the Sahara, What can feel the wind, but never walks; has a mouth, but never talks; has a head, but never weeps; has a body, but never moves, has a bed, but never sleeps?<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>IF you go to the Skullcat Spyinx, on teh left side tehre is a secret floor plate: step on it and enter to find a coffin of the first skullcat. Stay until you completethe process for your reward! }}}}",
  +
},
  +
["Cheese Goudara's Beret"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
group = 1550,
  +
framed = 1,
  +
file = "Hat_military_rebellion-resources.assets-2686.png",
  +
description = "Found the SASR Hideout<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Hint|'''HINT'''<br>A secret lies on the floor inside where the animals roam<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>Inside the Super animal Farm there is a floor plate left of the closed door behind some boxes.}}}}",
  +
},
  +
["Donk's Suit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
group = 7000,
  +
framed = 1,
  +
file = "Clothes_suit_navy-resources.assets-3673.png",
  +
description = "A Tip for Donk<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Hint|'''HINT'''<br>Where animals are raised is a Story Telling Donky, give him a Tip why dont you.<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>In the next room to the right of the Rebel Hideout in teh Animal FArm is a row of line dividers walk up them and put a banana in teh basket to tip good ole donk.}}}}",
  +
},
  +
["Lab Coat"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
group = 7350,
  +
framed = 1,
  +
file = "Clothes_labcoat.png",
  +
description = "Dr. Dogna's Secret Lab Lab<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Hint|'''HINT'''<br>In the Land of Sand you will find him, A red Eye will take you in. A path beneath you must you follow<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>Go into the Giant pyramid, make a left and look on the ground for a floor plate; step on it. Follow this hallway to the end; press the next floor plat in the corner. Go to the right to the door that opened; pull the level. Then push the button the is revealed. Now enter the Lab on your right and talk to dogna till the end of her conversation.}}}}",
  +
},
  +
["Crab Hat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
group = 4950,
  +
framed = 1,
  +
file = "hat_crab.png",
  +
description = "Beach Party<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Hint|'''HINT'''<br>Don't Be Crabby, Go Dance a Little<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>Dance with the crabs; only specific Emote will work as dance emotes (default dance, floss, stretching routine, tap dance, country dance.)}}}}",
  +
},
  +
["Praise Banan"] = {
  +
class = "Emote",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Praise_banan_emote.png",
  +
description = "Banan Cave<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Hint|'''HINT'''<br>Thomas never goes East of his Workshop..what could be over there?<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>IF you go to the big cave esat of thomas's workshop you'll find a cave. before yu go in make sure you find a banana, cut some grass. then go all the way to the back and put the banana in the ritual plate. stay awhile it will be quite apeeling}}}}",
  +
},
  +
["Gold Medal"] = {
  +
class = "Neck",
  +
rarity = 5,
  +
description = "Awarded upon [[Special Cosmetics#Tournament winning|winning in a tournament]]",
  +
group = 1000,
  +
},
  +
["Silver Medal"] = {
  +
class = "Neck",
  +
rarity = 5,
  +
description = "Awarded upon [[Special Cosmetics#Tournament winning|winning in a tournament]]",
  +
group = 1200,
  +
},
  +
["Bronze Medal"] = {
  +
class = "Neck",
  +
rarity = 5,
  +
description = "Awarded upon [[Special Cosmetics#Tournament winning|winning in a tournament]]",
  +
group = 1400,
  +
},
  +
["Super Turducken"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
group = 400,
  +
file = "Super Turducken.png",
  +
baseAnimal = "Chicken",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 320,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 82,
  +
},
  +
},
  +
},
  +
["Super Black Red Panda"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Red Panda",
  +
description = "[[Super Animal Mods|ket_domashniy Mod Breed]]",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 420,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
},
  +
},
  +
["Ket's Ukulele"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
description = "[[Super Animal Mods|ket_domashniy Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
},
  +
["Super Mandarin Duck"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Duck",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 240,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
  +
},
  +
["Hedge Clippers"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 6 Starter Pack]]</small>",
  +
},
  +
["Cottagecore Dress"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 6 Starter Pack]]</small>",
  +
},
  +
["Super Topiary Bear"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
framed = 1,
  +
baseAnimal = "Bear",
  +
description = "<small>[[Season 6 Starter Pack]]</small>",
  +
},
  +
["Peace Beads"] = {
  +
class = "Neck",
  +
rarity = 1,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Pete & the Swampcats Tee"] = {
  +
class = "Clothes",
  +
rarity = 1,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Jam Jar Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Croc Visor"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Piano BCG"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
link = "Big Clucking Gun",
  +
},
  +
Trumpet = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Crocodile Tooth Hat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Suede Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Dogna’s Musical Dartfly Gun"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
link = "Dogna's Dartfly Gun",
  +
},
  +
["Piano Tie"] = {
  +
class = "Neck",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
Reeds = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Lilypad Cap"] = {
  +
class = "Hat",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Musical Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Country Bandana"] = {
  +
class = "Neck",
  +
rarity = 1,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Snail Cap"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Suede Dress"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Croc Skin Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Teppanyaki Spatula"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Swamp Hermit Hat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Swamp Hermit Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Croc Tooth Necklace"] = {
  +
class = "Neck",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Mini Sloth"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
group = 200,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
Banjo = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Pete's Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Stump Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
Crayfish = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Guitar M16"] = {
  +
class = "GunSkin",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
link = "M16",
  +
},
  +
["Slow Jam"] = {
  +
class = "Emote",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 6]]",
  +
},
  +
["Green & Black AK"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "AK",
  +
description = "''[[Season 6 Xbox Perks Pack]]''",
  +
},
  +
["Blue & Black AK"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "AK",
  +
description = "''[[Season 6 PlayStation Plus Pack]]''",
  +
},
  +
["Blue & Black JAG-7"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "JAG-7",
  +
description = "''[[Season 6 PlayStation Plus Pack]]''",
  +
},
  +
["Green & Black JAG-7"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "JAG-7",
  +
description = "''[[Season 6 Xbox Perks Pack]]''",
  +
},
  +
["Blue & Black Katana"] = {
  +
class = "MeleeSkin",
  +
rarity = 4,
  +
framed = 1,
  +
description = "''[[Season 6 PlayStation Plus Pack]]''",
  +
},
  +
["Green & Black Katana"] = {
  +
class = "MeleeSkin",
  +
rarity = 4,
  +
framed = 1,
  +
description = "''[[Season 6 Xbox Perks Pack]]''",
  +
},
  +
["Blue & Black Dress"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 6 PlayStation Plus Pack]]''",
  +
},
  +
["Green & Black Dress"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 6 Xbox Perks Pack]]''",
  +
},
  +
["Super Crocodile"] = {
  +
class = "Character",
  +
rarity = 0,
  +
baseAnimal = "Crocodile",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 170,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 48,
  +
},
  +
},
  +
},
  +
["Super Albino Alligator"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Crocodile",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 450,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 125,
  +
},
  +
},
  +
},
  +
["Super Yellow Crocodile"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Crocodile",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
  +
},
  +
["Super Dark Green Crocodile"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Crocodile",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
  +
},
  +
["Super Orange Crocodile"] = {
  +
class = "CharacterSkin",
  +
rarity = 1,
  +
baseAnimal = "Crocodile",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 68,
  +
},
  +
},
  +
},
  +
["Super Alligator"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Crocodile",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
  +
},
  +
["4th Anniversary Cake Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 5,
  +
description = "[[Special Cosmetics#Super 4th Year Anniversary|Super 4th Year Anniversary]]",
  +
},
  +
["Pixile Anniversary Firework"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
description = "[[Special Cosmetics#Super 4th Year Anniversary|Super 4th Year Anniversary]]",
  +
},
  +
["Eggnog Hunting Rifle"] = {
  +
class = "GunSkin",
  +
rarity = 5,
  +
link = "Hunting Rifle",
  +
event = "Super CRISPRmas 2022",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 450,
  +
},
  +
},
  +
["Snowflake Bandana"] = {
  +
class = "Neck",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2022",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 450,
  +
},
  +
},
  +
["Starry Glasses"] = {
  +
class = "Glasses",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2022",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 450,
  +
},
  +
},
  +
["Green Tartan Pullover"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2022",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 900,
  +
},
  +
},
  +
["Red Tartan Pullover"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2022",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 900,
  +
},
  +
},
  +
["Candycane Dress"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2022",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 900,
  +
},
  +
},
  +
Thermometer = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2022",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 1337,
  +
},
  +
},
  +
["Red-Nosed Deer Beanie"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2022",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 1337,
  +
},
  +
},
  +
["Super Snowman Blue Jay"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Blue Jay",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 70,
  +
},
  +
},
  +
},
  +
["Super Stoat"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Ferret",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 240,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 68,
  +
},
  +
},
  +
},
  +
["Super Winter Stoat"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Ferret",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 70,
  +
},
  +
},
  +
},
  +
["Snowman Beanie"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
bundle = "Snowman Bundle",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
},
  +
["Snowman Costume"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
store = "saw",
  +
bundle = "Snowman Bundle",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
},
  +
Snowboard = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
bundle = "Snowman Bundle",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
},
  +
["Frozen Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
bundle = "Snowman Bundle",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 250,
  +
},
  +
},
  +
["Lucky Collar"] = {
  +
class = "Neck",
  +
rarity = 2,
  +
framed = 1,
  +
description = "10 [[Lucky Cat Mine]] Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Nutcracker Sabre"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
description = "<small>[[Special_Cosmetics#Twitch Drops Nutcracker Set December 2022|Twitch Drops December 2022]]</small>",
  +
},
  +
["Nutcracker Outfit"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
description = "<small>[[Special_Cosmetics#Twitch Drops Nutcracker Set December 2022|Twitch Drops December 2022]]</small>",
  +
},
  +
["Nutcracker Cap"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
description = "<small>[[Special_Cosmetics#Twitch Drops Nutcracker Set December 2022|Twitch Drops December 2022]]</small>",
  +
},
  +
["Pixile Anniversary Dress"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
description = "[[Special Cosmetics#Super 4th Year Anniversary|Super 4th Year Anniversary Redeemable Code]]",
  +
},
  +
["Brown Wolfie's Fedora"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
description = "[[Super Animal Mods|Brown Wolfie Mod Item]]",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
},
  +
["Super Lop Bunny"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Bunny",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 310,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 82,
  +
},
  +
},
  +
},
  +
["Super Celestial Bunny"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Bunny",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 68,
  +
},
  +
},
  +
},
  +
["Super Lunar Bunny"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Bunny",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
  +
},
  +
["Super Golden Bunny"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Bunny",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
  +
},
  +
["White Hanfu"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Year of the Super Bunny 2023",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 1337,
  +
},
  +
},
  +
["Bunny Pendant"] = {
  +
class = "Neck",
  +
rarity = 5,
  +
event = "Year of the Super Bunny 2023",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 450,
  +
},
  +
},
  +
["Lunar Hat (2023)"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "Year of the Super Bunny 2023",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 900,
  +
},
  +
},
  +
["Hanfu Headwear"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "Year of the Super Bunny 2023",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 900,
  +
},
  +
},
  +
["Lunar Bunny Ears"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "Year of the Super Bunny 2023",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 450,
  +
},
  +
},
  +
["Super White Bunny Candy"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
event = "Year of the Super Bunny 2023",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 1337,
  +
},
  +
},
  +
["Peach Blossom Bow & Sparrow"] = {
  +
class = "GunSkin",
  +
rarity = 5,
  +
event = "Year of the Super Bunny 2023",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 900,
  +
},
  +
link = "Bow & Sparrow",
  +
},
  +
["Water Rabbit Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 5,
  +
event = "Year of the Super Bunny 2023",
  +
currency = {
  +
name = "Red Envelopes",
  +
amount = 900,
  +
},
  +
},
  +
["Lion Dance Costume"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
bundle = "Lion Dance Bundle",
  +
},
  +
["Carrot Magnum"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
link = "Magnum",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
},
  +
["Blue Hanbok"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
},
  +
["Steamed Bun Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
},
  +
["Antler & Wool on Wings Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 5,
  +
description = "[[Special Cosmetics#AWW|Coupon Code]]",
  +
},
  +
["Bunny Casual Skirt"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
},
  +
["Super Salamander"] = {
  +
class = "Character",
  +
rarity = 0,
  +
baseAnimal = "Salamander",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 54,
  +
},
  +
},
  +
},
  +
["Super Orange Salamander"] = {
  +
class = "CharacterSkin",
  +
rarity = 1,
  +
baseAnimal = "Salamander",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 82,
  +
},
  +
},
  +
},
  +
["Super Firebelly Newt"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Salamander",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 390,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 108,
  +
},
  +
},
  +
},
  +
["Super Axolotl"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Salamander",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 480,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 132,
  +
},
  +
},
  +
},
  +
["Egg Tart Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 4,
  +
description = "''CocoaCaa Streamer Item''",
  +
file = "Gravestone eggtart.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
},
  +
Blush = {
  +
class = "Beard",
  +
rarity = 2,
  +
description = "''CocoaCaa Streamer Item''",
  +
file = "Glasses blush.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
},
  +
["Teacup Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
description = "''CocoaCaa Streamer Item''",
  +
file = "Hat teacup.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
},
  +
["Pizza Toast Nest"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
description = "''FluffubSheepub Streamer Item''",
  +
file = "Hat nest pizzatoast.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
},
  +
["Cauliflower Leaves"] = {
  +
class = "Neck",
  +
rarity = 3,
  +
description = "''FluffubSheepub Streamer Item''",
  +
file = "Neck cauliflower.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
},
  +
["Pizza Toast Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 4,
  +
description = "''FluffubSheepub Streamer Item''",
  +
file = "Gravestone pizzatoast.png",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
},
  +
["Health Juice Tee"] = {
  +
class = "Clothes",
  +
rarity = 1,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Lifeguard Cap"] = {
  +
class = "Hat",
  +
rarity = 1,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Electric Toothbrush"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Health Juice Box Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
Crutch = {
  +
class = "MeleeSkin",
  +
rarity = 1,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Head Bandage"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Crab Tie"] = {
  +
class = "Neck",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Crab Fancy Shirt"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Thermometer Pistol"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Pistol",
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
Otoscope = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Nurse Cap"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Nurse Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Band Aid"] = {
  +
class = "Beard",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Medic Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Dogna’s Medic Dart Gun"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Dogna's Dart Gun",
  +
name = "Dogna's Medic Dart Gun",
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
Scrubs = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Fruit Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Health Juice Bottle"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Runner Sunglasses"] = {
  +
class = "Glasses",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Runner’s Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Lemur Scarf"] = {
  +
class = "Neck",
  +
rarity = 1,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Lemur Hunting Rifle"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Hunting Rifle",
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Mini Lemur"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Lemur Robe"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Yoga Mat"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
["Kettlebell Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
Leotard = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
Aerobics = {
  +
class = "Emote",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 7]]",
  +
},
  +
-- Starterpack
  +
["Super Alchemist Tiger"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
framed = 1,
  +
baseAnimal = "Tiger",
  +
description = "<small>[[Season 7 Starter Pack]]</small>",
  +
group = 1150,
  +
},
  +
["Alchemist Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 7 Starter Pack]]</small>",
  +
},
  +
Potion = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 7 Starter Pack]]</small>",
  +
},
  +
-- Milestones
  +
["Health Fruit Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
description = "150 Health Fruits Eaten<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Health Fruit Tee"] = {
  +
class = "Clothes",
  +
rarity = 1,
  +
description = "75 Health Fruits Eaten",
  +
},
  +
-- Animals
  +
["Super Lemur"] = {
  +
class = "Character",
  +
rarity = 0,
  +
baseAnimal = "Lemur",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 185,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
  +
},
  +
["Super Red Ruffed Lemur"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Lemur",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 510,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 142,
  +
},
  +
},
  +
},
  +
["Super Sifaka"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Lemur",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 420,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
},
  +
},
  +
["Super Aye-aye"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Lemur",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 510,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 142,
  +
},
  +
},
  +
},
  +
["Super Taro Lemur"] = {
  +
class = "CharacterSkin",
  +
rarity = 1,
  +
baseAnimal = "Lemur",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 72,
  +
},
  +
},
  +
},
  +
["Super Pomegranate Lemur"] = {
  +
class = "CharacterSkin",
  +
rarity = 1,
  +
baseAnimal = "Lemur",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 72,
  +
},
  +
},
  +
},
  +
-- XBox & PS
  +
["Green & Black Dual Pistols"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Dual Pistols",
  +
description = "''[[Season 7 Xbox Perks Pack]]''",
  +
},
  +
["Blue & Black Dual Pistols"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Dual Pistols",
  +
description = "''[[Season 7 PlayStation Plus Pack]]''",
  +
},
  +
["Green & Black Hunting Rifle"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Hunting Rifle",
  +
description = "''[[Season 7 Xbox Perks Pack]]''",
  +
},
  +
["Blue & Black Hunting Rifle"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Hunting Rifle",
  +
description = "''[[Season 7 PlayStation Plus Pack]]''",
  +
},
  +
["Blue & Black Magnum"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Magnum",
  +
description = "''[[Season 7 PlayStation Plus Pack]]''",
  +
},
  +
["Green & Black Magnum"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Magnum",
  +
description = "''[[Season 7 Xbox Perks Pack]]''",
  +
},
  +
["Green & Black Jacket"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 7 Xbox Perks Pack]]''",
  +
},
  +
["Blue & Black Jacket"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 7 PlayStation Plus Pack]]''",
  +
},
  +
-- Respawning Day
  +
["Test Tube"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
event = "ReSpawning Day 2023",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 1337,
  +
},
  +
},
  +
["Peep Tee"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "ReSpawning Day 2023",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 450,
  +
},
  +
},
  +
["Sheep Clone Pullover"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "ReSpawning Day 2023",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 900,
  +
},
  +
},
  +
["GMO Cap"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "ReSpawning Day 2023",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 450,
  +
},
  +
},
  +
["Scientist Goggles"] = {
  +
class = "Glasses",
  +
rarity = 5,
  +
event = "ReSpawning Day 2023",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 900,
  +
},
  +
},
  +
["DNA Necklace"] = {
  +
class = "Neck",
  +
rarity = 5,
  +
event = "ReSpawning Day 2023",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 450,
  +
},
  +
},
  +
["DNA Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 5,
  +
event = "ReSpawning Day 2023",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 1337,
  +
},
  +
},
  +
["Clipboard Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 5,
  +
event = "ReSpawning Day 2023",
  +
currency = {
  +
name = "Easter Eggs",
  +
amount = 900,
  +
},
  +
},
  +
-- Respawning Day breeds
  +
["Super Tailed Frog"] = {
  +
class = "Character",
  +
rarity = 4,
  +
baseAnimal = "Frog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
  +
},
  +
["Super Bilby Bunny"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Bunny",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
  +
},
  +
["Super Chipmunk"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Squirrel",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 180,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 48,
  +
},
  +
},
  +
},
  +
["Wool Pistol"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Pistol",
  +
bundle = "Sheep Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
},
  +
["Sheep Costume"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
bundle = "Sheep Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
},
  +
Shears = {
  +
class = "MeleeSkin",
  +
rarity = 1,
  +
framed = 1,
  +
bundle = "Sheep Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 300,
  +
},
  +
},
  +
["Jester Outfit"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
description = "<small>[[Twitch Drops#Jester Set|Twitch Drops April 2023]]</small>",
  +
},
  +
["Jester Hat"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
description = "<small>[[Twitch Drops#Jester Set|Twitch Drops April 2023]]</small>",
  +
},
  +
["Jester Cane"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
description = "<small>[[Twitch Drops#Jester Set|Twitch Drops April 2023]]</small>",
  +
},
  +
["Military Knife"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
},
  +
["Rifle Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 400,
  +
},
  +
},
  +
["Baseball Helmet"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
bundle = "Baseball Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
},
  +
["Baseball Outfit"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
bundle = "Baseball Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
},
  +
["Baseball Bat"] = {
  +
class = "MeleeSkin",
  +
rarity = 1,
  +
framed = 1,
  +
bundle = "Baseball Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 300,
  +
},
  +
},
  +
["Catcher's Glove Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 3,
  +
framed = 1,
  +
bundle = "Baseball Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 400,
  +
},
  +
},
  +
["Black Headband"] = {
  +
class = "Hat",
  +
rarity = 1,
  +
description = "Limited-time exclusive item for active wiki editors who contributed before 2023-04-21"
  +
},
  +
["Super Fox Pillow"] = {
  +
class = "MeleeSkin",
  +
rarity = 4,
  +
description = "<small>[[Twitch Drops#Super Fox Pillow|Twitch Drops May 2023]]</small>",
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
},
  +
["Super Snapping Turtle"] = {
  +
class = "Character",
  +
rarity = 4,
  +
baseAnimal = "Turtle",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 510,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 140,
  +
},
  +
},
  +
},
  +
["Whale Bucket Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Dolphin Tee"] = {
  +
class = "Clothes",
  +
rarity = 1,
  +
framed = 1,
  +
name = "Dolphin Love Tee",
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Dolphin Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Dolphin Face Paint"] = {
  +
class = "Beard",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Orca Commemorative Cup"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Shark Superite Laser"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Laser Gun",
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Shark Hat"] = {
  +
class = "Hat",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Shark Swimsuit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Clownfish Tee"] = {
  +
class = "Clothes",
  +
rarity = 1,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Clownfish JAG-7"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "JAG-7",
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
Temaki = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Fishbowl Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Oasis Booth Background"] = {
  +
class = "Booth",
  +
rarity = 3,
  +
framed = 1,
  +
name = "Oasis Photo Scene",
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Fish Pendant"] = {
  +
class = "Neck",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Conductors Stand"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Conductor Tuxedo"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Fishtank BCG"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Big Clucking Gun",
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Fish Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Marine Park Pass"] = {
  +
class = "Neck",
  +
rarity = 2,
  +
framed = 1,
  +
name = "Super Sea Land Pass",
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Marine Park Visitor Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
name = "Super Sea Land Visitor Outfit",
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Wet Floor Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
Flipper = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Mini Otter"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Marine Park Staff Uniform"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
name = "Super Sea Land Staff Uniform",
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Narwhal Horn"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Octopus Hoodie"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Jellyfish Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Sip Emote"] = {
  +
class = "Emote",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 8]]",
  +
},
  +
["Beach Necklace"] = {
  +
class = "Neck",
  +
rarity = 5,
  +
event = "Summer Royale 2023",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 450,
  +
},
  +
},
  +
["Lime Glasses"] = {
  +
class = "Glasses",
  +
rarity = 5,
  +
event = "Summer Royale 2023",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 450,
  +
},
  +
},
  +
["Watermelon Cap"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "Summer Royale 2023",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 450,
  +
},
  +
},
  +
["Summer Aviators"] = {
  +
class = "Glasses",
  +
rarity = 5,
  +
event = "Summer Royale 2023",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 900,
  +
},
  +
},
  +
["Dogna's Watermelon Dartfly Gun"] = {
  +
class = "GunSkin",
  +
rarity = 5,
  +
link = "Dogna's Dartfly Gun",
  +
event = "Summer Royale 2023",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 900,
  +
},
  +
},
  +
["Lemon Skirt Outfit"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Summer Royale 2023",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 900,
  +
},
  +
},
  +
["Flipflop Melee"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
event = "Summer Royale 2023",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 1337,
  +
},
  +
},
  +
["Lemon Outfit"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Summer Royale 2023",
  +
currency = {
  +
name = "Fruit Baskets",
  +
amount = 1337,
  +
},
  +
},
  +
["Royal Scepter"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "50 Wins<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
group = 3950,
  +
},
  +
["King's Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "100 Wins<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Juicer Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 2,
  +
framed = 1,
  +
description = "Die due to Juice Press<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
  +
},
  +
["Default Laser Gun"] = {
  +
link = "Laser Gun",
  +
class = "GunSkin",
  +
file = "Grey Laser Gun.png",
  +
rarity = 0,
  +
description = "''Available to all players''",
  +
group = 100
  +
},
  +
["Orange Laser Gun"] = {
  +
class = "GunSkin",
  +
rarity = 0,
  +
link = "Laser Gun",
  +
description = "10 Laser Gun kills",
  +
group = 100
  +
},
  +
["Green Laser Gun"] = {
  +
class = "GunSkin",
  +
rarity = 0,
  +
link = "Laser Gun",
  +
description = "25 Laser Gun kills",
  +
group = 200
  +
},
  +
["Blue Laser Gun"] = {
  +
class = "GunSkin",
  +
rarity = 1,
  +
link = "Laser Gun",
  +
description = "45 Laser Gun kills",
  +
group = 300
  +
},
  +
["Red Laser Gun"] = {
  +
class = "GunSkin",
  +
rarity = 1,
  +
link = "Laser Gun",
  +
description = "70 Laser Gun kills",
  +
group = 400
  +
},
  +
["Purple Laser Gun"] = {
  +
class = "GunSkin",
  +
rarity = 1,
  +
framed = 1,
  +
link = "Laser Gun",
  +
description = "100 Laser Gun kills",
  +
group = 500
  +
},
  +
["Yellow Laser Gun"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Laser Gun",
  +
description = "140 Laser Gun kills",
  +
group = 600
  +
},
  +
["Pink Laser Gun"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Laser Gun",
  +
description = "190 Laser Gun kills",
  +
group = 700
  +
},
  +
["White Laser Gun"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Laser Gun",
  +
description = "250 Laser Gun kills",
  +
group = 800
  +
},
  +
["Toon Outfit"] = {
  +
name = "Cartoon Suspenders",
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 8 Starter Pack]]</small>",
  +
},
  +
["Fountain Pen"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
name = "Ink Nib Pen",
  +
description = "<small>[[Season 8 Starter Pack]]</small>",
  +
},
  +
["Super Toon Fennec Fox"] = {
  +
name = "Super Cartoon Fennec Fox",
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 8 Starter Pack]]</small>",
  +
baseAnimal = "Fox",
  +
group = 1150,
  +
},
  +
["Super Banana Dog"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Dog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 110,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 24,
  +
},
  +
},
  +
},
  +
["Super Apricat"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 80,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
  +
},
  +
["Super Fish"] = {
  +
class = "Character",
  +
rarity = 0,
  +
baseAnimal = "Fish",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 75,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 15,
  +
},
  +
},
  +
},
  +
["Super Goldfish"] = {
  +
class = "CharacterSkin",
  +
rarity = 1,
  +
baseAnimal = "Fish",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 105,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 28,
  +
},
  +
},
  +
},
  +
["Super Perch"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Fish",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 140,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 38,
  +
},
  +
},
  +
},
  +
["Super Black Goldfish"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Fish",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 190,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 52,
  +
},
  +
},
  +
},
  +
["Super Catfish"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Fish",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 70,
  +
},
  +
},
  +
},
  +
["Super Cat Fish"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Fish",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 84,
  +
},
  +
},
  +
},
  +
["Super Dolphin"] = {
  +
class = "Character",
  +
rarity = 0,
  +
baseAnimal = "Dolphin",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 175,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 48,
  +
},
  +
},
  +
},
  +
["Super Blue Dolphin"] = {
  +
class = "CharacterSkin",
  +
rarity = 1,
  +
baseAnimal = "Dolphin",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 68,
  +
},
  +
},
  +
},
  +
["Super Pink Dolphin"] = {
  +
class = "CharacterSkin",
  +
rarity = 1,
  +
baseAnimal = "Dolphin",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 68,
  +
},
  +
},
  +
},
  +
["Super Common Dolphin"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Dolphin",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
  +
},
  +
["Super Lilac Dolphin"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Dolphin",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 375,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 100,
  +
},
  +
},
  +
},
  +
["Dogna's Green & Black Dartfly Gun"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Dogna's Dartfly Gun",
  +
description = "''[[Season 8 Xbox Perks Pack]]''",
  +
},
  +
["Dogna's Blue & Black Dartfly Gun"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Dogna's Dartfly Gun",
  +
description = "''[[Season 8 PlayStation Plus Pack]]''",
  +
},
  +
["Blue & Black Minigun"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Magnum",
  +
description = "''[[Season 8 PlayStation Plus Pack]]''",
  +
},
  +
["Blue & Black Silenced Pistol"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Silenced Pistol",
  +
description = "''[[Season 8 PlayStation Plus Pack]]''",
  +
},
  +
["Green & Black Minigun"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Magnum",
  +
description = "''[[Season 8 Xbox Perks Pack]]''",
  +
},
  +
["Green & Black Silenced Pistol"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Silenced Pistol",
  +
description = "''[[Season 8 Xbox Perks Pack]]''",
  +
},
  +
["Green & Black Jersey"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 8 Xbox Perks Pack]]''",
  +
},
  +
["Blue & Black Jersey"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 8 PlayStation Plus Pack]]''",
  +
},
  +
["Rainbow Heart Hoodie"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
description = "[[Guides/Coupon Codes|LOVE2023 Coupon Code]]",
  +
file = "Clothes hoodie rainbow.png"
  +
},
  +
["Rainbow Bandana"] = {
  +
class = "Neck",
  +
rarity = 5,
  +
description = "[[Guides/Coupon Codes|LOVE2023 Coupon Code]]",
  +
file = "Clothes bandana rainbow.png"
  +
},
  +
["Amplifier Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 5,
  +
description = "<small>[[Twitch Drops#Rock & Roll Set|Twitch Drops July 2023]]</small>",
  +
},
  +
["Record Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 5,
  +
description = "<small>[[Twitch Drops#Rock & Roll Set|Twitch Drops July 2023]]</small>",
  +
},
  +
["Pirate Flag"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
bundle = "Pirate Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
},
  +
["Pirate Skull Cap"] = {
  +
class = "Hat",
  +
rarity = 1,
  +
framed = 1,
  +
bundle = "Pirate Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 200,
  +
},
  +
},
  +
["Pirate Skirt"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
bundle = "Pirate Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
},
  +
["Flintlock Magnum"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
bundle = "Pirate Bundle",
  +
store = "saw",
  +
link = "Magnum",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
},
  +
["Monkey Dance"] = {
  +
class = "Emote",
  +
rarity = 3,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 800,
  +
},
  +
},
  +
Samba = {
  +
class = "Emote",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
file = "Emote-samba.png",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 600,
  +
},
  +
},
  +
["Fae Antlers"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
description = "Limited-time exclusive item<br>[[Super Animal Mods|Fuchsia Fuchs Mod Item]]",
  +
},
  +
["Super Orca"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Dolphin",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 450,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 125,
  +
},
  +
},
  +
},
  +
["Super Shark"] = {
  +
class = "Character",
  +
rarity = 0,
  +
baseAnimal = "Shark",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 185,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
  +
},
  +
["Super Yellow Shark"] = {
  +
class = "CharacterSkin",
  +
rarity = 1,
  +
baseAnimal = "Shark",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 260,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 72,
  +
},
  +
},
  +
},
  +
["Super Nurse Shark"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Shark",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 330,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 90,
  +
},
  +
},
  +
},
  +
["Super Tiger Shark"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Shark",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 330,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 90,
  +
},
  +
},
  +
},
  +
["Super Dark Shark"] = {
  +
class = "CharacterSkin",
  +
name = "Super Dark Blue Shark",
  +
rarity = 3,
  +
file = "Super Dark Blue Shark.png",
  +
baseAnimal = "Shark",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 420,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
},
  +
},
  +
["Super Thresher Shark"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Shark",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 420,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
},
  +
},
  +
["Water Pistol"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Pistol",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
},
  +
["Ermah Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 4,
  +
description = "<small>''Ermahburd Super Content Creator Item''</small>"
  +
},
  +
["Enma's Guitar"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
description = "<small>''Enma Darei Super Content Creator Item''</small>"
  +
},
  +
["Pizza Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Olive Toothpick"] = {
  +
class = "MeleeSkin",
  +
rarity = 1,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Flapper Headband"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Flapper Dress"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Party Deagle"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
link = "Deagle",
  +
},
  +
["Banana Split Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Glowstick Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Mardi Gras Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Dogna’s Party Dartfly Gun"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Dogna's Dartfly Gun",
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Crocodile Club Background"] = {
  +
class = "Booth",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Rimless Star Glasses"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Elizabethan Dress"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Drink Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Sparkling Health Juice"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Carnival Mask"] = {
  +
class = "Glasses",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Mardi Gras Dress"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Disco Ball Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
name = "Disco Umbrella"
  +
},
  +
["Party Thomas Gun"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Thomas Gun",
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Harlequin Hat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Harlequin Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
name = "Harlequin Costume"
  +
},
  +
["Party Superite Laser"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
link = "Superite Laser",
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Mini Croc"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Pierrot Hat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Pierrot Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Disco Ball Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
name = "Disco Gravestone"
  +
},
  +
["Hound Dog"] = {
  +
class = "Emote",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Opera Mask"] = {
  +
class = "Glasses",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Opera Tuxedo"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 9]]",
  +
},
  +
["Turnip Boy Wanted Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 5,
  +
link = "Turnip Boy Collab Event"
  +
},
  +
["Turnip Boy Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 5,
  +
link = "Turnip Boy Collab Event"
  +
},
  +
["Soil Magnum"] = {
  +
class = "GunSkin",
  +
rarity = 5,
  +
link = "Magnum",
  +
link = "Turnip Boy Collab Event"
  +
},
  +
["Turnip Leaves"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
link = "Turnip Boy Collab Event"
  +
},
  +
["Soil Sword"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
link = "Turnip Boy Collab Event"
  +
},
  +
["Turnip Boy Outfit"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
link = "Turnip Boy Collab Event"
  +
},
  +
["Super Apple Cat"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 160,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 42,
  +
},
  +
},
  +
group = 100,
  +
},
  +
["Super Kitsune Fox"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Fox",
  +
framed = 1,
  +
description = "<small>[[Season 9 Starter Pack]]</small>",
  +
},
  +
["Scroll"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 9 Starter Pack]]</small>",
  +
},
  +
["Kitsune Kimono"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 9 Starter Pack]]</small>",
  +
name = "Miko Outfit"
  +
},
  +
["Super Caracal"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 230,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 62,
  +
},
  +
},
  +
},
  +
["Super Blobfish"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Fish",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 190,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 52,
  +
},
  +
},
  +
},
  +
["Super Gummy Shark"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Shark",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 510,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 140,
  +
},
  +
},
  +
},
  +
["Super Tiger Tiger Shark"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Shark",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 420,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
},
  +
},
  +
["Super Elephant Seal"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Seal",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 400,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 110,
  +
},
  +
},
  +
},
  +
["Super Inverted Skunk"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Skunk",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
},
  +
},
  +
["Super Fire Hawk"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Hawk",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 400,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 110,
  +
},
  +
},
  +
},
  +
["Super Flamingo"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Seagull",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 450,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 124,
  +
},
  +
},
  +
},
  +
["Super Komodo"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Lizard",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
  +
},
  +
["Super Tibetan Fox"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Fox",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 200,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
},
  +
},
  +
["Super Sacabambaspis"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Fish",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 190,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 52,
  +
},
  +
},
  +
},
  +
["Super Azureus Frog"] = {
  +
class = "Character",
  +
rarity = 3,
  +
baseAnimal = "Frog",
  +
name = "Super Blue Poison Dart Frog",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 280,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 78,
  +
},
  +
},
  +
},
  +
["Green Party Hat"] = {
  +
class = "Hat",
  +
rarity = 1,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
},
  +
["Blue Party Hat"] = {
  +
class = "Hat",
  +
rarity = 1,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
},
  +
["Yellow Party Hat"] = {
  +
class = "Hat",
  +
rarity = 1,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 300,
  +
},
  +
},
  +
["Hula Dance"] = {
  +
class = "Emote",
  +
rarity = 2,
  +
framed = 1,
  +
file = "Emote-hula.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 600,
  +
},
  +
},
  +
["Vaporwave Explosion"] = {
  +
class = "DeathExplosion",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
},
  +
["Pointy Hand"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
name = "Pointer Hand"
  +
},
  +
["Black Trench"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 3000,
  +
},
  +
name = "Trench Suit"
  +
},
  +
["Spider Necklace"] = {
  +
class = "Neck",
  +
rarity = 5,
  +
event = "Super Howloween 2023",
  +
name = "Spider Necklace"
  +
},
  +
["Howloween Background"] = {
  +
class = "Booth",
  +
rarity = 5,
  +
event = "Super Howloween 2023",
  +
},
  +
["Witch Hat Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 5,
  +
event = "Super Howloween 2023",
  +
},
  +
["Super Sewer Rat"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Rat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
  +
},
  +
["Jiangshi Outfit"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
description = "<small>[[Twitch Drops#Jiangshi Set|Twitch Drops October 2023]]</small>",
  +
},
  +
["Jiangshi Beads"] = {
  +
class = "Neck",
  +
rarity = 5,
  +
description = "<small>[[Twitch Drops#Jiangshi Set|Twitch Drops October 2023]]</small>",
  +
},
  +
["Jiangshi Hat"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
description = "<small>[[Twitch Drops#Jiangshi Set|Twitch Drops October 2023]]</small>",
  +
},
  +
["Spiderweb Costume"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Super Howloween 2023",
  +
},
  +
["Bone Sword"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
event = "Super Howloween 2023",
  +
},
  +
["Scarecrow Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 5,
  +
event = "Super Howloween 2023",
  +
},
  +
["Super Anglerfish"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Fish",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 70,
  +
},
  +
},
  +
},
  +
["Conductor Outfit"] = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
bundle = "Conductor Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
},
  +
["Steam Whistle"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
bundle = "Conductor Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
},
  +
["Conductor Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
bundle = "Conductor Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
},
  +
["Howloween Bow"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
file = "Halloween Bow.png",
  +
event = "Super Howloween 2023",
  +
},
  +
["Ghost & Bat Dual Pistols"] = {
  +
class = "GunSkin",
  +
rarity = 5,
  +
link = "Dual Pistols",
  +
name = "Spooky Dual Pistols",
  +
event = "Super Howloween 2023",
  +
},
  +
["Halloween Onesie"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Super Howloween 2023",
  +
name = "Howloween Onesie"
  +
},
  +
["Super Alebrije Axolotl"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Salamander",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 480,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 132,
  +
},
  +
},
  +
},
  +
["Super Pogona"] = {
  +
class = "Character",
  +
rarity = 0,
  +
name = "Super Bearded Dragon",
  +
baseAnimal = "Bearded Dragon",
  +
file = "Super Bearded Dragon.png",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 150,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 40,
  +
},
  +
},
  +
},
  +
["Super Red Pogona"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
name = "Super Red Bearded Dragon",
  +
baseAnimal = "Bearded Dragon",
  +
file = "Super Red Bearded Dragon.png",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
  +
},
  +
["Super Grey Pogona"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
name = "Super Grey Bearded Dragon",
  +
baseAnimal = "Bearded Dragon",
  +
file = "Super Gray Bearded Dragon.png",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 80,
  +
},
  +
},
  +
},
  +
["Super Yellow Pogona"] = {
  +
class = "CharacterSkin",
  +
rarity = 1,
  +
name = "Super Yellow Bearded Dragon",
  +
baseAnimal = "Bearded Dragon",
  +
file = "Super Yellow Bearded Dragon.png",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 225,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 60,
  +
},
  +
},
  +
},
  +
["Health Juice Cocktail"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
name = "Classy Health Juice",
  +
description = "<small>''Blondie_420 Super Content Creator Item''</small>",
  +
},
  +
["Skullcat Plush Emote"] = {
  +
class = "Emote",
  +
rarity = 5,
  +
description = "<small>Makeship plush emote</small>",
  +
},
  +
["Plush Emote"] = {
  +
class = "Emote",
  +
rarity = 5,
  +
description = "<small>Makeship plush emote</small>",
  +
},
  +
["Toy Sparrow Launcher"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
link = "Sparrow Launcher",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
},
  +
["Flames Laser Gun"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
link = "Laser Gun",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 450,
  +
},
  +
},
  +
["Blue Balloon Sword"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
},
  +
["Green Balloon Sword"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
},
  +
["Red Balloon Sword"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
},
  +
["Candy Cane Tie"] = {
  +
class = "Neck",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2023",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 1000,
  +
},
  +
},
  +
["Present Box Outfit"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2023",
  +
},
  +
["Present Tophat"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2023",
  +
},
  +
["Street Art Bandana"] = {
  +
class = "Neck",
  +
rarity = 1,
  +
framed = 1,
  +
bundle = "Street Art Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 200,
  +
},
  +
},
  +
["Street Art Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
bundle = "Street Art Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
},
  +
},
  +
["Spray Paint"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
bundle = "Street Art Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
},
  +
["Ranger Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Medieval Minigun"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Minigun",
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Joust Lance"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
name = "Jousting Lance",
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Medieval Plate Armor Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
name = "Plate Armor",
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Ring Necklace"] = {
  +
class = "Neck",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Holy Grail"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Renaissance Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Renaissance Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["D20 Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Penguin Palace Background"] = {
  +
class = "Booth",
  +
rarity = 3,
  +
framed = 1,
  +
name = "Penguin Palace Photo Scene",
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Medieval Glasses"] = {
  +
class = "Glasses",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Renaissance Dress Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
name = "Renaissance Dress",
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Lute Melee"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
name = "Lute",
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Excalibur AK"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "AK",
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Minstrel Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Minstrel Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Elf Tiara"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
name = "Elven Tiara",
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Elven Bow & Sparrow"] = {
  +
class = "GunSkin",
  +
rarity = 2,
  +
link = "Bow & Sparrow",
  +
name = "Elf Bow & Sparrow",
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Mini Horse"] = {
  +
class = "Pet",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Elf Dress"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
name = "Elven Outfit",
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Spellbook Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 2,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Magical Staff"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
name = "Wizard Staff",
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Wizard Hat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Wizard Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
name = "Wizard Robes",
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
Warhammer = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Coconut Gallop"] = {
  +
class = "Emote",
  +
rarity = 3,
  +
framed = 1,
  +
name = "Coconut Canter",
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Barbarian Helmet"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Barbarian Outfit"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Super Animal Pass Season 10]]",
  +
},
  +
["Super Dragon"] = {
  +
class = "Character",
  +
rarity = 0,
  +
baseAnimal = "Dragon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 210,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 55,
  +
},
  +
},
  +
},
  +
["Super Orange Dragon"] = {
  +
class = "CharacterSkin",
  +
rarity = 1,
  +
baseAnimal = "Dragon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 310,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 82,
  +
},
  +
},
  +
},
  +
["Super Green Dragon"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Dragon",
  +
name = "Super Forest Dragon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 410,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
},
  +
},
  +
["Super Purple Dragon"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Dragon",
  +
name = "Super Superite Dragon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 410,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
},
  +
},
  +
["Super Black Dragon"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Dragon",
  +
name = "Super Black Wyvern",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 510,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 140,
  +
},
  +
},
  +
},
  +
["Super Silver Dragon"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Dragon",
  +
name = "Super Ice Wyvern",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 510,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 140,
  +
},
  +
},
  +
},
  +
["Super Icicle Deer"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Deer",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 190,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 52,
  +
},
  +
},
  +
},
  +
["Super Fairy Skullcat"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 10 Starter Pack]]</small>",
  +
baseAnimal = "Skullcat",
  +
},
  +
["Fairy Armor"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 10 Starter Pack]]</small>",
  +
},
  +
["Fairy Sword"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "<small>[[Season 10 Starter Pack]]</small>",
  +
},
  +
["Party Beads"] = {
  +
class = "Neck",
  +
rarity = 5,
  +
description = "Super 5 Year Anniversary",
  +
},
  +
["5th Anniversary Cake Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 5,
  +
description = "Super 5 Year Anniversary",
  +
},
  +
["Super Pinata Donkey"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Donkey",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 300,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 75,
  +
},
  +
},
  +
},
  +
["Blue & Black Firework"] = {
  +
class = "MeleeSkin",
  +
rarity = 4,
  +
framed = 1,
  +
description = "''[[Season 9 PlayStation Plus Pack]]''",
  +
},
  +
["Blue & Black Tie"] = {
  +
class = "Neck",
  +
rarity = 2,
  +
framed = 1,
  +
description = "''[[Season 9 PlayStation Plus Pack]]''",
  +
},
  +
["Blue & Black Superite Laser"] = {
  +
class = "GunSkin",
  +
rarity = 4,
  +
framed = 1,
  +
link = "Superite Laser",
  +
description = "''[[Season 9 PlayStation Plus Pack]]''",
  +
},
  +
["Blue & Black Party Hat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 9 PlayStation Plus Pack]]''",
  +
},
  +
["Red Tartan Bow"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2023",
  +
},
  +
["Brown Winter Coat"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2023",
  +
},
  +
["Cocoa Mug Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2023",
  +
},
  +
["Super Cinnamon Sugar Beaver"] = {
  +
class = "Character",
  +
rarity = 4,
  +
baseAnimal = "Beaver",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 450,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 120,
  +
},
  +
},
  +
},
  +
["New Years Tophat"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2023",
  +
currency = {
  +
name = "Candy Canes",
  +
amount = 1337,
  +
},
  +
},
  +
["New Years SMG"] = {
  +
class = "GunSkin",
  +
rarity = 5,
  +
link = "SMG",
  +
event = "Super CRISPRmas 2023",
  +
file = "New Years SMG.png",
  +
},
  +
["New Years Suit"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Super CRISPRmas 2023",
  +
file = "New Years Suit.png",
  +
},
  +
["Scrooge Hat"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
description = "<small>[[Twitch Drops#Scrooge Set|Twitch Drops December 2023]]</small>",
  +
},
  +
["Scrooge Suit"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
description = "<small>[[Twitch Drops#Scrooge Set|Twitch Drops December 2023]]</small>",
  +
},
  +
["Scrooge Cane"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
description = "<small>[[Twitch Drops#Scrooge Set|Twitch Drops December 2023]]</small>",
  +
},
  +
["Purple Crayon"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
file = "Melee crayon purple.png",
  +
description = "[[Special Cosmetics#Super Fanart Contest|Life of the Party (Jun-Jul 2023)]]",
  +
group = 6050,
  +
},
  +
["Diner Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
bundle = "Diner Bundle",
  +
file = "Hat diner.png"
  +
},
  +
["Diner Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
framed = 1,
  +
bundle = "Diner Bundle",
  +
file = "Clothes diner server.png"
  +
},
  +
["Milkshake"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
framed = 1,
  +
bundle = "Diner Bundle",
  +
file = "Melee milkshake.png"
  +
},
  +
["Box Cutter"] = {
  +
class = "MeleeSkin",
  +
rarity = 1,
  +
file = "Box cutter.png",
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 300,
  +
},
  +
group = 1050,
  +
},
  +
["Cardboard Sword"] = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
file = "Cardboard sword.png",
  +
framed = 1,
  +
store = "saw",
  +
bundle = "Cardboard Bundle",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 500,
  +
},
  +
group = 1100,
  +
},
  +
["Cardboard Costume"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
file = "Cardboard costume.png",
  +
framed = 1,
  +
store = "saw",
  +
bundle = "Cardboard Bundle",
  +
group = 1050,
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 750,
  +
}
  +
},
  +
  +
["Cardboard Crown"] = {
  +
class = "Hat",
  +
rarity = 1,
  +
file = "Cardboard crown.png",
  +
framed = 1,
  +
store = "saw",
  +
bundle = "Cardboard Bundle",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 200,
  +
},
  +
group = 1050,
  +
},
  +
["Super St Bernard"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
file = "Char-dog-StBernard.png",
  +
baseAnimal = "Dog",
  +
name = "Super St. Bernard",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 220,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 62,
  +
},
  +
}
  +
},
  +
["Super Golden Eastern Dragon"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Dragon",
  +
name = "Super Golden Dragon",
  +
file = "Super Golden Dragon.png",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 600,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 168,
  +
},
  +
}
  +
},
  +
["Super Eastern Dragon"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Dragon",
  +
name = "Super Eastern Dragon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 510,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 140,
  +
},
  +
}
  +
},
  +
["Super Lunar Dragon"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Dragon",
  +
name = "Super Lunar Dragon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 410,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
}
  +
},
  +
["Dragon Necklace"] = {
  +
class = "Neck",
  +
rarity = 5,
  +
event = "Year of the Super Dragon 2024",
  +
},
  +
["Dragon Jacket"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Year of the Super Dragon 2024",
  +
},
  +
["Paper Dragon Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 5,
  +
event = "Year of the Super Dragon 2024",
  +
name = "Dragon Paper Umbrella",
  +
file = "Dragon Paper Umbrella.png"
  +
},
  +
["Bones Onesie"] = {
  +
class = "Clothes",
  +
name = "Teal Onesie",
  +
rarity = 3,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
},
  +
Baguette = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 1500,
  +
},
  +
},
  +
["Dragon Horns Headband"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "Year of the Super Dragon 2024",
  +
name = "Dragon Horns"
  +
},
  +
["Dragon Sword"] = {
  +
class = "Melee",
  +
rarity = 5,
  +
event = "Year of the Super Dragon 2024",
  +
},
  +
["Gong Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 5,
  +
event = "Year of the Super Dragon 2024",
  +
},
  +
["Dragon AK"] = {
  +
class = "GunSkin",
  +
rarity = 5,
  +
event = "Year of the Super Dragon 2024",
  +
link = "AK"
  +
},
  +
["Dragon Dancer Outfit"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "Year of the Super Dragon 2024",
  +
},
  +
["Firecrackers Melee"] = {
  +
class = "Melee",
  +
rarity = 5,
  +
event = "Year of the Super Dragon 2024",
  +
},
  +
["Super Taiyaki Fish"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Fish",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 70,
  +
},
  +
}
  +
},
  +
["Messenger Bag"] = {
  +
class = "Neck",
  +
file = "neck_messenger_bag.png",
  +
rarity = 2,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
},
  +
["Super Lucky Dragon"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
file = "Char-dragon-eastern-red.png",
  +
baseAnimal = "Dragon",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 510,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 140,
  +
},
  +
}
  +
},
  +
["Borazilla's Axe"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
description = "Limited-time exclusive item<br>[[Super Animal Mods|Borazilla Mod Item]]",
  +
},
  +
["Paper Cutting Pinwheel"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
framed = 1,
  +
file = "Melee paper cutting pinwheel.png",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 650,
  +
},
  +
},
  +
["Orange Crayon"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
file = "melee_crayon_orange.png",
  +
description = "[[Special Cosmetics#Super Fanart Contest|A Moment of Peace (Sep 2022)]]",
  +
group = 6030,
  +
},
  +
["Green & Black Present Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Xbox Perks Bundle]]",
  +
file = "Gravestone present Xbox.png"
  +
},
  +
["Green & Black Bow & Sparrow"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Xbox Perks Bundle]]",
  +
link = "Bow & Sparrow",
  +
file = "Gun bow Xbox.png"
  +
},
  +
["Green & Black Down Jacket"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "[[Xbox Perks Bundle]]",
  +
file = "Clothes down jacket Xbox.png"
  +
},
  +
["Green & Black Bobblehat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "[[Xbox Perks Bundle]]",
  +
file = "Hat bobblehat Xbox.png"
  +
},
  +
["Butter Basket Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 3,
  +
file = "Gravestone butter basket.png",
  +
description = "Limited-time exclusive item<br>[[Super Animal Mods|Dr.Z Mod Item]]"
  +
},
  +
["Super Lucky Pig"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Pig",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 250,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 65,
  +
},
  +
}
  +
},
  +
["Cheek Kiss Sticker"] = {
  +
class = "Beard",
  +
rarity = 5,
  +
event = "ReSpawning Day 2024",
  +
name = "Lipstick Sticker"
  +
},
  +
["Horseshoe Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 5,
  +
event = "ReSpawning Day 2024",
  +
name = "Golden Horseshoe Gravestone"
  +
},
  +
["Clover Umbrella"] = {
  +
class = "Umbrella",
  +
rarity = 5,
  +
event = "ReSpawning Day 2024",
  +
},
  +
["Super Octopus"] = {
  +
class = "Character",
  +
rarity = 0,
  +
baseAnimal = "Octopus",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 185,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 50,
  +
},
  +
}
  +
},
  +
["Super Blue Octopus"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Octopus",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 330,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 90,
  +
},
  +
}
  +
},
  +
["Super Blue Ring Octopus"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Octopus",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 420,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 115,
  +
},
  +
}
  +
},
  +
["Super Pink Octopus"] = {
  +
class = "CharacterSkin",
  +
rarity = 2,
  +
baseAnimal = "Octopus",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 330,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 90,
  +
},
  +
}
  +
},
  +
Leek = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
store = "carl",
  +
currency = {
  +
name = "Carl Coins",
  +
amount = 750,
  +
},
  +
},
  +
Daikon = {
  +
class = "MeleeSkin",
  +
rarity = 2,
  +
},
  +
["Sakura Dual Pistols"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
link = "Dual Pistols",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 600,
  +
},
  +
},
  +
["Tinfoil Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
},
  +
["Cucumber Mask"] = {
  +
class = "Glasses",
  +
rarity = 2,
  +
framed = 1,
  +
bundle = "Spa Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 250,
  +
},
  +
},
  +
["Towel Hat"] = {
  +
class = "Hat",
  +
rarity = 2,
  +
framed = 1,
  +
bundle = "Spa Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 350,
  +
},
  +
},
  +
Towel = {
  +
class = "Clothes",
  +
rarity = 2,
  +
framed = 1,
  +
bundle = "Spa Bundle",
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 550,
  +
},
  +
},
  +
["Green & Black Tie"] = {
  +
class = "Neck",
  +
rarity = 2,
  +
framed = 1,
  +
description = "''[[Season 9 Xbox Perks Pack]]''",
  +
file = "Clothes tie Xbox.png"
  +
},
  +
["Green & Black Firework"] = {
  +
class = "MeleeSkin",
  +
rarity = 4,
  +
framed = 1,
  +
description = "''[[Season 9 Xbox Perks Pack]]''",
  +
file = "Melee firework Xbox.png"
  +
},
  +
["Green & Black Superite Laser"] = {
  +
class = "GunSkin",
  +
rarity = 4,
  +
framed = 1,
  +
description = "''[[Season 9 Xbox Perks Pack]]''",
  +
link = "Superite Laser",
  +
file = "Gun laser Xbox.png"
  +
},
  +
["Green & Black Party Hat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 9 Xbox Perks Pack]]''",
  +
file = "Hat party Xbox.png"
  +
},
  +
["Blue & Black Bobblehat"] = {
  +
class = "Hat",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 10 PlayStation Plus Pack]]''",
  +
},
  +
["Blue & Black Down Jacket"] = {
  +
class = "Clothes",
  +
rarity = 4,
  +
framed = 1,
  +
description = "''[[Season 10 PlayStation Plus Pack]]''",
  +
},
  +
["Blue & Black Bow & Sparrow"] = {
  +
class = "GunSkin",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 10 PlayStation Plus Pack]]''",
  +
link = "Bow & Sparrow",
  +
},
  +
["Blue & Black Present Gravestone"] = {
  +
class = "Gravestone",
  +
rarity = 3,
  +
framed = 1,
  +
description = "''[[Season 10 PlayStation Plus Pack]]''",
  +
},
  +
["Super Sakura Cat"] = {
  +
class = "CharacterSkin",
  +
rarity = 3,
  +
baseAnimal = "Cat",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 160,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 42,
  +
},
  +
}
  +
},
  +
["Taiko Outfit"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "ReSpawning Day 2024",
  +
},
  +
["Cherry Blossoms Background"] = {
  +
class = "Booth",
  +
rarity = 5,
  +
event = "ReSpawning Day 2024",
  +
name = "Sakura Photo Booth Scene"
  +
},
  +
["White Hachimaki (Taiko Headband)"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "ReSpawning Day 2024",
  +
name = "Taiko Headband"
  +
},
  +
Omamori = {
  +
class = "Neck",
  +
rarity = 3,
  +
description = "[[Limited-time exclusive item]]<br>[[Super Animal Mods|Kamhome3 Mod Item]]"
  +
},
  +
["Choir Robes Outfit"] = {
  +
class = "Clothes",
  +
rarity = 5,
  +
event = "ReSpawning Day 2024",
  +
},
  +
["Vegetation Sparrow Launcher"] = {
  +
class = "GunSkin",
  +
rarity = 5,
  +
link = "Sparrow Launcher",
  +
event = "ReSpawning Day 2024",
  +
},
  +
["Daisy Flower Crown"] = {
  +
class = "Hat",
  +
rarity = 5,
  +
event = "ReSpawning Day 2024",
  +
},
  +
["Gaming Keyboard"] = {
  +
class = "MeleeSkin",
  +
rarity = 5,
  +
description = "[[Limited-time exclusive item]]"
  +
},
  +
["Super Dandelion"] = {
  +
class = "CharacterSkin",
  +
rarity = 4,
  +
baseAnimal = "Lion",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 450,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 120,
  +
},
  +
}
  +
},
  +
["Banana Milk Outfit"] = {
  +
class = "Clothes",
  +
rarity = 3,
  +
description = "[[Limited-time exclusive item]]<br>[[Super Animal Mods|Bananamilk Mod Item]]",
  +
name = "Bananamilk Outfit"
  +
},
  +
["Super Swallow"] = {
  +
class = "CharacterSkin",
  +
file = "Char-bird-swallow.png",
  +
rarity = 4,
  +
baseAnimal = "Songbird",
  +
currencies = {
  +
{
  +
name = "DNA",
  +
amount = 190,
  +
},
  +
{
  +
name = "Serum",
  +
amount = 64,
  +
},
  +
}
  +
},
  +
["Cone Hat"] = {
  +
class = "Hat",
  +
rarity = 1,
  +
framed = 1,
  +
store = "saw",
  +
currency = {
  +
name = "S.A.W. Tickets",
  +
amount = 200,
  +
},
  +
},
  +
["Super Bananamilk Pillow"] = {
  +
class = "MeleeSkin",
  +
rarity = 3,
  +
description = "Limited-time exclusive item<br>[[Super Animal Mods|Kaity Mod Item]]",
  +
file = "Kaity's Skullcat Pillow.png"
 
}
 
}
 
}
 
}

Latest revision as of 16:00, 16 April 2024

Template-info Documentation

This module stores item data across most of places found on the wiki. It's in format of a Lua table and stores the following information:


Title Propriety Description Allowed values
Item name (item key) Specifies item ID for the table, must be unique. By standard it's the item name from game's PlayFab catalogue Any string
Item class class Specifies item class as specified in game PlayFab catalogue See #Classes
Item rarity rarity Rarity of an item 0 – Common

1 – Uncommon
2 – Rare
3 – Epic
4 – Legendary
5 – Special

Item image file Image representing item in form of file name on the wiki Any string that is a proper file name without "File:" prefix
Item description description Description describing given item. Note that it may require
at start. Templates inside the strings are evaluated
Any string
Item sorting key group While the items are automatically sorted based on rarity, items can be additionally sorted within rarity using sorting keys. Sorting is ascending number form. Any number
Item link link A name of page that the item name should link to Any string that is a valid page name
Item custom name name If the name of the item is different from *Item name* that is also an item key, custom name can be specified in here Any string
Item framing framed If the item has a frame in game, this argument can be added Any (preferably 1)
Item store type store Sets which store the item is associated with "S.A.W. Shop" or "Cackling Carls Cart" "saw" or "carl"
Item currency type currency Sets which currency an item is using; defined by "name =" (name of currency) and "amount =" (item cost) See Currency "name" and "amount"
Item currency name name Sets the type of currency for the item, defined within "currency = {"


"S.A.W. Tickets" or "Carl Coins"
"DNA" or "Serum"

Item currency amount amount Sets the cost for the item Any number
Item Bundles bundle Set which bundle the item belongs to. Any string that is a valid bundle name"
Item visibility hidden If this argument is true, the item will be hidden from displaying on the wiki true or false


The Lua table is supposed to be developed based on game's PlayFab catalogue. To help with managing the table there are tools to help with its development, hosted in here.

Classes[]

There are several classes inside PlayFab catalogue, however not all classes are used on the wiki.


return {
	["Super Fox"] = {
		class = "Character",
		rarity = 0,
		file = "Char-fox.png",
		baseAnimal = "Fox",
		description = "<span style=\"color:#6bbf00; font-weight:bold\">Free</span>",
	},
	["Super Bear"] = {
		class = "Character",
		rarity = 0,
		file = "Char-bear.png",
		baseAnimal = "Bear",
		description = "<span style=\"color:#6bbf00; font-weight:bold\">Free</span>",
	},
	["Super Skullcat"] = {
		class = "Character",
		rarity = 0,
		file = "Char-skullcat.png",
		baseAnimal = "Skullcat",
		description = "<span style=\"color:#6bbf00; font-weight:bold\">Free</span>",
	},
	["Super Tiger"] = {
		class = "Character",
		rarity = 0,
		file = "Char-tiger.png",
		baseAnimal = "Tiger",
		description = "<span style=\"color:#6bbf00; font-weight:bold\">Free</span>",
	},
	["Super Deer"] = {
		class = "Character",
		rarity = 0,
		file = "Char-deer.png",
		baseAnimal = "Deer",
		currencies = {
			{
				name = "DNA",
				amount = 75,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Panda"] = {
		class = "Character",
		rarity = 0,
		file = "Char-panda.png",
		baseAnimal = "Panda",
		currencies = {
			{
				name = "DNA",
				amount = 125,
			},
			{
				name = "Serum",
				amount = 30,
			},
		},
	},
	["Super Raccoon"] = {
		class = "Character",
		rarity = 0,
		file = "Char-raccoon.png",
		baseAnimal = "Raccoon",
		currencies = {
			{
				name = "DNA",
				amount = 75,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Sloth"] = {
		class = "Character",
		rarity = 0,
		file = "Char-sloth.png",
		baseAnimal = "Sloth",
		currencies = {
			{
				name = "DNA",
				amount = 125,
			},
			{
				name = "Serum",
				amount = 30,
			},
		},
	},
	["Red Umbrella"] = {
		class = "Umbrella",
		rarity = 0,
		file = "umbrella_base_red-resources.assets-261.png",
		description = "Available to all players",
		group = 50,
	},
	["Blue Umbrella"] = {
		class = "Umbrella",
		rarity = 0,
		file = "umbrella_base_blue-resources.assets-4114.png",
		description = "[[Level-Up Random Drop]]",
		group = 100,
	},
	["Green Umbrella"] = {
		class = "Umbrella",
		rarity = 0,
		file = "umbrella_base_green-resources.assets-3159.png",
		description = "[[Level-Up Random Drop]]",
		group = 150,
	},
	["Orange Umbrella"] = {
		class = "Umbrella",
		rarity = 0,
		file = "umbrella_base_orange-resources.assets-2715.png",
		description = "[[Level-Up Random Drop]]",
		group = 200,
	},
	["Pink Umbrella"] = {
		class = "Umbrella",
		rarity = 0,
		file = "umbrella_base_pink-resources.assets-2788.png",
		description = "[[Level-Up Random Drop]]",
		group = 250,
	},
	["Brown Umbrella"] = {
		class = "Umbrella",
		rarity = 0,
		file = "umbrella_base_brown-resources.assets-3595.png",
		description = "[[Level-Up Random Drop]]",
		group = 300,
	},
	["Yellow Umbrella"] = {
		class = "Umbrella",
		rarity = 0,
		file = "umbrella_base_yellow-resources.assets-2643.png",
		description = "[[Level-Up Random Drop]]",
		group = 350,
	},
	["Aquamarine Parasol"] = {
		class = "Umbrella",
		rarity = 2,
		file = "umbrella_parisol_aquamarine-resources.assets-1632.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 850,
	},
	["Blue Parasol"] = {
		class = "Umbrella",
		rarity = 2,
		file = "umbrella_parisol_blue-resources.assets-786.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 900,
	},
	["Green Parasol"] = {
		class = "Umbrella",
		rarity = 2,
		file = "umbrella_parisol_green-resources.assets-1414.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 950,
	},
	["Pink Parasol"] = {
		class = "Umbrella",
		rarity = 2,
		file = "umbrella_parisol_pink-resources.assets-2147.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1000,
	},
	["Violet Parasol"] = {
		class = "Umbrella",
		rarity = 2,
		file = "umbrella_parisol_violet-resources.assets-984.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1050,
	},
	["White Parasol"] = {
		class = "Umbrella",
		rarity = 2,
		file = "umbrella_parisol_white-resources.assets-243.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1100,
	},
	["Yellow Parasol"] = {
		class = "Umbrella",
		rarity = 2,
		file = "umbrella_parisol_yellow-resources.assets-2775.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1150,
	},
	["Red Polka Dot Umbrella"] = {
		class = "Umbrella",
		rarity = 1,
		file = "umbrella_polkadot_red-resources.assets-1110.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 400,
	},
	["Blue Polka Dot Umbrella"] = {
		class = "Umbrella",
		rarity = 1,
		file = "umbrella_polkadot_blue-resources.assets-2124.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 450,
	},
	["Brown Polka Dot Umbrella"] = {
		class = "Umbrella",
		rarity = 1,
		file = "umbrella_polkadot_brown-resources.assets-1020.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 500,
	},
	["Green Polka Dot Umbrella"] = {
		class = "Umbrella",
		rarity = 1,
		file = "umbrella_polkadot_green-resources.assets-324.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 550,
	},
	["Orange Polka Dot Umbrella"] = {
		class = "Umbrella",
		rarity = 1,
		file = "umbrella_polkadot_orange-resources.assets-134.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 600,
	},
	["Pink Polka Dot Umbrella"] = {
		class = "Umbrella",
		rarity = 1,
		file = "umbrella_polkadot_pink-resources.assets-312.png",
		description = "[[Level-Up Random Drop]]",
		group = 650,
	},
	["Yellow Polka Dot Umbrella"] = {
		class = "Umbrella",
		rarity = 1,
		file = "umbrella_polkadot_yellow-resources.assets-2992.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 700,
	},
	["Red Paper Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		file = "umbrella_paper_red-resources.assets-2319.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1450,
	},
	["Blue Paper Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		file = "umbrella_paper_blue-resources.assets-273.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1500,
	},
	["Brown Paper Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		file = "umbrella_paper_brown-resources.assets-1307.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1550,
	},
	["Green Paper Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		file = "umbrella_paper_green-resources.assets-4151.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1600,
	},
	["Orange Paper Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		file = "umbrella_paper_orange-resources.assets-2996.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1650,
	},
	["Pink Paper Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		file = "umbrella_paper_pink-resources.assets-618.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1700,
	},
	["Yellow Paper Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		file = "umbrella_paper_yellow-resources.assets-2306.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1750,
	},
	["Bear Umbrella"] = {
		class = "Umbrella",
		rarity = 4,
		file = "umbrella_animal_bear-resources.assets-2310.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 2400,
	},
	["Deer Umbrella"] = {
		class = "Umbrella",
		rarity = 4,
		file = "umbrella_animal_deer-resources.assets-2388.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 2450,
	},
	["Fox Umbrella"] = {
		class = "Umbrella",
		rarity = 4,
		file = "umbrella_animal_fox-resources.assets-3886.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 2500,
	},
	["Panda Umbrella"] = {
		class = "Umbrella",
		rarity = 4,
		file = "umbrella_animal_panda-resources.assets-2225.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 2550,
	},
	["Raccoon Umbrella"] = {
		class = "Umbrella",
		rarity = 4,
		file = "umbrella_animal_raccoon-resources.assets-1120.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 2600,
	},
	["Skullcat Umbrella"] = {
		class = "Umbrella",
		rarity = 4,
		file = "umbrella_animal_skullcat-resources.assets-3357.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 2650,
	},
	["Tiger Umbrella"] = {
		class = "Umbrella",
		rarity = 4,
		file = "umbrella_animal_tiger-resources.assets-1352.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 2700,
	},
	["Experience Boost +25%"] = {
		class = "ExpBoost",
		rarity = 0,
	},
	["Experience Boost +10%"] = {
		class = "ExpBoost",
		rarity = 0,
	},
	["Basic Gravestone"] = {
		class = "Gravestone",
		rarity = 0,
		file = "gravestone_1-resources.assets-113.png",
		description = "Available to all players",
		group = 50,
	},
	["R.I.P. Gravestone"] = {
		class = "Gravestone",
		rarity = 0,
		file = "gravestone_2-resources.assets-1045.png",
		description = "[[Level-Up Random Drop]]",
		group = 100,
	},
	["Skull & Sticks Gravestone"] = {
		class = "Gravestone",
		rarity = 1,
		file = "gravestone_3-resources.assets-2759.png",
		description = "[[Level-Up Random Drop]]",
		group = 200,
	},
	["Skull R.I.P. Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		file = "gravestone_4-resources.assets-3546.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 450,
	},
	["Skull on Cross Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		file = "gravestone_5-resources.assets-2089.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 500,
	},
	["Paw R.I.P. Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		file = "gravestone_6-resources.assets-3008.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1000,
	},
	["Double Paw R.I.P. Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		file = "gravestone_7-resources.assets-479.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1050,
	},
	["Maroon Vigil Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		file = "gravestone_8-resources.assets-1633.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1100,
	},
	["Default Dance"] = {
		class = "Emote",
		rarity = 0,
		file = "Default_dance.png",
	},
	["Simple Wave"] = {
		class = "Emote",
		rarity = 0,
		file = "Wave.png",
		description = "Play 20 Team-Based Matches",
	},
	["Floss Dance"] = {
		class = "Emote",
		rarity = 3,
		file = "Floss.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Cheer!"] = {
		class = "Emote",
		rarity = 2,
		file = "Cheer.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	Clap = {
		class = "Emote",
		rarity = 1,
		file = "Clap.png",
	},
	["Heel Click"] = {
		class = "Emote",
		rarity = 3,
		file = "Heel_click.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Hand Stand"] = {
		class = "Emote",
		rarity = 3,
		file = "Handstand.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Super Black Bear"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-bear-black.png",
		baseAnimal = "Bear",
		currencies = {
			{
				name = "DNA",
				amount = 65,
			},
			{
				name = "Serum",
				amount = 12,
			},
		},
	},
	["Super Cat"] = {
		class = "Character",
		rarity = 0,
		file = "Char-cat-calico.png",
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 35,
			},
			{
				name = "Serum",
				amount = 10,
			},
		},
	},
	["Super Grey Tabby Cat"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-cat-grey-tabby.png",
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Red Tabby Cat"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-cat-red-tabby.png",
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Tuxedo Cat"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-cat-tuxedo.png",
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 80,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Pink Deer"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-deer-pink.png",
		baseAnimal = "Deer",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Supercharge Fox"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-fox-yellow.png",
		baseAnimal = "Fox",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
		group = 150,
	},
	["Super White Fox"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-fox-white.png",
		baseAnimal = "Fox",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
		group = 200,
	},
	["Super Metal Panda"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-panda-metal.png",
		baseAnimal = "Panda",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Swamp Skullcat"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-skullcat-sepia.png",
		baseAnimal = "Skullcat",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
		group = 50,
	},
	["Super White Tiger"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-tiger-white.png",
		baseAnimal = "Tiger",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
		group = 50,
	},
	["Super Shadow Fox"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-fox-black.png",
		baseAnimal = "Fox",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
		group = 50,
	},
	["Supersonic Fox"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-fox-blue.png",
		baseAnimal = "Fox",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
		group = 50,
	},
	["Super Polar Bear"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-bear-polar.png",
		baseAnimal = "Bear",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 35,
			},
		},
		group = 50,
	},
	["Super Red Bear"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-bear-red.png",
		baseAnimal = "Bear",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 25,
			},
		},
		group = 50,
	},
	["Super Shadow Skullcat"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-skullcat-black.png",
		baseAnimal = "Skullcat",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Pink Tiger"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-tiger-pink.png",
		baseAnimal = "Tiger",
		currencies = {
			{
				name = "DNA",
				amount = 65,
			},
			{
				name = "Serum",
				amount = 12,
			},
		},
		group = 50,
	},
	["Super Blue Deer"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-deer-blue.png",
		baseAnimal = "Deer",
		currencies = {
			{
				name = "DNA",
				amount = 115,
			},
			{
				name = "Serum",
				amount = 30,
			},
		},
	},
	["Super Shadow Deer"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-deer-black.png",
		baseAnimal = "Deer",
		currencies = {
			{
				name = "DNA",
				amount = 190,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Blue Raccoon"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-raccoon-blue.png",
		baseAnimal = "Raccoon",
		currencies = {
			{
				name = "DNA",
				amount = 115,
			},
			{
				name = "Serum",
				amount = 25,
			},
		},
	},
	["Super Dog"] = {
		class = "Character",
		rarity = 0,
		file = "Char-dog-hound.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 35,
			},
			{
				name = "Serum",
				amount = 10,
			},
		},
	},
	["Super Pug"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-dog-pug.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 65,
			},
			{
				name = "Serum",
				amount = 13,
			},
		},
	},
	["Super Shiba Inu"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-dog-shiba-inu.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Boston Terrier"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-dog-boston-terrier.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 80,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Bunny"] = {
		class = "Character",
		rarity = 0,
		file = "Char-rabbit-brown.png",
		baseAnimal = "Bunny",
		currencies = {
			{
				name = "DNA",
				amount = 100,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Gray Bunny"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-rabbit-grey.png",
		baseAnimal = "Bunny",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Green Bunny"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-rabbit-green.png",
		baseAnimal = "Bunny",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 55,
			},
		},
	},
	["Super Pink Bunny"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-rabbit-pink.png",
		baseAnimal = "Bunny",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Super Monkey"] = {
		class = "Character",
		rarity = 0,
		file = "Char-monkey.png",
		baseAnimal = "Monkey",
		currencies = {
			{
				name = "DNA",
				amount = 100,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Shadow Raccoon"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-raccoon-dark.png",
		baseAnimal = "Raccoon",
		currencies = {
			{
				name = "DNA",
				amount = 190,
			},
			{
				name = "Serum",
				amount = 55,
			},
		},
	},
	["Standard (Yellow) Explosion"] = {
		class = "DeathExplosion",
		rarity = 0,
		file = "death_standard_icon_yellow-resources.assets-199.png",
		description = "Available to all players",
		group = 50,
	},
	["Super Husky"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-dog-husky.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Bear DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Bear.png",
	},
	["Fox DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Fox.png",
	},
	["Cat DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Cat.png",
	},
	["Deer DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Deer.png",
	},
	["Dog DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Dog.png",
	},
	["Monkey DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Monkey.png",
	},
	["Panda DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Panda.png",
	},
	["Bunny DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Bunny.png",
	},
	["Raccoon DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Raccoon.png",
	},
	["Skullcat DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Skullcat.png",
	},
	["Sloth DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Sloth.png",
	},
	["Tiger DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Tiger.png",
	},
	["Black Secretary Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses secretary black-resources.assets-2678.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 200,
	},
	["Black Round Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses round black-resources.assets-1900.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 550,
	},
	Monocle = {
		class = "Glasses",
		rarity = 2,
		file = "Glasses monacle-resources.assets-3022.png",
		description = "[[Level-Up Random Drop]]",
		group = 1350,
	},
	["Beard 3 (Dark)"] = {
		class = "Beard",
		rarity = 2,
		file = "Beard3 dark-resources.assets-1138.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 800,
	},
	["Beard 5 (Dark)"] = {
		class = "Beard",
		rarity = 2,
		file = "Beard5 dark-resources.assets-3275.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1300,
	},
	["Moustache 1 (Dark)"] = {
		class = "Beard",
		rarity = 1,
		file = "Moustache1 dark-resources.assets-1044.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 300,
	},
	["Moustache 5 (Dark)"] = {
		class = "Beard",
		rarity = 2,
		file = "Moustache5 dark-resources.assets-2370.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1550,
	},
	["Brown Jacket"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes jacket brown.png",
		description = "[[Level-Up Random Drop]]",
		group = 750,
	},
	["Black Evening Dress"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes night dress black.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 6850,
	},
	["Blue Spring Dress"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes spring dress blue.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3500,
	},
	["Black Suit"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes suit black.png",
		description = "[[Level-Up Random Drop]]",
		group = 6950,
	},
	["Green Tee"] = {
		class = "Clothes",
		rarity = 0,
		file = "Clothes tshirt green.png",
		description = "[[Level-Up Random Drop]]",
		group = 50,
	},
	["Blue Striped Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes tshirt striped blue.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 1850,
	},
	["Standard (Green) Explosion"] = {
		class = "DeathExplosion",
		rarity = 0,
		file = "death_standard_icon_green-resources.assets-295.png",
		description = "Available to all players",
		group = 100,
	},
	["Standard (Blue) Explosion"] = {
		class = "DeathExplosion",
		rarity = 0,
		file = "death_standard_icon_blue-resources.assets-824.png",
		description = "Available to all players",
		group = 150,
	},
	["Standard (Red) Explosion"] = {
		class = "DeathExplosion",
		rarity = 0,
		file = "death_standard_icon_red-resources.assets-4237.png",
		description = "Available to all players",
		group = 200,
	},
	["Standard (Pink) Explosion"] = {
		class = "DeathExplosion",
		rarity = 0,
		file = "death_standard_icon_pink-resources.assets-1971.png",
		description = "Available to all players",
		group = 250,
	},
	["Standard (Orange) Explosion"] = {
		class = "DeathExplosion",
		rarity = 0,
		file = "death_standard_icon_orange-resources.assets-2436.png",
		description = "Available to all players",
		group = 300,
	},
	["Balloons Explosion"] = {
		class = "DeathExplosion",
		rarity = 2,
		file = "death_icon_balloons-resources.assets-3558.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 500,
	},
	["Spaghetti Explosion"] = {
		class = "DeathExplosion",
		rarity = 4,
		file = "death_spaghetti-resources.assets-3013.png",
		description = "[[Level-Up Random Drop]]",
		group = 1200,
	},
	["70's Explosion"] = {
		class = "DeathExplosion",
		rarity = 2,
		file = "death_icon_70s-resources.assets-1426.png",
		description = "[[Level-Up Random Drop]]",
		group = 550,
	},
	["Twister Explosion"] = {
		class = "DeathExplosion",
		rarity = 4,
		file = "Death_twister-resources.assets-589.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 1250,
	},
	["Hearts Explosion"] = {
		class = "DeathExplosion",
		rarity = 2,
		file = "death_icon_hearts-resources.assets-407.png",
		description = "[[Level-Up Random Drop]]",
		group = 600,
	},
	["Fireworks Explosion"] = {
		class = "DeathExplosion",
		rarity = 4,
		file = "death fireworks-resources.assets-3613.png",
		framed = 1,
		description = "[[Special Cosmetics#Founder's Edition|Founder's Edition]]",
		group = 1300,
	},
	["Popcorn Explosion"] = {
		class = "DeathExplosion",
		rarity = 3,
		file = "death_popcorn-resources.assets-159.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1000,
	},
	["Thunderbolt Explosion"] = {
		class = "DeathExplosion",
		rarity = 3,
		file = "Death_thunderbolt-resources.assets-476.png",
		description = "[[Level-Up Random Drop]]",
		group = 1050,
	},
	["Emoji (Angel) Explosion"] = {
		class = "DeathExplosion",
		rarity = 1,
		file = "Death_emoji_angel-resources.assets-1168.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 350,
	},
	["Emoji (Thumbs Down) Explosion"] = {
		class = "DeathExplosion",
		rarity = 1,
		file = "Death_emoji_icon_thumbsdown-resources.assets-5028.png",
		description = "[[Level-Up Random Drop]]",
		group = 400,
	},
	["Emoji (Thinking) Explosion"] = {
		class = "DeathExplosion",
		rarity = 2,
		file = "Death_emoji_thinking-resources.assets-635.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 650,
	},
	["Emoji (Kisses) Explosion"] = {
		class = "DeathExplosion",
		rarity = 2,
		file = "Death_emoji_icon_kissing-resources.assets-4726.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 700,
	},
	["Emoji (Sad) Explosion"] = {
		class = "DeathExplosion",
		rarity = 2,
		file = "Death_emoji_sad-resources.assets-1127.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 750,
	},
	["Emoji (Sleepy) Explosion"] = {
		class = "DeathExplosion",
		rarity = 2,
		file = "Death_emoji_icon_zzz-resources.assets-260.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 800,
	},
	["Emoji (Screaming) Explosion"] = {
		class = "DeathExplosion",
		rarity = 3,
		file = "death_emoji_icon_scream-resources.assets-668.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1100,
	},
	["Emoji (Broken Heart) Explosion"] = {
		class = "DeathExplosion",
		rarity = 1,
		file = "Death_emoji_broken_heart-resources.assets-372.png",
		description = "[[Level-Up Random Drop]]",
		group = 450,
	},
	["Emoji (Death) Explosion"] = {
		class = "DeathExplosion",
		rarity = 2,
		file = "Death_emoji_death-resources.assets-1190.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 850,
	},
	["Emoji (Poop) Explosion"] = {
		class = "DeathExplosion",
		rarity = 3,
		file = "death_emoji_icon_poop-resources.assets-1383.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1150,
	},
	["Emoji (Wink) Explosion"] = {
		class = "DeathExplosion",
		rarity = 2,
		file = "death_emoji_winking-resources.assets-1499.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 950,
	},
	["Baseball Cap (Red)"] = {
		class = "Hat",
		rarity = 1,
		file = "Hat baseball red-resources.assets-2895.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 250,
	},
	["Beta Blue Beanie"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat beanie blue-resources.assets-2151.png",
		description = "[[Special Cosmetics#Beta|Beta Purchase Reward]]",
		group = 6050,
	},
	["Black Tophat"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat suit black-resources.assets-290.png",
		description = "[[Level-Up Random Drop]]",
		group = 3400,
	},
	["Yellow Pistol"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-pistol_yellow.png",
		group = 550,
		description = "50 Pistol kills",
		link = "Pistol",
		framed = 1,
	},
	["Yellow Magnum"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-magnum_yellow.png",
		group = 200,
		description = "80 Magnum kills",
		link = "Magnum",
		framed = 1,
	},
	["Yellow Silenced Pistol"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-silenced-pistol_yellow.png",
		group = 6,
		description = "110 Silenced Pistol kills",
		link = "Silenced Pistol",
		framed = 1,
	},
	["Yellow SMG"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-smg_yellow.png",
		group = 6,
		description = "300 SMG kills",
		link = "SMG",
		framed = 1,
	},
	["Yellow Shotgun"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-shotgun_yellow.png",
		group = 6,
		description = "300 Shotgun kills",
		link = "Shotgun",
		framed = 1,
	},
	["Yellow AK"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-ak_yellow.png",
		group = 6,
		description = "300 AK kills",
		link = "AK",
		framed = 1,
	},
	["Yellow M16"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-m16_yellow.png",
		group = 6,
		description = "140 M16 kills",
		link = "M16",
		framed = 1,
	},
	["Yellow Sniper"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-sniper_yellow.png",
		group = 6,
		description = "50 Sniper kills",
		link = "Sniper",
		framed = 1,
	},
	["Yellow Minigun"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-minigun_yellow.png",
		group = 6,
		description = "50 Minigun kills",
		link = "Minigun",
		framed = 1,
	},
	["Blue AK"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-ak_blue.png",
		group = 3,
		description = "100 AK kills",
		link = "AK",
	},
	["Blue M16"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-m16_blue.png",
		group = 3,
		description = "45 M16 kills",
		link = "M16",
	},
	["Blue Magnum"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-magnum_blue.png",
		group = 3,
		description = "20 Magnum kills",
		link = "Magnum",
	},
	["Blue Minigun"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-minigun_blue.png",
		group = 3,
		description = "10 Minigun kills",
		link = "Minigun",
	},
	["Blue Pistol"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-pistol_blue.png",
		group = 3,
		description = "10 Pistol kills",
		link = "Pistol",
	},
	["Blue SMG"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-smg_blue.png",
		group = 3,
		description = "100 SMG kills",
		link = "SMG",
	},
	["Blue Shotgun"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-shotgun_blue.png",
		group = 3,
		description = "100 Shotgun kills",
		link = "Shotgun",
	},
	["Blue Silenced Pistol"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-silenced-pistol_blue.png",
		group = 3,
		description = "30 Silenced Pistol kills",
		link = "Silenced Pistol",
	},
	["Blue Sniper"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-sniper_blue.png",
		group = 3,
		description = "10 Sniper kills",
		link = "Sniper",
	},
	["Green AK"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-ak_green.png",
		group = 2,
		description = "50 AK kills",
		link = "AK",
	},
	["Green M16"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-m16_green.png",
		group = 2,
		description = "25 M16 kills",
		link = "M16",
	},
	["Green Magnum"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-magnum_green.png",
		group = 2,
		description = "10 Magnum kills",
		link = "Magnum",
	},
	["Green Minigun"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-minigun_green.png",
		group = 2,
		description = "5 Minigun kills",
		link = "Minigun",
	},
	["Green Pistol"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-pistol_green.png",
		group = 2,
		description = "5 Pistol kills",
		link = "Pistol",
	},
	["Green SMG"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-smg_green.png",
		group = 2,
		description = "50 SMG kills",
		link = "SMG",
	},
	["Green Shotgun"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-shotgun_green.png",
		group = 2,
		description = "50 Shotgun kills",
		link = "Shotgun",
	},
	["Green Silenced Pistol"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-silenced-pistol_green.png",
		group = 2,
		description = "15 Silenced Pistol kills",
		link = "Silenced Pistol",
	},
	["Green Sniper"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-sniper_green.png",
		group = 2,
		description = "5 Sniper kills",
		link = "Sniper",
	},
	["Orange AK"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-ak_orange.png",
		group = 1,
		description = "20 AK kills",
		link = "AK",
	},
	["Orange M16"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-m16_orange.png",
		group = 1,
		description = "10 M16 kills",
		link = "M16",
	},
	["Orange Magnum"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-magnum_orange.png",
		group = 1,
		description = "5 Magnum kills",
		link = "Magnum",
	},
	["Orange Minigun"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-minigun_orange.png",
		group = 1,
		description = "2 Minigun kills",
		link = "Minigun",
	},
	["Orange Pistol"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-pistol_orange.png",
		group = 1,
		description = "2 Pistol kills",
		link = "Pistol",
	},
	["Orange SMG"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-smg_orange.png",
		group = 1,
		description = "20 SMG kills",
		link = "SMG",
	},
	["Orange Shotgun"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-shotgun_orange.png",
		group = 1,
		description = "20 Shotgun kills",
		link = "Shotgun",
	},
	["Orange Silenced Pistol"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-silenced-pistol_orange.png",
		group = 1,
		description = "5 Silenced Pistol kills",
		link = "Silenced Pistol",
	},
	["Orange Sniper"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-sniper_orange.png",
		group = 1,
		description = "2 Sniper kills",
		link = "Sniper",
	},
	["Pink AK"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-ak_pink.png",
		group = 7,
		description = "375 AK kills",
		link = "AK",
		framed = 1,
	},
	["Pink M16"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-m16_pink.png",
		group = 7,
		description = "190 M16 kills",
		link = "M16",
		framed = 1,
	},
	["Pink Magnum"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-magnum_pink.png",
		group = 250,
		description = "110 Magnum kills",
		link = "Magnum",
		framed = 1,
	},
	["Pink Minigun"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-minigun_pink.png",
		group = 7,
		description = "70 Minigun kills",
		link = "Minigun",
		framed = 1,
	},
	["Pink Pistol"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-pistol_pink.png",
		group = 600,
		description = "70 Pistol kills",
		link = "Pistol",
		framed = 1,
	},
	["Pink SMG"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-smg_pink.png",
		group = 7,
		description = "375 SMG kills",
		link = "SMG",
		framed = 1,
	},
	["Pink Shotgun"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-shotgun_pink.png",
		group = 7,
		description = "375 Shotgun kills",
		link = "Shotgun",
		framed = 1,
	},
	["Pink Silenced Pistol"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-silenced-pistol_pink.png",
		group = 7,
		description = "150 Silenced Pistol kills",
		link = "Silenced Pistol",
		framed = 1,
	},
	["Pink Sniper"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-sniper_pink.png",
		group = 7,
		description = "70 Sniper kills",
		link = "Sniper",
		framed = 1,
	},
	["Purple AK"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-ak_purple.png",
		group = 5,
		description = "225 AK kills",
		link = "AK",
		framed = 1,
	},
	["Purple M16"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-m16_purple.png",
		group = 5,
		description = "100 M16 kills",
		link = "M16",
		framed = 1,
	},
	["Purple Magnum"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-magnum_purple.png",
		group = 5,
		description = "55 Magnum kills",
		link = "Magnum",
		framed = 1,
	},
	["Purple Minigun"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-minigun_purple.png",
		group = 5,
		description = "35 Minigun kills",
		link = "Minigun",
		framed = 1,
	},
	["Purple Pistol"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-pistol_purple.png",
		group = 5,
		description = "35 Pistol kills",
		link = "Pistol",
		framed = 1,
	},
	["Purple SMG"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-smg_purple.png",
		group = 5,
		description = "225 SMG kills",
		link = "SMG",
		framed = 1,
	},
	["Purple Shotgun"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-shotgun_purple.png",
		group = 5,
		description = "225 Shotgun kills",
		link = "Shotgun",
		framed = 1,
	},
	["Purple Silenced Pistol"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-silenced-pistol_purple.png",
		group = 5,
		description = "75 Silenced Pistol kills",
		link = "Silenced Pistol",
		framed = 1,
	},
	["Purple Sniper"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-sniper_purple.png",
		group = 5,
		description = "35 Sniper kills",
		link = "Sniper",
		framed = 1,
	},
	["Red AK"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-ak_red.png",
		group = 4,
		description = "150 AK kills",
		link = "AK",
	},
	["Red M16"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-m16_red.png",
		group = 4,
		description = "70 M16 kills",
		link = "M16",
	},
	["Red Magnum"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-magnum_red.png",
		group = 4,
		description = "35 Magnum kills",
		link = "Magnum",
	},
	["Red Minigun"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-minigun_red.png",
		group = 4,
		description = "20 Minigun kills",
		link = "Minigun",
	},
	["Red Pistol"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-pistol_red.png",
		group = 4,
		description = "20 Pistol kills",
		link = "Pistol",
	},
	["Red SMG"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-smg_red.png",
		group = 4,
		description = "150 SMG kills",
		link = "SMG",
	},
	["Red Shotgun"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-shotgun_red.png",
		group = 4,
		description = "150 Shotgun kills",
		link = "Shotgun",
	},
	["Red Silenced Pistol"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-silenced-pistol_red.png",
		group = 4,
		description = "50 Silenced Pistol kills",
		link = "Silenced Pistol",
	},
	["Red Sniper"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-sniper_red.png",
		group = 4,
		description = "20 Sniper kills",
		link = "Sniper",
	},
	["Super Pixile Fox"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-fox-purple.png",
		description = "<small>[[Founder's Edition]]</small>",
		baseAnimal = "Fox",
		framed = 1,
		group = 1000,
	},
	["Super Hellfire Skullcat"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-skullcat-fire.png",
		description = "<small>[[Founder's Edition]]</small>",
		baseAnimal = "Skullcat",
		framed = 1,
		group = 1000,
	},
	["Super Black Panther"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-tiger-jaguar.png",
		description = "<small>[[Founder's Edition]]</small>",
		baseAnimal = "Tiger",
		framed = 1,
		group = 1000,
	},
	["Pixile Purple Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes tshirt pixile purple.png",
		description = "[[Special Cosmetics#Founder's Edition|Founder's Edition]]",
		framed = 1,
		group = 1500,
	},
	["Pixile White Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes tshirt pixile white.png",
		description = "[[Special Cosmetics#Founder's Edition|Founder's Edition]]",
		framed = 1,
		group = 1600,
	},
	["Heart Glasses"] = {
		class = "Glasses",
		rarity = 3,
		file = "Glasses_hearts-resources.assets-503.png",
		description = "[[Special Cosmetics#Founder's Edition|Founder's Edition]]",
		framed = 1,
		group = 2150,
	},
	["White Shutter Shades"] = {
		class = "Glasses",
		rarity = 2,
		file = "Glasses shutter shades white-resources.assets-2475.png",
		description = "[[Special Cosmetics#Founder's Edition|Founder's Edition]]",
		framed = 1,
		group = 1400,
	},
	["Golden M16"] = {
		class = "GunSkin",
		rarity = 3,
		file = "Gun-m16_golden.png",
		description = "''[[Special Cosmetics#Founder's Edition|Founder's Edition]]''",
		link = "M16",
		framed = 1,
	},
	["Golden Silenced Pistol"] = {
		class = "GunSkin",
		rarity = 3,
		file = "Gun-silenced-pistol_golden.png",
		description = "''[[Special Cosmetics#Founder's Edition|Founder's Edition]]''",
		link = "Silenced Pistol",
		framed = 1,
	},
	["Juggling Roulette"] = {
		class = "Emote",
		rarity = 4,
		file = "Juggle.png",
		description = "''[[Founder's Edition]]''",
		framed = 1,
	},
	["Charcoal Suit & Pixile Tie"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes suit grey.png",
		description = "[[Special Cosmetics#Founder's Edition|Founder's Edition]]",
		framed = 1,
		group = 7050,
	},
	Halo = {
		class = "Hat",
		rarity = 4,
		file = "Hat halo-resources.assets-1101.png",
		description = "[[Special Cosmetics#Founder's Edition|Founder's Edition]]",
		framed = 1,
		group = 5300,
	},
	Katana = {
		class = "MeleeSkin",
		rarity = 0,
		file = "Katana.png",
		description = "Available to all players",
		group = 50,
	},
	["Super Red Panda"] = {
		class = "Character",
		rarity = 0,
		file = "Char-redpanda.png",
		baseAnimal = "Red Panda",
		currencies = {
			{
				name = "DNA",
				amount = 185,
			},
			{
				name = "Serum",
				amount = 45,
			},
		},
	},
	["Red Panda DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA Red Panda.png",
	},
	["Wolf DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Wolf.png",
	},
	["Super Wolf"] = {
		class = "Character",
		rarity = 0,
		file = "Char-wolf.png",
		baseAnimal = "Wolf",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Capybara DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Capybara.png",
	},
	["Super Capybara"] = {
		class = "Character",
		rarity = 0,
		file = "Char-capybara.png",
		baseAnimal = "Capybara",
		currencies = {
			{
				name = "DNA",
				amount = 175,
			},
			{
				name = "Serum",
				amount = 45,
			},
		},
	},
	None = {
		class = "Token",
		rarity = 0,
	},
	["Donkey DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Donkey.png",
	},
	["Super Donkey"] = {
		class = "Character",
		rarity = 0,
		file = "Char-donkey.png",
		baseAnimal = "Donkey",
		currencies = {
			{
				name = "DNA",
				amount = 100,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Pinstripe Tophat"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat suit pinstripe-resources.assets-2360.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 3450,
	},
	["Diamonds Sweater"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes sweater diamonds.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3600,
	},
	["Teal Striped Sweater"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes sweater striped.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 2200,
	},
	["Blue Print Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes tshirt print blue.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 1650,
	},
	["Green Print Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes tshirt print green.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 1700,
	},
	["Red Fancy Shirt"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes shirt red.png",
		description = "[[Level-Up Random Drop]]",
		group = 3650,
	},
	["Purple Fancy Shirt"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes shirt purple.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3700,
	},
	["Lumberjack Shirt"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes shirt lumberjack.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 7250,
	},
	["Pink Princess Dress"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes_princess_pink.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 10100,
	},
	["Red College Jacket"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes college jacket red.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3250,
	},
	["Black College Jacket"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes college jacket black.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3300,
	},
	["Super Spider Monkey"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-monkey-black.png",
		baseAnimal = "Monkey",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Crimson Monkey"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-monkey-red.png",
		baseAnimal = "Monkey",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 55,
			},
		},
	},
	["Super Howler Monkey"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-monkey-white.png",
		baseAnimal = "Monkey",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Beta Tee"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes tshirt beta.png",
		description = "[[Special Cosmetics#Beta|Beta Purchase Reward]]",
		group = 10850,
	},
	["!Keyme Tee"] = {
		class = "Clothes",
		rarity = 5,
		name = "!keyme Tee",
		file = "Clothes tshirt key.png",
		description = "[[Special Cosmetics#Beta|Beta Purchase Reward]]",
		group = 10900,
	},
	["Kinda Funny Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes tshirt kindafunny.png",
		description = "''Greg Miller Streamer Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 950,
	},
	["Team Fat Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes tshirt teamfat.png",
		description = "''Greg Miller Streamer Item''<br>[[Level-Up Random Drop]]",
		group = 1000,
	},
	["Blue Tee"] = {
		class = "Clothes",
		rarity = 0,
		file = "Clothes tshirt blue.png",
		description = "[[Level-Up Random Drop]]",
		group = 100,
	},
	["Maroon Jacket"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes jacket maroon.png",
		description = "[[Level-Up Random Drop]]",
		group = 3150,
	},
	["Lion DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Lion.png",
	},
	["Super Lion"] = {
		class = "Character",
		rarity = 0,
		file = "Char-lion.png",
		baseAnimal = "Lion",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Shady Lion"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-lion-dark.png",
		baseAnimal = "Lion",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Arctic Lion"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-lion-white.png",
		baseAnimal = "Lion",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Stone Lion"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-lion-stone.png",
		baseAnimal = "Lion",
		currencies = {
			{
				name = "DNA",
				amount = 450,
			},
			{
				name = "Serum",
				amount = 120,
			},
		},
	},
	["Super Timber Wolf"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-wolf-brown.png",
		baseAnimal = "Wolf",
		currencies = {
			{
				name = "DNA",
				amount = 225,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Super Arctic Wolf"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-wolf-arctic.png",
		baseAnimal = "Wolf",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Cotton Candy Deer"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-deer-cotton-candy.png",
		baseAnimal = "Deer",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	Ushanka = {
		class = "Hat",
		rarity = 3,
		file = "Hat ushanka-resources.assets-2567.png",
		description = "[[Level-Up Random Drop]]",
		group = 3550,
	},
	["Grey Beanie"] = {
		class = "Hat",
		rarity = 0,
		file = "Hat beanie grey-resources.assets-3241.png",
		description = "[[Level-Up Random Drop]]",
		group = 150,
	},
	["Black Aviator Sunglasses"] = {
		class = "Glasses",
		rarity = 1,
		name = "Black Aviator Glasses",
		file = "Glasses rayban black-resources.assets-3425.png",
		description = "[[Level-Up Random Drop]]",
		group = 800,
	},
	["Blue Aviator Sunglasses"] = {
		class = "Glasses",
		rarity = 1,
		name = "Blue Aviator Glasses",
		file = "Glasses rayban blue-resources.assets-947.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 850,
	},
	["Blue Sunglasses"] = {
		class = "Glasses",
		rarity = 0,
		file = "Glasses sunglasses blue-resources.assets-842.png",
		description = "[[Level-Up Random Drop]]",
		group = 50,
	},
	["Red Sunglasses"] = {
		class = "Glasses",
		rarity = 2,
		file = "Glasses sunglasses red-resources.assets-2916.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1450,
	},
	["Super Wiener Dog"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-dog-wiener.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Golden Video Jacket"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes jacket golden.png",
		description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
		group = 10950,
	},
	["Super Corgi"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-dog-corgi.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 42,
			},
		},
	},
	["Super Golden Lab"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-dog-labrador-golden.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Chocolate Lab"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-dog-labrador-chocolate.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Black Lab"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-dog-labrador-black.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Hyena DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Hyena.png",
	},
	["Super Hyena"] = {
		class = "Character",
		rarity = 0,
		file = "Char-hyena.png",
		baseAnimal = "Hyena",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Rudolph Deer"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-deer-reindeer.png",
		baseAnimal = "Deer",
		currencies = {
			{
				name = "DNA",
				amount = 190,
			},
			{
				name = "Serum",
				amount = 52,
			},
		},
	},
	["Santa Outfit"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes santa.png",
		description = "[[Special Cosmetics#Christmas Event 2018|Christmas Event 2018]]",
		group = 11700,
	},
	["Festive Sweater"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes sweater christmas.png",
		description = "[[Special Cosmetics#Christmas Event 2018|Christmas Event 2018]]",
		group = 11750,
	},
	["Santa Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat santa-resources.assets-1805.png",
		description = "[[Special Cosmetics#Christmas Event 2018|Christmas Event 2018]]",
		group = 6250,
	},
	Dab = {
		class = "Emote",
		rarity = 1,
		file = "Dab.png",
	},
	["Hole in One!"] = {
		class = "Emote",
		rarity = 4,
		file = "Hole_in_one.png",
	},
	["Russian Dance"] = {
		class = "Emote",
		rarity = 3,
		file = "Emote-russian.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Red Beanie"] = {
		class = "Hat",
		rarity = 0,
		file = "Hat beanie red-resources.assets-802.png",
		description = "[[Level-Up Random Drop]]",
		group = 50,
	},
	["Banana Beanie"] = {
		class = "Hat",
		rarity = 0,
		file = "Hat beanie yellow-resources.assets-370.png",
		description = "[[Level-Up Random Drop]]",
		group = 100,
	},
	["Baseball Cap (Blue)"] = {
		class = "Hat",
		rarity = 1,
		file = "Hat baseball blue-resources.assets-1009.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 300,
	},
	["Baseball Cap (Yellow)"] = {
		class = "Hat",
		rarity = 1,
		file = "Hat baseball yellow-resources.assets-1820.png",
		description = "[[Level-Up Random Drop]]",
		group = 350,
	},
	["Red Mohawk"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat mohawk red-resources.assets-1348.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 3600,
	},
	["Captain's Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat captain-resources.assets-1500.png",
		description = "[[Level-Up Random Drop]]",
		group = 1350,
	},
	["Military Hat (Beige)"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat military beige-resources.assets-1249.png",
		description = "[[Level-Up Random Drop]]",
		group = 1400,
	},
	["Military Hat (Blue)"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat military blue-resources.assets-497.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1450,
	},
	["Military Hat (Green)"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat military green-resources.assets-809.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1500,
	},
	["Khaki Trenchcoat"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes trenchcoat khaki.png",
		description = "[[Level-Up Random Drop]]",
		group = 10250,
	},
	["Blue College Jacket"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes college jacket blue.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3350,
	},
	["White College Jacket"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes college jacket white.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3400,
	},
	["Super Maroon Fox"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-fox-red.png",
		baseAnimal = "Fox",
		currencies = {
			{
				name = "DNA",
				amount = 80,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Pink Fox"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-fox-pink.png",
		baseAnimal = "Fox",
		currencies = {
			{
				name = "DNA",
				amount = 80,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Yellow Bear"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-bear-yellow.png",
		baseAnimal = "Bear",
		currencies = {
			{
				name = "DNA",
				amount = 80,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Siamese Cat"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-cat-siamese.png",
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Navy Skullcat"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-skullcat-blue.png",
		baseAnimal = "Skullcat",
		currencies = {
			{
				name = "DNA",
				amount = 65,
			},
			{
				name = "Serum",
				amount = 12,
			},
		},
	},
	["Super Arctic Fox"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-fox-arctic asset.png",
		baseAnimal = "Fox",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Sloth Blues"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-sloth-blue.png",
		baseAnimal = "Sloth",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 35,
			},
		},
	},
	["Super Mossy Sloth"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-sloth-green.png",
		baseAnimal = "Sloth",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Candy Cane"] = {
		class = "MeleeSkin",
		rarity = 3,
		name = "Peppermint Candy Cane",
		file = "Candycane.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 2750,
	},
	["Blue Visor"] = {
		class = "Hat",
		rarity = 1,
		file = "Hat visor blue-resources.assets-3846.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 500,
	},
	["Green Visor"] = {
		class = "Hat",
		rarity = 1,
		file = "Hat visor green-resources.assets-1303.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 550,
	},
	["Orange Visor"] = {
		class = "Hat",
		rarity = 1,
		file = "Hat visor orange-resources.assets-3687.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 600,
	},
	["Red Visor"] = {
		class = "Hat",
		rarity = 1,
		file = "Hat visor red-resources.assets-374.png",
		description = "[[Level-Up Random Drop]]",
		group = 650,
	},
	["Teal Visor"] = {
		class = "Hat",
		rarity = 1,
		file = "Hat visor teal-resources.assets-3696.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 700,
	},
	["Pink Visor"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat visor pink-resources.assets-2640.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1600,
	},
	["Devil Horns"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat devil horns-resources.assets-1113.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1650,
	},
	["Propeller Hat"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat propeller-resources.assets-3917.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 3700,
	},
	["Blue Round Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses round blue-resources.assets-4088.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 600,
	},
	["Maroon Round Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses round maroon-resources.assets-2542.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 650,
	},
	["White Round Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses round white-resources.assets-2717.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 700,
	},
	["Eye Patch"] = {
		class = "Glasses",
		rarity = 3,
		file = "Glasses patch-resources.assets-1379.png",
		description = "[[Level-Up Random Drop]]",
		group = 2200,
	},
	["Pirate Hat"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat pirate-resources.assets-237.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 3750,
	},
	["Black Pirate Costume"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes pirate black.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 10300,
	},
	["Blue Pirate Costume"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes pirate blue.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 10350,
	},
	["Brown Pirate Costume"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes pirate brown.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 10400,
	},
	["Green Pirate Costume"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes pirate green.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 10450,
	},
	["Blue Fancy Shirt"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes shirt blue.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3800,
	},
	["Green Fancy Shirt"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes shirt green.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3750,
	},
	["Super Bear Beanie"] = {
		class = "Hat",
		rarity = 4,
		file = "Hat beanies bear-resources.assets-3450.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 5350,
	},
	["Super Deer Beanie"] = {
		class = "Hat",
		rarity = 4,
		file = "Hat beanies deer-resources.assets-2655.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 5400,
	},
	["Super Fox Beanie"] = {
		class = "Hat",
		rarity = 4,
		file = "Hat beanies fox-resources.assets-3303.png",
		description = "[[Special Cosmetics#Superfree|Coupon Code]]",
		group = 5450,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
	},
	["Super Panda Beanie"] = {
		class = "Hat",
		rarity = 4,
		file = "Hat beanies panda-resources.assets-3139.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 5500,
	},
	["Super Raccoon Beanie"] = {
		class = "Hat",
		rarity = 4,
		file = "Hat beanies raccoon-resources.assets-2978.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 5550,
	},
	["Super Skullcat Beanie"] = {
		class = "Hat",
		rarity = 4,
		file = "Hat beanies skullcat-resources.assets-3451.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 5600,
	},
	["Super Tiger Beanie"] = {
		class = "Hat",
		rarity = 4,
		file = "Hat beanies tiger-resources.assets-3072.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 5650,
	},
	["SAR Tonight Cap"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat baseball SARtonight-resources.assets-2626.png",
		description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
		group = 6150,
	},
	["Howl Tee"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes tshirt print Howl.png",
		description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
		group = 11050,
	},
	["Donk Tee"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes tshirt print Donk.png",
		description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
		group = 11000,
	},
	["Tiger Silhouette Tee"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes tshirt silhouette tiger.png",
		description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
		group = 11100,
	},
	["Fox Silhouette Tee"] = {
		class = "Clothes",
		rarity = 5,
		file = "clothes_tshirt_silhouette_fox-resources.assets-4489.png",
		description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
		group = 11150,
	},
	["SAR Tonight Tee"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes tshirt SARtonight logo.png",
		description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
		group = 11200,
	},
	["Beauty Sloth Beanie"] = {
		class = "Hat",
		rarity = 4,
		group = 5850,
		file = "Beauty_Sloth_Beanie.png",
		description = "[[Super Animal Developers|Clogg's Developer Item]]<br>{{hidetext|Hint|'''HINT'''<br>Play 1 game dressed as a Beauty Sloth.<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>'''How to get the Beauty Sloth Beanie Hat'''<br>Written instructions:<br> Play as a [[Animals#Sloth|Super Sloth]] and equip a [[Hats|Flower pin]] and a [[Outfits|Dress]] of any sort.<br>}}}}",
	},
	["Mango Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		file = "umbrella_base_mango-resources.assets-4159.png",
		description = "[[Super Animal Mods|Mango Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1800,
	},
	["Blue Jacket"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes jacket blue-resources.assets-3074.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 800,
	},
	["Black Jacket"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes jacket black-resources.assets-2427.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3200,
	},
	["Pink Jacket"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes jacket pink-resources.assets-1663.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 6700,
	},
	["Red Evening Dress"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes night dress red-resources.assets-1906.png",
		description = "[[Level-Up Random Drop]]",
		group = 850,
	},
	["White Evening Dress"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes night dress white-resources.assets-631.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3450,
	},
	["Pink Spring Dress"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes spring dress pink-resources.assets-3742.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3550,
	},
	["Yellow Spring Dress"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes spring dress yellow-resources.assets-1025.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 900,
	},
	["Red Spring Dress"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes spring dress red-resources.assets-795.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 6900,
	},
	["Moustache 1 (Brown)"] = {
		class = "Beard",
		rarity = 1,
		file = "Moustache1 brown-resources.assets-3661.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 350,
	},
	["Moustache 5 (Brown)"] = {
		class = "Beard",
		rarity = 2,
		file = "Moustache5 brown-resources.assets-412.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1600,
	},
	["Moustache 1 (Light Gray)"] = {
		class = "Beard",
		rarity = 1,
		file = "Moustache1 lightgrey-resources.assets-3958.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 400,
	},
	["Moustache 5 (Light Gray)"] = {
		class = "Beard",
		rarity = 2,
		file = "Moustache5 lightgrey-resources.assets-3436.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1650,
	},
	["Beard 3 (Brown)"] = {
		class = "Beard",
		rarity = 2,
		file = "Beard3 brown-resources.assets-3412.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 850,
	},
	["Beard 3 (Light Gray)"] = {
		class = "Beard",
		rarity = 2,
		file = "Beard3 lightgrey-resources.assets-3666.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 900,
	},
	["Beard 5 (Brown)"] = {
		class = "Beard",
		rarity = 2,
		file = "Beard5 brown-resources.assets-1428.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1350,
	},
	["Beard 5 (Light Gray)"] = {
		class = "Beard",
		rarity = 2,
		file = "Beard5 lightgrey-resources.assets-539.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1400,
	},
	Laughing = {
		class = "Emote",
		rarity = 2,
		file = "Laugh.png",
	},
	["Super Blue Bear"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-bear-blue.png",
		baseAnimal = "Bear",
		currencies = {
			{
				name = "DNA",
				amount = 120,
			},
			{
				name = "Serum",
				amount = 28,
			},
		},
		group = 100,
	},
	["Super Blue Tiger"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-tiger-blue.png",
		baseAnimal = "Tiger",
		currencies = {
			{
				name = "DNA",
				amount = 80,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
		group = 100,
	},
	["Super Dark Tiger"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_tiger_negative-resources.assets-3061.png",
		baseAnimal = "Tiger",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 45,
			},
		},
		group = 150,
	},
	["Super Hot Tiger"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char tiger fire-resources.assets-2464.png",
		baseAnimal = "Tiger",
		currencies = {
			{
				name = "DNA",
				amount = 210,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
		group = 50,
	},
	["Super Black Cat"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_cat_black-resources.assets-2817.png",
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 80,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Snowshoe Cat"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_cat_snowshoe-resources.assets-1099.png",
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Mint Deer"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-deer-green.png",
		baseAnimal = "Deer",
		currencies = {
			{
				name = "DNA",
				amount = 105,
			},
			{
				name = "Serum",
				amount = 25,
			},
		},
	},
	["Super Brown Raccoon"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-raccoon-brown.png",
		baseAnimal = "Raccoon",
		currencies = {
			{
				name = "DNA",
				amount = 145,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Vanilla Raccoon"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-raccoon-beige.png",
		baseAnimal = "Raccoon",
		currencies = {
			{
				name = "DNA",
				amount = 160,
			},
			{
				name = "Serum",
				amount = 48,
			},
		},
	},
	["Super Tanuki"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_raccoon_tanuki-resources.assets-2967.png",
		baseAnimal = "Raccoon",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Shadow Bunny"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char rabbit black-resources.assets-835.png",
		baseAnimal = "Bunny",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Super Red Bunny"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-rabbit-red.png",
		baseAnimal = "Bunny",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 55,
			},
		},
	},
	["Super Phantom Sloth"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_sloth_pale-resources.assets-3601.png",
		baseAnimal = "Sloth",
		currencies = {
			{
				name = "DNA",
				amount = 210,
			},
			{
				name = "Serum",
				amount = 55,
			},
		},
	},
	["Super Yellow Panda"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_panda_yellow-resources.assets-4091.png",
		baseAnimal = "Panda",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 35,
			},
		},
	},
	["Super Blue Panda"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_panda_blue-resources.assets-197.png",
		baseAnimal = "Panda",
		currencies = {
			{
				name = "DNA",
				amount = 190,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Purple Panda"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_panda_purple-resources.assets-674.png",
		baseAnimal = "Panda",
		currencies = {
			{
				name = "DNA",
				amount = 210,
			},
			{
				name = "Serum",
				amount = 55,
			},
		},
	},
	["Super Shadow Wolf"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-wolf-black.png",
		baseAnimal = "Wolf",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 85,
			},
		},
	},
	["Super Red Lion"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-lion-redhead.png",
		baseAnimal = "Lion",
		currencies = {
			{
				name = "DNA",
				amount = 225,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Super Mango Red Panda"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_redpanda_orange-resources.assets-2191.png",
		baseAnimal = "Red Panda",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 72,
			},
		},
		group = 50,
	},
	["Super Berry Red Panda"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_redpanda_blue-resources.assets-2219.png",
		baseAnimal = "Red Panda",
		currencies = {
			{
				name = "DNA",
				amount = 330,
			},
			{
				name = "Serum",
				amount = 90,
			},
		},
	},
	["Super Bubblegum Red Panda"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_redpanda_pink-resources.assets-4189.png",
		baseAnimal = "Red Panda",
		currencies = {
			{
				name = "DNA",
				amount = 410,
			},
			{
				name = "Serum",
				amount = 110,
			},
		},
	},
	["Super Pink Capybara"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_capybara_pink-resources.assets-2436.png",
		baseAnimal = "Capybara",
		currencies = {
			{
				name = "DNA",
				amount = 245,
			},
			{
				name = "Serum",
				amount = 70,
			},
		},
	},
	["Super Golden Capybara"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_capybara_golden-resources.assets-3651.png",
		baseAnimal = "Capybara",
		currencies = {
			{
				name = "DNA",
				amount = 400,
			},
			{
				name = "Serum",
				amount = 105,
			},
		},
	},
	["Super Swamp Hyena"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-hyena-green.png",
		baseAnimal = "Hyena",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Purple Hyena"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-hyena-purple.png",
		baseAnimal = "Hyena",
		currencies = {
			{
				name = "DNA",
				amount = 390,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Blonde Hyena"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-hyena-tan.png",
		baseAnimal = "Hyena",
		currencies = {
			{
				name = "DNA",
				amount = 480,
			},
			{
				name = "Serum",
				amount = 125,
			},
		},
	},
	["Sheep DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Sheep.png",
	},
	["Super Sheep"] = {
		class = "Character",
		rarity = 0,
		file = "Char-sheep.png",
		baseAnimal = "Sheep",
		currencies = {
			{
				name = "DNA",
				amount = 125,
			},
			{
				name = "Serum",
				amount = 30,
			},
		},
	},
	["Super Green Sheep"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-sheep-green.png",
		baseAnimal = "Sheep",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 35,
			},
		},
	},
	["Super Baby Blue Sheep"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-sheep-blue.png",
		baseAnimal = "Sheep",
		currencies = {
			{
				name = "DNA",
				amount = 160,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Brown Sheep"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-sheep-brown.png",
		baseAnimal = "Sheep",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Pink Sheep"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-sheep-pink.png",
		baseAnimal = "Sheep",
		currencies = {
			{
				name = "DNA",
				amount = 220,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Super Black Sheep"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-sheep-black.png",
		baseAnimal = "Sheep",
		currencies = {
			{
				name = "DNA",
				amount = 320,
			},
			{
				name = "Serum",
				amount = 95,
			},
		},
	},
	["Super Dark Sheep"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-sheep-black-invert.png",
		baseAnimal = "Sheep",
		currencies = {
			{
				name = "DNA",
				amount = 290,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	Claymore = {
		class = "MeleeSkin",
		rarity = 3,
		file = "melee-sword.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 2850,
	},
	Knife = {
		class = "MeleeSkin",
		rarity = 1,
		file = "melee_knife-resources.assets-4120.png",
		description = "[[Level-Up Random Drop]]",
		group = 200,
	},
	["Golf Club"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "melee_golfclub-resources.assets-3163.png",
		description = "[[Level-Up Random Drop]]",
		group = 1100,
	},
	Newspaper = {
		class = "MeleeSkin",
		rarity = 3,
		file = "Melee newspaper-resources.assets-1996.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 2900,
	},
	Ruler = {
		class = "MeleeSkin",
		rarity = 5,
		file = "melee_ruler-resources.assets-1331.png",
		description = "[[Special_Cosmetics#Admin|Admin]]",
		group = 4500,
	},
	Stick = {
		class = "MeleeSkin",
		rarity = 1,
		file = "melee-stick.png",
		description = "[[Level-Up Random Drop]]",
		group = 250,
	},
	["Wood Plank"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "melee-woodplank.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1150,
	},
	Wrench = {
		class = "MeleeSkin",
		rarity = 2,
		file = "melee-wrench.png",
		description = "[[Level-Up Random Drop]]",
		group = 1200,
	},
	["Tai Chi Sword"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "melee-taichi_sword.png",
		description = "[[Special Cosmetics#Year of the Super Pig|Year of the Super Pig]]",
		group = 4650,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Bamboo Stick"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "melee-bamboo.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1450,
	},
	Backscratcher = {
		class = "MeleeSkin",
		rarity = 2,
		file = "melee-backscratcher.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1500,
	},
	["Lunar Black Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat chinese black.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 6350,
	},
	["Lunar Red Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat chinese red.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 6400,
	},
	["Lunar Shirt"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes shirt chinese.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 11800,
	},
	["Lunar Dress"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes dress chinese.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 11500,
	},
	["Lunar Traditional Outfit"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes outfit chinese.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 12200,
	},
	["Lunar Vest"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes vest chinese.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 12250,
	},
	["Pig DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Pig.png",
	},
	["Boar DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Boar.png",
	},
	["Super Pig"] = {
		class = "Character",
		rarity = 0,
		file = "Char-pig.png",
		baseAnimal = "Pig",
		currencies = {
			{
				name = "DNA",
				amount = 100,
			},
			{
				name = "Serum",
				amount = 20,
			},
		},
	},
	["Super Lunar Pig"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-pig-red.png",
		baseAnimal = "Pig",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Golden Pig"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-pig-golden.png",
		baseAnimal = "Pig",
		currencies = {
			{
				name = "DNA",
				amount = 350,
			},
			{
				name = "Serum",
				amount = 82,
			},
		},
	},
	["Super Boar"] = {
		class = "Character",
		rarity = 0,
		file = "Char-boar.png",
		baseAnimal = "Boar",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Woodland Boar"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-boar-fawn.png",
		baseAnimal = "Boar",
		currencies = {
			{
				name = "DNA",
				amount = 225,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Super Dark Boar"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-boar-grey.png",
		baseAnimal = "Boar",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 85,
			},
		},
	},
	["Super Jindo"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-dog-jindo.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Duos Day Rose"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "melee_rose-resources.assets-4153.png",
		event = "Super Duos Day 2019",
		group = 4700,
	},
	["Super Shepweiler"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-dog-odin.png",
		description = "<small>''Freak_OTRT Super Content Creator Item''</small>",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	Paintbrush = {
		class = "MeleeSkin",
		rarity = 5,
		file = "melee_paintbrush-resources.assets-4056.png",
		description = "[[Special_Cosmetics#Super Artist|Super Artist]]",
		group = 4600,
	},
	Pen = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee pen-resources.assets-3548.png",
		description = "[[Special_Cosmetics#Translator|Translator]]",
		group = 4550,
	},
	Pencil = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee_pencil.png",
		description = "[[Special Cosmetics#Super Fanart Contest|Super Fanart Contest]]",
		group = 5800,
	},
	["Super Lioness"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-lion-lioness.png",
		baseAnimal = "Lion",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Maned Wolf"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-wolf-maned.png",
		baseAnimal = "Wolf",
		currencies = {
			{
				name = "DNA",
				amount = 450,
			},
			{
				name = "Serum",
				amount = 120,
			},
		},
	},
	["Super Maltese Donkey"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-donkey-fawn.png",
		baseAnimal = "Donkey",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Asinara Donkey"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-donkey-white.png",
		baseAnimal = "Donkey",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Mule"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-donkey-mule.png",
		baseAnimal = "Donkey",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 55,
			},
		},
	},
	["Super Zebra"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-donkey-zebra.png",
		baseAnimal = "Donkey",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 75,
			},
		},
	},
	["Super Snowball Pig"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_pig_snowball-resources.assets-4600.png",
		baseAnimal = "Pig",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 35,
			},
		},
	},
	["Super Saddleback Pig"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_pig_bicolor-resources.assets-4608.png",
		baseAnimal = "Pig",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Spotted Pig"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_pig_spotted-resources.assets-3925.png",
		baseAnimal = "Pig",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Moustache 1 (Blonde)"] = {
		class = "Beard",
		rarity = 1,
		file = "Moustache1 blonde-resources.assets-3124.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 450,
	},
	["Moustache 1 (Gray)"] = {
		class = "Beard",
		rarity = 1,
		file = "Moustache1 grey-resources.assets-3428.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 500,
	},
	["Moustache 5 (Blonde)"] = {
		class = "Beard",
		rarity = 2,
		file = "Moustache5 blonde-resources.assets-663.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1700,
	},
	["Moustache 5 (Gray)"] = {
		class = "Beard",
		rarity = 2,
		file = "Moustache5 grey-resources.assets-2621.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1750,
	},
	["Moustache 4 (Blonde)"] = {
		class = "Beard",
		rarity = 2,
		file = "Moustache4 blonde-resources.assets-1923.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1200,
	},
	["Moustache 4 (Brown)"] = {
		class = "Beard",
		rarity = 2,
		file = "Moustache4 brown-resources.assets-260.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1100,
	},
	["Moustache 4 (Dark)"] = {
		class = "Beard",
		rarity = 2,
		file = "Moustache4 dark-resources.assets-2825.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1050,
	},
	["Moustache 4 (Gray)"] = {
		class = "Beard",
		rarity = 2,
		file = "Moustache4 grey-resources.assets-2042.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1250,
	},
	["Moustache 4 (Light Gray)"] = {
		class = "Beard",
		rarity = 2,
		file = "Moustache4 lightgrey-resources.assets-3308.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1150,
	},
	["Moustache 2 (Blonde)"] = {
		class = "Beard",
		rarity = 1,
		file = "Moustache2 blonde-resources.assets-2783.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 700,
	},
	["Moustache 2 (Brown)"] = {
		class = "Beard",
		rarity = 1,
		file = "Moustache2 brown-resources.assets-4789.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 600,
	},
	["Moustache 2 (Dark)"] = {
		class = "Beard",
		rarity = 1,
		file = "Moustache2 dark-resources.assets-2654.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 550,
	},
	["Moustache 2 (Gray)"] = {
		class = "Beard",
		rarity = 1,
		file = "Moustache2 grey-resources.assets-2515.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 750,
	},
	["Moustache 2 (Light Gray)"] = {
		class = "Beard",
		rarity = 1,
		file = "Moustache2 lightgrey-resources.assets-4137.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 650,
	},
	["Beard 3 (Blonde)"] = {
		class = "Beard",
		rarity = 2,
		file = "Beard3 blonde-resources.assets-1715.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 950,
	},
	["Beard 3 (Gray)"] = {
		class = "Beard",
		rarity = 2,
		file = "Beard3 grey-resources.assets-3882.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1000,
	},
	["Beard 5 (Blonde)"] = {
		class = "Beard",
		rarity = 2,
		file = "Beard5 blonde-resources.assets-4468.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1450,
	},
	["Beard 5 (Gray)"] = {
		class = "Beard",
		rarity = 2,
		file = "Beard5 grey-resources.assets-3550.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1500,
	},
	["Beard 1 (Blonde)"] = {
		class = "Beard",
		rarity = 1,
		file = "Beard1 blonde-resources.assets-1523.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 200,
	},
	["Beard 1 (Brown)"] = {
		class = "Beard",
		rarity = 1,
		file = "Beard1 brown-resources.assets-1335.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 100,
	},
	["Beard 1 (Dark)"] = {
		class = "Beard",
		rarity = 1,
		file = "Beard1 dark-resources.assets-1419.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 50,
	},
	["Beard 1 (Gray)"] = {
		class = "Beard",
		rarity = 1,
		file = "Beard1 grey-resources.assets-895.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 250,
	},
	["Beard 1 (Light Gray)"] = {
		class = "Beard",
		rarity = 1,
		file = "Beard1 lightgrey-resources.assets-3176.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 150,
	},
	["Light Blue Round Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses round lightblue-resources.assets-349.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 750,
	},
	["Brown Aviator Sunglasses"] = {
		class = "Glasses",
		rarity = 1,
		name = "Brown Aviator Glasses",
		file = "Glasses rayban brown-resources.assets-2764.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 900,
	},
	["Green Aviator Sunglasses"] = {
		class = "Glasses",
		rarity = 1,
		name = "Green Aviator Glasses",
		file = "Glasses rayban green-resources.assets-4275.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 950,
	},
	["Blue Secretary Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses secretary blue-resources.assets-3282.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 250,
	},
	["Green Secretary Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses secretary green-resources.assets-4697.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 300,
	},
	["Pink Secretary Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses secretary pink-resources.assets-4866.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 350,
	},
	["Purple Secretary Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses secretary purple-resources.assets-763.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 400,
	},
	["Red Secretary Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses secretary red-resources.assets-4543.png",
		description = "[[Level-Up Random Drop]]",
		group = 450,
	},
	["Yellow Secretary Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses secretary yellow-resources.assets-3706.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 500,
	},
	["Green Sunglasses"] = {
		class = "Glasses",
		rarity = 0,
		file = "Glasses sunglasses green-resources.assets-1375.png",
		description = "[[Level-Up Random Drop]]",
		group = 100,
	},
	["Orange Sunglasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses sunglasses orange-resources.assets-988.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 1000,
	},
	["Yellow Sunglasses"] = {
		class = "Glasses",
		rarity = 0,
		file = "Glasses sunglasses yellow-resources.assets-599.png",
		description = "[[Level-Up Random Drop]]",
		group = 150,
	},
	["Super Fennec Fox"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char fox fennec-resources.assets-4159.png",
		baseAnimal = "Fox",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
		group = 250,
	},
	["Super Wicked Monkey"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_monkey_green-resources.assets-1291.png",
		baseAnimal = "Monkey",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 55,
			},
		},
	},
	["Super Deadly Panda"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_panda_dark-resources.assets-2517.png",
		baseAnimal = "Panda",
		currencies = {
			{
				name = "DNA",
				amount = 290,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Twilight Raccoon"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_raccoon_smoky-resources.assets-1296.png",
		baseAnimal = "Raccoon",
		currencies = {
			{
				name = "DNA",
				amount = 190,
			},
			{
				name = "Serum",
				amount = 55,
			},
		},
	},
	["Black Mohawk"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat mohawk black-resources.assets-1679.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 3650,
	},
	["Green Robe"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes robe green-resources.assets-3891.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 4400,
	},
	["Orange Robe"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes robe orange-resources.assets-4891.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 4450,
	},
	["White Robe"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes robe white-resources.assets-759.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 4500,
	},
	["Yellow Robe"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes robe yellow-resources.assets-3763.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 4550,
	},
	["Blue Plaid Robe"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes robe pattern-resources.assets-522.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 7800,
	},
	["Green Striped Robe"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes robe striped-resources.assets-1709.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 7850,
	},
	["Purple Robe"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes robe twitch-resources.assets-343.png",
		description = "[[Special Cosmetics#Content Creator|Content Creator]]",
		group = 11300,
	},
	["Red Robe"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes robe youtube-resources.assets-2320.png",
		description = "[[Special Cosmetics#Content Creator|Content Creator]]",
		group = 11350,
	},
	["Just Sweatpants (Gray)"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes pants sweatpants-resources.assets-4479.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 2600,
	},
	["Just Khaki Pants"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes pants khaki-resources.assets-4716.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 4600,
	},
	["Just Jeans"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes pants jeans-resources.assets-599.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 4650,
	},
	["Geologist Outfit"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes_geologist-resources.assets-629.png",
		description = "''RockitSage Super Content Creator Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 10500,
	},
	["Geologist's Hammer"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "melee_geologist-resources.assets-4413.png",
		description = "''RockitSage Super Content Creator Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1550,
	},
	["Geologist Hat"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat geologist-resources.assets-906.png",
		description = "''RockitSage Super Content Creator Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 4000,
	},
	["Lucky Top Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat tophat green-resources.assets-2399.png",
		event = "St. Pawtrick's Day 2019",
		group = 6200,
	},
	["Lucky Suit"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes suit green-resources.assets-4778.png",
		event = "St. Pawtrick's Day 2019",
		group = 11550,
	},
	["Lucky Beard"] = {
		class = "Beard",
		rarity = 5,
		file = "Beard6 red-resources.assets-122.png",
		event = "St. Pawtrick's Day 2019",
		group = 1950,
	},
	["DNA Magnet"] = {
		class = "Magnet",
		rarity = 0,
		file = "Super dna magnet-sharedassets0.assets-51.png",
	},
	["Daily Challenge"] = {
		class = "Challenge",
		rarity = 0,
	},
	["Pink Moustache"] = {
		class = "Beard",
		rarity = 4,
		file = "Moustache6 pink-resources.assets-2866.png",
		description = "''Markiplier Streamer Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 1850,
	},
	["Purple Jacket"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes jacket purple-resources.assets-4237.png",
		description = "''Muyskerm Streamer Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 9900,
	},
	["Star Glasses"] = {
		class = "Glasses",
		rarity = 5,
		file = "Glasses stars-resources.assets-254.png",
		description = "[[Special Cosmetics#Content Creator|Content Creator]]",
		group = 2800,
	},
	Banana = {
		class = "MeleeSkin",
		rarity = 3,
		file = "melee_banana-resources.assets-4256.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 3100,
	},
	["Songbird DNA"] = {
		class = "DNA",
		rarity = 0,
	},
	["Blue Jay DNA"] = {
		class = "DNA",
		rarity = 0,
	},
	["Owl DNA"] = {
		class = "DNA",
		rarity = 0,
	},
	["Raven DNA"] = {
		class = "DNA",
		rarity = 0,
	},
	["Super Songbird"] = {
		class = "Character",
		rarity = 0,
		file = "char_bird-resources.assets-1814.png",
		baseAnimal = "Songbird",
		currencies = {
			{
				name = "DNA",
				amount = 35,
			},
			{
				name = "Serum",
				amount = 10,
			},
		},
	},
	["Super Canary"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "char_bird_canary-resources.assets-3392.png",
		baseAnimal = "Songbird",
		currencies = {
			{
				name = "DNA",
				amount = 65,
			},
			{
				name = "Serum",
				amount = 13,
			},
		},
	},
	["Super Blackbird"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "char_bird_blackbird-resources.assets-2766.png",
		baseAnimal = "Songbird",
		currencies = {
			{
				name = "DNA",
				amount = 80,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Lark"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "char_bird_lark-resources.assets-2198.png",
		baseAnimal = "Songbird",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Robin"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "char_bird_robin-resources.assets-2981.png",
		baseAnimal = "Songbird",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Zebra Finch"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "char_bird_zebrafinch-resources.assets-3496.png",
		baseAnimal = "Songbird",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Bullfinch"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "char_bird_bullfinch-resources.assets-1076.png",
		baseAnimal = "Songbird",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Sparrow"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "char_bird_sparrow-resources.assets-3151.png",
		baseAnimal = "Songbird",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Red Cardinal"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "char_bird_redcardinal-resources.assets-4168.png",
		baseAnimal = "Songbird",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Blue Jay"] = {
		class = "Character",
		rarity = 0,
		file = "char_bluejay-resources.assets-281.png",
		baseAnimal = "Blue Jay",
		currencies = {
			{
				name = "DNA",
				amount = 75,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Grape Blue Jay"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "char_bluejay_purple-resources.assets-4818.png",
		baseAnimal = "Blue Jay",
		currencies = {
			{
				name = "DNA",
				amount = 115,
			},
			{
				name = "Serum",
				amount = 25,
			},
		},
	},
	["Super Berry Blue Jay"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "char_bluejay_lightblue-resources.assets-2396.png",
		baseAnimal = "Blue Jay",
		currencies = {
			{
				name = "DNA",
				amount = 145,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Bubblegum Blue Jay"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "char_bluejay_red-resources.assets-4122.png",
		baseAnimal = "Blue Jay",
		currencies = {
			{
				name = "DNA",
				amount = 190,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Owl"] = {
		class = "Character",
		rarity = 0,
		file = "char_owl-resources.assets-2297.png",
		baseAnimal = "Owl",
		currencies = {
			{
				name = "DNA",
				amount = 125,
			},
			{
				name = "Serum",
				amount = 30,
			},
		},
	},
	["Super Barn Owl"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "char_owl_barn-resources.assets-2860.png",
		baseAnimal = "Owl",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 35,
			},
		},
	},
	["Super Pygmy Owl"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "char_owl_pygmy-resources.assets-2687.png",
		baseAnimal = "Owl",
		currencies = {
			{
				name = "DNA",
				amount = 160,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Gray Owl"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "char_owl_grey-resources.assets-2190.png",
		baseAnimal = "Owl",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Snowy Owl"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "char_owl_snowy-resources.assets-757.png",
		baseAnimal = "Owl",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Eagle Owl"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "char_owl_eurasian-resources.assets-2733.png",
		baseAnimal = "Owl",
		currencies = {
			{
				name = "DNA",
				amount = 290,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Horned Owl"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "char_owl_horned-resources.assets-2552.png",
		baseAnimal = "Owl",
		currencies = {
			{
				name = "DNA",
				amount = 290,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Raven"] = {
		class = "Character",
		rarity = 0,
		file = "char_raven-resources.assets-936.png",
		baseAnimal = "Raven",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Hooded Crow"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "char_raven_hooded-resources.assets-1130.png",
		baseAnimal = "Raven",
		currencies = {
			{
				name = "DNA",
				amount = 225,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Super Shadow Raven"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "char_raven_night-resources.assets-4117.png",
		baseAnimal = "Raven",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Albino Raven"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "char_raven_albino-resources.assets-1642.png",
		baseAnimal = "Raven",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["SAR Tonight Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
		group = 2700,
		file = "Umbrella base SARtonight-resources.assets-2346.png",
	},
	["SAR Tonight Microphone"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "melee_reporter-resources.assets-4426.png",
		description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
		group = 4750,
	},
	["Larkson Outfit"] = {
		class = "Clothes",
		rarity = 3,
		file = "clothes_Larkson-resources.assets-2807.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 7900,
	},
	["Lady Caw Caw Outfit"] = {
		class = "Clothes",
		rarity = 3,
		file = "clothes_dress_CawCaw-resources.assets-2956.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 7950,
	},
	["Blue Jay Z Jacket"] = {
		class = "Clothes",
		rarity = 3,
		file = "clothes_jacket_BlueJayZ-resources.assets-3040.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 6800,
	},
	["ChocoTaco Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "clothes_tshirt_chocotaco-resources.assets-1372.png",
		description = "''ChocoTaco Streamer Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 1050,
	},
	["CrankGameplays Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "CrankGameplays Tee.png",
		description = "''CrankGameplays Streamer Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 1100,
	},
	["Blue Jay Z Cap"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat BlueJayZ-resources.assets-1145.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 4050,
	},
	["Lady Caw Caw Hat"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat CawCaw-resources.assets-1080.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 4100,
	},
	["ChocoTaco Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "hat_chocotaco-resources.assets-966.png",
		description = "''ChocoTaco Streamer Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1800,
	},
	["Lady Caw Caw Glasses"] = {
		class = "Glasses",
		rarity = 3,
		file = "glasses_CawCaw-resources.assets-574.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 2250,
	},
	["Bunny Ears"] = {
		class = "Hat",
		rarity = 2,
		file = "hat_bunnyears-sharedassets0.assets-46.png",
		description = "[[Special Cosmetics#Super Easter Event 2019|Super Easter Event 2019]]",
		group = 6450,
	},
	["Blue Bow"] = {
		class = "Neck",
		rarity = 1,
		file = "Clothes_bow_blue-resources.assets-1537.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 11950,
	},
	["Yellow Bow"] = {
		class = "Neck",
		rarity = 1,
		file = "clothes_bow_yellow-sharedassets0.assets-19.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 12000,
	},
	["Pink Bow"] = {
		class = "Neck",
		rarity = 1,
		file = "Clothes_bow_pink-resources.assets-843.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 12050,
	},
	["Easter Bow"] = {
		class = "Neck",
		rarity = 2,
		file = "clothes_bow_easter-sharedassets0.assets-115.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 14200,
	},
	["Super White Bunny"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "char_rabbit_white-sharedassets0.assets-128.png",
		baseAnimal = "Bunny",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Super Chocolate Bunny"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char rabbit chocolate-sharedassets0.assets-57.png",
		baseAnimal = "Bunny",
		currencies = {
			{
				name = "DNA",
				amount = 310,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Larkson Glasses"] = {
		class = "Glasses",
		rarity = 3,
		file = "glasses_Larkson-resources.assets-659.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 2300,
	},
	["Super Greyhound"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "char_dog_greyhound-resources.assets-2738.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Peach Greyhound"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "char_dog_greyhound_tan-resources.assets-4378.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	Warning = {
		class = "Warning",
		rarity = 0,
	},
	["Pink Onesie"] = {
		class = "Clothes",
		rarity = 3,
		file = "clothes_onesie_pink-resources.assets-4717.png",
		description = "''JennaJulien Streamer Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 7500,
	},
	["Red Onesie"] = {
		class = "Clothes",
		rarity = 3,
		file = "clothes_onesie_red-resources.assets-588.png",
		description = "''JennaJulien Streamer Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 7550,
	},
	["Skunk DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Skunk.png",
	},
	["Super Skunk"] = {
		class = "Character",
		rarity = 0,
		file = "Char-skunk.png",
		baseAnimal = "Skunk",
		currencies = {
			{
				name = "DNA",
				amount = 100,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Grape Skunk"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-skunk-purple.png",
		baseAnimal = "Skunk",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 35,
			},
		},
	},
	["Super Skunk Blues"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-skunk-petrol.png",
		baseAnimal = "Skunk",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Vanilla Skunk"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-skunk-bleached.png",
		baseAnimal = "Skunk",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Super White Light Sword"] = {
		class = "MeleeSkin",
		rarity = 0,
		file = "Melee lightsaber white-resources.assets-260.png",
		description = "[[Level-Up Random Drop]]",
		group = 100,
	},
	["Super Green Light Sword"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee lightsaber green-resources.assets-216.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 400,
	},
	["Super Blue Light Sword"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee lightsaber blue-resources.assets-3974.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1600,
	},
	["Super Purple Light Sword"] = {
		class = "MeleeSkin",
		rarity = 3,
		file = "Melee lightsaber purple-resources.assets-5106.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 3150,
	},
	["Super Gold Light Sword"] = {
		class = "MeleeSkin",
		rarity = 4,
		file = "Melee lightsaber orange-resources.assets-3457.png",
		description = "[[Level-Up Random Drop]]",
		group = 4150,
	},
	["Super Red Light Sword"] = {
		class = "MeleeSkin",
		rarity = 4,
		file = "Melee lightsaber red-resources.assets-3543.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 4200,
	},
	["Red Tee"] = {
		class = "Clothes",
		rarity = 0,
		file = "Clothes tshirt red.png",
		description = "[[Level-Up Random Drop]]",
		group = 150,
	},
	["Purple Tee"] = {
		class = "Clothes",
		rarity = 0,
		file = "Clothes tshirt purple.png",
		description = "[[Level-Up Random Drop]]",
		group = 200,
	},
	["Red Striped Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes tshirt striped red.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 1900,
	},
	["Green Striped Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes tshirt striped green.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 1950,
	},
	["Navy Striped Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes tshirt striped navy.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 2000,
	},
	["Pink Striped Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes tshirt striped pink.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 2050,
	},
	["Red Print Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes tshirt print red.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 1750,
	},
	["White Print Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes tshirt print white.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 1800,
	},
	["Blue Striped Sweater"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes sweater striped blue.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 2250,
	},
	["Pink Striped Sweater"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes sweater striped pink.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 2300,
	},
	["Red Striped Sweater"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes sweater striped red.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 2350,
	},
	["Black Princess Dress"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes princess black.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 9950,
	},
	["Blue Princess Dress"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes princess blue.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 10000,
	},
	["Green Princess Dress"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes princess green.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 10050,
	},
	["Purple Princess Dress"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes princess purple.png",
		description = "",
		group = 10150,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
	},
	["Yellow Princess Dress"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes princess yellow.png",
		description = "",
		group = 10200,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
	},
	["Super Otter"] = {
		class = "Character",
		rarity = 0,
		file = "Char_otter-resources.assets-2549.png",
		baseAnimal = "Otter",
		currencies = {
			{
				name = "DNA",
				amount = 125,
			},
			{
				name = "Serum",
				amount = 30,
			},
		},
	},
	["Otter DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Otter.png",
	},
	["Ferret DNA"] = {
		class = "DNA",
		rarity = 0,
	},
	["Super Navy Otter"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_otter_blue-resources.assets-3715.png",
		baseAnimal = "Otter",
		currencies = {
			{
				name = "DNA",
				amount = 160,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Chestnut Otter"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_otter_brown-resources.assets-853.png",
		baseAnimal = "Otter",
		currencies = {
			{
				name = "DNA",
				amount = 170,
			},
			{
				name = "Serum",
				amount = 42,
			},
		},
	},
	["Super Red Otter"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_otter_red-resources.assets-3505.png",
		baseAnimal = "Otter",
		currencies = {
			{
				name = "DNA",
				amount = 220,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Golden Otter"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_otter_yellow-resources.assets-4574.png",
		baseAnimal = "Otter",
		currencies = {
			{
				name = "DNA",
				amount = 230,
			},
			{
				name = "Serum",
				amount = 55,
			},
		},
	},
	["Super Sea Otter"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_otter_sea-resources.assets-5023.png",
		baseAnimal = "Otter",
		currencies = {
			{
				name = "DNA",
				amount = 290,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Ferret"] = {
		class = "Character",
		rarity = 0,
		file = "Char_ferret-resources.assets-1959.png",
		baseAnimal = "Ferret",
		currencies = {
			{
				name = "DNA",
				amount = 75,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Silver Ferret"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_ferret_silver-resources.assets-661.png",
		baseAnimal = "Ferret",
		currencies = {
			{
				name = "DNA",
				amount = 190,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Cinnamon Ferret"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_ferret_cinnamon-resources.assets-4535.png",
		baseAnimal = "Ferret",
		currencies = {
			{
				name = "DNA",
				amount = 145,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Vanilla Ferret"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_ferret_white-resources.assets-3053.png",
		baseAnimal = "Ferret",
		currencies = {
			{
				name = "DNA",
				amount = 115,
			},
			{
				name = "Serum",
				amount = 25,
			},
		},
	},
	["Police Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_police.png",
		description = "''AlpacaPatrol Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
		group = 6500,
	},
	["DreamHack Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		file = "Umbrella base dreamhack-resources.assets-1925.png",
		description = "[[Special Cosmetics‎#DreamHack Dallas 2019|DreamHack special event]]",
		group = 2800,
	},
	["Duck DNA"] = {
		class = "DNA",
		rarity = 0,
	},
	["Hawk DNA"] = {
		class = "DNA",
		rarity = 0,
	},
	["Super Duck"] = {
		class = "Character",
		rarity = 0,
		file = "Char-ducks.png",
		baseAnimal = "Duck",
		currencies = {
			{
				name = "DNA",
				amount = 75,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Green Mallard"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "char_duck_mallard_green-resources.assets-4442.png",
		baseAnimal = "Duck",
		currencies = {
			{
				name = "DNA",
				amount = 115,
			},
			{
				name = "Serum",
				amount = 25,
			},
		},
	},
	["Super Blue Mallard"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "char_duck_mallard_blue-resources.assets-3335.png",
		baseAnimal = "Duck",
		currencies = {
			{
				name = "DNA",
				amount = 115,
			},
			{
				name = "Serum",
				amount = 25,
			},
		},
	},
	["Super Purple Mallard"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "char_duck_mallard_purple-resources.assets-1597.png",
		baseAnimal = "Duck",
		currencies = {
			{
				name = "DNA",
				amount = 115,
			},
			{
				name = "Serum",
				amount = 25,
			},
		},
	},
	["Super White Duck"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "char_duck_white-resources.assets-1598.png",
		baseAnimal = "Duck",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 38,
			},
		},
	},
	["Super Black Duck"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "char_duck_black-resources.assets-4369.png",
		baseAnimal = "Duck",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 38,
			},
		},
	},
	["Super Duckling"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char duckling-resources.assets-2139.png",
		baseAnimal = "Duck",
		currencies = {
			{
				name = "DNA",
				amount = 190,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Swan"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-duck-swan.png",
		baseAnimal = "Duck",
		currencies = {
			{
				name = "DNA",
				amount = 240
			},
			{
				name = "Serum",
				amount = 65
			}
		}
	},
	["Super Hawk"] = {
		class = "Character",
		rarity = 0,
		file = "Char-hawks.png",
		baseAnimal = "Hawk",
		currencies = {
			{
				name = "DNA",
				amount = 175,
			},
			{
				name = "Serum",
				amount = 45,
			},
		},
	},
	["Super Goshawk"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_hawk_goshawk-resources.assets-158.png",
		baseAnimal = "Hawk",
		currencies = {
			{
				name = "DNA",
				amount = 240,
			},
			{
				name = "Serum",
				amount = 70,
			},
		},
	},
	["Super Osprey"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_hawk_osprey-resources.assets-4482.png",
		baseAnimal = "Hawk",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 70,
			},
		},
	},
	["Super Peregrine"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_hawk_peregrine-resources.assets-5014.png",
		baseAnimal = "Hawk",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 70,
			},
		},
	},
	["Super Kestrel"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_hawk_kestrel-resources.assets-1630.png",
		baseAnimal = "Hawk",
		currencies = {
			{
				name = "DNA",
				amount = 330,
			},
			{
				name = "Serum",
				amount = 90,
			},
		},
	},
	["Super Eagle"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_hawk_eagle-resources.assets-517.png",
		baseAnimal = "Hawk",
		currencies = {
			{
				name = "DNA",
				amount = 400,
			},
			{
				name = "Serum",
				amount = 105,
			},
		},
	},
	["Hedgehog DNA"] = {
		class = "DNA",
		rarity = 0,
	},
	["Super Hedgehog"] = {
		class = "Character",
		rarity = 0,
		file = "Char_hedgehog-resources.assets-2522.png",
		baseAnimal = "Hedgehog",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Speedy Hedgehog"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_hedgehog_blue-resources.assets-908.png",
		baseAnimal = "Hedgehog",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Pink Hedgehog"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_hedgehog_pink-resources.assets-3335.png",
		baseAnimal = "Hedgehog",
		currencies = {
			{
				name = "DNA",
				amount = 225,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Super Red Hedgehog"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_hedgehog_red-resources.assets-4504.png",
		baseAnimal = "Hedgehog",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	Carrot = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee_carrot-resources.assets-700.png",
		description = "''ShiaBun Super Content Creator Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1650,
	},
	Corn = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee corn.png",
		description = "''Shirakami Fubuki Streamer Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1700,
	},
	["Fish Pajamas"] = {
		class = "Clothes",
		rarity = 3,
		file = "pajamas_fish.png",
		description = "[[Super Animal Mods|Slofin Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 7650,
	},
	["Security Guard Outfit"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_securityguard-resources.assets-2127.png",
		description = "[[Super Animal Mods|Foxinter Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 7100,
	},
	["Chartreux Beanie"] = {
		class = "Hat",
		rarity = 3,
		file = "beanies_catler.png",
		description = "[[Super Animal Mods|Catler Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 3800,
	},
	["Steampunk Goggles"] = {
		class = "Hat",
		rarity = 3,
		file = "steampunk_goggles_foxysongbird.png",
		description = "[[Super Animal Mods|Mochi_Mei Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 4150,
	},
	Harlecorn = {
		class = "Hat",
		rarity = 3,
		file = "Hat Harle unicorn horn.png",
		description = "[[Super Animal Mods|Harle Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 4200,
	},
	["Baseball Cap (Rainbow)"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_baseball_rainbow-resources.assets-4813.png",
		description = "[[Special Cosmetics#Pride|Pride]]",
		group = 6550,
	},
	["Leftstickdown Beanie"] = {
		class = "Hat",
		rarity = 3,
		file = "beanie_LSD.png",
		description = "[[Super Animal Mods|Leftstickdown Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 3850,
	},
	["Shirakami Scarf"] = {
		class = "Neck",
		rarity = 3,
		file = "Clothes scarf shirakami.png",
		description = "''Shirakami Fubuki Streamer Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 7300,
	},
	["Rainbow Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		file = "Umbrella_base_rainbow-resources.assets-2272.png",
		description = "[[Special Cosmetics#Pride|Pride]]",
		group = 2850,
	},
	["Lyze's Key"] = {
		class = "MeleeSkin",
		rarity = 3,
		file = "Melee_key-resources.assets-1437.png",
		description = "<small>''[[Super Animal Mods|Lyze Mod Item]]''</small>",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 3250,
	},
	["Duck Newspaper"] = {
		class = "MeleeSkin",
		rarity = 3,
		file = "Duck Newspaper.png",
		description = "[[Super Animal Mods|Murder Mittens Mod Item]]<br>[[Level-Up Random Drop]]",
		group = 3300,
	},
	["Pro Gamer Hoodie"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_hoodie_pink_full.png",
		description = "[[Super Animal Mods|TeTo Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 7700,
	},
	["Rat DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Rat.png",
	},
	["Bat DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Bat.png",
	},
	["Super Berry Blue Owl"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_owl_blue-resources.assets-1438.png",
		description = "<small>''[[Super Animal Mods|Lyze Mod Item]]''</small>",
		baseAnimal = "Owl",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Stars & Stripes Baseball Bat"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee_baseballbat_USA-resources.assets-3928.png",
		description = "[[Special Cosmetics#Independence Day 2019|Independence Day 2019]]",
		group = 4800,
	},
	["Hockey Stick"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee_hockeystick-resources.assets-5024.png",
		description = "[[Special Cosmetics#Canada Day 2019|Canada Day 2019]]",
		group = 4850,
	},
	["Mountie Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_mountie-resources.assets-4207.png",
		description = "[[Special Cosmetics#Canada Day 2019|Canada Day 2019]]",
		group = 6600,
	},
	["Stars & Stripes Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_unclesam-resources.assets-4020.png",
		description = "[[Special Cosmetics#Independence Day 2019|Independence Day 2019]]",
		group = 6650,
	},
	["Mountie Outfit"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_mountie-resources.assets-3210.png",
		description = "[[Special Cosmetics#Canada Day 2019|Canada Day 2019]]",
		group = 11650,
	},
	["Uncle Sam Outfit"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_suit_unclesam-resources.assets-3571.png",
		description = "[[Special Cosmetics#Independence Day 2019|Independence Day 2019]]",
		group = 11600,
	},
	["Super Rat"] = {
		class = "Character",
		rarity = 0,
		file = "Char_rat-resources.assets-4564.png",
		baseAnimal = "Rat",
		currencies = {
			{
				name = "DNA",
				amount = 100,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Black Rat"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_rat_black-resources.assets-4003.png",
		baseAnimal = "Rat",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 35,
			},
		},
	},
	["Super Albino Rat"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_rat_white-resources.assets-3670.png",
		baseAnimal = "Rat",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 35,
			},
		},
	},
	["Super Spotted Rat"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_rat_spotted-resources.assets-3699.png",
		baseAnimal = "Rat",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Mouse"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_rat_mouse-resources.assets-3797.png",
		baseAnimal = "Rat",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Super Bat"] = {
		class = "Character",
		rarity = 0,
		file = "Char_bat-resources.assets-915.png",
		baseAnimal = "Bat",
		currencies = {
			{
				name = "DNA",
				amount = 210,
			},
			{
				name = "Serum",
				amount = 55,
			},
		},
	},
	["Super Navy Bat"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_bat_blue-resources.assets-932.png",
		baseAnimal = "Bat",
		currencies = {
			{
				name = "DNA",
				amount = 310,
			},
			{
				name = "Serum",
				amount = 82,
			},
		},
	},
	["Super Shadow Bat"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_bat_grey-resources.assets-1873.png",
		baseAnimal = "Bat",
		currencies = {
			{
				name = "DNA",
				amount = 410,
			},
			{
				name = "Serum",
				amount = 115,
			},
		},
	},
	["Super White Bat"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_bat_white-resources.assets-3662.png",
		baseAnimal = "Bat",
		currencies = {
			{
				name = "DNA",
				amount = 510,
			},
			{
				name = "Serum",
				amount = 138,
			},
		},
		group = 50,
	},
	["Super Fruit Bat"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_bat_fruit-resources.assets-4605.png",
		baseAnimal = "Bat",
		currencies = {
			{
				name = "DNA",
				amount = 510,
			},
			{
				name = "Serum",
				amount = 138,
			},
		},
		group = 100,
	},
	["Super Vampire Bat"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_bat_vampire-resources.assets-1418.png",
		baseAnimal = "Bat",
		currencies = {
			{
				name = "DNA",
				amount = 595,
			},
			{
				name = "Serum",
				amount = 155,
			},
		},
	},
	["Banan Hat"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat banana peel.png",
		description = "[[Super Animal Mods|Tama Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 4250,
	},
	["Super Pomeranian"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_dog_pomeranian-resources.assets-5080.png",
		description = "<small>''BuffPup Super Content Creator Item''</small>",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Paw Star Tank Top"] = {
		class = "Clothes",
		rarity = 3,
		file = "Paw Star Tank Top.png",
		description = "''BuffPup Super Content Creator Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 7200,
	},
	["Yellow Lei Hula Skirt"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_bikini_hawaii.png",
		store = "carl",
		group = 12150,
	},
	["Pink Lei Hula Skirt"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_bikini_hula.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 7450,
	},
	["Floral Swimsuit"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_bikini_flower.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 4200,
	},
	["Polka Dot Swimsuit"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_bikini_polkadots_pink.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 4250,
	},
	["Striped Swimsuit"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_bikini_stripes.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 4300,
	},
	Lifebuoy = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes_lifebuoy.png",
		store = "carl",
		group = 12350,
	},
	["Fish Swim Shorts"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_swimshorts_fish.png",
		store = "carl",
		group = 12300,
	},
	["Floral Swim Shorts"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes_swimshorts_flower.png",
		description = "[[Level-Up Random Drop]]",
		group = 2650,
	},
	["Palm Swim Shorts"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_swimshorts_palm.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 4700,
	},
	["Teal Tank Top"] = {
		class = "Clothes",
		rarity = 0,
		file = "Clothes_tanktop_blue.png",
		description = "[[Level-Up Random Drop]]",
		group = 250,
	},
	["Green Tank Top"] = {
		class = "Clothes",
		rarity = 0,
		file = "Clothes_tanktop_green.png",
		description = "[[Level-Up Random Drop]]",
		group = 300,
	},
	["Orange Tank Top"] = {
		class = "Clothes",
		rarity = 0,
		file = "Clothes_tanktop_orange.png",
		description = "[[Level-Up Random Drop]]",
		group = 350,
	},
	["Purple Tank Top"] = {
		class = "Clothes",
		rarity = 0,
		file = "Clothes_tanktop_purple.png",
		description = "[[Level-Up Random Drop]]",
		group = 400,
	},
	["Rebellion Tank Top"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes_tanktop_rebellion.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 2100,
	},
	["SAW Tank Top"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes_tanktop_SAW.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 2150,
	},
	["Straw Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		file = "Umbrella straw.png",
		store = "carl",
		group = 2900,
	},
	["Duck Floatie"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_floatie_duck.png",
		store = "carl",
		group = 12400,
	},
	["White Apron"] = {
		class = "Neck",
		rarity = 1,
		file = "Clothes_apron.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 2700,
	},
	["Hot Dog Fork"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee_bbq_fork.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1800,
	},
	Popsicle = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee_popsicle.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 4900,
	},
	["Meat Skewer"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee_skewer.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1850,
	},
	["Fruit Skewer"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee_skewer_fruit.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 4950,
	},
	["Super Westie"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_dog_westie-resources.assets-1956.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Shia's Headband"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat_headband_shia-resources.assets-1425.png",
		description = "''ShiaBun Super Content Creator Item''<br>[[Level-Up Random Drop]]",
		group = 1850,
	},
	["Carrot Gravestone"] = {
		class = "Gravestone",
		rarity = 4,
		file = "Gravestone_9-resources.assets-1831.png",
		description = "''ShiaBun Super Content Creator Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 1400,
	},
	["Blue Deagle"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun_deagle_blue.png",
		group = 3,
		description = "30 Deagle kills",
		link = "Deagle",
	},
	["Green Deagle"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun_deagle_green.png",
		group = 2,
		description = "15 Deagle kills",
		link = "Deagle",
	},
	["Pink Deagle"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun_deagle_pink.png",
		group = 7,
		description = "150 Deagle kills",
		link = "Deagle",
		framed = 1,
	},
	["Purple Deagle"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun_deagle_purple.png",
		group = 5,
		description = "75 Deagle kills",
		link = "Deagle",
		framed = 1,
	},
	["Red Deagle"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun_deagle_red.png",
		group = 4,
		description = "50 Deagle kills",
		link = "Deagle",
	},
	["Yellow Deagle"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun_deagle_yellow.png",
		group = 6,
		description = "110 Deagle kills",
		link = "Deagle",
		framed = 1,
	},
	["Orange Deagle"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun_deagle_orange.png",
		group = 1,
		description = "5 Deagle kills",
		link = "Deagle",
	},
	["Carrot Onesie"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_onesie_carrot-resources.assets-4647.png",
		description = "''ShiaBun Super Content Creator Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 7600,
	},
	["Fruit Hat"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat fruit hat.png",
		store = "carl",
		group = 6700,
	},
	["Pro Gamer Hat"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat_newsboy_pink-resources.assets-5283.png",
		description = "[[Super Animal Mods|TeTo Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 4350,
	},
	["Super Twilight Fox"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_fox_dark-resources.assets-5322.png",
		baseAnimal = "Fox",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
		group = 100,
	},
	["Super Emerald Fox"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_fox_green-resources.assets-631.png",
		baseAnimal = "Fox",
		currencies = {
			{
				name = "DNA",
				amount = 120,
			},
			{
				name = "Serum",
				amount = 28,
			},
		},
		group = 100,
	},
	["Super Berry Gummy Bear"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_bear_gummy_blue-resources.assets-3422.png",
		baseAnimal = "Bear",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 35,
			},
		},
		group = 100,
	},
	["Super Lime Gummy Bear"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_bear_gummy_green-resources.assets-1239.png",
		baseAnimal = "Bear",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 35,
			},
		},
		group = 150,
	},
	["Super Orange Gummy Bear"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_bear_gummy_orange-resources.assets-675.png",
		baseAnimal = "Bear",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 35,
			},
		},
		group = 200,
	},
	["Super Cherry Gummy Bear"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_bear_gummy_red-resources.assets-1880.png",
		baseAnimal = "Bear",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 35,
			},
		},
		group = 250,
	},
	["Super Bubblegum Skullcat"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_skullcat_pink-resources.assets-2457.png",
		baseAnimal = "Skullcat",
		currencies = {
			{
				name = "DNA",
				amount = 145,
			},
			{
				name = "Serum",
				amount = 42,
			},
		},
		group = 100,
	},
	["Super Banana Deer"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_deer_yellow-resources.assets-868.png",
		baseAnimal = "Deer",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 38,
			},
		},
	},
	["Super Moose"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-deer-moose.png",
		baseAnimal = "Deer",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 68,
			},
		},
	},
	["Super Pink Raccoon"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_raccoon_pink-resources.assets-405.png",
		baseAnimal = "Raccoon",
		currencies = {
			{
				name = "DNA",
				amount = 115,
			},
			{
				name = "Serum",
				amount = 25,
			},
		},
	},
	["Super Crank Raccoon"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Crank Raccoon.png",
		description = "<small>''CrankGameplays Streamer Item''</small>",
		baseAnimal = "Raccoon",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Super Iced Sloth"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_sloth_ice-resources.assets-4692.png",
		baseAnimal = "Sloth",
		currencies = {
			{
				name = "DNA",
				amount = 290,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Peach Sloth"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_sloth_peach-resources.assets-305.png",
		baseAnimal = "Sloth",
		currencies = {
			{
				name = "DNA",
				amount = 290,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Peach Pigeon"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char pigeon peach.png",
		baseAnimal = "Pigeon",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Super Two-toed Sloth"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_sloth_twotoed-resources.assets-1154.png",
		baseAnimal = "Sloth",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Persian Cat"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_cat_persian-resources.assets-5019.png",
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 42,
			},
		},
	},
	["Super Scottish Fold"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_cat_scottish_fold-resources.assets-2903.png",
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 42,
			},
		},
	},
	["Super Border Collie"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-dog-border-collie.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 42,
			},
		},
	},
	["Super Licorice Red Panda"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char redpanda dark-resources.assets-1707.png",
		baseAnimal = "Red Panda",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 72,
			},
		},
		group = 100,
	},
	["Super Lime Red Panda"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_redpanda_lime-resources.assets-4032.png",
		baseAnimal = "Red Panda",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 72,
			},
		},
		group = 150,
	},
	["Super Grape Red Panda"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_redpanda_pastel-resources.assets-1581.png",
		baseAnimal = "Red Panda",
		currencies = {
			{
				name = "DNA",
				amount = 330,
			},
			{
				name = "Serum",
				amount = 90,
			},
		},
	},
	["Super Blue Wolf"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_wolf_blue-resources.assets-1824.png",
		baseAnimal = "Wolf",
		currencies = {
			{
				name = "DNA",
				amount = 225,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Super Desert Wolf"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char wolf desert-resources.assets-2591.png",
		baseAnimal = "Wolf",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 85,
			},
		},
	},
	["Super Flaming Wolf"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_wolf_fire-resources.assets-568.png",
		baseAnimal = "Wolf",
		currencies = {
			{
				name = "DNA",
				amount = 390,
			},
			{
				name = "Serum",
				amount = 105,
			},
		},
	},
	["Super Blue Steel Hyena"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_hyena_striped_blue-resources.assets-5471.png",
		baseAnimal = "Hyena",
		currencies = {
			{
				name = "DNA",
				amount = 480,
			},
			{
				name = "Serum",
				amount = 125,
			},
		},
	},
	["Super Ram"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_sheep_ram-resources.assets-5102.png",
		baseAnimal = "Sheep",
		currencies = {
			{
				name = "DNA",
				amount = 395,
			},
			{
				name = "Serum",
				amount = 105,
			},
		},
	},
	["Super Babirusa"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_boar_babirusa-resources.assets-4572.png",
		baseAnimal = "Boar",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Boarlet"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_boar_baby-resources.assets-4763.png",
		baseAnimal = "Boar",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Flaming Boar"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_boar_fire-resources.assets-512.png",
		baseAnimal = "Boar",
		currencies = {
			{
				name = "DNA",
				amount = 450,
			},
			{
				name = "Serum",
				amount = 120,
			},
		},
	},
	["Super Enchanted Boar"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_boar_teal-resources.assets-201.png",
		baseAnimal = "Boar",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 85,
			},
		},
	},
	["Super Pine Marten"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_ferret_marten-resources.assets-171.png",
		baseAnimal = "Ferret",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Squid Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat squid-resources.assets-233.png",
		description = "[[Special_Cosmetics#Super_Squids|Super Squids]]",
		group = 6750,
	},
	["Super Frozen Skullcat"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_skullcat_ice-resources.assets-3331.png",
		baseAnimal = "Skullcat",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 45,
			},
		},
		group = 150,
	},
	["Super Woodland Raccoon"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_raccoon_woodland-resources.assets-1089.png",
		baseAnimal = "Raccoon",
		currencies = {
			{
				name = "DNA",
				amount = 155,
			},
			{
				name = "Serum",
				amount = 42,
			},
		},
	},
	["Super Golden Tabby Tiger"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_tiger_golden_tabby-resources.assets-5082.png",
		baseAnimal = "Tiger",
		currencies = {
			{
				name = "DNA",
				amount = 120,
			},
			{
				name = "Serum",
				amount = 35,
			},
		},
	},
	["Super Tricolor Corgi"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_dog_corgi_tricolor-resources.assets-2656.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 220,
			},
			{
				name = "Serum",
				amount = 62,
			},
		},
	},
	["Super Weimaraner"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_dog_labrador_weimaraner-resources.assets-5432.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Egg Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		file = "Umbrella_egg.png",
		description = "''Northernlion Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
		group = 2950,
	},
	["Josh Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		file = "Umbrella_base_josh.png",
		description = "''JSmithOTI Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
		group = 3000,
	},
	["Skull Beanie"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_beanie_skull.png",
		description = "''FlackBlag Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
		group = 6300,
	},
	["Graduate Hat"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat graduate.png",
		description = "[[Super Animal Mods|XG Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 4400,
	},
	["Jeans Vest"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_jeanvest.png",
		description = "''HCJustin Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
		group = 12450,
	},
	["Police Outfit"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_police.png",
		description = "''AlpacaPatrol Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
		group = 12500,
	},
	["RedShift Outfit"] = {
		class = "Clothes",
		rarity = 3,
		file = "RedShift Outfit.png",
		description = "[[Super Animal Mods|RedShift Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 8000,
	},
	["Velvet Robe"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_robe_velvet.png",
		description = "''BaerTaffy Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
		group = 12550,
	},
	["Red Button Up Shirt"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_shirt_fullred.png",
		description = "''Dan Gheesling Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
		group = 11850,
	},
	["Red Striped Shirt"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_shirt_redstriped.png",
		description = "''Michaelalfox Streamer Item''<br>[[Special Cosmetics#Northernlion Live Super Show|Northernlion Live Super Show]]",
		group = 11900,
	},
	["Egg Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes_tshirt_egg-resources.assets-1468.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 1550,
	},
	["Super Chicken"] = {
		class = "Character",
		rarity = 0,
		file = "Char_chicken-resources.assets-3337.png",
		baseAnimal = "Chicken",
		currencies = {
			{
				name = "DNA",
				amount = 100,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Cow"] = {
		class = "Character",
		rarity = 0,
		file = "Char_cow-resources.assets-4835.png",
		baseAnimal = "Cow",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Banana Cow"] = {
		class = "Character",
		rarity = 1,
		file = "Char_cow_banana-resources.assets-5367.png",
		baseAnimal = "Cow",
		currencies = {
			{
				name = "DNA",
				amount = 225,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Super Chocolate Cow"] = {
		class = "Character",
		rarity = 1,
		file = "Char_cow_chocolate-resources.assets-2344.png",
		baseAnimal = "Cow",
		currencies = {
			{
				name = "DNA",
				amount = 225,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Super Matcha Cow"] = {
		class = "Character",
		rarity = 2,
		file = "Char_cow_matcha-resources.assets-3945.png",
		baseAnimal = "Cow",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Neapolitan Cow"] = {
		class = "Character",
		rarity = 2,
		file = "Char_cow_neapolitan-resources.assets-5583.png",
		baseAnimal = "Cow",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Strawberry Cow"] = {
		class = "Character",
		rarity = 2,
		file = "Char_cow_strawberry-resources.assets-1411.png",
		baseAnimal = "Cow",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Chicken DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Chicken.png",
	},
	["Cow DNA"] = {
		class = "DNA",
		rarity = 0,
	},
	["Horse DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Horse.png",
	},
	["Super Black Chicken"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_chicken_black-resources.assets-4433.png",
		baseAnimal = "Chicken",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 52,
			},
		},
	},
	["Super Fried Chicken"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_chicken_fried-resources.assets-220.png",
		baseAnimal = "Chicken",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 78,
			},
		},
		group = 200,
	},
	["Super Orange Chicken"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_chicken_red-resources.assets-2349.png",
		baseAnimal = "Chicken",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 38,
			},
		},
	},
	["Super Rooster"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_chicken_rooster-resources.assets-3273.png",
		baseAnimal = "Chicken",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 68,
			},
		},
	},
	["Super Spicy Chicken"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_chicken_spicy-resources.assets-5404.png",
		baseAnimal = "Chicken",
		currencies = {
			{
				name = "DNA",
				amount = 210,
			},
			{
				name = "Serum",
				amount = 55,
			},
		},
	},
	["Super Bull"] = {
		class = "Character",
		rarity = 3,
		file = "Char_cow_bull-resources.assets-3157.png",
		baseAnimal = "Cow",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Latte Cow"] = {
		class = "Character",
		rarity = 1,
		file = "Char_cow_latte-resources.assets-4882.png",
		baseAnimal = "Cow",
		currencies = {
			{
				name = "DNA",
				amount = 225,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Super Stinky Tofu Cow"] = {
		class = "Character",
		rarity = 2,
		file = "Char_cow_stinky_tofu-resources.assets-2034.png",
		baseAnimal = "Cow",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Vanilla Cow"] = {
		class = "Character",
		rarity = 1,
		file = "Char_cow_vanilla-resources.assets-3949.png",
		baseAnimal = "Cow",
		currencies = {
			{
				name = "DNA",
				amount = 225,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Super Horse"] = {
		class = "Character",
		rarity = 0,
		file = "Char_horse-resources.assets-6070.png",
		baseAnimal = "Horse",
		currencies = {
			{
				name = "DNA",
				amount = 185,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Black Stallion"] = {
		class = "Character",
		rarity = 1,
		file = "Char_horse_black-resources.assets-6216.png",
		baseAnimal = "Horse",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 72,
			},
		},
	},
	["Super Pinto Horse"] = {
		class = "Character",
		rarity = 3,
		file = "Char_horse_pinto-resources.assets-2938.png",
		baseAnimal = "Horse",
		currencies = {
			{
				name = "DNA",
				amount = 420,
			},
			{
				name = "Serum",
				amount = 115,
			},
		},
	},
	["Super White Stallion"] = {
		class = "Character",
		rarity = 1,
		file = "Char_horse_white-resources.assets-4664.png",
		baseAnimal = "Horse",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 72,
			},
		},
	},
	["Blue Poison Dart Gun"] = {
		class = "GunSkin",
		rarity = 1,
		name = "Dogna's Blue Dart Gun",
		file = "Gun_dart_blue-resources.assets-723.png",
		group = 3,
		description = "20 Dogna's Dart Gun kills",
		link = "Dogna's Dart Gun",
	},
	["Green Poison Dart Gun"] = {
		class = "GunSkin",
		rarity = 0,
		name = "Dogna's Green Dart Gun",
		file = "Gun_dart_green-resources.assets-235.png",
		group = 2,
		description = "10 Dogna's Dart Gun kills",
		link = "Dogna's Dart Gun",
	},
	["Orange Poison Dart Gun"] = {
		class = "GunSkin",
		rarity = 0,
		name = "Dogna's Orange Dart Gun",
		file = "Gun_dart_orange-resources.assets-2005.png",
		group = 1,
		description = "5 Dogna's Dart Gun kills",
		link = "Dogna's Dart Gun",
	},
	["Pink Poison Dart Gun"] = {
		class = "GunSkin",
		rarity = 2,
		name = "Dogna's Pink Dart Gun",
		file = "Gun_dart_pink-resources.assets-1022.png",
		group = 7,
		description = "110 Dogna's Dart Gun kills",
		link = "Dogna's Dart Gun",
		framed = 1,
	},
	["Purple Poison Dart Gun"] = {
		class = "GunSkin",
		rarity = 1,
		name = "Dogna's Purple Dart Gun",
		file = "Gun_dart_purple-resources.assets-4966.png",
		group = 5,
		description = "55 Dogna's Dart Gun kills",
		link = "Dogna's Dart Gun",
		framed = 1,
	},
	["Red Poison Dart Gun"] = {
		class = "GunSkin",
		rarity = 1,
		name = "Dogna's Red Dart Gun",
		file = "Gun_dart_red-resources.assets-2866.png",
		group = 4,
		description = "35 Dogna's Dart Gun kills",
		link = "Dogna's Dart Gun",
	},
	["Yellow Poison Dart Gun"] = {
		class = "GunSkin",
		rarity = 2,
		name = "Dogna's Yellow Dart Gun",
		file = "Gun_dart_yellow-resources.assets-2561.png",
		group = 6,
		description = "80 Dogna's Dart Gun kills",
		link = "Dogna's Dart Gun",
		framed = 1,
	},
	["PBJT!"] = {
		class = "Emote",
		rarity = 2,
		file = "Pbj_time.png",
	},
	["Tap Dance"] = {
		class = "Emote",
		rarity = 3,
		file = "Tapdance.png",
	},
	Yawn = {
		class = "Emote",
		rarity = 1,
		file = "Yawn.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
	},
	["Parrot DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Parrot.png",
	},
	["Super Parrot"] = {
		class = "Character",
		rarity = 0,
		file = "Char_parrot-resources.assets-632.png",
		baseAnimal = "Parrot",
		currencies = {
			{
				name = "DNA",
				amount = 185,
			},
			{
				name = "Serum",
				amount = 45,
			},
		},
	},
	["Super Blue and Yellow Macaw"] = {
		class = "Character",
		rarity = 1,
		file = "Char_parrot_blue-resources.assets-147.png",
		baseAnimal = "Parrot",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 72,
			},
		},
		group = 100,
	},
	["Super Cockatiel"] = {
		class = "Character",
		rarity = 2,
		file = "Char_parrot_cockatiel-resources.assets-1475.png",
		baseAnimal = "Parrot",
		currencies = {
			{
				name = "DNA",
				amount = 330,
			},
			{
				name = "Serum",
				amount = 90,
			},
		},
	},
	["Super Cockatoo"] = {
		class = "Character",
		rarity = 3,
		file = "Char_parrot_cockatoo-resources.assets-1322.png",
		baseAnimal = "Parrot",
		currencies = {
			{
				name = "DNA",
				amount = 410,
			},
			{
				name = "Serum",
				amount = 110,
			},
		},
		group = 50,
	},
	["Super Hyacinth Macaw"] = {
		class = "Character",
		rarity = 2,
		file = "Char_parrot_hyacinth-resources.assets-506.png",
		baseAnimal = "Parrot",
		currencies = {
			{
				name = "DNA",
				amount = 330,
			},
			{
				name = "Serum",
				amount = 90,
			},
		},
	},
	["Super Green Parrot"] = {
		class = "Character",
		rarity = 1,
		file = "Char_parrot_green-resources.assets-225.png",
		baseAnimal = "Parrot",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 72,
			},
		},
		group = 50,
	},
	["Super Lynx"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "char-cat-lynx.png",
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 220,
			},
			{
				name = "Serum",
				amount = 62,
			},
		},
	},
	["Super Bobcat"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "char-cat-bobcat.png",
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 210,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Super Skelecat"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char skullcat skeleton-resources.assets-1210.png",
		baseAnimal = "Skullcat",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
		group = 50,
	},
	["Super Calavera Skullcat"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-skullcat-calavera.png",
		baseAnimal = "Skullcat",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
		group = 100,
	},
	["Super Alebrije Tiger"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_tiger_alebrijes-resources.assets-333.png",
		baseAnimal = "Tiger",
		currencies = {
			{
				name = "DNA",
				amount = 210,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
		group = 100,
	},
	["Super Alebrije Blue Jay"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_bluejay_alebrijes-resources.assets-1068.png",
		baseAnimal = "Blue Jay",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 64,
			},
		},
	},
	["Super Alebrije Monkey"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_monkey_alebrijes-resources.assets-1442.png",
		baseAnimal = "Monkey",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Pumpkin Panda"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_panda_pumpkin-resources.assets-1118.png",
		baseAnimal = "Panda",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Alebrije Otter"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_otter_alebrijes-resources.assets-460.png",
		baseAnimal = "Otter",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Werewolf"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_wolf_werewolf-resources.assets-1628.png",
		baseAnimal = "Wolf",
		currencies = {
			{
				name = "DNA",
				amount = 450,
			},
			{
				name = "Serum",
				amount = 120,
			},
		},
	},
	["Witch's Broom"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee_broom_witch-resources.assets-1678.png",
		event = "Super Halloween 2019",
		group = 5000,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
	},
	["Pirate's Cutlass"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee_cutlass-resources.assets-1519.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1900,
	},
	Machete = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee_machete-resources.assets-678.png",
		event = "Super Halloween 2019",
		group = 5050,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Banana Costume"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_banana-resources.assets-1461.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 8050,
	},
	["Spider Dress"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_dress_spider-resources.assets-620.png",
		event = "Super Halloween 2019",
		group = 12600,
	},
	["Witch Costume"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes witch outfit-resources.assets-845.png",
		event = "Super Halloween 2019",
		group = 12650,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Mariachi Outfit"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_mariachi_outfit-resources.assets-654.png",
		description = "[[Special_Cosmetics#Day_Of_The_Dead_2019|Day Of The Dead 2019]]",
		group = 12700,
	},
	["Skeleton Costume"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_skeleton_costume-resources.assets-1068.png",
		event = "Super Halloween 2019",
		group = 12750,
	},
	["Halloween Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes_tshirt_halloween-resources.assets-1744.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 3100,
		name = "Howloween Tee",
	},
	["Vampire Costume"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_vampire_outfit-resources.assets-233.png",
		event = "Super Halloween 2019",
		group = 12800,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Mariachi Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_mariachi-resources.assets-1281.png",
		description = "[[Special_Cosmetics#Day_Of_The_Dead_2019|Day Of The Dead 2019]]",
		group = 6800,
	},
	["Witch Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat_witch-resources.assets-1182.png",
		event = "Super Halloween 2019",
		group = 6850,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Pizza Slice"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat_pizzaslice.png",
		description = "[[Super Animal Mods|Mango Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 4450,
	},
	["Killer Hockey Mask"] = {
		class = "Glasses",
		rarity = 3,
		file = "Glasses_hockeymask-resources.assets-573.png",
		event = "Super Halloween 2019",
		group = 2850,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Black Masquerade Mask"] = {
		class = "Glasses",
		rarity = 2,
		file = "Glasses_masquerade_mask_black-resources.assets-1420.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 2050,
	},
	Plumbrella = {
		class = "Umbrella",
		rarity = 3,
		file = "Umbrella_plumbrella.png",
		description = "[[Super Animal Mods|Plumfiggle Mod Item]]<br>[[Level-Up Random Drop]]",
		group = 1850,
	},
	["Pumpkin Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		file = "Umbrella_pumpkin-resources.assets-458.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3050,
	},
	["Candy Corn Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		file = "Umbrella candy corn-resources.assets-1681.png",
		event = "Super Halloween 2019",
		group = 3100,
	},
	["Spider Web Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		file = "Umbrella_spider_web-resources.assets-903.png",
		event = "Super Halloween 2019",
		group = 3150,
	},
	["Super Bat Costume"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_superbat-resources.assets-1283.png",
		event = "Super Halloween 2019",
		group = 12850,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Pumpkin Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		file = "Gravestone_pumpkin-resources.assets-1615.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 950,
	},
	["Mossy Gravestone"] = {
		class = "Gravestone",
		rarity = 1,
		file = "Gravestone_mossy-resources.assets-1079.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 250,
	},
	["Candlelit Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		file = "Gravestone_candles-resources.assets-251.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1200,
	},
	["SAW Helmet Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		file = "Gravestone_SAW-resources.assets-1757.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 550,
	},
	["Rebellion Helmet Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		file = "Gravestone_rebellion-resources.assets-1526.png",
		description = "[[Level-Up Random Drop]]",
		group = 600,
	},
	["Pizza Box Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		file = "Gravestone_pizzabox-resources.assets-591.png",
		description = "[[Level-Up Random Drop]]",
		group = 1250,
	},
	["Busted Gravestone"] = {
		class = "Gravestone",
		rarity = 0,
		file = "Gravestone_broken-resources.assets-1158.png",
		description = "[[Level-Up Random Drop]]",
		group = 150,
	},
	["Sad Flower Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		file = "Gravestone_flower-resources.assets-446.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 650,
	},
	["Pointy Fence Gravestone"] = {
		class = "Gravestone",
		rarity = 1,
		file = "Gravestone_iron_fence-resources.assets-1257.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 300,
	},
	["Super Bat Mask"] = {
		class = "Glasses",
		rarity = 2,
		file = "Glasses_super_bat_mask-resources.assets-864.png",
		event = "Super Halloween 2019",
		group = 2900,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Super Scarecrow"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char raven scarecrow-resources.assets-609.png",
		baseAnimal = "Raven",
		currencies = {
			{
				name = "DNA",
				amount = 450,
			},
			{
				name = "Serum",
				amount = 120,
			},
		},
	},
	["Pumpkin Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat_pumpkin-resources.assets-362.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3350,
	},
	["Caveman Costume"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_caveman-resources.assets-994.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 12900,
	},
	["Blue JAG-7"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun_jag7_blue.png",
		group = 3,
		description = "45 JAG-7 kills",
		link = "JAG-7",
	},
	["Green JAG-7"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun_jag7_green.png",
		group = 2,
		description = "25 JAG-7 kills",
		link = "JAG-7",
	},
	["Orange JAG-7"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun_jag7_orange.png",
		group = 1,
		description = "10 JAG-7 kills",
		link = "JAG-7",
	},
	["Pink JAG-7"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun_jag7_pink.png",
		group = 7,
		description = "190 JAG-7 kills",
		link = "JAG-7",
		framed = 1,
	},
	["Purple JAG-7"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun_jag7_purple.png",
		group = 5,
		description = "100 JAG-7 kills",
		link = "JAG-7",
		framed = 1,
	},
	["Red JAG-7"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun_jag7_red.png",
		group = 4,
		description = "70 JAG-7 kills",
		link = "JAG-7",
	},
	["Yellow JAG-7"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun_jag7_yellow.png",
		group = 6,
		description = "140 JAG-7 kills",
		link = "JAG-7",
		framed = 1,
	},
	["Red Tracksuit"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes_tracksuit_red-resources.assets-672.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 2850,
	},
	["Blue Tracksuit"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes_tracksuit_blue-resources.assets-1130.png",
		description = "[[Level-Up Random Drop]]",
		group = 2900,
	},
	["Black Tracksuit"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_tracksuit_black-resources.assets-351.png",
		description = "[[Level-Up Random Drop]]",
		group = 4800,
	},
	["Teal Retro Tracksuit"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_tracksuit_purple-resources.assets-748.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 8100,
	},
	["Pink Retro Tracksuit"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_tracksuit_pink-resources.assets-762.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 8150,
	},
	["Super Turkey"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-turkey.png",
		baseAnimal = "Chicken",
		currencies = {
			{
				name = "DNA",
				amount = 310,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
		group = 300,
	},
	["Leopard DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Leopard.png",
	},
	["Super Leopard"] = {
		class = "Character",
		rarity = 0,
		file = "Char_leopard-resources.assets-1469.png",
		baseAnimal = "Leopard",
		currencies = {
			{
				name = "DNA",
				amount = 175,
			},
			{
				name = "Serum",
				amount = 45,
			},
		},
	},
	["Super Jaguar"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_leopard_jaguar-resources.assets-1447.png",
		baseAnimal = "Leopard",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 70,
			},
		},
	},
	["Super Sour Leopard"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_leopard_sour-resources.assets-1544.png",
		baseAnimal = "Leopard",
		currencies = {
			{
				name = "DNA",
				amount = 325,
			},
			{
				name = "Serum",
				amount = 90,
			},
		},
	},
	["Super Bubblegum Leopard"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_leopard_bubblegum-resources.assets-1489.png",
		baseAnimal = "Leopard",
		currencies = {
			{
				name = "DNA",
				amount = 400,
			},
			{
				name = "Serum",
				amount = 105,
			},
		},
	},
	["Super Snow Leopard"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_leopard_snow.png",
		baseAnimal = "Leopard",
		currencies = {
			{
				name = "DNA",
				amount = 470,
			},
			{
				name = "Serum",
				amount = 125,
			},
		},
	},
	Fez = {
		class = "Hat",
		rarity = 2,
		file = "Hat_fez.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1950,
	},
	["Penguin DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Pigeon.png",
	},
	["Super Penguin"] = {
		class = "Character",
		rarity = 0,
		file = "Char_penguin-resources.assets-1596.png",
		baseAnimal = "Penguin",
		currencies = {
			{
				name = "DNA",
				amount = 125,
			},
			{
				name = "Serum",
				amount = 30,
			},
		},
	},
	["Super Penguin Chick"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_penguin_baby-resources.assets-1253.png",
		baseAnimal = "Penguin",
		currencies = {
			{
				name = "DNA",
				amount = 170,
			},
			{
				name = "Serum",
				amount = 45,
			},
		},
	},
	["Super Adelie Penguin"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_penguin_adelie-resources.assets-1588.png",
		baseAnimal = "Penguin",
		currencies = {
			{
				name = "DNA",
				amount = 220,
			},
			{
				name = "Serum",
				amount = 58,
			},
		},
	},
	["Super Macaroni Penguin"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_penguin_eyebrows-resources.assets-590.png",
		baseAnimal = "Penguin",
		currencies = {
			{
				name = "DNA",
				amount = 290,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Blue Thomas Gun"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-thomas_gun_blue.png",
		group = 3,
		description = "45 Thomas Gun kills",
		link = "Thomas Gun",
	},
	["Green Thomas Gun"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-thomas_gun_green.png",
		group = 2,
		description = "25 Thomas Gun kills",
		link = "Thomas Gun",
	},
	["Orange Thomas Gun"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-thomas_gun_orange.png",
		group = 1,
		description = "10 Thomas Gun kills",
		link = "Thomas Gun",
	},
	["Pink Thomas Gun"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-thomas_gun_pink.png",
		group = 7,
		description = "190 Thomas Gun kills",
		link = "Thomas Gun",
		framed = 1,
	},
	["Purple Thomas Gun"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-thomas_gun_purple.png",
		group = 5,
		description = "100 Thomas Gun kills",
		link = "Thomas Gun",
		framed = 1,
	},
	["Red Thomas Gun"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-thomas_gun_red.png",
		group = 4,
		description = "70 Thomas Gun kills",
		link = "Thomas Gun",
	},
	["Yellow Thomas Gun"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-thomas_gun_yellow.png",
		group = 6,
		description = "140 Thomas Gun kills",
		link = "Thomas Gun",
		framed = 1,
	},
	["Peppermint Thomas Gun"] = {
		class = "GunSkin",
		rarity = 5,
		file = "Gun-thomas_gun_peppermint.png",
		description = "''[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]''",
		link = "Thomas Gun",
	},
	["Santa Beard"] = {
		class = "Beard",
		rarity = 5,
		file = "beard3_white-resources.assets-1071.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
		group = 1900,
	},
	["Red Nose"] = {
		class = "Beard",
		rarity = 5,
		file = "moustache_rednose-resources.assets-833.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
		group = 2000,
	},
	["Spearmint Candy Cane"] = {
		class = "MeleeSkin",
		rarity = 3,
		file = "melee_candycane_green-resources.assets-753.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 5100,
	},
	["Festive Candy Cane"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee_candycane_mix-resources.assets-1361.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
		group = 5150,
	},
	["Christmas Tree"] = {
		class = "MeleeSkin",
		rarity = 5,
		name = "CRISPRmas Tree",
		file = "melee_christmas_tree-resources.assets-414.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
		group = 5200,
	},
	Firework = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee firework.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 1950,
	},
	["Slay Bells"] = {
		class = "MeleeSkin",
		rarity = 3,
		file = "melee_sleighbells-resources.assets-1227.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
		group = 5250,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Elf Outfit"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_christmas_elf-resources.assets-1267.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
		group = 12950,
	},
	["Blue Down Jacket"] = {
		class = "Clothes",
		rarity = 3,
		file = "clothes_down_jacket_blue-resources.assets-1106.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 8250,
	},
	["Pink Down Jacket"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_down_jacket_pink-resources.assets-901.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 8300,
	},
	["White Down Jacket"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_down_jacket_white.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 8350,
	},
	["Festive Lights Outfit"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_christmas_lights-resources.assets-1086.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
		group = 13000,
	},
	["New Years Dress"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_dress_new_years.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
		group = 13050,
	},
	["Red Plaid Scarf"] = {
		class = "Neck",
		rarity = 1,
		file = "clothes_scarf_squares_red-resources.assets-420.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 2950,
	},
	["Blue Striped Scarf"] = {
		class = "Neck",
		rarity = 2,
		file = "Clothes_scarf_striped_blue-resources.assets-1164.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 4850,
	},
	["Blue Festive Sweater"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_sweater_xmas2019-resources.assets-1230.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 4900,
	},
	["CRISPRmas Sweater"] = {
		class = "Clothes",
		rarity = 1,
		file = "clothes_sweater_CRISPRmas-resources.assets-452.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
		group = 13100,
	},
	["Wreath Necklace"] = {
		class = "Neck",
		rarity = 2,
		file = "clothes_wreath-resources.assets-793.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
		group = 13150,
	},
	["Wreath Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		file = "Gravestone_wreath-resources.assets-756.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1300,
	},
	["Anniversary Cake Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		file = "Gravestone-cake.png",
		description = "[[Special_Cosmetics#Super_1_Year_Anniversary|Super 1 Year Anniversary]]",
		group = 1500,
	},
	["Antlers Headband"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_antlers-resources.assets-1283.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
		group = 6900,
	},
	["Elf Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "hat_christmas_elf-resources.assets-1259.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
		group = 6950,
	},
	["Holly Bow"] = {
		class = "Hat",
		rarity = 1,
		file = "hat_holly-resources.assets-322.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 800,
	},
	["New Years Party Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat new years.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRISPRmas 2019]]",
		group = 7000,
	},
	["Pixile Party Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat party pixile.png",
		description = "[[Special_Cosmetics#Super_1_Year_Anniversary|Super 1 Year Anniversary]]<ref>Also available during the year 2 anniversary event.</ref>",
		group = 7050,
	},
	["Blue Pom Beanie"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat pombeanie blue.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 2000,
	},
	["Orange Pom Beanie"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat_pombeanie_orange-resources.assets-416.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 2050,
	},
	["Festive Umbrella"] = {
		class = "Umbrella",
		rarity = 1,
		file = "umbrella_christmas-resources.assets-623.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRIPSRmas 2019]]",
		group = 3200,
	},
	["Present Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		file = "umbrella_present-resources.assets-665.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRIPSRmas 2019]]",
		group = 3250,
	},
	["Snowflake Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		file = "Umbrella_snowflakes-resources.assets-802.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2019|Super CRIPSRmas 2019]]",
		group = 3300,
	},
	["Super Gingerbread Bear"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-bear-gingerbread.png",
		baseAnimal = "Bear",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Pixile Tiger"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_tiger_purple-resources.assets-1548.png",
		baseAnimal = "Tiger",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 42,
			},
		},
		group = 200,
	},
	["Super Blue Penguin"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_penguin_blue-resources.assets-1132.png",
		baseAnimal = "Penguin",
		currencies = {
			{
				name = "DNA",
				amount = 160,
			},
			{
				name = "Serum",
				amount = 45,
			},
		},
	},
	["Super Poison Penguin"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_penguin_gray-resources.assets-1241.png",
		baseAnimal = "Penguin",
		currencies = {
			{
				name = "DNA",
				amount = 220,
			},
			{
				name = "Serum",
				amount = 58,
			},
		},
	},
	["Super Bubblegum Penguin"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_penguin_pink-resources.assets-988.png",
		baseAnimal = "Penguin",
		currencies = {
			{
				name = "DNA",
				amount = 230,
			},
			{
				name = "Serum",
				amount = 58,
			},
		},
	},
	["Wooden Chopsticks"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee chopsticks.png",
		description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
		group = 5300,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	Dadao = {
		class = "MeleeSkin",
		rarity = 3,
		file = "Melee dadao.png",
		description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
		group = 5350,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	Earbud = {
		class = "MeleeSkin",
		rarity = 3,
		file = "Melee earpiece.png",
		description = "[[Super Animal Mods|Oyqy Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 3400,
	},
	["Red Paper Fan"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee fan.png",
		description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
		group = 5400,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
	},
	Guandao = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee guandao.png",
		description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
		group = 5450,
	},
	["Mandarin Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat mandarin.png‎",
		description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
		group = 7100,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Bamboo Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat ricepaddy.png",
		description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
		group = 7150,
	},
	["Pink Lunar Shirt"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes lunar shirt pink.png‎",
		description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
		group = 13200,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
	},
	Hanfu = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes hanfu.png‎",
		description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
		group = 13250,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Yellow Tang Suit"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes tang suit yellow.png",
		description = "[[Special Cosmetics#Year of the Super Rat|Year of the Super Rat]]",
		group = 13300,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Super Radioactive Rat"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_rat_radioactive-resources.assets-1129.png",
		baseAnimal = "Rat",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Lunar Rat"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_rat_lunar-resources.assets-1307.png",
		baseAnimal = "Rat",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Super Field Mouse"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_rat_mouse_field-resources.assets-1228.png",
		baseAnimal = "Rat",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Super Golden Mouse"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_rat_mouse_golden-resources.assets-596.png",
		baseAnimal = "Rat",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 78,
			},
		},
	},
	["Super Toy Mouse"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char_rat_mouse_toy-resources.assets-698.png",
		baseAnimal = "Rat",
		currencies = {
			{
				name = "DNA",
				amount = 310,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Pink Flower Pin"] = {
		class = "Hat",
		rarity = 1,
		file = "Hat flower pink.png",
		description = "[[Level-Up Random Drop]]",
		group = 850,
	},
	["Purple Flower Pin"] = {
		class = "Hat",
		rarity = 1,
		file = "Hat flower purple.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 900,
	},
	["Red Flower Pin"] = {
		class = "Hat",
		rarity = 1,
		file = "Hat flower red.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 950,
	},
	["White Flower Pin"] = {
		class = "Hat",
		rarity = 1,
		file = "Hat flower white.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 1000,
	},
	["Yellow Flower Pin"] = {
		class = "Hat",
		rarity = 1,
		file = "Hat flower yellow.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 1050,
	},
	["Blue Robe"] = {
		class = "Clothes",
		rarity = 5,
		file = "clothes_robe_mixer.png",
		description = "[[Special Cosmetics#Content Creator|Content Creator]]",
		group = 11400,
	},
	["Hippo DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Hippo.png",
	},
	["Super Hippo"] = {
		class = "Character",
		rarity = 0,
		file = "Char_hippo-resources.assets-1270.png",
		baseAnimal = "Hippo",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Lime Hippo"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_hippo_green-resources.assets-1062.png",
		baseAnimal = "Hippo",
		currencies = {
			{
				name = "DNA",
				amount = 390,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Periwinkle Hippo"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_hippo_blue-resources.assets-653.png",
		baseAnimal = "Hippo",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Rose Hippo"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_hippo_pink-resources.assets-1413.png",
		baseAnimal = "Hippo",
		currencies = {
			{
				name = "DNA",
				amount = 390,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Orange Hippo"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_hippo_orange-resources.assets-406.png",
		baseAnimal = "Hippo",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	Astropack = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes backpack spaceship-resources.assets-1360.png",
		description = "''Uzuhama Streamer Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 8400,
	},
	["Lucky Hunting Rifle"] = {
		class = "GunSkin",
		rarity = 5,
		file = "Gun_rifle_stpatrick-resources.assets-190.png",
		event = "St. Pawtrick's Day 2020",
		link = "Hunting Rifle",
	},
	["Super Lucky Lion"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char lion clover-resources.assets-1310.png",
		baseAnimal = "Lion",
		currencies = {
			{
				name = "DNA",
				amount = 450,
			},
			{
				name = "Serum",
				amount = 120,
			},
		},
	},
	["Lucky Dress"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_dress_lucky-resources.assets-1380.png",
		event = "St. Pawtrick's Day 2020",
		group = 13350,
	},
	["Lucky Shirt"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_shirt_lucky-resources.assets-704.png",
		event = "St. Pawtrick's Day 2020",
		group = 13400,
	},
	["Lucky Bow"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat lucky bow-resources.assets-1043.png",
		event = "St. Pawtrick's Day 2020",
		group = 7200,
	},
	["Banana Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		file = "Umbrella banana-resources.assets-511.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1900,
	},
	["Sakura Kimono"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_kimono_sakura.png",
		description = "[[Special_Cosmetics#Cherry_Blossom_Season|Cherry Blossom Season]]",
		group = 13450,
	},
	["Sakura Fan"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee_sakura_fan.png",
		description = "[[Special_Cosmetics#Cherry_Blossom_Season|Cherry Blossom Season]]",
		group = 5500,
	},
	["Sakura Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		file = "Umbrella_sakura.png",
		description = "[[Special_Cosmetics#Cherry_Blossom_Season|Cherry Blossom Season]]",
		group = 3350,
	},
	["Easter Suspenders"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_suspenders_easter-resources.assets-428.png",
		description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
		group = 13500,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Easter Suit"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_suit_easter-resources.assets-1508.png",
		description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
		group = 13550,
	},
	["Easter Dress"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_dress_easter-resources.assets-1371.png",
		description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
		group = 13600,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Red Plaid Dress"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_dress_plaid_red-resources.assets-1193.png",
		description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
		group = 13650,
	},
	["Chocolate Bar"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee_chocolatebar-resources.assets-563.png",
		description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
		group = 5550,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Flower Crown"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_flower_crown-resources.assets-398.png",
		description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
		group = 7250,
	},
	["Easter Sun Hat"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat_easter_sun-resources.assets-536.png",
		description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
		group = 7300,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Eggshell Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat_eggshell-resources.assets-580.png",
		description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
		group = 7350,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Flower Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses_flowers-resources.assets-752.png",
		description = "[[Special Cosmetics#Super Easter 2020|Super Easter 2020]]",
		group = 2950,
	},
	["Super Chick"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-chicken-chick.png",
		baseAnimal = "Chicken",
		currencies = {
			{
				name = "DNA",
				amount = 225,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Super Roadrunner"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-bluejay-roadrunner.png",
		baseAnimal = "Blue Jay",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 64,
			},
		},
	},
	["Super Coyote"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-wolf-coyote.png",
		baseAnimal = "Wolf",
		currencies = {
			{
				name = "DNA",
				amount = 390,
			},
			{
				name = "Serum",
				amount = 105,
			},
		},
	},
	["Super Bastet Cat"] = {
		class = "CharacterSkin",
		rarity = 4,
		name = "Super Bastet",
		file = "Char-cat-bastet.png",
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 230,
			},
			{
				name = "Serum",
				amount = 62,
			},
		},
	},
	["Super Anubis"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-wolf-anubis.png",
		baseAnimal = "Wolf",
		currencies = {
			{
				name = "DNA",
				amount = 460,
			},
			{
				name = "Serum",
				amount = 124,
			},
		},
	},
	["Super Horus Falcon"] = {
		class = "CharacterSkin",
		rarity = 4,
		name = "Super Horus",
		file = "Char-hawk-horus.png",
		baseAnimal = "Hawk",
		currencies = {
			{
				name = "DNA",
				amount = 480,
			},
			{
				name = "Serum",
				amount = 128,
			},
		},
	},
	["Super Sphinx"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-cat-sphinx.png",
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 160,
			},
			{
				name = "Serum",
				amount = 42,
			},
		},
		group = 50,
	},
	Khopesh = {
		class = "MeleeSkin",
		rarity = 4,
		file = "Melee_khopesh.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 4250,
	},
	["Ankh Staff"] = {
		class = "MeleeSkin",
		rarity = 3,
		file = "Melee_ankh.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 3500,
	},
	["Atef Crown"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat_atef_crown.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 4500,
	},
	["Crown of Hathor"] = {
		class = "Hat",
		rarity = 4,
		file = "Hat_hathor_crown.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 5900,
	},
	["Lily Flower"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat_flower_lily.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 2200,
	},
	["Hieroglyph Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		file = "Umbrella_hieroglyph.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 1950,
	},
	["White Pharaoh Costume"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_pharaoh_white.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 8550,
	},
	["Red Pharaoh Costume"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes_pharaoh_red.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 10550,
	},
	["Maid Outfit"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes maid dress-resources.assets-597.png",
		description = "<small>[[Super Edition]]</small>",
		framed = 1,
		group = 10600,
	},
	["Black Triangle Shades"] = {
		class = "Glasses",
		rarity = 3,
		file = "Glasses_triangle_black-resources.assets-420.png",
		description = "<small>[[Super Edition]]</small>",
		framed = 1,
		group = 2350,
	},
	["Pink Cowboy Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "hat_cowboy_pink-resources.assets-1501.png",
		description = "<small>[[Super Edition]]</small>",
		framed = 1,
		group = 2300,
	},
	Lollipop = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee lollypop-resources.assets-1167.png",
		description = "<small>[[Super Edition]]</small>",
		framed = 1,
		group = 2050,
	},
	["School Uniform (Boy)"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes uniform boy-resources.assets-1973.png",
		description = "<small>[[Super Edition]]</small>",
		framed = 1,
		group = 8600,
	},
	Swordfish = {
		class = "MeleeSkin",
		rarity = 4,
		file = "Melee swordfish-resources.assets-544.png",
		description = "<small>[[Super Edition]]</small>",
		framed = 1,
		group = 4300,
	},
	["3D Glasses"] = {
		class = "Glasses",
		rarity = 3,
		file = "Glasses 3D-resources.assets-239.png",
		description = "<small>[[Super Edition]]</small>",
		framed = 1,
		group = 2500,
	},
	Lightbulb = {
		class = "Hat",
		rarity = 4,
		file = "Hat lightbulb-resources.assets-205.png",
		description = "<small>[[Super Edition]]</small>",
		framed = 1,
		group = 5700,
	},
	["School Uniform (Girl)"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes uniform girl-resources.assets-473.png",
		description = "<small>[[Super Edition]]</small>",
		framed = 1,
		group = 8650,
	},
	["Super Hellfire Fox"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-fox-fire.png",
		description = "<small>[[Super Edition]]</small>",
		baseAnimal = "Fox",
		framed = 1,
		group = 1000,
	},
	["Super Splash Bear"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-bear-water.png",
		description = "<small>[[Super Edition]]</small>",
		baseAnimal = "Bear",
		framed = 1,
		group = 1000,
	},
	["Super Leaf Skullcat"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-skullcat-mossy.png",
		description = "<small>[[Super Edition]]</small>",
		baseAnimal = "Skullcat",
		framed = 1,
		group = 1050,
	},
	["Super Thunder Tiger"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-tiger-thunder.png",
		description = "<small>[[Super Edition]]</small>",
		baseAnimal = "Tiger",
		framed = 1,
		group = 1050,
	},
	["SARturday Night Fever"] = {
		class = "Emote",
		rarity = 4,
		file = "Emote sarturday-resources.assets-960.png",
		description = "<small>[[Super Edition]]</small>",
		framed = 1,
	},
	["Rainbow Headband"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat_headband_rainbow.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 2350,
	},
	["Super Pineapple Hedgehog"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-hedgehog-pineapple.png",
		baseAnimal = "Hedgehog",
		currencies = {
			{
				name = "DNA",
				amount = 450,
			},
			{
				name = "Serum",
				amount = 120,
			},
		},
	},
	["Super Watermelon Skunk"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-skunk-watermelon.png",
		baseAnimal = "Skunk",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 78,
			},
		},
	},
	["Badminton Racket"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee_badminton.png",
		event = "Summer Royale 2020",
		currency = {
			name = "Fruit Baskets",
			amount = 450,
		},
		group = 5600,
	},
	["Yellow Plastic Shovel"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee_shovel_plastic_yellow.png",
		event = "Summer Royale 2020",
		currency = {
			name = "Fruit Baskets",
			amount = 300,
		},
		group = 5650,
	},
	["Green Pool Noodle"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee_poolnoodle_green.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 450,
	},
	["Blue Pool Noodle"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee_poolnoodle_blue.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 500,
	},
	["Purple Pool Noodle"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee_poolnoodle_purple.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 550,
	},
	["Orange Pool Noodle"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee_poolnoodle_orange.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 600,
	},
	["Vintage Round Sunglasses"] = {
		class = "Glasses",
		rarity = 2,
		file = "Glasses_vintage_round.png",
		event = "Summer Royale 2020",
		currency = {
			name = "Fruit Baskets",
			amount = 300,
		},
		group = 3000,
	},
	["Blue Sport Sunglasses"] = {
		class = "Glasses",
		rarity = 2,
		file = "Glasses_sport_blue.png",
		event = "Summer Royale 2020",
		currency = {
			name = "Fruit Baskets",
			amount = 150,
		},
		group = 3050,
	},
	["Rainbow Dress"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_dress_rainbow.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 8700,
	},
	["Vintage Floral Dress"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_dress_vintage_floral.png‎",
		event = "Summer Royale 2020",
		currency = {
			name = "Fruit Baskets",
			amount = 450,
		},
		group = 13700,
	},
	["Orange Pastel Overalls"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_overall_pastel_orange.png‎",
		event = "Summer Royale 2020",
		currency = {
			name = "Fruit Baskets",
			amount = 450,
		},
		group = 13750,
	},
	["White Bermuda Shorts"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_pants_bermuda_white.png‎",
		event = "Summer Royale 2020",
		currency = {
			name = "Fruit Baskets",
			amount = 150,
		},
		group = 13800,
	},
	["Blue Polo Shirt"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_shirt_polo_blue.png‎",
		event = "Summer Royale 2020",
		currency = {
			name = "Fruit Baskets",
			amount = 150,
		},
		group = 13850,
	},
	["Vintage Floral Swimsuit"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_swimsuit_flowers.png‎",
		event = "Summer Royale 2020",
		currency = {
			name = "Fruit Baskets",
			amount = 300,
		},
		group = 13900,
	},
	["Daily Challenge v2"] = {
		class = "Challenge",
		rarity = 0,
	},
	["Canvas Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		file = "Gravestone-canvas.png",
		description = "[[Special Cosmetics#Super Fanart Contest|Super Fanart Contest]]",
		group = 1650,
	},
	["Artist Smock"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_artist.png",
		description = "[[Special Cosmetics#Super Fanart Contest|Super Fanart Contest]]",
		group = 11450,
	},
	["Artist Beret"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_artist.png",
		description = "[[Special Cosmetics#Super Fanart Contest|Super Fanart Contest]]",
		group = 6100,
	},
	["Golden Paintbrush"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee_paintbrush_golden.png",
		description = "[[Special Cosmetics#Super Fanart Contest|Super Fanart Contest]]",
		group = 5750,
	},
	["Digital Stylus"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee_digital_stylus.png",
		description = "[[Special Cosmetics#Super Fanart Contest|Super Fanart Contest]]",
		group = 5700,
	},
	["Squirrel DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA_Squrrel.png",
	},
	["Super Squirrel"] = {
		class = "Character",
		rarity = 0,
		file = "Char-squirrel.png",
		baseAnimal = "Squirrel",
		currencies = {
			{
				name = "DNA",
				amount = 75,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Gray Squirrel"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-squirrel-grey.png",
		baseAnimal = "Squirrel",
		currencies = {
			{
				name = "DNA",
				amount = 115,
			},
			{
				name = "Serum",
				amount = 28,
			},
		},
	},
	["Super Black Squirrel"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-squirrel-black.png",
		baseAnimal = "Squirrel",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 38,
			},
		},
	},
	["Super Vanilla Squirrel"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-squirrel-cream.png",
		baseAnimal = "Squirrel",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Yellow Crayon"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "melee_crayon_yellow.png",
		description = "[[Special Cosmetics#Super Fanart Contest|Summer in Super Animal World (Jul 2020)]]",
		group = 5850,
	},
	["Blue Hoodie & Camo Pants"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes cait.png",
		description = "[[Super Animal Mods|Cait Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 8750,
	},
	["Blue Hunting Rifle"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-rifle_blue.png",
		group = 3,
		description = "10 Hunting Rifle kills",
		link = "Hunting Rifle",
	},
	["Green Hunting Rifle"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-rifle_green.png",
		group = 2,
		description = "5 Hunting Rifle kills",
		link = "Hunting Rifle",
	},
	["Orange Hunting Rifle"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Gun-rifle_orange.png",
		group = 1,
		description = "2 Hunting Rifle kills",
		link = "Hunting Rifle",
	},
	["Pink Hunting Rifle"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-rifle_pink.png",
		group = 7,
		description = "70 Hunting Rifle kills",
		link = "Hunting Rifle",
		framed = 1,
	},
	["Purple Hunting Rifle"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-rifle_purple.png",
		group = 5,
		description = "35 Hunting Rifle kills",
		link = "Hunting Rifle",
		framed = 1,
	},
	["Red Hunting Rifle"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-rifle_red.png",
		group = 4,
		description = "20 Hunting Rifle kills",
		link = "Hunting Rifle",
	},
	["Yellow Hunting Rifle"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-rifle_yellow.png",
		group = 6,
		description = "50 Hunting Rifle kills",
		link = "Hunting Rifle",
		framed = 1,
	},
	["Blue Bow & Sparrow"] = {
		class = "GunSkin",
		rarity = 1,
		group = 3,
		description = "10 Bow & Sparrow kills",
		link = "Bow & Sparrow",
	},
	["Green Bow & Sparrow"] = {
		class = "GunSkin",
		rarity = 0,
		group = 2,
		description = "5 Bow & Sparrow kills",
		link = "Bow & Sparrow",
	},
	["Orange Bow & Sparrow"] = {
		class = "GunSkin",
		rarity = 0,
		group = 1,
		description = "2 Bow & Sparrow kills",
		link = "Bow & Sparrow",
	},
	["Pink Bow & Sparrow"] = {
		class = "GunSkin",
		rarity = 2,
		group = 7,
		description = "70 Bow & Sparrow kills",
		link = "Bow & Sparrow",
		framed = 1,
	},
	["Purple Bow & Sparrow"] = {
		class = "GunSkin",
		rarity = 1,
		group = 5,
		description = "35 Bow & Sparrow kills",
		link = "Bow & Sparrow",
		framed = 1,
	},
	["Red Bow & Sparrow"] = {
		class = "GunSkin",
		rarity = 1,
		group = 4,
		description = "20 Bow & Sparrow kills",
		link = "Bow & Sparrow",
	},
	["Yellow Bow & Sparrow"] = {
		class = "GunSkin",
		rarity = 2,
		group = 6,
		description = "50 Bow & Sparrow kills",
		link = "Bow & Sparrow",
		framed = 1,
	},
	["Blue Sparrow Launcher"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Blue_Sparrow_Launcher.png",
		group = 3,
		description = "10 Sparrow Launcher kills",
		link = "Sparrow Launcher",
	},
	["Green Sparrow Launcher"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Green_Sparrow_Launcher.png",
		group = 2,
		description = "5 Sparrow Launcher kills",
		link = "Sparrow Launcher",
	},
	["Orange Sparrow Launcher"] = {
		class = "GunSkin",
		rarity = 0,
		file = "Orange_Sparrow_Launcher.png",
		group = 1,
		description = "2 Sparrow Launcher kills",
		link = "Sparrow Launcher",
	},
	["Pink Sparrow Launcher"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Pink_Sparrow_Launcher.png",
		group = 7,
		description = "70 Sparrow Launcher kills",
		link = "Sparrow Launcher",
		framed = 1,
	},
	["Purple Sparrow Launcher"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Purple_Sparrow_Launcher.png",
		group = 5,
		description = "35 Sparrow Launcher kills",
		link = "Sparrow Launcher",
		framed = 1,
	},
	["Red Sparrow Launcher"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Red_Sparrow_Launcher.png",
		group = 4,
		description = "20 Sparrow Launcher kills",
		link = "Sparrow Launcher",
	},
	["Yellow Sparrow Launcher"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Yellow_Sparrow_Launcher.png",
		group = 6,
		description = "50 Sparrow Launcher kills",
		link = "Sparrow Launcher",
		framed = 1,
	},
	["Lime Pistol"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-pistol_lime.png",
		description = "''[[Super Animal Pass Season 0|Super Animal Pass Season 0]]''",
		link = "Pistol",
		framed = 1,
		group = 400,
	},
	["Toy Pistol"] = {
		class = "GunSkin",
		rarity = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 200,
		},
		file = "Gun_pistol_toy-resources.assets-607.png",
		link = "Pistol",
		framed = 1,
	},
	["Frozen AK"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-ak_ice.png",
		description = "''[[The Great Gun Buyback|The Great Gun Buyback]] reward''",
		link = "AK",
	},
	["Rebellion AK"] = {
		class = "GunSkin",
		rarity = 3,
		file = "Gun-ak_rebellion.png",
		description = "''[[Super Animal Pass Season 0|Super Animal Pass Season 0]]''",
		link = "AK",
		framed = 1,
		group = 50,
	},
	["Cardinal Bow & Sparrow"] = {
		class = "GunSkin",
		rarity = 2,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
		link = "Bow & Sparrow",
		framed = 1,
	},
	["Birch Sparrow Launcher"] = {
		class = "GunSkin",
		rarity = 2,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
		link = "Sparrow Launcher",
		framed = 1,
	},
	["Skunk Poison Dart Gun"] = {
		class = "GunSkin",
		rarity = 1,
		name = "Dogna's Skunk Dart Gun",
		file = "Gun dart skunk-resources.assets-1964.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 200,
		},
		link = "Dogna's Dart Gun",
		framed = 1,
	},
	["Eagle Deagle"] = {
		class = "GunSkin",
		rarity = 3,
		file = "Gun deagle eagle-resources.assets-433.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 600,
		},
		link = "Deagle",
		framed = 1,
	},
	["Tiger JAG-7"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun jag7 tiger-resources.assets-247.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 200,
		},
		link = "JAG-7",
		framed = 1,
	},
	["SAW M16"] = {
		class = "GunSkin",
		rarity = 3,
		file = "Gun-m16_SAW.png",
		description = "''[[Super Animal Pass Season 0|Super Animal Pass Season 0]]''",
		link = "M16",
		framed = 1,
	},
	["Dark Magnum"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun magnum dark-resources.assets-360.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 200,
		},
		link = "Magnum",
		framed = 1,
	},
	["Pineapple Minigun"] = {
		class = "GunSkin",
		rarity = 3,
		file = "Gun minigun pineapple-resources.assets-373.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 600,
		},
		link = "Minigun",
		framed = 1,
	},
	["Rancher Hunting Rifle"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun-rifle_rancher.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 200,
		},
		link = "Hunting Rifle",
		framed = 1,
	},
	["Military Shotgun"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun shotgun military-resources.assets-858.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 200,
		},
		link = "Shotgun",
		framed = 1,
	},
	["Flower Shotgun"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun-shotgun_vacation.png",
		description = "''[[Super Animal Pass Season 0|Super Animal Pass Season 0]]''",
		link = "Shotgun",
		framed = 1,
	},
	["DNA Silenced Pistol"] = {
		class = "GunSkin",
		rarity = 1,
		file = "Gun silenced pistol DNA-resources.assets-1629.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 200,
		},
		link = "Silenced Pistol",
		framed = 1,
	},
	["Elite Silenced Pistol"] = {
		class = "GunSkin",
		rarity = 3,
		file = "Elite_Silenced_Pistol.png",
		description = "''[[Super Animal Pass Season 0|Super Animal Pass Season 0]]''",
		link = "Silenced Pistol",
		framed = 1,
	},
	["Steampunk Thomas Gun"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun tommy gun steampunk.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
		link = "Thomas Gun",
		framed = 1,
	},
	["Hellfire SMG"] = {
		class = "GunSkin",
		rarity = 3,
		file = "Gun-smg_fire.png",
		description = "''[[The Great Gun Buyback|The Great Gun Buyback]] reward''",
		link = "SMG",
	},
	["Camo Sniper"] = {
		class = "GunSkin",
		rarity = 3,
		file = "Gun_sniper_camo-resources.assets-1279.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 600,
		},
		link = "Sniper",
		framed = 1,
	},
	["Sakura Sniper"] = {
		class = "GunSkin",
		rarity = 4,
		file = "Gun-sniper_sakura.png",
		description = "''[[Super Animal Pass Season 0|Super Animal Pass Season 0]]''",
		link = "Sniper",
		framed = 1,
	},
	["Silver Magnum"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun magnum silver-resources.assets-970.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
		link = "Magnum",
		framed = 1,
		group = 50,
	},
	["Pizza Cutter"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee pizzacutter-resources.assets-760.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 300,
		},
		group = 650,
	},
	["Bo Staff"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee bo staff-resources.assets-742.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		group = 2100,
	},
	["Super Cat Beanie"] = {
		class = "Hat",
		rarity = 4,
		file = "Hat beanie cat-resources.assets-775.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 5750,
	},
	["Super Dog Beanie"] = {
		class = "Hat",
		rarity = 4,
		file = "Hat beanie dog-resources.assets-2093.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 5800,
	},
	["Hoodie (Blue)"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_hoodie_blue.png",
		description = "[[Special Cosmetics#Newsletter Subscription|SAR Website Newsletter Subscription]]",
		group = 8800,
	},
	["Banana Spring Dress"] = {
		class = "Clothes",
		rarity = 1,
		framed = 1,
		file = "Clothes spring dress banana.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 3000,
		name = "Banana Dress",
	},
	["White AK"] = {
		class = "GunSkin",
		rarity = 3,
		group = 150,
		description = "500 AK kills",
		link = "AK",
		framed = 1,
	},
	["White Bow & Sparrow"] = {
		class = "GunSkin",
		rarity = 3,
		file = "White_Bow_&_Sparrow.png",
		group = 8,
		description = "100 Bow & Sparrow kills",
		link = "Bow & Sparrow",
		framed = 1,
	},
	["White Sparrow Launcher"] = {
		class = "GunSkin",
		rarity = 3,
		file = "White_Sparrow_Launcher.png",
		group = 8,
		description = "100 Sparrow Launcher kills",
		link = "Sparrow Launcher",
		framed = 1,
	},
	["White Poison Dart Gun"] = {
		class = "GunSkin",
		rarity = 3,
		name = "Dogna's White Dart Gun",
		group = 8,
		description = "150 Dogna's Dart Gun kills",
		link = "Dogna's Dart Gun",
		framed = 1,
	},
	["White Deagle"] = {
		class = "GunSkin",
		rarity = 3,
		group = 8,
		description = "200 Deagle kills",
		link = "Deagle",
		framed = 1,
	},
	["White Hunting Rifle"] = {
		class = "GunSkin",
		rarity = 3,
		file = "Gun-rifle_white.png",
		group = 8,
		description = "100 Hunting Rifle kills",
		link = "Hunting Rifle",
		framed = 1,
	},
	["White JAG-7"] = {
		class = "GunSkin",
		rarity = 3,
		group = 8,
		description = "250 JAG-7 kills",
		link = "JAG-7",
		framed = 1,
	},
	["White M16"] = {
		class = "GunSkin",
		rarity = 3,
		group = 8,
		description = "250 M16 kills",
		link = "M16",
		framed = 1,
	},
	["White Magnum"] = {
		class = "GunSkin",
		rarity = 3,
		group = 8,
		description = "150 Magnum kills",
		link = "Magnum",
		framed = 1,
	},
	["White Minigun"] = {
		class = "GunSkin",
		rarity = 3,
		group = 8,
		description = "100 Minigun kills",
		link = "Minigun",
		framed = 1,
	},
	["White Pistol"] = {
		class = "GunSkin",
		rarity = 3,
		group = 8,
		description = "100 Pistol kills",
		link = "Pistol",
		framed = 1,
	},
	["White SMG"] = {
		class = "GunSkin",
		rarity = 3,
		group = 8,
		description = "500 SMG kills",
		link = "SMG",
		framed = 1,
	},
	["White Shotgun"] = {
		class = "GunSkin",
		rarity = 3,
		group = 8,
		description = "500 Shotgun kills",
		link = "Shotgun",
		framed = 1,
	},
	["White Silenced Pistol"] = {
		class = "GunSkin",
		rarity = 3,
		group = 8,
		description = "200 Silenced Pistol kills",
		link = "Silenced Pistol",
		framed = 1,
	},
	["White Sniper"] = {
		class = "GunSkin",
		rarity = 3,
		group = 8,
		description = "100 Sniper kills",
		link = "Sniper",
		framed = 1,
	},
	["White Thomas Gun"] = {
		class = "GunSkin",
		rarity = 3,
		group = 8,
		description = "250 Thomas Gun kills",
		link = "Thomas Gun",
		framed = 1,
	},
	["Black Bicorne"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		file = "Hat_blackbicorne_assets.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		bundle = "Napoleon Bundle",
		group = 2400,
	},
	["White Paper Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat paperhat white-resources.assets-1663.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		group = 2900,
	},
	["Broken Top Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat tophat broken-resources.assets-1531.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		group = 2450,
	},
	["Weekly Challenge"] = {
		class = "Challenge",
		rarity = 0,
	},
	["Daily Challenge v3"] = {
		class = "Challenge",
		rarity = 0,
	},
	["Farmer Outfit"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes farmer-resources.assets-1564.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		framed = 1,
		group = 5250,
	},
	["Boxing Shorts"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "Clothes_pants_boxing-resources.assets-2065.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		group = 5100,
	},
	["Professor Outfit (Tweed)"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes professor blazer tweed-resources.assets-1236.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		group = 9050,
	},
	["Suspenders (Smart)"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes suspenders smart-resources.assets-738.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		group = 5300,
	},
	["Gray Trenchcoat"] = {
		class = "Clothes",
		rarity = 4,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Gray Trenchcoat.png",
		group = 10650,
	},
	["Gray Vest Outfit"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes vest grey-resources.assets-2042.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		group = 5350,
	},
	["Broken Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses broken-resources.assets-1641.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 150,
		},
		group = 1050,
	},
	["Scuba Goggles"] = {
		class = "Glasses",
		rarity = 4,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Scuba Goggles.png",
		group = 2650,
	},
	["Purple Shutter Shades"] = {
		class = "Glasses",
		rarity = 2,
		description = "[[Super Animal Pass Season 0]]",
		file = "Purple Shutter Shades.png",
		group = 1650,
	},
	["Purple Triangle Shades"] = {
		class = "Glasses",
		rarity = 3,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Purple Triangle Shades.png",
		group = 2550,
	},
	["Warpaint (Black)"] = {
		class = "Beard",
		rarity = 1,
		file = "Glasses warpaint black-resources.assets-1415.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 150,
		},
		framed = 1,
		group = 1100,
	},
	["Warpaint (White)"] = {
		class = "Beard",
		rarity = 1,
		file = "Glasses warpaint white-resources.assets-281.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 150,
		},
		group = 1150,
	},
	["Paisley Headband (Red)"] = {
		class = "Hat",
		rarity = 2,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Paisley Headband (Red).png",
		group = 2500,
	},
	Billhook = {
		class = "MeleeSkin",
		rarity = 2,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Billhook.png",
		group = 2250,
	},
	Bokken = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee bokken-resources.assets-1220.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 300,
		},
		group = 850,
	},
	Pitchfork = {
		class = "MeleeSkin",
		rarity = 3,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Pitchfork.png",
		group = 3550,
	},
	["Rolling Pin"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee rollingpin-resources.assets-1310.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 300,
		},
		group = 700,
	},
	["Rusty Sword"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee rusty sword-resources.assets-1053.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 300,
		},
		group = 800,
	},
	["Spiked Mace"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee spiked mace-resources.assets-1011.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		group = 2200,
	},
	["Wooden Spoon"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee spoon-resources.assets-799.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 300,
		},
		group = 750,
	},
	["Squeaky Mallet"] = {
		class = "MeleeSkin",
		rarity = 2,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Squeaky Mallet.png",
		group = 2300,
	},
	["Red Umbrella (Melee)"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee umbrella-resources.assets-1970.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 300,
		},
		group = 900,
	},
	["Grapefruit Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		framed = 1,
		file = "Umbrella grapefruit.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 1300,
	},
	["Lemon Fruit Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Lemon Fruit Umbrella.png",
		group = 2000,
	},
	["Lime Fruit Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Lime Fruit Umbrella.png",
		group = 2050,
	},
	["Newspaper Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		file = "Umbrella newspaper-resources.assets-455.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 250,
		},
		group = 1200,
	},
	["Punk Jacket"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes jacket punk-resources.assets-1189.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		group = 5650,
	},
	["Punk Shorts"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes pants punk-resources.assets-2032.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 5700,
	},
	["Scuba Outfit"] = {
		class = "Clothes",
		rarity = 3,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Scuba Outfit.png",
		group = 8850,
	},
	["Sport Swimsuit"] = {
		class = "Clothes",
		rarity = 2,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Sport Swimsuit.png",
		group = 5450,
	},
	["I Surrender!"] = {
		class = "Emote",
		rarity = 4,
		description = "''[[Super Animal Pass Season 0|Super Animal Pass Season 0]] reward''",
		framed = 1,
	},
	["Wooden R.I.P. Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Wooden R.I.P. Gravestone.png",
		group = 700,
	},
	["Newspaper Hat"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat paperhat newspaper-resources.assets-729.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		group = 4800,
	},
	["Professor Outfit (Gray)"] = {
		class = "Clothes",
		rarity = 3,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Professor Outfit (Gray).png",
		group = 8900,
	},
	["Orange Fruit Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Orange Fruit Umbrella.png",
		group = 2100,
	},
	Harpoon = {
		class = "MeleeSkin",
		rarity = 2,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Harpoon.png",
		group = 2350,
	},
	["Pilot Hat"] = {
		class = "Hat",
		rarity = 3,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Pilot Hat.png",
		group = 4600,
	},
	["Stacked Hats"] = {
		class = "Hat",
		rarity = 4,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Stacked Hats.png",
		group = 5950,
	},
	["Purple Cheerleader Outfit"] = {
		class = "Clothes",
		rarity = 2,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Purple Cheerleader Outfit.png",
		group = 5500,
	},
	["Yellow Sweater Skirt"] = {
		class = "Clothes",
		rarity = 3,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Yellow Sweater Skirt.png",
		group = 8950,
	},
	["Red Kilt"] = {
		class = "Clothes",
		rarity = 2,
		description = "[[Super Animal Pass Season 0]]",
		framed = 1,
		file = "Red Kilt.png",
		group = 5550,
	},
	["Selfie Stick"] = {
		class = "MeleeSkin",
		rarity = 3,
		file = "Melee selfiestick-resources.assets-921.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 650,
		},
		bundle = "Selfie Bundle",
		group = 3450,
	},
	Fork = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee fork-resources.assets-1800.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		framed = 1,
		group = 2150,
	},
	["Heart Boxers"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes boxers heart-resources.assets-1270.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		group = 5050,
	},
	["Yellow Triangle Shades"] = {
		class = "Glasses",
		rarity = 3,
		file = "Glasses triangle yellow-resources.assets-1820.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 400,
		},
		group = 2450,
	},
	["Red Triangle Shades"] = {
		class = "Glasses",
		rarity = 3,
		file = "Glasses triangle red-resources.assets-616.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 400,
		},
		group = 2400,
	},
	["Cowboy Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat cowboy-resources.assets-952.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		group = 2250,
	},
	["Blue Beanie"] = {
		class = "Hat",
		rarity = 0,
		file = "Hat beanie blue-resources.assets-2064.png",
		description = "[[Level-Up Random Drop]]",
		group = 200,
	},
	["Hypnosis Glasses"] = {
		class = "Glasses",
		rarity = 4,
		file = "Glasses pinwheel animated-resources.assets-1379.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		group = 2700,
	},
	["Candy Corn Ferret"] = {
		class = "CharacterSkin",
		rarity = 3,
		name = "Super Candy Corn Ferret",
		file = "Char-Ferret-candycorn.png",
		baseAnimal = "Ferret",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Dracula Parrot"] = {
		class = "Character",
		rarity = 3,
		name = "Super Dracula Parrot",
		file = "Char-parrot-dracula.png",
		baseAnimal = "Parrot",
		currencies = {
			{
				name = "DNA",
				amount = 420,
			},
			{
				name = "Serum",
				amount = 115,
			},
		},
		group = 100,
	},
	["Zombie Tiger"] = {
		class = "CharacterSkin",
		rarity = 4,
		name = "Super Zombie Tiger",
		file = "Char-Tiger-zombie.png",
		baseAnimal = "Tiger",
		currencies = {
			{
				name = "DNA",
				amount = 220,
			},
			{
				name = "Serum",
				amount = 62,
			},
		},
		group = 150,
	},
	["Bat Wings"] = {
		class = "Clothes",
		rarity = 5,
		name = "Bat Wing Outfit",
		file = "Clothes bat wings.png",
		event = "Super Howloween 2020",
		group = 13950,
	},
	["Frankenstein Outfit"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes frankenstein.png",
		event = "Super Howloween 2020",
		group = 14000,
	},
	["Pumpkin Costume"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes pumpkin costume.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 9850,
	},
	["Howl Mask"] = {
		class = "Glasses",
		rarity = 5,
		file = "howlmask.png",
		description = "[[Coupon Code]]",
		event = "Super Howloween 2020",
		group = 3100,
	},
	["Cauldron Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		file = "Cauldron-gravestone.png",
		event = "Super Howloween 2020",
		group = 1550,
	},
	["Skeleton AK"] = {
		class = "GunSkin",
		rarity = 5,
		file = "Gun-ak_skeleton.png",
		event = "Super Howloween 2020",
		link = "AK",
	},
	["Candy Corn Sniper"] = {
		class = "GunSkin",
		rarity = 5,
		file = "Gun-sniper_candycorn.png",
		event = "Super Howloween 2020",
		link = "Sniper",
	},
	["Devil Pitchfork"] = {
		class = "MeleeSkin",
		rarity = 3,
		file = "Melee_devil_pitchfork.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 6000,
	},
	["Bolts Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_bolts.png",
		event = "Super Howloween 2020",
		group = 7400,
	},
	["Skull Bow"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_bow_skull.png",
		event = "Super Howloween 2020",
		group = 7450,
	},
	["Super Twilight Fennec Fox"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-fox-fennec-night.png",
		description = "<small>[[Season 0 Starter Pack]]</small>",
		baseAnimal = "Fox",
		framed = 1,
		group = 1050,
	},
	["Twilight Overalls"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_overall_stars-resources.assets-731.png",
		description = "<small>[[Season 0 Starter Pack]]</small>",
		framed = 1,
		group = 5600,
	},
	["Twilight Newsboy Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat_newsboy_stars.png",
		description = "<small>[[Season 0 Starter Pack]]</small>",
		framed = 1,
		group = 2550,
	},
	["Blue Blazer Outfit"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes blazer outfit blue-resources.assets-1925.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		group = 5400,
	},
	["Tartan Schoolgirl Outfit"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes schoolgirl tartan-resources.assets-897.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		group = 9100,
	},
	["Yellow Leopard Skirt"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes skirt leopard yellow-resources.assets-1719.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		group = 5850,
	},
	["Pink Leopard Skirt"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes skirt leopard pink-resources.assets-1611.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		group = 5800,
	},
	["Desert Goggles"] = {
		class = "Glasses",
		rarity = 2,
		file = "Glasses desert goggles-resources.assets-986.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 250,
		},
		group = 1700,
	},
	["Pink Bubble Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses bubble pink-resources.assets-717.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 150,
		},
		group = 1200,
	},
	["Purple Bubble Glasses"] = {
		class = "Glasses",
		rarity = 1,
		file = "Glasses bubble purple-resources.assets-495.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 150,
		},
		group = 1250,
	},
	["Flower Bucket Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat bucket flowers-resources.assets-1612.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		group = 2800,
	},
	["Blue Dainty Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat dainty blue-resources.assets-1203.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		group = 2850,
	},
	["Yellow Leopard Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat leopard yellow-resources.assets-212.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		group = 2750,
	},
	["Pink Leopard Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat leopard pink-resources.assets-622.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		group = 2700,
	},
	Flamberge = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		file = "Melee flamberge-resources.assets-1005.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 650,
		},
		group = 3600,
	},
	["Super Pitbull"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-dog-PitBull.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Samoyed"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-dog-Samoyed.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 42,
			},
		},
	},
	["Super German Shepherd"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-dog-GermanShepherd.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Blue Mohawk"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat mohawk blue-resources.assets-483.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 4650,
	},
	["Green Mohawk"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat mohawk green-resources.assets-356.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 4700,
	},
	["Purple Mohawk"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat mohawk purple-resources.assets-1978.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 4750,
	},
	["Broken Bottle"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Melee broken bottle-resources.assets-1821.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 300,
		},
		group = 950,
	},
	["Fish Bone"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee_fishbone-resources.assets-2083.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		group = 2400,
	},
	["Punk Skirt"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes skirt punk-resources.assets-1962.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		group = 5750,
	},
	["Recycling Tee"] = {
		class = "Clothes",
		rarity = 1,
		file = "Clothes tshirt recycle-resources.assets-1897.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
		group = 3050,
	},
	["Pigeon DNA"] = {
		class = "DNA",
		rarity = 0,
	},
	["Possum DNA"] = {
		class = "DNA",
		rarity = 0,
	},
	["Super Pigeon"] = {
		class = "Character",
		rarity = 0,
		file = "Char_pigeon.png",
		baseAnimal = "Pigeon",
		currencies = {
			{
				name = "DNA",
				amount = 75,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Brown Pigeon"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char_pigeon_brown.png",
		baseAnimal = "Pigeon",
		currencies = {
			{
				name = "DNA",
				amount = 115,
			},
			{
				name = "Serum",
				amount = 30,
			},
		},
	},
	["Super Purple Pigeon"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char_pigeon_purple.png",
		baseAnimal = "Pigeon",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 38,
			},
		},
	},
	["Super Satinette Pigeon"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_pigeon_satinette.png",
		baseAnimal = "Pigeon",
		currencies = {
			{
				name = "DNA",
				amount = 170,
			},
			{
				name = "Serum",
				amount = 45,
			},
		},
	},
	["Super Dove"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char_pigeon_dove.png",
		baseAnimal = "Pigeon",
		currencies = {
			{
				name = "DNA",
				amount = 180,
			},
			{
				name = "Serum",
				amount = 48,
			},
		},
	},
	["Super Possum"] = {
		class = "Character",
		rarity = 0,
		file = "char-opossum.png",
		baseAnimal = "Possum",
		currencies = {
			{
				name = "DNA",
				amount = 175,
			},
			{
				name = "Serum",
				amount = 45,
			},
		},
	},
	["Super White Possum"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-opossum-white.png",
		baseAnimal = "Possum",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 68,
			},
		},
	},
	["Super Purple Paw Possum"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-opossum-purple.png",
		baseAnimal = "Possum",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 70,
			},
		},
	},
	["Super Pink Possum"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-opossum-pink.png",
		baseAnimal = "Possum",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 70,
			},
		},
	},
	["Super Goth Possum"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-opossum-goth.png",
		baseAnimal = "Possum",
		currencies = {
			{
				name = "DNA",
				amount = 325,
			},
			{
				name = "Serum",
				amount = 85,
			},
		},
	},
	["Goat DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA Goat.png",
	},
	["Super Goat"] = {
		class = "Character",
		rarity = 0,
		file = "char_goat.png",
		baseAnimal = "Goat",
		currencies = {
			{
				name = "DNA",
				amount = 175,
			},
			{
				name = "Serum",
				amount = 45,
			},
		},
	},
	["Super Bicolor Goat"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "char_goat_bicolor.png",
		baseAnimal = "Goat",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 70,
			},
		},
	},
	["Super Gray Goat"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char goat grey.png",
		baseAnimal = "Goat",
		currencies = {
			{
				name = "DNA",
				amount = 325,
			},
			{
				name = "Serum",
				amount = 85,
			},
		},
	},
	["Super Devil Goat"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "char_goat_red.png",
		baseAnimal = "Goat",
		currencies = {
			{
				name = "DNA",
				amount = 400,
			},
			{
				name = "Serum",
				amount = 105,
			},
		},
		group = 50,
	},
	["Super Chamois Goat"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "char_goat_chamois.png",
		baseAnimal = "Goat",
		currencies = {
			{
				name = "DNA",
				amount = 400,
			},
			{
				name = "Serum",
				amount = 105,
			},
		},
		group = 100,
	},
	["Super Four-Horned Goat"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "char_goat_4horn.png",
		baseAnimal = "Goat",
		currencies = {
			{
				name = "DNA",
				amount = 400,
			},
			{
				name = "Serum",
				amount = 105,
			},
		},
		group = 150,
	},
	["Super Green Finch"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "char_bird_greenfinch.png",
		baseAnimal = "Songbird",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Peppermint Hyena"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "char_hyena_striped_peppermint.png",
		baseAnimal = "Hyena",
		currencies = {
			{
				name = "DNA",
				amount = 480,
			},
			{
				name = "Serum",
				amount = 125,
			},
		},
	},
	["Super Lionhead Rabbit"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "char_rabbit_lionhead.png",
		baseAnimal = "Bunny",
		currencies = {
			{
				name = "DNA",
				amount = 310,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Knitted Sheep"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "char_sheep_knitted.png",
		baseAnimal = "Sheep",
		currencies = {
			{
				name = "DNA",
				amount = 290,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Festive Bow"] = {
		class = "Neck",
		rarity = 5,
		file = "Festive Bow.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2020|Super CRISPRmas 2020]]",
		group = 14050,
	},
	["Green Festive Scarf"] = {
		class = "Neck",
		rarity = 2,
		file = "Green Festive Scarf.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 14100,
	},
	["Yellow Knitted Sweater"] = {
		class = "Clothes",
		rarity = 2,
		file = "Yellow Knitted Sweater.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 14150,
	},
	["Light Blue Winter Dress"] = {
		class = "Clothes",
		rarity = 3,
		file = "Light Blue Winter Dress.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 14200,
	},
	["Santa Dress"] = {
		class = "Clothes",
		rarity = 5,
		file = "Santa Dress.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2020|Super CRISPRmas 2020]]",
		group = 14250,
	},
	["Purple Content Creator Hoodie"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_hoodie_twitch.png",
		description = "[[Special Cosmetics#Content Creator|Twitch Content Creator]]",
		group = 6000,
	},
	["Snowflake Pinwheel"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		file = "melee_pinwheel_snowflake.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 650,
		},
		group = 3650,
	},
	["Ski Pole"] = {
		class = "MeleeSkin",
		rarity = 3,
		file = "Ski Pole.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 6050,
	},
	Icicle = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Icicle.png",
		description = "[[Special Cosmetics#Super CRISPRmas 2020|Super CRISPRmas 2020]]",
		group = 6100,
	},
	["Red Crayon"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "melee_crayon_red.png",
		description = "[[Special Cosmetics#Super Fanart Contest|All I Want for CRISPRmas Is You (Nov-Dec 2020)]]",
		group = 5900,
	},
	["Wrapped Magnum"] = {
		class = "GunSkin",
		rarity = 2,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
		link = "Magnum",
		framed = 1,
		group = 100,
	},
	["Blue Knitted Shotgun"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Gun shotgun knitted.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
		link = "Shotgun",
		framed = 1,
	},
	["Foggy Glasses"] = {
		class = "Glasses",
		rarity = 2,
		file = "Foggy Glasses.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3150,
	},
	["2nd Anniversary Cake Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		file = "Gravestone_cake2-resources.assets-495.png",
		description = "[[Special_Cosmetics#Super_2_Year_Anniversary|Super 2 Year Anniversary]]",
		group = 1600,
	},
	["CRISPRmas Tree Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 400,
		},
		framed = 1,
		file = "CRISPRmas Tree Umbrella.png",
		group = 2150,
	},
	["Pixile Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		file = "Umbrella_Pixile-resources.assets-826.png",
		description = "[[Special_Cosmetics#Super 2 Year Anniversary|Super 2 Year Anniversary]]",
		group = 3400,
	},
	["Seal DNA"] = {
		class = "DNA",
		rarity = 0,
	},
	["Super Seal"] = {
		class = "Character",
		rarity = 0,
		file = "Char seal-resources.assets-665.png",
		baseAnimal = "Seal",
		currencies = {
			{
				name = "DNA",
				amount = 175,
			},
			{
				name = "Serum",
				amount = 45,
			},
		},
	},
	["Super Seal Pup"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char seal pup-resources.assets-1992.png",
		baseAnimal = "Seal",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 70,
			},
		},
	},
	["Super Sealion"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char seal sealion-resources.assets-1138.png",
		baseAnimal = "Seal",
		currencies = {
			{
				name = "DNA",
				amount = 325,
			},
			{
				name = "Serum",
				amount = 85,
			},
		},
	},
	["Super Walrus"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char seal walrus-resources.assets-1155.png",
		baseAnimal = "Seal",
		currencies = {
			{
				name = "DNA",
				amount = 400,
			},
			{
				name = "Serum",
				amount = 105,
			},
		},
	},
	["Blue Dual Pistols"] = {
		class = "GunSkin",
		rarity = 1,
		group = 3,
		description = "30 Dual Pistols kills",
		link = "Dual Pistols",
	},
	["Green Dual Pistols"] = {
		class = "GunSkin",
		rarity = 0,
		group = 2,
		description = "15 Dual Pistols kills",
		link = "Dual Pistols",
	},
	["Orange Dual Pistols"] = {
		class = "GunSkin",
		rarity = 0,
		group = 1,
		description = "5 Dual Pistols kills",
		link = "Dual Pistols",
	},
	["Pink Dual Pistols"] = {
		class = "GunSkin",
		rarity = 2,
		group = 7,
		description = "150 Dual Pistols kills",
		link = "Dual Pistols",
		framed = 1,
	},
	["Purple Dual Pistols"] = {
		class = "GunSkin",
		rarity = 1,
		group = 5,
		description = "75 Dual Pistols kills",
		link = "Dual Pistols",
		framed = 1,
	},
	["Red Dual Pistols"] = {
		class = "GunSkin",
		rarity = 1,
		group = 4,
		description = "50 Dual Pistols kills",
		link = "Dual Pistols",
	},
	["White Dual Pistols"] = {
		class = "GunSkin",
		rarity = 3,
		group = 8,
		description = "200 Dual Pistols kills",
		link = "Dual Pistols",
		framed = 1,
	},
	["Yellow Dual Pistols"] = {
		class = "GunSkin",
		rarity = 2,
		group = 6,
		description = "110 Dual Pistols kills",
		link = "Dual Pistols",
		framed = 1,
	},
	["Pearl and Onyx Dual Pistols"] = {
		class = "GunSkin",
		rarity = 2,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
		link = "Dual Pistols",
		framed = 1,
	},
	["Yin and Yang Dual Pistols"] = {
		class = "GunSkin",
		rarity = 3,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 600,
		},
		link = "Dual Pistols",
		framed = 1,
	},
	["Super Lunar Ox"] = {
		class = "Character",
		rarity = 3,
		file = "Char cow lunar-resources.assets-605.png",
		baseAnimal = "Cow",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Golden Ox"] = {
		class = "Character",
		rarity = 3,
		file = "Char cow golden-resources.assets-1730.png",
		baseAnimal = "Cow",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Demon Bull"] = {
		class = "Character",
		rarity = 4,
		file = "Char cow bull demon-resources.assets-1534.png",
		baseAnimal = "Cow",
		currencies = {
			{
				name = "DNA",
				amount = 450,
			},
			{
				name = "Serum",
				amount = 120,
			},
		},
	},
	["Super Deity's Ox"] = {
		class = "Character",
		rarity = 4,
		file = "Char cow deity-resources.assets-1681.png",
		baseAnimal = "Cow",
		currencies = {
			{
				name = "DNA",
				amount = 460,
			},
			{
				name = "Serum",
				amount = 125,
			},
		},
	},
	["Anvil Gravestone"] = {
		class = "Gravestone",
		rarity = 1,
		framed = 1,
		file = "Gravestone anvil-resources.assets-1158.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 150,
		},
		group = 400,
	},
	["Sword Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		framed = 1,
		file = "Gravestone sword-resources.assets-463.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 400,
		},
		group = 1350,
	},
	["Orange Bubble Glasses"] = {
		class = "Glasses",
		rarity = 1,
		framed = 1,
		file = "Glasses bubble orange-resources.assets-1481.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 150,
		},
		group = 1300,
	},
	["Jian Sword"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		file = "Melee jian sword-resources.assets-1656.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 650,
		},
		bundle = "Dynasty Bundle",
		group = 3700,
	},
	["Lion Dance Ball"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee lion dance ball-resources.assets-1413.png",
		event = "Year of the Super Ox 2021",
		group = 6150,
	},
	Pipa = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee pipa-resources.assets-1012.png",
		event = "Year of the Super Ox 2021",
		group = 6200,
	},
	["Dynasty Armor"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes armor dynasty-resources.assets-1122.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		bundle = "Dynasty Bundle",
		group = 9150,
	},
	["Black Hanfu"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes hanfu black-resources.assets-1180.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		group = 9200,
	},
	["Red Lunar Dress (2021)"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes dress lunar red 2021-resources.assets-1707.png",
		event = "Year of the Super Ox 2021",
		group = 14300,
	},
	["Lunar Vest (2021)"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes vest lunar 2021-resources.assets-924.png",
		event = "Year of the Super Ox 2021",
		group = 14350,
	},
	["Lion Hat"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		file = "Hat chinese lion-resources.assets-1305.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		group = 4850,
	},
	["Dynasty Helmet"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		file = "Hat helmet dynasty-resources.assets-449.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		bundle = "Dynasty Bundle",
		group = 2650,
	},
	["Mandarin Hat (2021)"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat mandarin 2021-resources.assets-912.png",
		event = "Year of the Super Ox 2021",
		group = 7500,
	},
	["Lunar Silenced Pistol"] = {
		class = "GunSkin",
		rarity = 5,
		event = "Year of the Super Ox 2021",
		link = "Silenced Pistol",
	},
	["Lunar JAG-7"] = {
		class = "GunSkin",
		rarity = 5,
		event = "Year of the Super Ox 2021",
		link = "JAG-7",
	},
	["Lantern Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		file = "Umbrella lantern-resources.assets-1399.png",
		event = "Year of the Super Ox 2021",
		group = 3450,
	},
	["Cupid Bow & Sparrow"] = {
		class = "GunSkin",
		rarity = 2,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
		link = "Bow & Sparrow",
		framed = 1,
	},
	["Steampunk Glasses"] = {
		class = "Glasses",
		rarity = 4,
		framed = 1,
		file = "Eye_access_steampunk_glasses_assets.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		group = 2750,
	},
	Hungry = {
		class = "Emote",
		rarity = 2,
		framed = 1,
		file = "Emote-hungry.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 600,
		},
	},
	Point = {
		class = "Emote",
		rarity = 3,
		file = "Emote-point.png",
		framed = 1,
	},
	["Chasseur Colonel Uniform"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "outfit chasseurcolonel assets.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		bundle = "Napoleon Bundle",
		group = 6200,
	},
	["Badger DNA"] = {
		class = "DNA",
		rarity = 0,
	},
	["Super Badger"] = {
		class = "Character",
		rarity = 0,
		file = "Char-Badger.png",
		baseAnimal = "Badger",
		currencies = {
			{
				name = "DNA",
				amount = 185,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Honey Badger"] = {
		class = "Character",
		rarity = 2,
		file = "Char-Badger-honey.png",
		baseAnimal = "Badger",
		currencies = {
			{
				name = "DNA",
				amount = 330,
			},
			{
				name = "Serum",
				amount = 90,
			},
		},
	},
	["Super American Badger"] = {
		class = "Character",
		rarity = 2,
		file = "Char-Badger-american.png",
		baseAnimal = "Badger",
		currencies = {
			{
				name = "DNA",
				amount = 330,
			},
			{
				name = "Serum",
				amount = 90,
			},
		},
	},
	["Super Honey Honey Badger"] = {
		class = "Character",
		rarity = 3,
		file = "Char-Badger-honeyhoney.png",
		baseAnimal = "Badger",
		currencies = {
			{
				name = "DNA",
				amount = 420,
			},
			{
				name = "Serum",
				amount = 115,
			},
		},
	},
	["Pot of Gold Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		file = "Gravestone_potofgold.png",
		event = "St. Pawtrick's Day 2021",
		group = 1700,
	},
	["Hourglass Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		file = "Gravestone-hourglass.png",
		description = "''Mochi_Mei Super Content Creator Item''<br>Giveaway Exclusive",
		group = 750,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Shamrock Glasses"] = {
		class = "Glasses",
		rarity = 5,
		file = "Glasses_shamrock.png",
		event = "St. Pawtrick's Day 2021",
		group = 3200,
	},
	["Steampunk Sword"] = {
		class = "MeleeSkin",
		rarity = 3,
		file = "Melee steampunk swordgun.png",
		description = "''Mochi_Mei Super Content Creator Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 3750,
	},
	["Steampunk Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		file = "Umbrella steampunk.png",
		description = "''Mochi_Mei Super Content Creator Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 2200,
	},
	["Steampunk Dress"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes dress steampunk Foxy.png",
		description = "''Mochi_Mei Super Content Creator Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 10700,
	},
	["Selfie!"] = {
		class = "Emote",
		rarity = 2,
		file = "Emote-selfie.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 600,
		},
		bundle = "Selfie Bundle",
	},
	["Super Bunny Beanie"] = {
		class = "Hat",
		rarity = 4,
		file = "Hat_beanies_bunny.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		group = 6000,
	},
	["Pink Polka Dot Bow"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_pink_polkadot_bow.png",
		event = "Super Easter 2021",
		group = 7550,
	},
	["Spring Plaid Cap"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		file = "Hat_spring_plaid.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		bundle = "Spring Bundle",
		group = 2950,
	},
	["Blue Bunny Ears"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_bunnyears_blue.png",
		event = "Super Easter 2021",
		group = 7600,
	},
	["Easter Bird's Nest Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_easter_nest.png",
		event = "Super Easter 2021",
		group = 7650,
	},
	Flatcap = {
		class = "Hat",
		rarity = 1,
		file = "Hat_flatcap.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 200,
		},
		group = 1150,
	},
	["Chocolate Egg Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		file = "Gravestone-chocolate-egg.png",
		event = "Super Easter 2021",
		group = 1750,
	},
	["Spring Umbrella"] = {
		class = "Umbrella",
		rarity = 1,
		framed = 1,
		file = "Umbrella_spring.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 150,
		},
		bundle = "Spring Bundle",
		group = 750,
	},
	["Easter Egg Glasses"] = {
		class = "Glasses",
		rarity = 5,
		file = "Glasses_easter_egg.png",
		event = "Super Easter 2021",
		group = 3250,
	},
	["Chocolate Bunny"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee_chocolate_bunny.png",
		event = "Super Easter 2021",
		group = 6250,
	},
	["Colonel Sabre"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		file = "Melee_colonelsabre_assets.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		bundle = "Napoleon Bundle",
		group = 2550,
	},
	Tulips = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		file = "Melee_tulips.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		bundle = "Spring Bundle",
		group = 2500,
	},
	["Banana Bow & Sparrow"] = {
		class = "GunSkin",
		rarity = 2,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
		file = "Gun bow banana.png",
		link = "Bow & Sparrow",
		framed = 1,
	},
	["Easter Vest"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_easter_vest.png",
		event = "Super Easter 2021",
		group = 14400,
	},
	["Flower Dress"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_flower_dress.png",
		event = "Super Easter 2021",
		group = 14450,
	},
	["Spring Plaid Outfit"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "Clothes_spring_plaid_outfit.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		group = 5950,
	},
	["Spring Plaid Dress"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "Clothes_spring_plaid_dress.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		bundle = "Spring Bundle",
		group = 5900,
	},
	Halberd = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		file = "melee_halberd.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		bundle = "Knight Bundle",
		group = 2600,
	},
	["Knight Armor"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "clothes_knight_armor.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		bundle = "Knight Bundle",
		group = 6400,
	},
	["Super Cherry Blossom Badger"] = {
		class = "Character",
		rarity = 3,
		file = "Char-badger-cherry.png",
		baseAnimal = "Badger",
		currencies = {
			{
				name = "DNA",
				amount = 420,
			},
			{
				name = "Serum",
				amount = 115,
			},
		},
	},
	["Super Daffodil Horse"] = {
		class = "Character",
		rarity = 3,
		file = "Char-horse-daffodil.png",
		baseAnimal = "Horse",
		currencies = {
			{
				name = "DNA",
				amount = 420,
			},
			{
				name = "Serum",
				amount = 115,
			},
		},
	},
	["Super Night Mare"] = {
		class = "Character",
		rarity = 3,
		file = "Char-horse-nightmare.png",
		baseAnimal = "Horse",
		currencies = {
			{
				name = "DNA",
				amount = 420,
			},
			{
				name = "Serum",
				amount = 115,
			},
		},
	},
	["Super Violet Squirrel"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-squirrel-violet.png",
		baseAnimal = "Squirrel",
		currencies = {
			{
				name = "DNA",
				amount = 170,
			},
			{
				name = "Serum",
				amount = 45,
			},
		},
	},
	["Super Beagle"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-dog-beagle.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Carl Coins"] = {
		file = "Currency Carl coins.png",
		class = "Currency",
		rarity = 0,
		link = "Carl Coins",
	},
	["SAR Tickets x3"] = {
		file = "Currency Tickets x3.png",
		class = "Currency",
		rarity = 5,
		link = "S.A.W. Tickets",
	},
	["Super Serum"] = {
		file = "Super serum.png",
		rarity = 0,
		class = "Currency",
		link = "Super Serum",
	},
	["Default AK"] = {
		link = "AK",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun-ak grey.png",
	},
	["Default Bow & Sparrow"] = {
		link = "Bow & Sparrow",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun bow default.png",
	},
	["Default Sparrow Launcher"] = {
		link = "Sparrow Launcher",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun crossbow default.png",
	},
	["Default Silenced Pistol"] = {
		link = "Silenced Pistol",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun-silenced-pistol grey.png",
	},
	["Default Pistol"] = {
		link = "Pistol",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun-pistol grey.png",
	},
	["Default M16"] = {
		link = "M16",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun-m16 grey.png",
	},
	["Default Minigun"] = {
		link = "Minigun",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun-minigun grey.png",
	},
	["Default Magnum"] = {
		link = "Magnum",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun-magnum grey.png",
	},
	["Default Shotgun"] = {
		link = "Shotgun",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun-shotgun grey.png",
	},
	["Default Sniper"] = {
		link = "Sniper",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun-sniper grey.png",
	},
	["Default Hunting Rifle"] = {
		link = "Hunting Rifle",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun_rifle_grey-resources.assets-1277.png",
	},
	["Default Deagle"] = {
		link = "Deagle",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun_deagle_grey.png",
	},
	["Default Poison Dart Gun"] = {
		link = "Dogna's Dart Gun",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun_dart_grey-resources.assets-5316.png",
		name = "Dogna's Default Dart Gun",
	},
	["Default Thomas Gun"] = {
		link = "Thomas Gun",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun-thomas gun grey.png",
	},
	["Default SMG"] = {
		link = "SMG",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun-smg grey.png",
	},
	["Default JAG-7"] = {
		link = "JAG-7",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Gun jag7.png",
	},
	["Default Dual Pistols"] = {
		link = "Dual Pistols",
		class = "GunSkin",
		rarity = 0,
		description = "''Available to all players''",
		file = "Dual Pistols.png",
	},
	["Turtle DNA"] = {
		class = "DNA",
		rarity = 0,
	},
	["Super Turtle"] = {
		class = "Character",
		rarity = 0,
		file = "Char-turtle.png",
		baseAnimal = "Turtle",
		currencies = {
			{
				name = "DNA",
				amount = 185,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Aqua Turtle"] = {
		class = "Character",
		rarity = 1,
		file = "Char-turtle-blue.png",
		baseAnimal = "Turtle",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 72,
			},
		},
	},
	["Life Preserver Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		file = "Gravestone-lifepreserver.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 800,
	},
	["Life Jacket"] = {
		class = "Neck",
		rarity = 2,
		file = "Clothes_lifejacket.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 6550,
	},
	["Marching Band Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat_marchingband.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 3000,
	},
	["Hopperfield Tophat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat_tophat_magician.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 3100,
	},
	["Boater Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat_boater_hat.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 3050,
	},
	["Aquamarine Fancy Glasses"] = {
		class = "Glasses",
		rarity = 2,
		file = "Glasses_fancy_aquablue.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 1750,
	},
	["Orange Crescent Glasses"] = {
		class = "Glasses",
		rarity = 2,
		file = "Glasses_sunglasses_crescent.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 1800,
	},
	["Gray Jeweled Glasses"] = {
		class = "Glasses",
		rarity = 2,
		file = "Glasses_jewels_grey.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 1850,
	},
	["Marching Cane"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee_dancing_cane.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 2700,
	},
	["Lemon Thomas Gun"] = {
		class = "GunSkin",
		rarity = 2,
		description = "''[[Super Animal Pass Season 0.5]]''",
		link = "Thomas Gun",
		file = "Gun thomas lemon.png",
		framed = 1,
	},
	["Fish Hunting Rifle"] = {
		class = "GunSkin",
		rarity = 2,
		description = "''[[Super Animal Pass Season 0.5]]''",
		link = "Hunting Rifle",
		file = "Gun rifle fish.png",
		framed = 1,
	},
	["Super Loggerhead Turtle"] = {
		class = "Character",
		rarity = 2,
		file = "Char-turtle-loggerhead.png",
		baseAnimal = "Turtle",
		currencies = {
			{
				name = "DNA",
				amount = 330,
			},
			{
				name = "Serum",
				amount = 90,
			},
		},
	},
	["Super Slider Turtle"] = {
		class = "Character",
		rarity = 2,
		file = "Char-turtle-slider.png",
		baseAnimal = "Turtle",
		currencies = {
			{
				name = "DNA",
				amount = 330,
			},
			{
				name = "Serum",
				amount = 90,
			},
		},
	},
	["White Sailor Outfit"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "clothes_sailor.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		bundle = "Sailor Bundle",
		group = 6350,
	},
	["Cherry Parasol"] = {
		class = "Umbrella",
		rarity = 2,
		framed = 1,
		file = "umbrella_parasol_cherries.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 250,
		},
		bundle = "Cherry Bundle",
		group = 1250,
	},
	["Viking Axe"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		file = "melee_viking_axe.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		bundle = "Viking Bundle",
		group = 2650,
	},
	["Viking Helmet"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		file = "hat_viking_helmet.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		bundle = "Viking Bundle",
		group = 3250,
	},
	["Cherry Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		file = "Hat_cherries.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		bundle = "Cherry Bundle",
		group = 3200,
	},
	["Viking Outfit"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "clothes_viking.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		bundle = "Viking Bundle",
		group = 6500,
	},
	["Cherry Dress"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "Clothes_dress_cherries.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		bundle = "Cherry Bundle",
		group = 6450,
	},
	["Baaaarbershop Quartet Outfit"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_barbershop_quartet.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 9400,
	},
	["Marching Band Outfit"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_marchingband_boy.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 9300,
	},
	["Marching Band Skirt"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_marchingband_girl.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 9350,
	},
	["Hopperfield Outfit"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_tuxedo_magician.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 9450,
	},
	["Fishing Hat"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat_fisherman.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 5000,
	},
	["Banana Leaf Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		file = "Umbrella_leaves.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 2300,
	},
	Mop = {
		class = "MeleeSkin",
		rarity = 3,
		file = "Melee_mop.png",
		framed = 1,
		name = "Modest Mop",
		description = "[[Super Animal Pass Season 0.5]]",
		group = 3800,
	},
	["Microphone Stand"] = {
		class = "MeleeSkin",
		rarity = 3,
		file = "Melee_microphone_vocal.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 3850,
	},
	["Ocean Magnum"] = {
		class = "GunSkin",
		rarity = 3,
		description = "''[[Super Animal Pass Season 0.5]]''",
		link = "Magnum",
		file = "Gun magnum waves.png",
		framed = 1,
	},
	["Super Tortoise"] = {
		class = "Character",
		rarity = 3,
		file = "Char-turtle-tortoise.png",
		baseAnimal = "Turtle",
		currencies = {
			{
				name = "DNA",
				amount = 420,
			},
			{
				name = "Serum",
				amount = 115,
			},
		},
	},
	["Cooler Gravestone"] = {
		class = "Gravestone",
		rarity = 4,
		file = "Gravestone-coolerbox.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 1450,
	},
	["Fishing Rod"] = {
		class = "MeleeSkin",
		rarity = 4,
		file = "Melee_fishing_rod.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 4350,
	},
	["Strawberry Costume"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes_strawberry.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 10750,
	},
	Clarinet = {
		class = "MeleeSkin",
		rarity = 4,
		file = "Melee_clarinet.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 4400,
	},
	["Vaporwave M16"] = {
		class = "GunSkin",
		rarity = 4,
		description = "''[[Super Animal Pass Season 0.5]]''",
		link = "M16",
		file = "Gun m16 sunset.png",
		framed = 1,
	},
	["Super Avocado Sloth"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-sloth-avocado.png",
		baseAnimal = "Sloth",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Dragon Fruit Wolf"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-wolf-dragonfruit.png",
		baseAnimal = "Wolf",
		currencies = {
			{
				name = "DNA",
				amount = 460,
			},
			{
				name = "Serum",
				amount = 124,
			},
		},
	},
	["Beach Sunglasses"] = {
		class = "Glasses",
		rarity = 5,
		file = "Glasses_sunglasses_beach_party.png",
		event = "Summer Royale 2021",
		currency = {
			name = "Fruit Baskets",
			amount = 150,
		},
		group = 3300,
	},
	["Blue Striped Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		file = "umbrella_striped_blue.png",
		event = "Summer Royale 2021",
		currency = {
			name = "Fruit Baskets",
			amount = 150,
		},
		group = 3500,
	},
	["Message In A Bottle"] = {
		name = "Message in a Bottle",
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee_message_bottle.png",
		event = "Summer Royale 2021",
		currency = {
			name = "Fruit Baskets",
			amount = 450,
		},
		group = 6300,
	},
	["Blue Beach Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_beach_blue.png",
		event = "Summer Royale 2021",
		currency = {
			name = "Fruit Baskets",
			amount = 300,
		},
		group = 7700,
	},
	["Starfish Visor"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat_visor_starfish.png",
		event = "Summer Royale 2021",
		currency = {
			name = "Fruit Baskets",
			amount = 300,
		},
		group = 7750,
	},
	["Sandcastle Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		file = "Gravestone-sandcastle.png",
		event = "Summer Royale 2021",
		currency = {
			name = "Fruit Baskets",
			amount = 450,
		},
		group = 1800,
	},
	["Beach Party Sarong"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_sarong_beach_party.png",
		event = "Summer Royale 2021",
		currency = {
			name = "Fruit Baskets",
			amount = 450,
		},
		group = 14500,
	},
	["Fisherman Beanie"] = {
		class = "Hat",
		rarity = 1,
		file = "hat_beanie_fisherman.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 1100,
	},
	["Fisherman Overalls"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes overalls fisherman.png",
		framed = 1,
		description = "[[Super Animal Pass Season 0.5]]",
		group = 9000,
	},
	["Beach Party Outfit"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_shirt_beach_party.png",
		event = "Summer Royale 2021",
		currency = {
			name = "Fruit Baskets",
			amount = 450,
		},
		group = 14550,
	},
	["Disco Outfit"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "Clothes_suit_disco.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		bundle = "Disco Bundle",
		group = 6150,
	},
	["Disco Dress"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "Clothes_dress_disco.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		bundle = "Disco Bundle",
		group = 6100,
	},
	["Disco Headband"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		file = "Hat_headband_disco.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		bundle = "Disco Bundle",
		group = 2600,
	},
	["Red Content Creator Hoodie"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_hoodie_YT.png",
		description = "[[Special Cosmetics#Content Creator|YouTube Content Creator]]",
		group = 6050,
	},
	["Anchor Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		framed = 1,
		file = "gravestone-anchor.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 250,
		},
		bundle = "Sailor Bundle",
		group = 850,
	},
	["White Sailor Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		file = "hat_sailor_white.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		bundle = "Sailor Bundle",
		group = 3150,
	},
	["Wooden Oar"] = {
		class = "MeleeSkin",
		rarity = 1,
		framed = 1,
		file = "Melee_oar.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 300,
		},
		group = 1000,
	},
	["Super Rotting Fox"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char fox rotting-resources.assets-2051.png",
		description = "<small>''TheRotFox Super Content Creator Item''</small>",
		baseAnimal = "Fox",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["SAR Tonight M16"] = {
		class = "GunSkin",
		rarity = 5,
		file = "Gun m16 sart.png",
		description = "''[[Special Cosmetics#SAR Tonight|SAR Tonight reward]]''",
		link = "M16",
	},
	["Mini Bear"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		file = "Pet-bear.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		link = "Mini Animal Pets",
		group = 10,
	},
	["Mini Capybara"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		file = "Pet-capy.png",
		description = "[[Super Animal Pass Season 1]]",
		link = "Mini Animal Pets",
		group = 130,
	},
	["Mini Cat"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		file = "Pet-cat.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		link = "Mini Animal Pets",
		group = 20,
	},
	["Mini Dog"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		file = "Pet-dog.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		link = "Mini Animal Pets",
		group = 40,
	},
	["Mini Fox"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		file = "Pet-fox.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		link = "Mini Animal Pets",
		group = 50,
	},
	["Mini Red Panda"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		file = "Pet-redpanda.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		link = "Mini Animal Pets",
		group = 70,
	},
	["Mini Skullcat"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		file = "Pet-skullcat.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		link = "Mini Animal Pets",
		group = 90,
	},
	["Mini Tiger"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		file = "Pet-tiger.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		link = "Mini Animal Pets",
		group = 110,
	},
	["Mini Wolf"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		file = "Pet-wolf.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		link = "Mini Animal Pets",
		group = 120,
	},
	["S.A.W. Visitor Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		file = "Clothes tourist.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 10800,
	},
	["CRISPR Cafe Apron"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes barista1.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 9650,
	},
	["CRISPR Cafe Half-Apron"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes barista2.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 9700,
	},
	["Slow Food Uniform"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes chef sushi.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 9600,
	},
	["Bearlesque Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes dress bearlesque.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 9800,
	},
	["Park Guide Uniform"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes park staff.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 9750,
	},
	["Explorer Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes explorer.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 9550,
	},
	["Party Horn Emote"] = {
		class = "Emote",
		rarity = 4,
		framed = 1,
		file = "Emote-partyhorn.png",
	},
	["Cake SMG"] = {
		class = "GunSkin",
		rarity = 2,
		description = "''[[Super Animal Pass Season 1]]''",
		framed = 1,
		file = "Gun smg cake.png",
		link = "SMG",
	},
	["Chocolate Pistol"] = {
		class = "GunSkin",
		rarity = 2,
		description = "''[[Super Animal Pass Season 1]]''",
		framed = 1,
		file = "Gun pistol chocolate.png",
		link = "Pistol",
		group = 450,
	},
	["Safari Dogna's Dart Gun"] = {
		class = "GunSkin",
		rarity = 2,
		file = "Safari Dogna's Dartgun.png",
		name = "Dogna's Safari Dart Gun",
		description = "''[[Super Animal Pass Season 1]]''",
		link = "Dogna's Dart Gun",
		framed = 1,
	},
	["Icecream Cone"] = {
		class = "MeleeSkin",
		rarity = 4,
		framed = 1,
		file = "Melee icecream cone.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 4450,
	},
	Ketchup = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		file = "Melee ketchup.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 4000,
	},
	Spatula = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		file = "Melee spatula.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 3950,
	},
	["Water Bottle"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		file = "Melee water bottle.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 4050,
	},
	["Slow Food Chef Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		file = "Hat chef sushi.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 3300,
	},
	Cupcake = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		file = "Hat cupcake.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 5150,
	},
	Fries = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		file = "Hat fries.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 5100,
	},
	Pie = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		file = "Hat pie slice.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 5200,
	},
	["Bearlesque Tophat"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		file = "Hat tophat bearlesque.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 5250,
	},
	["Explorer Hat"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		file = "Hat explorer.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 5050,
	},
	["Leopard Sunglasses"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		file = "Glasses sunglasses leopard.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 1900,
	},
	["Tiger Sunglasses"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		file = "Glasses sunglasses tiger.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 1950,
	},
	["Zebra Sunglasses"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		file = "Glasses sunglasses zebra.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 2000,
	},
	["SAW Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		framed = 1,
		file = "Umbrella SAW.png",
		description = "[[Super Animal Pass Season 1]]",
		group = 1350,
	},
	["Variety Tuxedo"] = {
		class = "Clothes",
		rarity = 5,
		file = "outfit variety tux.png",
		description = "[[Special Cosmetics#Variety - the Children's Charity 2021|Variety - the Children's Charity 2021]]",
		group = 14600,
	},
	["Variety Tophat"] = {
		class = "Hat",
		rarity = 5,
		file = "hat variety top.png",
		description = "[[Special Cosmetics#Variety - the Children's Charity 2021|Variety - the Children's Charity 2021]]",
		group = 7800,
	},
	["Variety Heart Antennae"] = {
		class = "Hat",
		rarity = 5,
		file = "hat heart antennae.png",
		description = "[[Special Cosmetics#Petember|Petember 2021]]",
		group = 7850,
	},
	["Variety Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		file = "umbrella variety petember.png",
		description = "[[Special Cosmetics#Variety - the Children's Charity 2021|Variety - the Children's Charity 2021]]",
		group = 3550,
		name = "Variety Petember Umbrella",
	},
	["Super Frog"] = {
		class = "Character",
		rarity = 0,
		file = "Char-Frog.png",
		baseAnimal = "Frog",
		currencies = {
			{
				name = "DNA",
				amount = 125,
			},
			{
				name = "Serum",
				amount = 30,
			},
		},
	},
	["Super Tree Frog"] = {
		class = "Character",
		rarity = 2,
		file = "Char-Frog treefrog.png",
		baseAnimal = "Frog",
		currencies = {
			{
				name = "DNA",
				amount = 220,
			},
			{
				name = "Serum",
				amount = 85,
			},
		},
	},
	["Super Rain Frog"] = {
		class = "Character",
		rarity = 2,
		file = "Char-Frog rainfrog.png",
		baseAnimal = "Frog",
		currencies = {
			{
				name = "DNA",
				amount = 210,
			},
			{
				name = "Serum",
				amount = 58,
			},
		},
	},
	["Super Horned Frog"] = {
		class = "Character",
		rarity = 3,
		file = "Char-Frog horned.png",
		baseAnimal = "Frog",
		currencies = {
			{
				name = "DNA",
				amount = 280,
			},
			{
				name = "Serum",
				amount = 85,
			},
		},
	},
	["Super Dart Frog"] = {
		class = "Character",
		rarity = 2,
		file = "Char-Frog yellowblue.png",
		baseAnimal = "Frog",
		currencies = {
			{
				name = "DNA",
				amount = 220,
			},
			{
				name = "Serum",
				amount = 58,
			},
		},
	},
	["Super Warrior Skullcat"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-skullcat-feral.png",
		description = "<small>[[Season 1 Starter Pack]]</small>",
		baseAnimal = "Skullcat",
		framed = 1,
		group = 1100,
	},
	["Warrior Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes tribal.png",
		description = "<small>[[Season 1 Starter Pack]]</small>",
		group = 9500,
	},
	["Blue Crayon"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee crayon blue.png",
		description = "[[Special Cosmetics#Super Fanart Contest|Opening Day at Super Animal World (Jul-Aug 2021)]]",
		group = 5950,
	},
	["Pumpkin Shotgun"] = {
		class = "GunSkin",
		rarity = 5,
		file = "Gun shotgun pumpkin.png",
		event = "Super Howloween 2021",
		currency = {
			name = "Candy Corn",
			amount = 450,
		},
		link = "Shotgun",
	},
	["Bones Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		file = "Gravestone bones.png",
		event = "Super Howloween 2021",
		currency = {
			name = "Candy Corn",
			amount = 900,
		},
		group = 1850,
	},
	["Jack-O-Cap"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat baseball halloween.png",
		event = "Super Howloween 2021",
		currency = {
			name = "Candy Corn",
			amount = 450,
		},
		group = 7900,
	},
	["Haunted Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Tophat_eyes.png",
		event = "Super Howloween 2021",
		currency = {
			name = "Candy Corn",
			amount = 900,
		},
		group = 7950,
	},
	["Pumpkin Glasses"] = {
		class = "Glasses",
		rarity = 5,
		file = "Glasses pumpkins.png",
		event = "Super Howloween 2021",
		currency = {
			name = "Candy Corn",
			amount = 450,
		},
		group = 3350,
	},
	["Spiderweb Sweater"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes sweater spiderweb.png",
		event = "Super Howloween 2021",
		currency = {
			name = "Candy Corn",
			amount = 900,
		},
		group = 14650,
	},
	["Candy Corn Dress"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes_dress_candycorn.png",
		event = "Super Howloween 2021",
		currency = {
			name = "Candy Corn",
			amount = 1337,
		},
		group = 14700,
	},
	Candlestick = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee candlestick.png",
		event = "Super Howloween 2021",
		currency = {
			name = "Candy Corn",
			amount = 1337,
		},
		group = 6350,
	},
	["Coffin Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		framed = 1,
		file = "Gravestone coffin.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 250,
		},
		group = 900,
	},
	["Spooky Clown Outfit"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "Clothes scary clown.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		bundle = "Spooky Clown Bundle",
		group = 6650,
	},
	["Zombie Professional Attire"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "Clothes zombie salaryman.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		group = 6600,
	},
	["Spooky Clown Hat"] = {
		class = "Hat",
		rarity = 1,
		framed = 1,
		file = "Hat scary clown.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 200,
		},
		bundle = "Spooky Clown Bundle",
		group = 1200,
	},
	["Bones Umbrella"] = {
		class = "Umbrella",
		rarity = 1,
		framed = 1,
		file = "Umbrella bones.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 150,
		},
		group = 800,
	},
	["Spooky Clown Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		framed = 1,
		file = "Umbrella clown.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 400,
		},
		bundle = "Spooky Clown Bundle",
		group = 2350,
	},
	["White Sailor Dress"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "clothes_dress_sailor.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		bundle = "Sailor Bundle",
		group = 6300,
	},
	["SAR Tonight Hoodie"] = {
		class = "Clothes",
		rarity = 5,
		file = "Outfit sart hoodie.png",
		description = "[[Special Cosmetics#SAR Tonight|SAR Tonight]]",
		group = 11250,
	},
	["Spidery Witch Hat"] = {
		class = "Hat",
		rarity = 1,
		framed = 1,
		file = "Hat spider.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 200,
		},
		group = 1250,
	},
	["Zombie School Uniform"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes zombie schoolgirl.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		group = 12950,
	},
	["Spiderweb Glasses"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		file = "glasses_spiderweb.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 250,
		},
		group = 2100,
	},
	Macuahuitl = {
		class = "MeleeSkin",
		file = "Melee macuahuitl.png",
		description = "<small>[[Season 1 Starter Pack]]</small>",
		group = 3900,
		rarity = 3,
		framed = 1,
	},
	["Vampire Hunter Outfit"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes vampire hunter.png",
		description = "[[Special_Cosmetics#Twitch Drops October 2021|Twitch Drops October 2021]]",
		group = 14750,
	},
	["Vampire Hunter Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat vampire hunter.png",
		description = "[[Special_Cosmetics#Twitch Drops October 2021|Twitch Drops October 2021]]",
		group = 8000,
	},
	["Wooden Stake"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee wooden stake.png",
		description = "[[Special_Cosmetics#Twitch Drops October 2021|Twitch Drops October 2021]]",
		group = 6400,
	},
	["Vampire Hunter Sparrow Launcher"] = {
		class = "GunSkin",
		rarity = 5,
		file = "Vampire Hunter Sparrow Launcher.png",
		description = "[[Special_Cosmetics#Twitch Drops October 2022|Twitch Drops October 2022]]",
		link = "Sparrow Launcher",
	},
	["Vampire Hunter Glasses"] = {
		class = "Glasses",
		rarity = 5,
		file = "Vampire Hunter Glasses.png",
		description = "[[Special_Cosmetics#Twitch Drops October 2022|Twitch Drops October 2022]]",
	},
	["Grim Reaper Scythe"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		file = "Melee grimreaper scythe.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 650,
		},
		group = 6050,
	},
	["Soda Bottle"] = {
		class = "MeleeSkin",
		rarity = 3,
		file = "Melee soda bottle.png ",
		description = "[[Super Animal Mods|Camer Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 3600,
	},
	["White Dragon Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		file = "Umbrella dragon.png",
		description = "[[Super Animal Mods|Littlefish Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 2200,
	},
	["Hotdog Outfit"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes hotdog.png",
		description = "''Enocinoco Super Content Creator Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 13000,
	},
	Pancakes = {
		class = "Hat",
		rarity = 2,
		file = "Hat pancake.png",
		description = "''Enocinoco Super Content Creator Item''",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
		group = 3400,
	},
	["Ham Leg"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Melee meat.png",
		description = "''Enocinoco Super Content Creator Item''",
		group = 2750,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Shiba Umbrella"] = {
		class = "Umbrella",
		rarity = 4,
		file = "Umbrella animal shiba.png",
		description = "''Enocinoco Super Content Creator Item''",
		group = 2750,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
	},
	["RAM Stick"] = {
		class = "MeleeSkin",
		rarity = 3,
		description = "''[[Special Cosmetics#PC Gamer Magazine July 2021|PC Gamer Magazine July 2021]]''",
		group = 3750,
	},
	["PC Gamer AK"] = {
		class = "GunSkin",
		rarity = 2,
		description = "''[[Special Cosmetics#PC Gamer Magazine July 2021|PC Gamer Magazine July 2021]]''",
		link = "AK",
	},
	["PC Gamer Biker Jacket"] = {
		class = "Clothes",
		rarity = 3,
		description = "[[Special Cosmetics#PC Gamer Magazine July 2021|PC Gamer Magazine July 2021]]",
		group = 9300,
	},
	["PC Gamer Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		description = "[[Special Cosmetics#PC Gamer Magazine July 2021|PC Gamer Magazine July 2021]]",
		group = 1300,
	},
	["PC Gamer Sniper"] = {
		class = "GunSkin",
		rarity = 2,
		link = "Sniper",
		description = "''[[Special Cosmetics#PC Gamer Magazine July 2021|PC Gamer Magazine July 2021]]''",
	},
	["PC Gamer SMG"] = {
		class = "GunSkin",
		rarity = 2,
		link = "SMG",
		description = "''[[Special Cosmetics#PC Gamer Magazine July 2021|PC Gamer Magazine July 2021]]''",
	},
	["Coconut Costume"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_cocostume.png",
		description = "[[Super Animal Mods|Coconyan Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 13100,
	},
	["Skullcat Hanbok"] = {
		class = "Clothes",
		rarity = 3,
		file = "Clothes_hanbok_skullcat.png",
		description = "[[Super Animal Mods|Kom JJi Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 13050,
	},
	["Super Moon Bear"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-bear-moon.png",
		description = "<small>[[Season 2 Starter Pack]]</small>",
		baseAnimal = "Bear",
		framed = 1,
		group = 1050,
	},
	["Warrior Monk Sword"] = {
		class = "MeleeSkin",
		rarity = 3,
		file = "melee_shaolin_sword.png",
		description = "<small>[[Season 2 Starter Pack]]</small>",
		framed = 1,
		group = 6100,
	},
	["Warrior Monk Outfit"] = {
		class = "Clothes",
		rarity = 3,
		file = "clothes_warrior_monk.png",
		description = "<small>[[Season 2 Starter Pack]]</small>",
		framed = 1,
		group = 13000,
	},
	["Gingerbread Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		event = "Super CRISPRmas 2021",
		currency = {
			name = "Candy Canes",
			amount = 900,
		},
		file = "Gravestone-gingerbread.png",
		group = 1900,
	},
	["CRISPRmas Tree Dress"] = {
		class = "Clothes",
		rarity = 5,
		event = "Super CRISPRmas 2021",
		currency = {
			name = "Candy Canes",
			amount = 1337,
		},
		file = "Clothes CRISPRmas tree.png",
		group = 14800,
	},
	["Snowflake Silenced Pistol"] = {
		class = "GunSkin",
		rarity = 5,
		event = "Super CRISPRmas 2021",
		currency = {
			name = "Candy Canes",
			amount = 900,
		},
		link = "Silenced Pistol",
		file = "Gun silenced pistol snowflake.png",
	},
	["Snow Shovel"] = {
		class = "MeleeSkin",
		rarity = 5,
		event = "Super CRISPRmas 2021",
		currency = {
			name = "Candy Canes",
			amount = 450,
		},
		file = "Melee snow shovel.png",
		group = 6450,
	},
	["Winter Fur Hat"] = {
		class = "Hat",
		rarity = 5,
		event = "Super CRISPRmas 2021",
		currency = {
			name = "Candy Canes",
			amount = 1337,
		},
		file = "Hat fur hat.png",
		group = 8100,
	},
	["Red Pom Beanie"] = {
		class = "Hat",
		rarity = 5,
		event = "Super CRISPRmas 2021",
		currency = {
			name = "Candy Canes",
			amount = 450,
		},
		file = "Hat pombeanie christmas.png",
		group = 8050,
	},
	["Ice Sunglasses"] = {
		class = "Glasses",
		rarity = 5,
		event = "Super CRISPRmas 2021",
		currency = {
			name = "Candy Canes",
			amount = 450,
		},
		file = "Sunglasses ice.png",
		group = 3400,
	},
	["Festive Lights Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		event = "Super CRISPRmas 2021",
		currency = {
			name = "Candy Canes",
			amount = 900,
		},
		file = "Umbrella christmas lights.png",
		group = 3600,
	},
	["Clipboard Emote"] = {
		class = "Emote",
		rarity = 4,
		framed = 1,
		name = "Clipboard",
		file = "Emote-clipboard.png",
		description = "[[Super Animal Pass Season 2]]",
	},
	["Lace Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 2450,
	},
	["Clock Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 2400,
	},
	["Honeycomb Pistol"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "Pistol",
		description = "''[[Super Animal Pass Season 2]]''",
		group = 500,
	},
	["Wooden Magnum"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "Magnum",
		description = "''[[Super Animal Pass Season 2]]''",
		group = 150,
	},
	["Construction AK"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "AK",
		description = "''[[Super Animal Pass Season 2]]''",
		group = 100,
	},
	Chainsaw = {
		class = "MeleeSkin",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 6700,
	},
	Handsaw = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 6200,
	},
	["Claw Hammer"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 6150,
	},
	["Honey Dipper"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 6250,
	},
	Screwdriver = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 2800,
	},
	["Honeycomb Glasses"] = {
		class = "Glasses",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 2600,
	},
	["Tortoise Sunglasses"] = {
		class = "Glasses",
		rarity = 1,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 1350,
	},
	["Strainer Helmet"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		file = "Hat colander.png",
		group = 3600,
	},
	Hardhat = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 3450,
	},
	["Caver Helmet"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 5350,
	},
	["Blueprint Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 3550,
	},
	["Sticky Note"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		file = "hat_post-it.png",
		group = 3500,
	},
	["Bee Antennae"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 5300,
	},
	["Safety Vest"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 14200,
	},
	["Carpenter Overalls"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 14300,
	},
	["Bee Costume"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 14350,
	},
	["Steampunk Vest"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 10850,
	},
	["Steampunk Skirt"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 10900,
	},
	["Caver Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 14400,
	},
	["SAW Accountant Uniform"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 14250,
	},
	["Traffic Cone Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 1400,
	},
	["Roadblock Gravestone"] = {
		class = "Gravestone",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 2]]",
		group = 1500,
	},
	["Winter Coat"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes coat winter.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		group = 14250,
	},
	["CRISPRmas Carol"] = {
		class = "Emote",
		rarity = 3,
		framed = 1,
		file = "Emote-CRISPRmas carol.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 800,
		},
	},
	["3rd Anniversary Cake Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		file = "Gravestone-cake3.png",
		description = "[[Special_Cosmetics#Super 3 Year Anniversary|Super 3 Year Anniversary]]",
		group = 1950,
	},
	["Super Reindeer"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-deer-reindeer asset.png",
		baseAnimal = "Deer",
		currencies = {
			{
				name = "DNA",
				amount = 290,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Beaver"] = {
		class = "Character",
		rarity = 0,
		file = "Char-Beaver.png",
		baseAnimal = "Beaver",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Pink Beaver"] = {
		class = "Character",
		rarity = 2,
		file = "Char-Beaver-pink.png",
		baseAnimal = "Beaver",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Beever"] = {
		class = "Character",
		rarity = 3,
		file = "Char-Beaver-bee.png",
		baseAnimal = "Beaver",
		currencies = {
			{
				name = "DNA",
				amount = 380,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Beaver DNA"] = {
		class = "DNA",
		rarity = 0,
		file = "DNA Beaver.png",
	},
	["Blue & Black Hoodie"] = {
		class = "Clothes",
		rarity = 3,
		framed = 0,
		file = "Clothes hoodie PS.png",
		description = "[[Playstation Plus Pack]]",
		group = 14450,
	},
	["Blue & Black M16"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 0,
		link = "M16",
		file = "Gun M16 PS.png",
		description = "''[[Playstation Plus Pack]]''",
	},
	["Dogna's Blue & Black Dart Gun"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 0,
		link = "Dogna's Dart Gun",
		file = "Gun dart PS.png",
		description = "''[[Playstation Plus Pack]]''",
	},
	["Blue Cybersword"] = {
		class = "MeleeSkin",
		rarity = 4,
		framed = 0,
		file = "Melee cybersword PS.png",
		description = "[[Playstation Plus Pack]]",
		group = 6750,
	},
	["Green & Black Hoodie"] = {
		class = "Clothes",
		rarity = 3,
		framed = 0,
		file = "Clothes hoodie Xbox.png",
		description = "[[Xbox Perks Bundle]]",
		group = 14500,
	},
	["Green & Black M16"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 0,
		link = "M16",
		file = "Gun M16 Xbox.png",
		description = "''[[Xbox Perks Bundle]]''",
	},
	["Dogna's Green & Black Dart Gun"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 0,
		link = "Dogna's Dart Gun",
		file = "Gun dart Xbox.png",
		description = "''[[Xbox Perks Bundle]]''",
	},
	["Green Cybersword"] = {
		class = "MeleeSkin",
		rarity = 4,
		framed = 0,
		file = "Melee cybersword Xbox.png",
		description = "[[Xbox Perks Bundle]]",
		group = 6800,
	},
	["Snowy Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		framed = 1,
		file = "Umbrella snow.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 250,
		},
		group = 3100,
	},
	["Gingerbread Minigun"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "Minigun",
		file = "Gun minigun gingerbread.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
	},
	Mistletoe = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		file = "Melee mistletoe.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		group = 2800,
	},
	["Detective Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		framed = 1,
		file = "Umbrella detective.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 250,
		},
		bundle = "Detective Bundle",
		group = 3150,
	},
	["Detective Outfit"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "Clothes detective.png ",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		bundle = "Detective Bundle",
		group = 14300,
	},
	["Detective Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		file = "Hat detective.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		bundle = "Detective Bundle",
		group = 3650,
	},
	["Magnifying Glass"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 2,
		file = "Melee magnifying glass.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		bundle = "Detective Bundle",
		group = 2850,
	},
	["Tea Leaf Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		file = "Umbrella tealeaf.png",
		description = "''wvbBB Super Content Creator Item''<br>[[Special_Cosmetics#Twitch Drops wvbBB Super Content Creator Set|Twitch Drops wvbBB SCC Set]]",
		group = 2500,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Teacup Pajamas"] = {
		name = "Cafe Pajamas",
		class = "Clothes",
		rarity = 3,
		file = "Clothes onesie vwbBB.png",
		description = "''wvbBB Super Content Creator Item''<br>[[Special_Cosmetics#Twitch Drops wvbBB Super Content Creator Set|Twitch Drops wvbBB SCC Set]]",
		group = 14550,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Blue Bow Hairband"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat bow vwbBB.png",
		description = "''wvbBB Super Content Creator Item''<br>[[Special_Cosmetics#Twitch Drops wvbBB Super Content Creator Set|Twitch Drops wvbBB SCC Set]]",
		group = 3700,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Bubble Tea Gravestone"] = {
		class = "Gravestone",
		rarity = 4,
		file = "Gravestone-boba.png",
		description = "''wvbBB Super Content Creator Item''<br>[[Special_Cosmetics#Twitch Drops wvbBB Super Content Creator Set|Twitch Drops wvbBB SCC Set]]",
		group = 1550,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
	},
	["Mini Deer"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		file = "Pet-deer.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		group = 30,
		link = "Mini Animal Pets",
	},
	["Mini Raccoon"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		file = "Pet-raccoon.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		group = 60,
		link = "Mini Animal Pets",
	},
	["Mini Sheep"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		file = "Pet-sheep.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		group = 80,
		link = "Mini Animal Pets",
	},
	["Mini Skunk"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		file = "Pet-skunk.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		group = 100,
		link = "Mini Animal Pets",
	},
	["Default BCG"] = {
		class = "GunSkin",
		rarity = 0,
		link = "Big Clucking Gun",
		file = "Gun egglauncher grey.png",
		description = "''Available to all players''",
		group = 50,
	},
	["Orange BCG"] = {
		class = "GunSkin",
		rarity = 0,
		link = "Big Clucking Gun",
		file = "Gun egglauncher orange.png",
		description = "2 BCG kills",
		group = 100,
	},
	["Green BCG"] = {
		class = "GunSkin",
		rarity = 0,
		link = "Big Clucking Gun",
		file = "Gun egglauncher green.png",
		description = "5 BCG kills",
		group = 150,
	},
	["Blue BCG"] = {
		class = "GunSkin",
		rarity = 1,
		link = "Big Clucking Gun",
		file = "Gun egglauncher blue.png",
		description = "10 BCG kills",
		group = 200,
	},
	["Red BCG"] = {
		class = "GunSkin",
		rarity = 1,
		link = "Big Clucking Gun",
		file = "Gun egglauncher red.png",
		description = "20 BCG kills",
		group = 250,
	},
	["Purple BCG"] = {
		class = "GunSkin",
		rarity = 1,
		framed = 1,
		link = "Big Clucking Gun",
		file = "Gun egglauncher purple.png",
		description = "35 BCG kills",
		group = 300,
	},
	["Yellow BCG"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "Big Clucking Gun",
		file = "Gun egglauncher yellow.png",
		description = "50 BCG kills",
		group = 350,
	},
	["Pink BCG"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "Big Clucking Gun",
		file = "Gun egglauncher pink.png",
		description = "70 BCG kills",
		group = 400,
	},
	["White BCG"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Big Clucking Gun",
		file = "Gun egglauncher white.png",
		description = "100 BCG kills",
		group = 500,
	},
	["Retro BCG"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Big Clucking Gun",
		file = "Gun egglauncher doom.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 600,
		},
		group = 450,
	},
	["Ming Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		file = "Hat ming.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		bundle = "Ming Bundle",
		group = 3750,
	},
	["Ming Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes dress ming M.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		bundle = "Ming Bundle",
		group = 14600,
	},
	["Ming Dress"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes dress ming F.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		bundle = "Ming Bundle",
		group = 14650,
	},
	["Super Golden Tiger"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-tiger-golden.png",
		baseAnimal = "Tiger",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
		group = 100,
	},
	["Super Toy Tiger"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-tiger-toy.png",
		baseAnimal = "Tiger",
		currencies = {
			{
				name = "DNA",
				amount = 220,
			},
			{
				name = "Serum",
				amount = 62,
			},
		},
		group = 200,
	},
	["Super Bengal Tiger"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-tiger-bengal.png",
		baseAnimal = "Tiger",
		currencies = {
			{
				name = "DNA",
				amount = 220,
			},
			{
				name = "Serum",
				amount = 62,
			},
		},
		group = 250,
	},
	["Super Lunar Tiger"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-tiger-lunar.png",
		baseAnimal = "Tiger",
		currencies = {
			{
				name = "DNA",
				amount = 120,
			},
			{
				name = "Serum",
				amount = 35,
			},
		},
	},
	["Money Bag Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		framed = 1,
		file = "Gravestone-money-bag.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 250,
		},
		group = 1000,
	},
	["Winged Penguin Beanie"] = {
		class = "Hat",
		rarity = 3,
		file = "Hat beanies penguin wings.png",
		description = "[[Super Animal Mods|Tsubapen Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		group = 5400,
	},
	["Lunar Dress (2022)"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes dress lunar year.png",
		event = "Year of the Super Tiger 2022",
		currency = {
			name = "Red Envelopes",
			amount = 1337,
		},
		group = 14850,
	},
	["Coin Glasses"] = {
		class = "Glasses",
		rarity = 5,
		file = "Glasses coins.png",
		event = "Year of the Super Tiger 2022",
		currency = {
			name = "Red Envelopes",
			amount = 450,
		},
		group = 3450,
	},
	["Gold Yuanbao"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat gold ingot chinese.png",
		event = "Year of the Super Tiger 2022",
		currency = {
			name = "Red Envelopes",
			amount = 900,
		},
		group = 8250,
	},
	["Peach Blossom Hat"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat peach blossom.png",
		event = "Year of the Super Tiger 2022",
		currency = {
			name = "Red Envelopes",
			amount = 900,
		},
		group = 8300,
	},
	["Lunar Headband"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat headband lunar.png",
		event = "Year of the Super Tiger 2022",
		currency = {
			name = "Red Envelopes",
			amount = 450,
		},
		group = 8150,
	},
	["Lunar Flower"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat lunar flower.png‎",
		event = "Year of the Super Tiger 2022",
		currency = {
			name = "Red Envelopes",
			amount = 450,
		},
		group = 8200,
	},
	["Peach Blossom Branch"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee peach staff.png",
		event = "Year of the Super Tiger 2022",
		currency = {
			name = "Red Envelopes",
			amount = 1337,
		},
		group = 6500,
	},
	["Lunar Paper Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		file = "Umbrella paper flowers.png",
		event = "Year of the Super Tiger 2022",
		currency = {
			name = "Red Envelopes",
			amount = 900,
		},
		group = 3650,
	},
	Rap = {
		class = "Emote",
		rarity = 3,
		file = "Emote-rap.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 800,
		},
	},
	["Country Dance"] = {
		class = "Emote",
		rarity = 3,
		file = "Emote-country.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 800,
		},
	},
	["Tiger BCG"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "Big Clucking Gun",
		file = "Gun egglauncher tiger.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
	},
	["Guan Yu Guandao"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee guandao GuanYu.png",
		description = "[[Special_Cosmetics#Twitch Drops Guan Yu Set|Twitch Drops Guan Yu Set]]",
		group = 8350,
	},
	["Guan Yu Helmet"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat helmet GuanYu.png",
		description = "[[Special_Cosmetics#Twitch Drops Guan Yu Set|Twitch Drops Guan Yu Set]]",
		group = 6550,
	},
	["Guan Yu Armor"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes armor GuanYu.png",
		description = "[[Special_Cosmetics#Twitch Drops Guan Yu Set|Twitch Drops Guan Yu Set]]",
		group = 14900,
	},
	["Kumquat Tree"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		file = "Melee kumquat.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		group = 2900,
	},
	["Dragon JAG-7"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "JAG-7",
		file = "Gun jag7 dragon.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 600,
		},
	},
	Tanghulu = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		file = "Melee tanghulu.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		group = 2950,
	},
	Scimitar = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		file = "Melee scimitar.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		group = 3000,
	},
	["Froggy Hat"] = {
		class = "Hat",
		rarity = 2,
		file = "Hat froggy.png",
		description = "''froggycrossing Streamer Item''<br>[[Special Cosmetics#FroggyCrossing|Froggycrossing]]",
		group = 6450,
	},
	["Froggy Dress"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes dress froggy.png",
		description = "''froggycrossing Streamer Item''<br>[[Special Cosmetics#FroggyCrossing|Froggycrossing]]",
		group = 10950,
	},
	["Purple Round Glasses"] = {
		class = "Glasses",
		rarity = 2,
		file = "Glasses round purple.png",
		description = "''froggycrossing Streamer Item''<br>[[Special Cosmetics#FroggyCrossing|Froggycrossing]]",
		group = 3200,
	},
	["Desert Tactical Glasses"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		file = "Glasses tactical desert.png",
		description = "[[Super Animal Pass Season 3]]",
		group = 3250,
	},
	["Rebel Flag"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		file = "Melee flag rebel.png‎",
		description = "[[Super Animal Pass Season 3]]",
		group = 3050,
	},
	["Camo BCG"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		file = "Gun egglauncher camo.png",
		description = "[[Super Animal Pass Season 3]]",
		link = "Big Clucking Gun",
	},
	["Rebel Desert Camo"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes camo rebel.png‎",
		description = "[[Super Animal Pass Season 3]]",
		group = 14750,
	},
	["Ripped Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		framed = 1,
		file = "Umbrella ripped.png‎",
		description = "[[Super Animal Pass Season 3]]",
		group = 3200,
	},
	["Rubber Chicken"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		file = "Melee rubber chicken.png‎",
		description = "[[Super Animal Pass Season 3]]",
		group = 6350,
	},
	["Laurel Crown"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		file = "Hat laurel crown.png‎",
		description = "[[Super Animal Pass Season 3]]",
		group = 6500,
	},
	["Roman Formal Wear"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		file = "Clothes roman emperor.png",
		description = "[[Super Animal Pass Season 3]]",
		group = 11000,
	},
	["Black Tactical Glasses"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		file = "Glasses tactical black.png",
		description = "[[Super Animal Pass Season 3]]",
		group = 3300,
	},
	["Bomb Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		framed = 1,
		file = "Gravestone-cartoon-bomb.png‎",
		description = "[[Super Animal Pass Season 3]]",
		group = 1450,
	},
	["S.A.W. Winter Camo"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		file = "Clothes camo SAW.png",
		description = "[[Super Animal Pass Season 3]]",
		group = 11050,
	},
	["Desert SMG"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		file = "Gun smg desert.png‎",
		description = "[[Super Animal Pass Season 3]]",
		link = "SMG",
	},
	["Rebel Guitar"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		file = "Melee guitar rebel.png‎",
		description = "[[Super Animal Pass Season 3]]",
		group = 6400,
	},
	["Desert Camo Cap"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		file = "Hat desert.png‎",
		description = "[[Super Animal Pass Season 3]]",
		group = 5450,
	},
	["Desert Rebel Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		file = "Clothes desert rebel.png‎",
		description = "[[Super Animal Pass Season 3]]",
		group = 11100,
	},
	["Peace Glasses"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		file = "Glasses sunglasses peace.png",
		description = "[[Super Animal Pass Season 3]]",
		group = 3350,
	},
	["Flower Power M16"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		file = "Gun M16 flowerpower.png‎",
		description = "[[Super Animal Pass Season 3]]",
		link = "M16",
	},
	["Pacifist Dress"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes dress pacifist.png‎",
		description = "[[Super Animal Pass Season 3]]",
		group = 14800,
	},
	["Sit in Peace"] = {
		class = "Emote",
		rarity = 3,
		framed = 1,
		file = "Emote-sit.png",
		description = "[[Super Animal Pass Season 3]]",
	},
	["Mini Hippo"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		file = "Pet-hippo.png",
		description = "[[Super Animal Pass Season 3]]",
		group = 51,
		link = "Mini Animal Pets",
	},
	["10,011 Tickets in a Briefcase Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		framed = 1,
		file = "Gravestone-briefcase.png",
		description = "[[Super Animal Pass Season 3]]",
		group = 1500,
	},
	["Catfive’s Broom"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		file = "Melee broom.png",
		description = "[[Super Animal Pass Season 3]]",
		group = 3150,
	},
	["Catfive’s Janitorial Uniform"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		file = "Clothes janitor.png",
		description = "[[Super Animal Pass Season 3]]",
		group = 11150,
	},
	["Hunting Knife"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		file = "Melee hunting knife.png‎",
		description = "[[Super Animal Pass Season 3]]",
		group = 3200,
	},
	["Moosevelt’s Very Fine Glasses"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		file = "Glasses moosevelt.png‎",
		description = "[[Super Animal Pass Season 3]]",
		group = 3400,
	},
	["Moosevelt’s Very Fine Hat"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		file = "Hat moosevelt.png‎",
		description = "[[Super Animal Pass Season 3]]",
		group = 5500,
	},
	["Moosevelt’s Very Fine Suit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		file = "Clothes moosevelt.png‎",
		description = "[[Super Animal Pass Season 3]]",
		group = 11200,
	},
	["Bunny Fancy Shirt"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes shirt bunnies.png",
		event = "Super Easter 2022",
		currency = {
			name = "Easter Eggs",
			amount = 450,
		},
		group = 149050,
	},
	["Easter Bonnet"] = {
		class = "Hat",
		rarity = 5,
		file = "Hat bonnet easter.png",
		event = "Super Easter 2022",
		currency = {
			name = "Easter Eggs",
			amount = 450,
		},
		group = 8350,
	},
	["Easter Dress (2022)"] = {
		class = "Clothes",
		rarity = 5,
		file = "Clothes dress easter 2022.png",
		event = "Super Easter 2022",
		currency = {
			name = "Easter Eggs",
			amount = 900,
		},
		group = 149100,
	},
	["Fancy Spring Glasses"] = {
		class = "Glasses",
		rarity = 5,
		file = "Glasses fancy spring.png",
		event = "Super Easter 2022",
		currency = {
			name = "Easter Eggs",
			amount = 900,
		},
		group = 3500,
	},
	["Paw SMG"] = {
		class = "GunSkin",
		rarity = 5,
		file = "Gun smg paws.png",
		link = "SMG",
		event = "Super Easter 2022",
		currency = {
			name = "Easter Eggs",
			amount = 900,
		},
	},
	["Carpet Beater"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee carpet beater.png",
		event = "Super Easter 2022",
		currency = {
			name = "Easter Eggs",
			amount = 900,
		},
		group = 8400,
	},
	["Easter BCG"] = {
		class = "GunSkin",
		rarity = 5,
		file = "Gun egglauncher easter.png",
		event = "Super Easter 2022",
		currency = {
			name = "Easter Eggs",
			amount = 1337,
		},
		link = "Big Clucking Gun",
	},
	["Spray Bottle"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee spray bottle.png",
		event = "Super Easter 2022",
		currency = {
			name = "Easter Eggs",
			amount = 1337,
		},
		group = 8450,
	},
	["Daisy Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		framed = 1,
		file = "Umbrella daisy.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 400,
		},
		bundle = "Flower Bundle",
		group = 2550,
	},
	["Flower Apron"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "Clothes apron flowers.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		bundle = "Flower Bundle",
		group = 14300,
	},
	["Flower Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		file = "Hat big flower.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		bundle = "Flower Bundle",
		group = 6550,
	},
	["Gardening Apron"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		file = "Clothes apron gardening.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		group = 14350,
	},
	["S.A.W. Flag"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		file = "Melee flag SAW.png‎",
		description = "[[Super Animal Pass Season 3]]",
		group = 3100,
	},
	["Roman Armor"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		file = "Clothes roman soldier.png",
		description = "<small>[[Season 3 Starter Pack]]</small>",
		group = 14700,
	},
	Gladius = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		file = "Melee gladius.png",
		description = "<small>[[Season 3 Starter Pack]]</small>",
		group = 6300,
	},
	["Super White Bengal Tiger"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-tiger-siberian.png",
		description = "<small>[[Season 3 Starter Pack]]</small>",
		baseAnimal = "Tiger",
		framed = 1,
		group = 1100,
	},
	["Super Chimera Cat"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-cat-chimera.png",
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 42,
			},
		},
	},
	["Super Himalayan Cat"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-cat-himalayan.png",
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Poodle"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-dog-poodle white.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Super Chihuahua"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-dog-chihuahua.png",
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 42,
			},
		},
	},
	["Super African Wild Dog"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-wolf-awd.png",
		baseAnimal = "Wolf",
		currencies = {
			{
				name = "DNA",
				amount = 450,
			},
			{
				name = "Serum",
				amount = 120,
			},
		},
	},
	["Super Cheetah"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-leopard-cheetah.png",
		baseAnimal = "Leopard",
		currencies = {
			{
				name = "DNA",
				amount = 400,
			},
			{
				name = "Serum",
				amount = 105,
			},
		},
	},
	["Green Crayon"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee crayon green.png",
		description = "[[Special Cosmetics#Super Fanart Contest|War! (Jan 2022)]]",
		group = 6000,
	},
	["Green & Black Cap"] = {
		class = "Hat",
		rarity = 4,
		framed = 0,
		file = "Hat baseball Xbox.png",
		description = "[[Xbox Perks Bundle 2]]",
		group = 6100,
	},
	["Green & Black Shotgun"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 0,
		file = "Gun shotgun Xbox.png",
		description = "[[Xbox Perks Bundle 2]]",
		link = "Shotgun",
	},
	["Green Triangle Sunglasses"] = {
		class = "Glasses",
		rarity = 4,
		framed = 0,
		file = "Glasses triangle shades Xbox.png",
		description = "[[Xbox Perks Bundle 2]]",
		group = 2850,
	},
	["Green & Black SMG"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 0,
		file = "Gun smg Xbox.png",
		description = "[[Xbox Perks Bundle 2]]",
		link = "SMG",
	},
	["Blue & Black Cap"] = {
		class = "Hat",
		rarity = 4,
		framed = 0,
		file = "Hat baseball PS.png",
		description = "[[Playstation Plus Pack 2]]",
		group = 6050,
	},
	["Blue & Black Shotgun"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 0,
		file = "Gun shotgun PS.png",
		description = "[[Playstation Plus Pack 2]]",
		link = "Shotgun",
	},
	["Blue Triangle Sunglasses"] = {
		class = "Glasses",
		rarity = 4,
		framed = 0,
		file = "Glasses triangle shades PS.png",
		description = "[[Playstation Plus Pack 2]]",
		group = 2800,
	},
	["Blue & Black SMG"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 0,
		file = "Gun smg PS.png",
		description = "[[Playstation Plus Pack 2]]",
		link = "SMG",
	},
	["Ringleader Outfit"] = {
		class = "Clothes",
		rarity = 4,
		file = "Clothes ringmaster.png",
		description = "''Freak_OTRT Super Content Creator Item''",
		group = 10840,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
	},
	["Super Cotton Candy Sheep"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-sheep-cottoncandy.png",
		baseAnimal = "Sheep",
		currencies = {
			{
				name = "DNA",
				amount = 380,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Cotton Candy Snow Leopard"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-leopard-snow cottoncandy.png",
		baseAnimal = "Leopard",
		currencies = {
			{
				name = "DNA",
				amount = 470,
			},
			{
				name = "Serum",
				amount = 125,
			},
		},
	},
	["Rainbow Shutter Shades"] = {
		class = "Glasses",
		rarity = 5,
		file = "Glasses shutter shades rainbow.png",
		description = "[[Special Cosmetics#Pride 2022|Pride 2022]]",
		group = 3550,
	},
	["Super Lizard"] = {
		class = "Character",
		rarity = 0,
		baseAnimal = "Lizard",
		currencies = {
			{
				name = "DNA",
				amount = 100,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Blue-Tongued Skink"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Super Blue-Tongued Skink.png",
		baseAnimal = "Lizard",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 68,
			},
		},
	},
	["Super Dark Green Lizard"] = {
		class = "CharacterSkin",
		rarity = 1,
		baseAnimal = "Lizard",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Red and Blue Lizard"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Lizard",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 55,
			},
		},
	},
	["Super Iguana"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Lizard",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Jumbo Glasses"] = {
		class = "Glasses",
		rarity = 1,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Giant Comb"] = {
		class = "MeleeSkin",
		rarity = 1,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Tiny Tophat"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Oversized Pullover"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Gecko Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Mini Obelisk"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Scale Mail"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Scale Mail Helmet"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Giant Toothbrush"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Gecko Dual Pistols"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
		link = "Dual Pistols",
	},
	["Gecko Bucket Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Zoot Suit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Scale Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Giant Calipers"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Reptile Glasses"] = {
		class = "Glasses",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Shrunk Suit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Snakeskin Skirt"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Snakeskin Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Snakeskin Glasses"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Snakeskin Jacket"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Mini Skyscraper"] = {
		class = "MeleeSkin",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Reptile Shotgun"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
		link = "Shotgun",
	},
	["Frilled Lizard Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["T-pose"] = {
		class = "Emote",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Mini Lizard"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
		group = 140,
	},
	["Measuring Tape"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Moleman Cap"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Moleman Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 4]]",
	},
	["Panama Hat"] = {
		class = "Hat",
		rarity = 5,
		event = "Summer Royale 2022",
		currency = {
			name = "Fruit Baskets",
			amount = 900,
		},
	},
	["Surfboard Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		event = "Summer Royale 2022",
		currency = {
			name = "Fruit Baskets",
			amount = 1337,
		},
	},
	["Sunny JAG-7"] = {
		class = "GunSkin",
		rarity = 5,
		link = "JAG-7",
		event = "Summer Royale 2022",
		currency = {
			name = "Fruit Baskets",
			amount = 900,
		},
	},
	["Lemon Skirt"] = {
		class = "Clothes",
		rarity = 5,
		event = "Summer Royale 2022",
		currency = {
			name = "Fruit Baskets",
			amount = 900,
		},
	},
	["Strawberry Glasses"] = {
		class = "Glasses",
		rarity = 5,
		event = "Summer Royale 2022",
		currency = {
			name = "Fruit Baskets",
			amount = 450,
		},
	},
	["Watermelon Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		event = "Summer Royale 2022",
		currency = {
			name = "Fruit Baskets",
			amount = 450,
		},
	},
	["Summer 2022 Dress"] = {
		class = "Clothes",
		rarity = 5,
		event = "Summer Royale 2022",
		currency = {
			name = "Fruit Baskets",
			amount = 450,
		},
	},
	["Banana Leaf"] = {
		class = "MeleeSkin",
		rarity = 5,
		event = "Summer Royale 2022",
		currency = {
			name = "Fruit Baskets",
			amount = 1337,
		},
	},
	["Ninja Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 4 Starter Pack]]</small>",
	},
	Sai = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 4 Starter Pack]]</small>",
	},
	["Super Platinum Fox"] = {
		class = "CharacterSkin",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 4 Starter Pack]]</small>",
		baseAnimal = "Fox",
		group = 1100,
	},
	["Sunflower Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
		bundle = "Sunflower Bundle",
	},
	["Sunflower Dress"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		bundle = "Sunflower Bundle",
	},
	["Sunflower Outfit"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
		bundle = "Sunflower Bundle",
	},
	Sunflower = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 650,
		},
		bundle = "Sunflower Bundle",
	},
	["Rock & Roll Guitar"] = {
		class = "MeleeSkin",
		rarity = 5,
		description = "<small>[[Special_Cosmetics#Twitch Drops June 2022|Twitch Drops June 2022]]</small>",
	},
	["Rock & Roll Outfit"] = {
		class = "Clothes",
		rarity = 5,
		description = "<small>[[Special_Cosmetics#Twitch Drops June 2022|Twitch Drops June 2022]]</small>",
	},
	["Rock & Roll Glasses"] = {
		class = "Glasses",
		rarity = 5,
		description = "<small>[[Special_Cosmetics#Twitch Drops June 2022|Twitch Drops June 2022]]</small>",
	},
	["Blue & Black Sniper"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		description = "''[[Season 4 PlayStation Plus Pack]]''",
		link = "Sniper",
	},
	["Blue & Black Nightcap"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "''[[Season 4 PlayStation Plus Pack]]''",
	},
	["Blue & Black Thomas Gun"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		description = "''[[Season 4 PlayStation Plus Pack]]''",
		link = "Thomas Gun",
	},
	["Blue & Black Onesie"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "''[[Season 4 PlayStation Plus Pack]]''",
	},
	["Green & Black Onesie"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "''[[Season 4 Xbox Perks Pack]]''",
	},
	["Green & Black Nightcap"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "''[[Season 4 Xbox Perks Pack]]''",
	},
	["Green & Black Thomas Gun"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		description = "''[[Season 4 Xbox Perks Pack]]''",
		link = "Thomas Gun",
	},
	["Green & Black Sniper"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		description = "''[[Season 4 Xbox Perks Pack]]''",
		link = "Sniper",
	},
	["Super Coconut Capybara"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Super Coconut Capybara.png",
		baseAnimal = "Capybara",
		currencies = {
			{
				name = "DNA",
				amount = 410,
			},
			{
				name = "Serum",
				amount = 110,
			},
		},
	},
	["Super Seagull"] = {
		class = "Character",
		rarity = 0,
		file = "Char-Seagull.png",
		baseAnimal = "Seagull",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Black-Headed Seagull"] = {
		class = "CharacterSkin",
		rarity = 1,
		file = "Char-Black-Headed-Seagull.png",
		baseAnimal = "Seagull",
		currencies = {
			{
				name = "DNA",
				amount = 225,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Super Albatross"] = {
		class = "CharacterSkin",
		rarity = 2,
		file = "Char-Albatross.png",
		baseAnimal = "Seagull",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 85,
			},
		},
	},
	["Super Curry Seagull"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-Curry-Seagull.png",
		baseAnimal = "Seagull",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Chicken Nugget Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Bamboo BCG"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
		link = "Big Clucking Gun",
	},
	["Chicken Drumstick"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	Flamingo = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		name = "Lawn Flamingo",
		description = "[[Super Animal Pass Season 5]]",
	},
	["Feather Duster"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Egg Beater"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Bird House"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Chicken Suit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Colorful Coat"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Sparrow Dress"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Fisherman Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Colorful Oversized Pullover"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Tie Dye Tee"] = {
		class = "Clothes",
		rarity = 1,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Giant Eagle Airlines Uniform"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Purple Boa"] = {
		class = "Neck",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	Binoculars = {
		class = "Neck",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Paint Splatter Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Flamingo Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Peacock Glasses"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Colorful Glasses"] = {
		class = "Glasses",
		rarity = 1,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Egg Sleeping Mask"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Duck Cap"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Chicken Comb"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Giant Eagle Airlines Hat"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Cat Headband"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Super Marble Skullcat"] = {
		class = "CharacterSkin",
		rarity = 3,
		framed = 1,
		baseAnimal = "Skullcat",
		description = "<small>[[Season 5 Starter Pack]]</small>",
	},
	["Zeus Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 5 Starter Pack]]</small>",
	},
	["Lightning Bolt"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 5 Starter Pack]]</small>",
	},
	["Mini Chicken"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
		group = 170,
	},
	Splits = {
		class = "Emote",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
	},
	["Dogna’s Paint Splatter Dart Fly"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 5]]",
		link = "Dogna's Dartfly Gun",
		name = "Dogna's Paint Splatter Dartfly Gun",
		file = "Dogna's Paint Splatter Dart Fly.png",
	},
	["Default Dogna’s Dart Fly"] = {
		class = "GunSkin",
		rarity = 0,
		link = "Dogna's Dartfly Gun",
		name = "Dogna's Default Dartfly Gun",
		file = "Dogna's Grey Dart Fly.png",
		description = "''Available to all players''",
		group = 0,
	},
	["Dogna’s Yellow Dart Fly"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "Dogna's Dartfly Gun",
		name = "Dogna's Yellow Dartfly Gun",
		file = "Dogna's Yellow Dart Fly.png",
		description = "80 Dogna's Dartfly Gun kills",
		group = 300,
	},
	["Dogna’s White Dart Fly"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Dogna's Dartfly Gun",
		name = "Dogna's White Dartfly Gun",
		file = "Dogna's White Dart Fly.png",
		description = "150 Dogna's Dartfly Gun kills",
		group = 400,
	},
	["Dogna’s Red Dart Fly"] = {
		class = "GunSkin",
		rarity = 1,
		link = "Dogna's Dartfly Gun",
		name = "Dogna's Red Dartfly Gun",
		file = "Dogna's Red Dart Fly.png",
		description = "35 Dogna's Dartfly Gun kills",
		group = 200,
	},
	["Dogna’s Purple Dart Fly"] = {
		class = "GunSkin",
		rarity = 1,
		framed = 1,
		link = "Dogna's Dartfly Gun",
		name = "Dogna's Purple Dartfly Gun",
		file = "Dogna's Purple Dart Fly.png",
		description = "55 Dogna's Dartfly Gun kills",
		group = 250,
	},
	["Dogna’s Pink Dart Fly"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "Dogna's Dartfly Gun",
		name = "Dogna's Pink Dartfly Gun",
		file = "Dogna's Pink Dart Fly.png",
		description = "110 Dogna's Dartfly Gun kills",
		group = 350,
	},
	["Dogna’s Orange Dart Fly"] = {
		class = "GunSkin",
		rarity = 0,
		link = "Dogna's Dartfly Gun",
		name = "Dogna's Orange Dartfly Gun",
		file = "Dogna's Orange Dart Fly.png",
		description = "5 Dogna's Dartfly Gun kills",
		group = 50,
	},
	["Dogna’s Green Dart Fly"] = {
		class = "GunSkin",
		rarity = 0,
		link = "Dogna's Dartfly Gun",
		name = "Dogna's Green Dartfly Gun",
		file = "Dogna's Green Dart Fly.png",
		description = "10 Dogna's Dartfly Gun kills",
		group = 100,
	},
	["Dogna’s Blue Dart Fly"] = {
		class = "GunSkin",
		rarity = 1,
		link = "Dogna's Dartfly Gun",
		name = "Dogna's Blue Dartfly Gun",
		file = "Dogna's Blue Dart Fly.png",
		description = "20 Dogna's Dartfly Gun kills",
		group = 150,
	},
	["Blue & Black Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		framed = 1,
		description = "''[[Season 5 PlayStation Plus Pack]]''",
	},
	["Green & Black Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		framed = 1,
		description = "''[[Season 5 Xbox Perks Pack]]''",
	},
	["Blue & Black BCG"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		description = "''[[Season 5 PlayStation Plus Pack]]''",
		link = "BCG",
	},
	["Green & Black BCG"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		description = "''[[Season 5 Xbox Perks Pack]]''",
		link = "BCG",
	},
	["Blue & Black Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "''[[Season 5 PlayStation Plus Pack]]''",
	},
	["Green & Black Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "''[[Season 5 Xbox Perks Pack]]''",
	},
	["Blue & Black Sparrow Launcher"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		description = "''[[Season 5 PlayStation Plus Pack]]''",
		link = "Sparrow Launcher",
	},
	["Green & Black Sparrow Launcher"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		description = "''[[Season 5 Xbox Perks Pack]]''",
		link = "Sparrow Launcher",
	},
	["CRISPR Frapp"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		bundle = "Streetwear Bundle",
				store = "saw",
				currency = {
			name = "S.A.W. Tickets",
			amount = 500,
	},
},
	["Pink Streetwear"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		bundle = "Streetwear Bundle",
				store = "saw",
				currency = {
			name = "S.A.W. Tickets",
			amount = 750,
	},
},
	["Pink Streetwear Glasses"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		bundle = "Streetwear Bundle",
				store = "saw",
				currency = {
			name = "S.A.W. Tickets",
			amount = 250,
	},
},
	["Super Peacock"] = {
		class = "Character",
		rarity = 0,
		baseAnimal = "Peacock",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Green Peacock"] = {
		class = "CharacterSkin",
		rarity = 1,
		baseAnimal = "Peacock",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super White Peacock"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Peacock",
		currencies = {
			{
				name = "DNA",
				amount = 390,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Purple Peacock"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Peacock",
		currencies = {
			{
				name = "DNA",
				amount = 480,
			},
			{
				name = "Serum",
				amount = 125,
			},
		},
	},
	["Rivals Jersey"] = {
		class = "Clothes",
		rarity = 5,
		description = "<small>[[Special_Cosmetics#Twitch Drops October 2022|Twitch Drops October 2022]]</small>",
	},
	["Bat Glasses"] = {
		class = "Glasses",
		rarity = 5,
		event = "Super Howloween 2022",
		currency = {
			name = "Candy Corn",
			amount = 450,
		},
	},
	["Bat Tophat"] = {
		class = "Hat",
		rarity = 5,
		event = "Super Howloween 2022",
		currency = {
			name = "Candy Corn",
			amount = 450,
		},
	},
	["Howloween Bandana"] = {
		class = "Neck",
		rarity = 5,
		event = "Super Howloween 2022",
		currency = {
			name = "Candy Corn",
			amount = 450,
		},
	},
	["Skeleton Bow & Sparrow"] = {
		class = "GunSkin",
		name = "Bone & Sparrow",
		rarity = 5,
		event = "Super Howloween 2022",
		link = "Bow & Sparrow",
		currency = {
			name = "Candy Corn",
			amount = 900,
		},
	},
	["Black Cat Glasses"] = {
		class = "Glasses",
		rarity = 5,
		event = "Super Howloween 2022",
		currency = {
			name = "Candy Corn",
			amount = 900,
		},
	},
	["Howloween Suspenders"] = {
		class = "Clothes",
		rarity = 5,
		event = "Super Howloween 2022",
		currency = {
			name = "Candy Corn",
			amount = 900,
		},
	},
	Bone = {
		class = "MeleeSkin",
		rarity = 5,
		event = "Super Howloween 2022",
		currency = {
			name = "Candy Corn",
			amount = 1337,
		},
	},
	["Green Witch Dress"] = {
		class = "Clothes",
		rarity = 5,
		event = "Super Howloween 2022",
		currency = {
			name = "Candy Corn",
			amount = 1337,
		},
	},
	["Super Spooky Teddy Bear"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Bear",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Alebrije Lizard"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Lizard",
		currencies = {
			{
				name = "DNA",
				amount = 130,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	Cleaver = {
		class = "MeleeSkin",
		rarity = 1,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 300,
		},
	},
	["Hatchet Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
	},
	["Bwoking Deagle"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Deagle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 600,
		},
	},
	["Mummy Sniper"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Sniper",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 600,
		},
	},
	["Green Bow Tie"] = {
		class = "Neck",
		rarity = 0,
		group = 600,
		file = "Clothes bowtie green-resources.assets-691.png",
		description = "5 Games",
	},
	["Blue Bow Tie"] = {
		class = "Neck",
		rarity = 0,
		group = 650,
		file = "Clothes bowtie blue-resources.assets-3333.png",
		description = "20 Games",
	},
	["Orange Bow Tie"] = {
		class = "Neck",
		rarity = 0,
		group = 700,
		file = "Clothes bowtie orange-resources.assets-695.png",
		description = "25 Games",
	},
	["Purple Bow Tie"] = {
		class = "Neck",
		rarity = 1,
		group = 2500,
		framed = 1,
		file = "Clothes bowtie purple-resources.assets-2224.png",
		description = "50 Games<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Maroon Bow Tie"] = {
		class = "Neck",
		rarity = 1,
		group = 2550,
		framed = 1,
		file = "Clothes bowtie maroon-resources.assets-469.png",
		description = "150 Games<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["White Bow Tie"] = {
		class = "Neck",
		rarity = 2,
		group = 4100,
		framed = 1,
		file = "Clothes bowtie white-resources.assets-3302.png",
		description = "250 Games<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Black Bow Tie"] = {
		class = "Neck",
		rarity = 2,
		group = 4150,
		framed = 1,
		file = "Clothes bowtie black-resources.assets-2420.png",
		description = "250 Games<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Small Crown"] = {
		class = "Hat",
		rarity = 2,
		group = 1700,
		file = "Hat crown small-resources.assets-995.png",
		description = "1 Win",
	},
	Crown = {
		class = "Hat",
		rarity = 3,
		group = 3900,
		framed = 1,
		file = "Hat crown-resources.assets-1055.png",
		description = "20 Wins<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Blow a Kiss"] = {
		class = "Emote",
		rarity = 2,
		framed = 1,
		file = "Blow_a_Kiss_emote.png",
		description = "10 Team Wins<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Chicken Dinner Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		group = 1150,
		file = "Gravestone chicken-resources.assets-320.png",
		description = "Winner Winner Super Chicken<br>{{hidetext|Spoiler|'''SPOILER'''<br>(Win as a {{Animal|Chicken}})}}",
	},
	["Chef Hat"] = {
		class = "Hat",
		rarity = 2,
		group = 1900,
		framed = 1,
		file = "Hat_chef-resources.assets-1194.png",
		description = "Winner Winner Super Turkey<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Spoiler|'''SPOILER'''<br>(Win as a {{Animal|Turkey}} or a {{Animal|Turducken}})}}",
	},
	["Gem Reveal"] = {
		class = "Emote",
		rarity = 1,
		group = 900,
		file = "Gem_Reveal_emote.png",
		description = "{{LevelGem|10|30px}} Reach Level 10",
	},
	["SAW Helmet"] = {
		class = "Hat",
		rarity = 2,
		group = 1250,
		framed = 1,
		file = "Hat helmet SAW-resources.assets-3265.png",
		description = "{{LevelGem|50|30px}} Reach Level 50<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Rebellion Helmet"] = {
		class = "Hat",
		rarity = 3,
		group = 3500,
		framed = 1,
		file = "Hat helmet rebellion-resources.assets-468.png",
		description = "{{LevelGem|100|30px}} Reach Level 100<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["SAW Security Uniform"] = {
		class = "Clothes",
		rarity = 3,
		group = 7150,
		framed = 1,
		file = "Clothes SAWguard.png",
		description = "{{LevelGem|200|30px}} Reach Level 200<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Rebellion Sword"] = {
		class = "MeleeSkin",
		rarity = 4,
		group = 4100,
		framed = 1,
		file = "melee-broadsword.png",
		description = "{{LevelGem|300|30px}} Reach Level 300<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Fly Swatter"] = {
		class = "MeleeSkin",
		rarity = 3,
		group = 3200,
		framed = 1,
		file = "Melee flyswatter-resources.assets-4880.png",
		description = "Pacifist Victory<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Rules|'''Rules to Acquire Milestone''':<br> [[Guides/Special_Victories_Guide|see the special victories guide]]}}",
	},
	["POW! Mallet"] = {
		class = "MeleeSkin",
		rarity = 3,
		group = 3350,
		framed = 1,
		file = "Melee mallet-resources.assets-977.png",
		description = "Melee Only Victory<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Rules|'''Rules to Acquire Milestone''':<br> [[Guides/Special_Victories_Guide|see the special victories guide]]}}",
	},
	Keikogi = {
		class = "Clothes",
		rarity = 3,
		group = 8200,
		framed = 1,
		file = "Clothes_keikogi-resources.assets-868.png",
		description = "No Armor Victory<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]{{hidetext|Rules|'''Rules to Acquire Milestone''':<br> [[Guides/Special_Victories_Guide|see the special victories guide]]}}",
	},
	["Green Tie"] = {
		class = "Neck",
		rarity = 0,
		group = 450,
		file = "Clothes tie green.png",
		description = "10 Kills",
	},
	["Blue Tie"] = {
		class = "Neck",
		rarity = 0,
		group = 500,
		file = "Clothes tie blue.png",
		description = "40 Kills",
	},
	["Orange Tie"] = {
		class = "Neck",
		rarity = 0,
		group = 550,
		file = "Clothes tie orange.png",
		description = "50 Kills",
	},
	["Purple Tie"] = {
		class = "Neck",
		rarity = 1,
		group = 2400,
		file = "Clothes tie purple-resources.assets-522.png",
		description = "150 Kills",
	},
	["Maroon Tie"] = {
		class = "Neck",
		rarity = 1,
		group = 2450,
		framed = 1,
		file = "Clothes tie maroon-resources.assets-588.png",
		description = "250 Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["White Tie"] = {
		class = "Neck",
		rarity = 2,
		group = 4000,
		framed = 1,
		file = "Clothes tie white.png",
		description = "500 Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Black Tie"] = {
		class = "Neck",
		rarity = 2,
		group = 4050,
		framed = 1,
		file = "Clothes tie black-resources.assets-583.png",
		description = "1,000 Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Red Eye Scope"] = {
		class = "Glasses",
		rarity = 4,
		group = 2600,
		framed = 1,
		file = "Glasses terminator-resources.assets-350.png",
		description = "3,000 Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	Hatchet = {
		class = "MeleeSkin",
		rarity = 1,
		group = 150,
		file = "melee_hatchet-resources.assets-1429.png",
		description = "10 Melee Kills<br>{{hidetext|Tip|'''MELEE TIP'''<br>It takes 4 melee hits to kill a player (at 33 dmg a hit). While evading is important, try pressing the Fire button + the Jump Roll button at the same time; if you time it right you will attack as you jump roll. This can be a very handy technique when mastered.}}",
	},
	Axe = {
		class = "MeleeSkin",
		rarity = 2,
		group = 1050,
		framed = 1,
		file = "melee_axe-resources.assets-1159.png",
		description = "40 Melee Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''MELEE TIP'''<br>It takes 4 melee hits to kill a player (at 33 dmg a hit). While evading is important, try pressing the Fire button + the Jump Roll button at the same time; if you time it right you will attack as you jump roll. This can be a very handy technique when mastered.}}",
	},
	Tomahawk = {
		class = "MeleeSkin",
		rarity = 3,
		group = 2800,
		framed = 1,
		file = "melee_tomahawk-resources.assets-3574.png",
		description = "50 Melee Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''MELEE TIP'''<br>It takes 4 melee hits to kill a player (at 33 dmg a hit). While evading is important, try pressing the Fire button + the Jump Roll button at the same time; if you time it right you will attack as you jump roll. This can be a very handy technique when mastered.}}",
	},
	["Swag Glasses"] = {
		class = "Glasses",
		rarity = 2,
		group = 900,
		file = "Glasses swag.png",
		description = "10 Hamster Ball Kills<br>{{hidetext|Tip|'''VEHICLE TIP'''<br> When using the Hamsterball try to stay away from tight areas; unless your using controller. Also focus on driving Up and Down the map instead of Left and Right to get kills; there is less reaction time for any player; this gives you an advantage. Also driving near big buildings and main roads helps too.}}",
	},
	["Emoji (Rock & Roll) Explosion"] = {
		class = "DeathExplosion",
		rarity = 2,
		group = 1500,
		framed = 1,
		file = "Rock and roll death explosion.png",
		description = "15 Hamster Ball Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''VEHICLE TIP'''<br> When using the Hamsterball try to stay away from tight areas; unless your using controller. Also focus on driving Up and Down the map instead of Left and Right to get kills; there is less reaction time for any player; this gives you an advantage. Also driving near big buildings and main roads helps too.}}",
	},
	["Rancher Hat"] = {
		class = "Hat",
		rarity = 2,
		group = 2100,
		file = "Hat_rancher-resources.assets-847.png",
		description = "5 Kills With An Emu",
	},
	["Rancher Outfit"] = {
		class = "Clothes",
		rarity = 3,
		group = 8450,
		framed = 1,
		file = "Clothes_rancher-resources.assets-709.png",
		description = "10 Kills With An Emu<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Grenade Tee"] = {
		class = "Clothes",
		rarity = 1,
		group = 1200,
		file = "Clothes tshirt grenade.png",
		description = "5 Grenade Kills",
	},
	["Banana Tee"] = {
		class = "Clothes",
		rarity = 1,
		group = 1150,
		file = "Clothes tshirt banana.png",
		description = "15 Enemies Banana Slipped<br>{{hidetext|Tip|'''BANANA TIP'''<br>When getting Banana slips the trick is to aim the banana near your feet as you run from a enemy chasing you. When an enemy is fleeing from you or in a general area around you; aim for where they will be not where they are (also compensate for speed of the throw vs how fast they're moving).}}",
	},
	["Banana Fancy Shirt"] = {
		class = "Clothes",
		rarity = 2,
		group = 3850,
		framed = 1,
		file = "Clothes shirt banana.png",
		description = "35 Enemies Banana Slipped<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''BANANA TIP'''<br>When getting Banana slips the trick is to aim the banana near your feet as you run from a enemy chasing you. When an enemy is fleeing from you or in a general area around you; aim for where they will be not where they are (also compensate for speed of the throw vs how fast they're moving).}}",
	},
	["Banan Pew Pew"] = {
		class = "Emote",
		rarity = 3,
		framed = 1,
		file = "Banan_Pew_Pew_emote.png",
		description = "50 Enemies Banana Slipped<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''BANANA TIP'''<br>When getting Banana slips the trick is to aim the banana near your feet as you run from a enemy chasing you. When an enemy is fleeing from you or in a general area around you; aim for where they will be not where they are (also compensate for speed of the throw vs how fast they're moving).}}",
	},
	Crowbar = {
		class = "MeleeSkin",
		rarity = 2,
		group = 1250,
		file = "melee-crowbar.png",
		description = "2,500 Destructibles Destroyed",
	},
	["Safari Hat"] = {
		class = "Hat",
		rarity = 2,
		group = 1750,
		file = "Hat safari-resources.assets-945.png",
		description = "100km Traveled",
	},
	["Safari Shirt"] = {
		class = "Clothes",
		rarity = 2,
		group = 3950,
		framed = 1,
		file = "Clothes shirt safari1-resources.assets-3434.png",
		description = "150km Travelled<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Stretching Routine"] = {
		class = "Emote",
		rarity = 3,
		framed = 1,
		file = "Stretch_Emote_Icon.png",
		description = "250km Travelled<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Green Pinwheel Glasses"] = {
		class = "Glasses",
		rarity = 2,
		group = 1550,
		file = "Glasses pinwheel green-resources.assets-4865.png",
		description = "1,000 Jump Rolls",
	},
	["Red Pinwheel Glasses"] = {
		class = "Glasses",
		rarity = 2,
		group = 1600,
		framed = 1,
		file = "Glasses pinwheel red-resources.assets-3650.png",
		description = "4,000 Jump Rolls<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	Pinwheel = {
		class = "MeleeSkin",
		rarity = 3,
		group = 3050,
		framed = 1,
		file = "Melee pinwheel-resources.assets-1964.png",
		description = "5,000 Jump Rolls<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Crate Tee"] = {
		class = "Clothes",
		rarity = 1,
		group = 1300,
		file = "Clothes tshirt crate-resources.assets-772.png",
		description = "5 Mole Crates Opened",
	},
	Shovel = {
		class = "MeleeSkin",
		rarity = 2,
		group = 1400,
		framed = 1,
		file = "melee-shovel.png",
		description = "15 Mole Crates Opened<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Marshmallow Stick"] = {
		class = "MeleeSkin",
		rarity = 1,
		group = 300,
		file = "melee-marshmallow white.png",
		description = "1 Campfire Uses",
	},
	["Burnt Marshmallow Stick"] = {
		class = "MeleeSkin",
		rarity = 2,
		group = 1300,
		file = "melee-marshmallow burnt.png",
		description = "24 Campfire Uses",
	},
	["Cooked Marshmallow Stick"] = {
		class = "MeleeSkin",
		rarity = 3,
		group = 2950,
		framed = 1,
		file = "melee-marshmallow cooked.png",
		description = "125 Campfire Uses<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Bubbly Health Juice Tee"] = {
		class = "Clothes",
		rarity = 1,
		group = 1350,
		name = "Health Juice Tee",
		file = "Clothes tshirt juice-resources.assets-4586.png",
		description = "1,000 Health Juice Drank",
	},
	["Medic Helmet"] = {
		class = "Hat",
		rarity = 2,
		group = 1300,
		file = "Hat helmet medic-resources.assets-504.png",
		description = "4,000 Health Juice Drank",
	},
	["Juice Hat"] = {
		class = "Hat",
		rarity = 3,
		group = 3950,
		framed = 1,
		file = "Hat juice hat-resources.assets-3713.png",
		description = "5,000 Health Juice Drank<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Coconut Tee"] = {
		class = "Clothes",
		rarity = 1,
		group = 1250,
		file = "Clothes tshirt coconut.png",
		description = "75 Coconuts Eaten",
	},
	["Palm Shirt"] = {
		class = "Clothes",
		rarity = 2,
		group = 3900,
		framed = 1,
		file = "Clothes shirt palm.png",
		description = "75 Coconuts Eaten<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Coconut Hula Skirt"] = {
		class = "Clothes",
		rarity = 3,
		group = 7400,
		framed = 1,
		file = "Clothes bikini coconut.png",
		description = "600 Coconuts Eaten<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Mushroom Shirt"] = {
		class = "Clothes",
		rarity = 2,
		file = "Clothes_shirt_mushroom.png",
		description = "Munch on 75 mushrooms",
		group = 6250,
	},
	["Mushroom Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		group = 2250,
		framed = 1,
		file = "Umbrella_mushroom.png",
		description = "Munch on 75 mushrooms<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Mushroom Cap"] = {
		class = "Hat",
		rarity = 3,
		group = 4900,
		framed = 1,
		file = "Hat_mushroom.png",
		description = "Munch on 600 mushrooms<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Super Tape Tee"] = {
		class = "Clothes",
		rarity = 1,
		group = 1400,
		file = "Clothes tshirt tape-resources.assets-1606.png",
		description = "10 Super Tape Used",
	},
	["Super Tape Jacket"] = {
		class = "Clothes",
		rarity = 3,
		group = 6750,
		framed = 1,
		file = "Clothes jacket tape-resources.assets-4118.png",
		description = "90 Super Tape Used<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Military Helmet"] = {
		class = "Hat",
		rarity = 1,
		group = 400,
		file = "Hat helmet military-resources.assets-3622.png",
		description = "100 Enemy Armor Broken",
	},
	["Camo Helmet"] = {
		class = "Hat",
		rarity = 1,
		group = 450,
		framed = 1,
		file = "Hat helmet camo-resources.assets-3326.png",
		description = "150 Enemy Armor Broken<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	Rags = {
		class = "Clothes",
		rarity = 3,
		group = 7750,
		framed = 1,
		file = "Clothes rags-resources.assets-4707.png",
		description = "250 Enemy Armor Broken<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Skunk Bomb Tee"] = {
		class = "Clothes",
		rarity = 1,
		group = 1450,
		file = "Clothes_tshirt_skunk.png",
		description = "50 Skunk Bomb Damage Dealt",
	},
	["Skunk Nose Clip"] = {
		class = "Beard",
		rarity = 2,
		group = 1800,
		framed = 1,
		file = "Moustache_noseclip.png",
		description = "200 Skunk Bomb Damage Dealt<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Skunk Hat"] = {
		class = "Hat",
		rarity = 3,
		group = 4300,
		framed = 1,
		file = "Hat_skunk.png",
		description = "1,250 Skunk Bomb Damage Dealt<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	Sickle = {
		class = "MeleeSkin",
		rarity = 1,
		group = 350,
		file = "Melee-sickle.png",
		description = "300 Grass Cut",
	},
	["Large Sickle"] = {
		class = "MeleeSkin",
		rarity = 2,
		group = 1350,
		file = "Melee-sickle_asian.png",
		description = "2,700 Grass Cut",
	},
	Scythe = {
		class = "MeleeSkin",
		rarity = 3,
		group = 3000,
		framed = 1,
		file = "Melee-scythe.png",
		description = "17,000 Grass Cut<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Blue Skydiving Jumpsuit"] = {
		class = "Clothes",
		rarity = 2,
		group = 2150,
		file = "Clothes_skydiving_blue.png",
		description = "1 Failed Landing",
	},
	["Red Skydiving Jumpsuit"] = {
		class = "Clothes",
		rarity = 2,
		group = 4950,
		framed = 1,
		file = "Clothes_skydiving_red.png",
		description = "9 Failed Landings<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Skydiving Camera Helmet"] = {
		class = "Hat",
		rarity = 2,
		group = 5000,
		framed = 1,
		file = "Hat_skydive_camera.png",
		description = "20 Failed Landings<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Giant Mole Beanie"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		file = "Giant Mole Beanie.png",
		description = "Defeated the Giant Star-nosed Mole<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''BEAT THE BOSS TIP'''<br>In order to get this Milestone, you must land a killing blow on the Giant Star-nosed Mole.<br>We recommend you select the Medic II class, but the normal Medic class will suffice.<br>When the mole reaches about 1/4 health, unload your Dartfly/Dart Gun into the mole first before swapping to your Dual Pistols and continually spray the mole with those.<br>It may take a few attempts before you perform this successfully.<br>Don't give up!}}",
	},
	["Prisoner Outfit"] = {
		class = "Clothes",
		rarity = 2,
		group = 4350,
		framed = 1,
		file = "Clothes_prisoner-resources.assets-5055.png",
		description = "Dart the [not a] Rat<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Spoiler|'''SPOILER'''<br>There is a Prisoner on the Map, in a cave somewhere North-West. Poison him and get your reward}}",
	},
	["Straw Hat"] = {
		class = "Hat",
		rarity = 1,
		group = 750,
		file = "Hat_straw-resources.assets-364.png",
		description = "1 Scarecrow",
	},
	["Scarecrow Outfit"] = {
		class = "Clothes",
		rarity = 2,
		group = 4750,
		framed = 1,
		file = "Clothes_scarecrow-resources.assets-222.png",
		description = "9 Scarecrows<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''TIP'''<br>There is 5 Scarecrows on the map.}}",
	},
	Syringe = {
		class = "MeleeSkin",
		rarity = 2,
		group = 2450,
		file = "Melee syringe.png",
		description = "Team Healing using Dogna's Dart Gun (300 HP)",
	},
	["Doctor Outfit"] = {
		class = "Clothes",
		rarity = 3,
		group = 9250,
		framed = 1,
		file = "Clothes doctor.png",
		description = "Team Healing with Dogna's Dart Gun (2,700 HP)<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Brown Archer Outfit"] = {
		class = "Clothes",
		rarity = 2,
		group = 5150,
		file = "Clothes_archer_brown.png",
		description = "Hit players with Sparrows 5x in a single match<br>{{hidetext|Tip|'''TIP'''<br>This is a difficult challenge. Using mouse has been found to be easier to use when playing with the bow, if your not a KBM player then using a controller will suffice as well.<br>You will have to lead your shoots shooting where your enemy is going to be and not so much where they are unless they are walking, or standing.<br>(1) You can try to rush your target and spam the bow at them (this will only give you the lowest dmg for each hit)<br>(2) You charge the bow and hold it down while jump rolling and then fire when ready (note if you let go to soon before the jump roll completes it will cancel out the bow charge).}}",
	},
	["Green Archer Outfit"] = {
		class = "Clothes",
		rarity = 2,
		group = 5200,
		framed = 1,
		file = "Clothes_archer_green.png",
		description = "Hit players with Sparrows 10x in a single match<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''TIP'''<br>This is a difficult challenge. Using mouse has been found to be easier to use when playing with the bow, if your not a KBM player then using a controller will suffice as well.<br>You will have to lead your shoots shooting where your enemy is going to be and not so much where they are unless they are walking, or standing.<br>(1) You can try to rush your target and spam the bow at them (this will only give you the lowest dmg for each hit)<br>(2) You charge the bow and hold it down while jump rolling and then fire when ready (note if you let go to soon before the jump roll completes it will cancel out the bow charge).}}",
	},
	["Archer Hat"] = {
		class = "Hat",
		rarity = 3,
		group = 4550,
		framed = 1,
		file = "Hat_archer.png",
		description = "Hit players with Sparrows 20x in a single match<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Tip|'''TIP'''<br>This is a difficult challenge. Using mouse has been found to be easier to use when playing with the bow, if your not a KBM player then using a controller will suffice as well.<br>You will have to lead your shoots shooting where your enemy is going to be and not so much where they are unless they are walking, or standing.<br>(1) You can try to rush your target and spam the bow at them (this will only give you the lowest dmg for each hit)<br>(2) You charge the bow and hold it down while jump rolling and then fire when ready (note if you let go to soon before the jump roll completes it will cancel out the bow charge).}}",
	},
	["Gallery Target Tee"] = {
		class = "Clothes",
		rarity = 1,
		group = 2750,
		file = "Clothes_tshirt_target-resources.assets-698.png",
		description = "Shoot a Gallery Target",
	},
	["5 Point Tee"] = {
		class = "Clothes",
		rarity = 1,
		group = 2800,
		file = "Clothes_tshirt_5points-resources.assets-1204.png",
		description = "Be a Gallery Target",
	},
	["Target Gravestone"] = {
		class = "Gravestone",
		rarity = 1,
		group = 350,
		file = "Gravestone-target.png",
		description = "Shoot a gallery target with a bow",
	},
	Raincoat = {
		class = "Clothes",
		rarity = 3,
		group = 8500,
		framed = 1,
		file = "Clothes_raincoat.png",
		description = "Dancing in the rain<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["No Dancing Sign"] = {
		class = "MeleeSkin",
		rarity = 2,
		group = 1750,
		file = "Melee sign.png",
		description = "No Dancing!<br>{{hidetext|Hint|'''HINT'''<br>Where is there no dancing allowed? Should you Listen?<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>Go to the Welcome Center, and to the right of the Water Fountian you'll be welcomed by a No Dancing Sign; Dance near it to get the Emote.}}}}",
	},
	["Skullcat Scepter"] = {
		class = "MeleeSkin",
		rarity = 2,
		group = 2000,
		framed = 1,
		file = "Melee_scepter_skullcat.png",
		description = "The First Super Skullcat<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Hint|'''HINT'''<br>In the Sahara, What can feel the wind, but never walks; has a mouth, but never talks; has a head, but never weeps; has a body, but never moves, has a bed, but never sleeps?<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>IF you go to the Skullcat Spyinx, on teh left side tehre is a secret floor plate: step on it and enter to find a coffin of the first skullcat. Stay until you completethe process for your reward! }}}}",
	},
	["Cheese Goudara's Beret"] = {
		class = "Hat",
		rarity = 2,
		group = 1550,
		framed = 1,
		file = "Hat_military_rebellion-resources.assets-2686.png",
		description = "Found the SASR Hideout<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Hint|'''HINT'''<br>A secret lies on the floor inside where the animals roam<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>Inside the Super animal Farm there is a floor plate left of the closed door behind some boxes.}}}}",
	},
	["Donk's Suit"] = {
		class = "Clothes",
		rarity = 3,
		group = 7000,
		framed = 1,
		file = "Clothes_suit_navy-resources.assets-3673.png",
		description = "A Tip for Donk<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Hint|'''HINT'''<br>Where animals are raised is a Story Telling Donky, give him a Tip why dont you.<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>In the next room to the right of the Rebel Hideout in teh Animal FArm is a row of line dividers walk up them and put a banana in teh basket to tip good ole donk.}}}}",
	},
	["Lab Coat"] = {
		class = "Clothes",
		rarity = 3,
		group = 7350,
		framed = 1,
		file = "Clothes_labcoat.png",
		description = "Dr. Dogna's Secret Lab Lab<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Hint|'''HINT'''<br>In the Land of Sand you will find him, A red Eye will take you in. A path beneath you must you follow<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>Go into the Giant pyramid, make a left and look on the ground for a floor plate; step on it. Follow this hallway to the end; press the next floor plat in the corner. Go to the right to the door that opened; pull the level. Then push the button the is revealed. Now enter the Lab on your right and talk to dogna till the end of her conversation.}}}}",
	},
	["Crab Hat"] = {
		class = "Hat",
		rarity = 3,
		group = 4950,
		framed = 1,
		file = "hat_crab.png",
		description = "Beach Party<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Hint|'''HINT'''<br>Don't Be Crabby, Go Dance a Little<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>Dance with the crabs; only specific Emote will work as dance emotes (default dance, floss, stretching routine, tap dance, country dance.)}}}}",
	},
	["Praise Banan"] = {
		class = "Emote",
		rarity = 3,
		framed = 1,
		file = "Praise_banan_emote.png",
		description = "Banan Cave<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]<br>{{hidetext|Hint|'''HINT'''<br>Thomas never goes East of his Workshop..what could be over there?<br>{{hidetext|Spoiler|'''SPOILER'''<br>This is a Spoiler and will reveal how to get the Milestone.<br>IF you go to the big cave esat of thomas's workshop you'll find a cave. before yu go in make sure you find a banana, cut some grass. then go all the way to the back and put the banana in the ritual plate. stay awhile it will be quite apeeling}}}}",
	},
	["Gold Medal"] = {
		class = "Neck",
		rarity = 5,
		description = "Awarded upon [[Special Cosmetics#Tournament winning|winning in a tournament]]",
		group = 1000,
	},
	["Silver Medal"] = {
		class = "Neck",
		rarity = 5,
		description = "Awarded upon [[Special Cosmetics#Tournament winning|winning in a tournament]]",
		group = 1200,
	},
	["Bronze Medal"] = {
		class = "Neck",
		rarity = 5,
		description = "Awarded upon [[Special Cosmetics#Tournament winning|winning in a tournament]]",
		group = 1400,
	},
	["Super Turducken"] = {
		class = "CharacterSkin",
		rarity = 4,
		group = 400,
		file = "Super Turducken.png",
		baseAnimal = "Chicken",
		currencies = {
			{
				name = "DNA",
				amount = 320,
			},
			{
				name = "Serum",
				amount = 82,
			},
		},
	},
	["Super Black Red Panda"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Red Panda",
		description = "[[Super Animal Mods|ket_domashniy Mod Breed]]",
		currencies = {
			{
				name = "DNA",
				amount = 420,
			},
			{
				name = "Serum",
				amount = 115,
			},
		},
	},
	["Ket's Ukulele"] = {
		class = "MeleeSkin",
		rarity = 3,
		description = "[[Super Animal Mods|ket_domashniy Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Super Mandarin Duck"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Duck",
		currencies = {
			{
				name = "DNA",
				amount = 240,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Hedge Clippers"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 6 Starter Pack]]</small>",
	},
	["Cottagecore Dress"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 6 Starter Pack]]</small>",
	},
	["Super Topiary Bear"] = {
		class = "CharacterSkin",
		rarity = 3,
		framed = 1,
		baseAnimal = "Bear",
		description = "<small>[[Season 6 Starter Pack]]</small>",
	},
	["Peace Beads"] = {
		class = "Neck",
		rarity = 1,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Pete & the Swampcats Tee"] = {
		class = "Clothes",
		rarity = 1,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Jam Jar Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Croc Visor"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Piano BCG"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
		link = "Big Clucking Gun",
	},
	Trumpet = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Crocodile Tooth Hat"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Suede Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Dogna’s Musical Dartfly Gun"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
		link = "Dogna's Dartfly Gun",
	},
	["Piano Tie"] = {
		class = "Neck",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	Reeds = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Lilypad Cap"] = {
		class = "Hat",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Musical Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Country Bandana"] = {
		class = "Neck",
		rarity = 1,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Snail Cap"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Suede Dress"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Croc Skin Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Teppanyaki Spatula"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Swamp Hermit Hat"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Swamp Hermit Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Croc Tooth Necklace"] = {
		class = "Neck",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Mini Sloth"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		group = 200,
		description = "[[Super Animal Pass Season 6]]",
	},
	Banjo = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Pete's Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Stump Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	Crayfish = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Guitar M16"] = {
		class = "GunSkin",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
		link = "M16",
	},
	["Slow Jam"] = {
		class = "Emote",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 6]]",
	},
	["Green & Black AK"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "AK",
		description = "''[[Season 6 Xbox Perks Pack]]''",
	},
	["Blue & Black AK"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "AK",
		description = "''[[Season 6 PlayStation Plus Pack]]''",
	},
	["Blue & Black JAG-7"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "JAG-7",
		description = "''[[Season 6 PlayStation Plus Pack]]''",
	},
	["Green & Black JAG-7"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "JAG-7",
		description = "''[[Season 6 Xbox Perks Pack]]''",
	},
	["Blue & Black Katana"] = {
		class = "MeleeSkin",
		rarity = 4,
		framed = 1,
		description = "''[[Season 6 PlayStation Plus Pack]]''",
	},
	["Green & Black Katana"] = {
		class = "MeleeSkin",
		rarity = 4,
		framed = 1,
		description = "''[[Season 6 Xbox Perks Pack]]''",
	},
	["Blue & Black Dress"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "''[[Season 6 PlayStation Plus Pack]]''",
	},
	["Green & Black Dress"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "''[[Season 6 Xbox Perks Pack]]''",
	},
	["Super Crocodile"] = {
		class = "Character",
		rarity = 0,
		baseAnimal = "Crocodile",
		currencies = {
			{
				name = "DNA",
				amount = 170,
			},
			{
				name = "Serum",
				amount = 48,
			},
		},
	},
	["Super Albino Alligator"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Crocodile",
		currencies = {
			{
				name = "DNA",
				amount = 450,
			},
			{
				name = "Serum",
				amount = 125,
			},
		},
	},
	["Super Yellow Crocodile"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Crocodile",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Dark Green Crocodile"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Crocodile",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Orange Crocodile"] = {
		class = "CharacterSkin",
		rarity = 1,
		baseAnimal = "Crocodile",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 68,
			},
		},
	},
	["Super Alligator"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Crocodile",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["4th Anniversary Cake Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		description = "[[Special Cosmetics#Super 4th Year Anniversary|Super 4th Year Anniversary]]",
	},
	["Pixile Anniversary Firework"] = {
		class = "MeleeSkin",
		rarity = 5,
		description = "[[Special Cosmetics#Super 4th Year Anniversary|Super 4th Year Anniversary]]",
	},
	["Eggnog Hunting Rifle"] = {
		class = "GunSkin",
		rarity = 5,
		link = "Hunting Rifle",
		event = "Super CRISPRmas 2022",
		currency = {
			name = "Candy Canes",
			amount = 450,
		},
	},
	["Snowflake Bandana"] = {
		class = "Neck",
		rarity = 5,
		event = "Super CRISPRmas 2022",
		currency = {
			name = "Candy Canes",
			amount = 450,
		},
	},
	["Starry Glasses"] = {
		class = "Glasses",
		rarity = 5,
		event = "Super CRISPRmas 2022",
		currency = {
			name = "Candy Canes",
			amount = 450,
		},
	},
	["Green Tartan Pullover"] = {
		class = "Clothes",
		rarity = 5,
		event = "Super CRISPRmas 2022",
		currency = {
			name = "Candy Canes",
			amount = 900,
		},
	},
	["Red Tartan Pullover"] = {
		class = "Clothes",
		rarity = 5,
		event = "Super CRISPRmas 2022",
		currency = {
			name = "Candy Canes",
			amount = 900,
		},
	},
	["Candycane Dress"] = {
		class = "Clothes",
		rarity = 5,
		event = "Super CRISPRmas 2022",
		currency = {
			name = "Candy Canes",
			amount = 900,
		},
	},
	Thermometer = {
		class = "MeleeSkin",
		rarity = 5,
		event = "Super CRISPRmas 2022",
		currency = {
			name = "Candy Canes",
			amount = 1337,
		},
	},
	["Red-Nosed Deer Beanie"] = {
		class = "Hat",
		rarity = 5,
		event = "Super CRISPRmas 2022",
		currency = {
			name = "Candy Canes",
			amount = 1337,
		},
	},
	["Super Snowman Blue Jay"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Blue Jay",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 70,
			},
		},
	},
	["Super Stoat"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Ferret",
		currencies = {
			{
				name = "DNA",
				amount = 240,
			},
			{
				name = "Serum",
				amount = 68,
			},
		},
	},
	["Super Winter Stoat"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Ferret",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 70,
			},
		},
	},
	["Snowman Beanie"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		store = "saw",
		bundle = "Snowman Bundle",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
	},
	["Snowman Costume"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		store = "saw",
		bundle = "Snowman Bundle",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
	},
	Snowboard = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		store = "saw",
		bundle = "Snowman Bundle",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
	},
	["Frozen Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		framed = 1,
		store = "saw",
		bundle = "Snowman Bundle",
		currency = {
			name = "S.A.W. Tickets",
			amount = 250,
		},
	},
	["Lucky Collar"] = {
		class = "Neck",
		rarity = 2,
		framed = 1,
		description = "10 [[Lucky Cat Mine]] Kills<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Nutcracker Sabre"] = {
		class = "MeleeSkin",
		rarity = 5,
		description = "<small>[[Special_Cosmetics#Twitch Drops Nutcracker Set December 2022|Twitch Drops December 2022]]</small>",
	},
	["Nutcracker Outfit"] = {
		class = "Clothes",
		rarity = 5,
		description = "<small>[[Special_Cosmetics#Twitch Drops Nutcracker Set December 2022|Twitch Drops December 2022]]</small>",
	},
	["Nutcracker Cap"] = {
		class = "Hat",
		rarity = 5,
		description = "<small>[[Special_Cosmetics#Twitch Drops Nutcracker Set December 2022|Twitch Drops December 2022]]</small>",
	},
	["Pixile Anniversary Dress"] = {
		class = "Clothes",
		rarity = 5,
		description = "[[Special Cosmetics#Super 4th Year Anniversary|Super 4th Year Anniversary Redeemable Code]]",
	},
	["Brown Wolfie's Fedora"] = {
		class = "Hat",
		rarity = 3,
		description = "[[Super Animal Mods|Brown Wolfie Mod Item]]",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Super Lop Bunny"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Bunny",
		currencies = {
			{
				name = "DNA",
				amount = 310,
			},
			{
				name = "Serum",
				amount = 82,
			},
		},
	},
	["Super Celestial Bunny"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Bunny",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 68,
			},
		},
	},
	["Super Lunar Bunny"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Bunny",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Super Golden Bunny"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Bunny",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["White Hanfu"] = {
		class = "Clothes",
		rarity = 5,
		event = "Year of the Super Bunny 2023",
		currency = {
			name = "Red Envelopes",
			amount = 1337,
		},
	},
	["Bunny Pendant"] = {
		class = "Neck",
		rarity = 5,
		event = "Year of the Super Bunny 2023",
		currency = {
			name = "Red Envelopes",
			amount = 450,
		},
	},
	["Lunar Hat (2023)"] = {
		class = "Hat",
		rarity = 5,
		event = "Year of the Super Bunny 2023",
		currency = {
			name = "Red Envelopes",
			amount = 900,
		},
	},
	["Hanfu Headwear"] = {
		class = "Hat",
		rarity = 5,
		event = "Year of the Super Bunny 2023",
		currency = {
			name = "Red Envelopes",
			amount = 900,
		},
	},
	["Lunar Bunny Ears"] = {
		class = "Hat",
		rarity = 5,
		event = "Year of the Super Bunny 2023",
		currency = {
			name = "Red Envelopes",
			amount = 450,
		},
	},
	["Super White Bunny Candy"] = {
		class = "MeleeSkin",
		rarity = 5,
		event = "Year of the Super Bunny 2023",
		currency = {
			name = "Red Envelopes",
			amount = 1337,
		},
	},
	["Peach Blossom Bow & Sparrow"] = {
		class = "GunSkin",
		rarity = 5,
		event = "Year of the Super Bunny 2023",
		currency = {
			name = "Red Envelopes",
			amount = 900,
		},
		link = "Bow & Sparrow",
	},
	["Water Rabbit Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		event = "Year of the Super Bunny 2023",
		currency = {
			name = "Red Envelopes",
			amount = 900,
		},
	},
	["Lion Dance Costume"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
		bundle = "Lion Dance Bundle",
	},
	["Carrot Magnum"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		store = "saw",
		link = "Magnum",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
	},
	["Blue Hanbok"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
	},
	["Steamed Bun Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
	},
	["Antler & Wool on Wings Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		description = "[[Special Cosmetics#AWW|Coupon Code]]",
	},
	["Bunny Casual Skirt"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
	},
	["Super Salamander"] = {
		class = "Character",
		rarity = 0,
		baseAnimal = "Salamander",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 54,
			},
		},
	},
	["Super Orange Salamander"] = {
		class = "CharacterSkin",
		rarity = 1,
		baseAnimal = "Salamander",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 82,
			},
		},
	},
	["Super Firebelly Newt"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Salamander",
		currencies = {
			{
				name = "DNA",
				amount = 390,
			},
			{
				name = "Serum",
				amount = 108,
			},
		},
	},
	["Super Axolotl"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Salamander",
		currencies = {
			{
				name = "DNA",
				amount = 480,
			},
			{
				name = "Serum",
				amount = 132,
			},
		},
	},
	["Egg Tart Gravestone"] = {
		class = "Gravestone",
		rarity = 4,
		description = "''CocoaCaa Streamer Item''",
		file = "Gravestone eggtart.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
	},
	Blush = {
		class = "Beard",
		rarity = 2,
		description = "''CocoaCaa Streamer Item''",
		file = "Glasses blush.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Teacup Hat"] = {
		class = "Hat",
		rarity = 2,
		description = "''CocoaCaa Streamer Item''",
		file = "Hat teacup.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Pizza Toast Nest"] = {
		class = "Hat",
		rarity = 2,
		description = "''FluffubSheepub Streamer Item''",
		file = "Hat nest pizzatoast.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Cauliflower Leaves"] = {
		class = "Neck",
		rarity = 3,
		description = "''FluffubSheepub Streamer Item''",
		file = "Neck cauliflower.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Pizza Toast Gravestone"] = {
		class = "Gravestone",
		rarity = 4,
		description = "''FluffubSheepub Streamer Item''",
		file = "Gravestone pizzatoast.png",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
	},
	["Health Juice Tee"] = {
		class = "Clothes",
		rarity = 1,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Lifeguard Cap"] = {
		class = "Hat",
		rarity = 1,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Electric Toothbrush"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Health Juice Box Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	Crutch = {
		class = "MeleeSkin",
		rarity = 1,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Head Bandage"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Crab Tie"] = {
		class = "Neck",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Crab Fancy Shirt"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Thermometer Pistol"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Pistol",
		description = "[[Super Animal Pass Season 7]]",
	},
	Otoscope = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Nurse Cap"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Nurse Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Band Aid"] = {
		class = "Beard",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Medic Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Dogna’s Medic Dart Gun"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Dogna's Dart Gun",
		name = "Dogna's Medic Dart Gun",
		description = "[[Super Animal Pass Season 7]]",
	},
	Scrubs = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Fruit Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Health Juice Bottle"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Runner Sunglasses"] = {
		class = "Glasses",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Runner’s Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Lemur Scarf"] = {
		class = "Neck",
		rarity = 1,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Lemur Hunting Rifle"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "Hunting Rifle",
		description = "[[Super Animal Pass Season 7]]",
	},
	["Mini Lemur"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Lemur Robe"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Yoga Mat"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	["Kettlebell Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	Leotard = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	Aerobics = {
		class = "Emote",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 7]]",
	},
	-- Starterpack
	["Super Alchemist Tiger"] = {
		class = "CharacterSkin",
		rarity = 3,
		framed = 1,
		baseAnimal = "Tiger",
		description = "<small>[[Season 7 Starter Pack]]</small>",
		group = 1150,
	},
	["Alchemist Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 7 Starter Pack]]</small>",
	},
	Potion = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 7 Starter Pack]]</small>",
	},
	-- Milestones
	["Health Fruit Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		description = "150 Health Fruits Eaten<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Health Fruit Tee"] = {
		class = "Clothes",
		rarity = 1,
		description = "75 Health Fruits Eaten",
	},
	-- Animals
	["Super Lemur"] = {
		class = "Character",
		rarity = 0,
		baseAnimal = "Lemur",
		currencies = {
			{
				name = "DNA",
				amount = 185,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Red Ruffed Lemur"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Lemur",
		currencies = {
			{
				name = "DNA",
				amount = 510,
			},
			{
				name = "Serum",
				amount = 142,
			},
		},
	},
	["Super Sifaka"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Lemur",
		currencies = {
			{
				name = "DNA",
				amount = 420,
			},
			{
				name = "Serum",
				amount = 115,
			},
		},
	},
	["Super Aye-aye"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Lemur",
		currencies = {
			{
				name = "DNA",
				amount = 510,
			},
			{
				name = "Serum",
				amount = 142,
			},
		},
	},
	["Super Taro Lemur"] = {
		class = "CharacterSkin",
		rarity = 1,
		baseAnimal = "Lemur",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 72,
			},
		},
	},
	["Super Pomegranate Lemur"] = {
		class = "CharacterSkin",
		rarity = 1,
		baseAnimal = "Lemur",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 72,
			},
		},
	},
	-- XBox & PS
	["Green & Black Dual Pistols"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Dual Pistols",
		description = "''[[Season 7 Xbox Perks Pack]]''",
	},
	["Blue & Black Dual Pistols"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Dual Pistols",
		description = "''[[Season 7 PlayStation Plus Pack]]''",
	},
	["Green & Black Hunting Rifle"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Hunting Rifle",
		description = "''[[Season 7 Xbox Perks Pack]]''",
	},
	["Blue & Black Hunting Rifle"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Hunting Rifle",
		description = "''[[Season 7 PlayStation Plus Pack]]''",
	},
	["Blue & Black Magnum"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Magnum",
		description = "''[[Season 7 PlayStation Plus Pack]]''",
	},
	["Green & Black Magnum"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Magnum",
		description = "''[[Season 7 Xbox Perks Pack]]''",
	},
	["Green & Black Jacket"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "''[[Season 7 Xbox Perks Pack]]''",
	},
	["Blue & Black Jacket"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "''[[Season 7 PlayStation Plus Pack]]''",
	},
	-- Respawning Day
	["Test Tube"] = {
		class = "MeleeSkin",
		rarity = 5,
		event = "ReSpawning Day 2023",
		currency = {
			name = "Easter Eggs",
			amount = 1337,
		},
	},
	["Peep Tee"] = {
		class = "Clothes",
		rarity = 5,
		event = "ReSpawning Day 2023",
		currency = {
			name = "Easter Eggs",
			amount = 450,
		},
	},
	["Sheep Clone Pullover"] = {
		class = "Clothes",
		rarity = 5,
		event = "ReSpawning Day 2023",
		currency = {
			name = "Easter Eggs",
			amount = 900,
		},
	},
	["GMO Cap"] = {
		class = "Hat",
		rarity = 5,
		event = "ReSpawning Day 2023",
		currency = {
			name = "Easter Eggs",
			amount = 450,
		},
	},
	["Scientist Goggles"] = {
		class = "Glasses",
		rarity = 5,
		event = "ReSpawning Day 2023",
		currency = {
			name = "Easter Eggs",
			amount = 900,
		},
	},
	["DNA Necklace"] = {
		class = "Neck",
		rarity = 5,
		event = "ReSpawning Day 2023",
		currency = {
			name = "Easter Eggs",
			amount = 450,
		},
	},
	["DNA Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		event = "ReSpawning Day 2023",
		currency = {
			name = "Easter Eggs",
			amount = 1337,
		},
	},
	["Clipboard Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		event = "ReSpawning Day 2023",
		currency = {
			name = "Easter Eggs",
			amount = 900,
		},
	},
	-- Respawning Day breeds
	["Super Tailed Frog"] = {
		class = "Character",
		rarity = 4,
		baseAnimal = "Frog",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Bilby Bunny"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Bunny",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Chipmunk"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Squirrel",
		currencies = {
			{
				name = "DNA",
				amount = 180,
			},
			{
				name = "Serum",
				amount = 48,
			},
		},
	},
	["Wool Pistol"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "Pistol",
		bundle = "Sheep Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
	},
	["Sheep Costume"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		bundle = "Sheep Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
	},
	Shears = {
		class = "MeleeSkin",
		rarity = 1,
		framed = 1,
		bundle = "Sheep Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 300,
		},
	},
	["Jester Outfit"] = {
		class = "Clothes",
		rarity = 5,
		description = "<small>[[Twitch Drops#Jester Set|Twitch Drops April 2023]]</small>",
	},
	["Jester Hat"] = {
		class = "Hat",
		rarity = 5,
		description = "<small>[[Twitch Drops#Jester Set|Twitch Drops April 2023]]</small>",
	},
	["Jester Cane"] = {
		class = "MeleeSkin",
		rarity = 5,
		description = "<small>[[Twitch Drops#Jester Set|Twitch Drops April 2023]]</small>",
	},
	["Military Knife"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
	},
	["Rifle Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 400,
		},
	},
	["Baseball Helmet"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		bundle = "Baseball Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
	},
	["Baseball Outfit"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		bundle = "Baseball Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
	},
	["Baseball Bat"] = {
		class = "MeleeSkin",
		rarity = 1,
		framed = 1,
		bundle = "Baseball Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 300,
		},
	},
	["Catcher's Glove Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		framed = 1,
		bundle = "Baseball Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 400,
		},
	},
	["Black Headband"] = {
		class = "Hat",
		rarity = 1,
		description = "Limited-time exclusive item for active wiki editors who contributed before 2023-04-21"
	},
	["Super Fox Pillow"] = {
		class = "MeleeSkin",
		rarity = 4,
		description = "<small>[[Twitch Drops#Super Fox Pillow|Twitch Drops May 2023]]</small>",
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
	},
	["Super Snapping Turtle"] = {
		class = "Character",
		rarity = 4,
		baseAnimal = "Turtle",
		currencies = {
			{
				name = "DNA",
				amount = 510,
			},
			{
				name = "Serum",
				amount = 140,
			},
		},
	},
	["Whale Bucket Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Dolphin Tee"] = {
		class = "Clothes",
		rarity = 1,
		framed = 1,
		name = "Dolphin Love Tee",
		description = "[[Super Animal Pass Season 8]]",
	},
	["Dolphin Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Dolphin Face Paint"] = {
		class = "Beard",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Orca Commemorative Cup"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Shark Superite Laser"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Laser Gun",
		description = "[[Super Animal Pass Season 8]]",
	},
	["Shark Hat"] = {
		class = "Hat",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Shark Swimsuit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Clownfish Tee"] = {
		class = "Clothes",
		rarity = 1,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Clownfish JAG-7"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "JAG-7",
		description = "[[Super Animal Pass Season 8]]",
	},
	Temaki = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Fishbowl Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Oasis Booth Background"] = {
		class = "Booth",
		rarity = 3,
		framed = 1,
		name = "Oasis Photo Scene",
		description = "[[Super Animal Pass Season 8]]",
	},
	["Fish Pendant"] = {
		class = "Neck",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Conductors Stand"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Conductor Tuxedo"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Fishtank BCG"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Big Clucking Gun",
		description = "[[Super Animal Pass Season 8]]",
	},
	["Fish Glasses"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Marine Park Pass"] = {
		class = "Neck",
		rarity = 2,
		framed = 1,
		name = "Super Sea Land Pass",
		description = "[[Super Animal Pass Season 8]]",
	},
	["Marine Park Visitor Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		name = "Super Sea Land Visitor Outfit",
		description = "[[Super Animal Pass Season 8]]",
	},
	["Wet Floor Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	Flipper = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Mini Otter"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Marine Park Staff Uniform"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		name = "Super Sea Land Staff Uniform",
		description = "[[Super Animal Pass Season 8]]",
	},
	["Narwhal Horn"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Octopus Hoodie"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Jellyfish Umbrella"] = {
		class = "Umbrella",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Sip Emote"] = {
		class = "Emote",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 8]]",
	},
	["Beach Necklace"] = {
		class = "Neck",
		rarity = 5,
		event = "Summer Royale 2023",
		currency = {
			name = "Fruit Baskets",
			amount = 450,
		},
	},
	["Lime Glasses"] = {
		class = "Glasses",
		rarity = 5,
		event = "Summer Royale 2023",
		currency = {
			name = "Fruit Baskets",
			amount = 450,
		},
	},
	["Watermelon Cap"] = {
		class = "Hat",
		rarity = 5,
		event = "Summer Royale 2023",
		currency = {
			name = "Fruit Baskets",
			amount = 450,
		},
	},
	["Summer Aviators"] = {
		class = "Glasses",
		rarity = 5,
		event = "Summer Royale 2023",
		currency = {
			name = "Fruit Baskets",
			amount = 900,
		},
	},
	["Dogna's Watermelon Dartfly Gun"] = {
		class = "GunSkin",
		rarity = 5,
		link = "Dogna's Dartfly Gun",
		event = "Summer Royale 2023",
		currency = {
			name = "Fruit Baskets",
			amount = 900,
		},
	},
	["Lemon Skirt Outfit"] = {
		class = "Clothes",
		rarity = 5,
		event = "Summer Royale 2023",
		currency = {
			name = "Fruit Baskets",
			amount = 900,
		},
	},
	["Flipflop Melee"] = {
		class = "MeleeSkin",
		rarity = 5,
		event = "Summer Royale 2023",
		currency = {
			name = "Fruit Baskets",
			amount = 1337,
		},
	},
	["Lemon Outfit"] = {
		class = "Clothes",
		rarity = 5,
		event = "Summer Royale 2023",
		currency = {
			name = "Fruit Baskets",
			amount = 1337,
		},
	},
	["Royal Scepter"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "50 Wins<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
		group = 3950,
	},
	["King's Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "100 Wins<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Juicer Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		framed = 1,
		description = "Die due to Juice Press<br>[[Image:Yellow LockIcon.png|top|17px|link=Super Edition]]",
	},
	["Default Laser Gun"] = {
		link = "Laser Gun",
		class = "GunSkin",
		file = "Grey Laser Gun.png",
		rarity = 0,
		description = "''Available to all players''",
		group = 100
	},
	["Orange Laser Gun"] = {
		class = "GunSkin",
		rarity = 0,
		link = "Laser Gun",
		description = "10 Laser Gun kills",
		group = 100
	},
	["Green Laser Gun"] = {
		class = "GunSkin",
		rarity = 0,
		link = "Laser Gun",
		description = "25 Laser Gun kills",
		group = 200
	},
	["Blue Laser Gun"] = {
		class = "GunSkin",
		rarity = 1,
		link = "Laser Gun",
		description = "45 Laser Gun kills",
		group = 300
	},
	["Red Laser Gun"] = {
		class = "GunSkin",
		rarity = 1,
		link = "Laser Gun",
		description = "70 Laser Gun kills",
		group = 400
	},
	["Purple Laser Gun"] = {
		class = "GunSkin",
		rarity = 1,
		framed = 1,
		link = "Laser Gun",
		description = "100 Laser Gun kills",
		group = 500
	},
	["Yellow Laser Gun"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "Laser Gun",
		description = "140 Laser Gun kills",
		group = 600
	},
	["Pink Laser Gun"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "Laser Gun",
		description = "190 Laser Gun kills",
		group = 700
	},
	["White Laser Gun"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Laser Gun",
		description = "250 Laser Gun kills",
		group = 800
	},
	["Toon Outfit"] = {
		name = "Cartoon Suspenders",
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 8 Starter Pack]]</small>",
	},
	["Fountain Pen"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		name = "Ink Nib Pen",
		description = "<small>[[Season 8 Starter Pack]]</small>",
	},
	["Super Toon Fennec Fox"] = {
		name = "Super Cartoon Fennec Fox",
		class = "CharacterSkin",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 8 Starter Pack]]</small>",
		baseAnimal = "Fox",
		group = 1150,
	},
	["Super Banana Dog"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Dog",
		currencies = {
			{
				name = "DNA",
				amount = 110,
			},
			{
				name = "Serum",
				amount = 24,
			},
		},
	},
	["Super Apricat"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 80,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Fish"] = {
		class = "Character",
		rarity = 0,
		baseAnimal = "Fish",
		currencies = {
			{
				name = "DNA",
				amount = 75,
			},
			{
				name = "Serum",
				amount = 15,
			},
		},
	},
	["Super Goldfish"] = {
		class = "CharacterSkin",
		rarity = 1,
		baseAnimal = "Fish",
		currencies = {
			{
				name = "DNA",
				amount = 105,
			},
			{
				name = "Serum",
				amount = 28,
			},
		},
	},
	["Super Perch"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Fish",
		currencies = {
			{
				name = "DNA",
				amount = 140,
			},
			{
				name = "Serum",
				amount = 38,
			},
		},
	},
	["Super Black Goldfish"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Fish",
		currencies = {
			{
				name = "DNA",
				amount = 190,
			},
			{
				name = "Serum",
				amount = 52,
			},
		},
	},
	["Super Catfish"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Fish",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 70,
			},
		},
	},
	["Super Cat Fish"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Fish",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 84,
			},
		},
	},
	["Super Dolphin"] = {
		class = "Character",
		rarity = 0,
		baseAnimal = "Dolphin",
		currencies = {
			{
				name = "DNA",
				amount = 175,
			},
			{
				name = "Serum",
				amount = 48,
			},
		},
	},
	["Super Blue Dolphin"] = {
		class = "CharacterSkin",
		rarity = 1,
		baseAnimal = "Dolphin",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 68,
			},
		},
	},
	["Super Pink Dolphin"] = {
		class = "CharacterSkin",
		rarity = 1,
		baseAnimal = "Dolphin",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 68,
			},
		},
	},
	["Super Common Dolphin"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Dolphin",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Super Lilac Dolphin"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Dolphin",
		currencies = {
			{
				name = "DNA",
				amount = 375,
			},
			{
				name = "Serum",
				amount = 100,
			},
		},
	},
	["Dogna's Green & Black Dartfly Gun"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Dogna's Dartfly Gun",
		description = "''[[Season 8 Xbox Perks Pack]]''",
	},
	["Dogna's Blue & Black Dartfly Gun"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Dogna's Dartfly Gun",
		description = "''[[Season 8 PlayStation Plus Pack]]''",
	},
	["Blue & Black Minigun"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Magnum",
		description = "''[[Season 8 PlayStation Plus Pack]]''",
	},
	["Blue & Black Silenced Pistol"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Silenced Pistol",
		description = "''[[Season 8 PlayStation Plus Pack]]''",
	},
	["Green & Black Minigun"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Magnum",
		description = "''[[Season 8 Xbox Perks Pack]]''",
	},
	["Green & Black Silenced Pistol"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Silenced Pistol",
		description = "''[[Season 8 Xbox Perks Pack]]''",
	},
	["Green & Black Jersey"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "''[[Season 8 Xbox Perks Pack]]''",
	},
	["Blue & Black Jersey"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "''[[Season 8 PlayStation Plus Pack]]''",
	},
	["Rainbow Heart Hoodie"] = {
		class = "Clothes",
		rarity = 5,
		description = "[[Guides/Coupon Codes|LOVE2023 Coupon Code]]",
		file = "Clothes hoodie rainbow.png"
	},
	["Rainbow Bandana"] = {
		class = "Neck",
		rarity = 5,
		description = "[[Guides/Coupon Codes|LOVE2023 Coupon Code]]",
		file = "Clothes bandana rainbow.png"
	},
	["Amplifier Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		description = "<small>[[Twitch Drops#Rock & Roll Set|Twitch Drops July 2023]]</small>",
	},
	["Record Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		description = "<small>[[Twitch Drops#Rock & Roll Set|Twitch Drops July 2023]]</small>",
	},
	["Pirate Flag"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		bundle = "Pirate Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
	},
	["Pirate Skull Cap"] = {
		class = "Hat",
		rarity = 1,
		framed = 1,
		bundle = "Pirate Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 200,
		},
	},
	["Pirate Skirt"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		bundle = "Pirate Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
	},
	["Flintlock Magnum"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		bundle = "Pirate Bundle",
		store = "saw",
		link = "Magnum",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
	},
	["Monkey Dance"] = {
		class = "Emote",
		rarity = 3,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 800,
		},
	},
	Samba = {
		class = "Emote",
		rarity = 2,
		framed = 1,
		store = "saw",
		file = "Emote-samba.png",
		currency = {
			name = "S.A.W. Tickets",
			amount = 600,
		},
	},
	["Fae Antlers"] = {
		class = "Hat",
		rarity = 3,
		description = "Limited-time exclusive item<br>[[Super Animal Mods|Fuchsia Fuchs Mod Item]]", 
	},
	["Super Orca"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Dolphin",
		currencies = {
			{
				name = "DNA",
				amount = 450,
			},
			{
				name = "Serum",
				amount = 125,
			},
		},
	},
	["Super Shark"] = {
		class = "Character",
		rarity = 0,
		baseAnimal = "Shark",
		currencies = {
			{
				name = "DNA",
				amount = 185,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Yellow Shark"] = {
		class = "CharacterSkin",
		rarity = 1,
		baseAnimal = "Shark",
		currencies = {
			{
				name = "DNA",
				amount = 260,
			},
			{
				name = "Serum",
				amount = 72,
			},
		},
	},
	["Super Nurse Shark"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Shark",
		currencies = {
			{
				name = "DNA",
				amount = 330,
			},
			{
				name = "Serum",
				amount = 90,
			},
		},
	},
	["Super Tiger Shark"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Shark",
		currencies = {
			{
				name = "DNA",
				amount = 330,
			},
			{
				name = "Serum",
				amount = 90,
			},
		},
	},
	["Super Dark Shark"] = {
		class = "CharacterSkin",
		name = "Super Dark Blue Shark",
		rarity = 3,
		file = "Super Dark Blue Shark.png",
		baseAnimal = "Shark",
		currencies = {
			{
				name = "DNA",
				amount = 420,
			},
			{
				name = "Serum",
				amount = 115,
			},
		},
	},
	["Super Thresher Shark"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Shark",
		currencies = {
			{
				name = "DNA",
				amount = 420,
			},
			{
				name = "Serum",
				amount = 115,
			},
		},
	},
	["Water Pistol"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "Pistol",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
	},
	["Ermah Gravestone"] = {
		class = "Gravestone",
		rarity = 4,
		description = "<small>''Ermahburd Super Content Creator Item''</small>"
	},
	["Enma's Guitar"] = {
		class = "MeleeSkin",
		rarity = 2,
		description = "<small>''Enma Darei Super Content Creator Item''</small>"
	},
    ["Pizza Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Olive Toothpick"] = {
		class = "MeleeSkin",
		rarity = 1,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Flapper Headband"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Flapper Dress"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Party Deagle"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
		link = "Deagle",
	},
	["Banana Split Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Glowstick Glasses"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Mardi Gras Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Dogna’s Party Dartfly Gun"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "Dogna's Dartfly Gun",
		description = "[[Super Animal Pass Season 9]]",
	},
	["Crocodile Club Background"] = {
		class = "Booth",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Rimless Star Glasses"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Elizabethan Dress"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Drink Umbrella"] = {
		class = "Umbrella",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Sparkling Health Juice"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Carnival Mask"] = {
		class = "Glasses",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Mardi Gras Dress"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Disco Ball Umbrella"] = {
		class = "Umbrella",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
		name = "Disco Umbrella"
	},
	["Party Thomas Gun"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		link = "Thomas Gun",
		description = "[[Super Animal Pass Season 9]]",
	},
	["Harlequin Hat"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Harlequin Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
		name = "Harlequin Costume"
	},
	["Party Superite Laser"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
        link = "Superite Laser",
		description = "[[Super Animal Pass Season 9]]",
	},
	["Mini Croc"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Pierrot Hat"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Pierrot Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Disco Ball Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
		name = "Disco Gravestone"
	},
	["Hound Dog"] = {
		class = "Emote",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Opera Mask"] = {
		class = "Glasses",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Opera Tuxedo"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 9]]",
	},
	["Turnip Boy Wanted Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		link = "Turnip Boy Collab Event"
	},
	["Turnip Boy Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		link = "Turnip Boy Collab Event"
	},
	["Soil Magnum"] = {
		class = "GunSkin",
		rarity = 5,
		link = "Magnum",
		link = "Turnip Boy Collab Event"
	},
	["Turnip Leaves"] = {
		class = "Hat",
		rarity = 5,
		link = "Turnip Boy Collab Event"
	},
	["Soil Sword"] = {
		class = "MeleeSkin",
		rarity = 5,
		link = "Turnip Boy Collab Event"
	},
	["Turnip Boy Outfit"] = {
		class = "Clothes",
		rarity = 5,
		link = "Turnip Boy Collab Event"
	},
	["Super Apple Cat"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 160,
			},
			{
				name = "Serum",
				amount = 42,
			},
		},
		group = 100,
	},
	["Super Kitsune Fox"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Fox",
		framed = 1,
		description = "<small>[[Season 9 Starter Pack]]</small>",
	},
	["Scroll"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 9 Starter Pack]]</small>",
	},
	["Kitsune Kimono"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 9 Starter Pack]]</small>",
		name = "Miko Outfit"
	},
	["Super Caracal"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 230,
			},
			{
				name = "Serum",
				amount = 62,
			},
		},
	},
	["Super Blobfish"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Fish",
		currencies = {
			{
				name = "DNA",
				amount = 190,
			},
			{
				name = "Serum",
				amount = 52,
			},
		},
	},
	["Super Gummy Shark"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Shark",
		currencies = {
			{
				name = "DNA",
				amount = 510,
			},
			{
				name = "Serum",
				amount = 140,
			},
		},
	},
	["Super Tiger Tiger Shark"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Shark",
		currencies = {
			{
				name = "DNA",
				amount = 420,
			},
			{
				name = "Serum",
				amount = 115,
			},
		},
	},
	["Super Elephant Seal"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Seal",
		currencies = {
			{
				name = "DNA",
				amount = 400,
			},
			{
				name = "Serum",
				amount = 110,
			},
		},
	},
	["Super Inverted Skunk"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Skunk",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 65,
			},
		},
	},
	["Super Fire Hawk"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Hawk",
		currencies = {
			{
				name = "DNA",
				amount = 400,
			},
			{
				name = "Serum",
				amount = 110,
			},
		},
	},
	["Super Flamingo"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Seagull",
		currencies = {
			{
				name = "DNA",
				amount = 450,
			},
			{
				name = "Serum",
				amount = 124,
			},
		},
	},
	["Super Komodo"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Lizard",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Tibetan Fox"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Fox",
		currencies = {
			{
				name = "DNA",
				amount = 200,
			},
			{
				name = "Serum",
				amount = 50,
			},
		},
	},
	["Super Sacabambaspis"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Fish",
		currencies = {
			{
				name = "DNA",
				amount = 190,
			},
			{
				name = "Serum",
				amount = 52,
			},
		},
	},
	["Super Azureus Frog"] = {
		class = "Character",
		rarity = 3,
		baseAnimal = "Frog",
		name = "Super Blue Poison Dart Frog",
		currencies = {
			{
				name = "DNA",
				amount = 280,
			},
			{
				name = "Serum",
				amount = 78,
			},
		},
	},
	["Green Party Hat"] = {
		class = "Hat",
		rarity = 1,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
	},
	["Blue Party Hat"] = {
		class = "Hat",
		rarity = 1,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
	},
	["Yellow Party Hat"] = {
		class = "Hat",
		rarity = 1,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 300,
		},
	},
	["Hula Dance"] = {
		class = "Emote",
		rarity = 2,
		framed = 1,
		file = "Emote-hula.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 600,
		},
	},
	["Vaporwave Explosion"] = {
		class = "DeathExplosion",
		rarity = 2,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
	},
	["Pointy Hand"] = {
		class = "MeleeSkin",
		rarity = 3,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
		name = "Pointer Hand"
	},
	["Black Trench"] = {
		class = "Clothes",
		rarity = 4,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 3000,
		},
		name = "Trench Suit"
	},
	["Spider Necklace"] = {
		class = "Neck",
		rarity = 5,
		event = "Super Howloween 2023",
		name = "Spider Necklace"
	},
	["Howloween Background"] = {
		class = "Booth",
		rarity = 5,
		event = "Super Howloween 2023",
	},
	["Witch Hat Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		event = "Super Howloween 2023",
	},
	["Super Sewer Rat"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Rat",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Jiangshi Outfit"] = {
		class = "Clothes",
		rarity = 5,
		description = "<small>[[Twitch Drops#Jiangshi Set|Twitch Drops October 2023]]</small>",
	},
	["Jiangshi Beads"] = {
		class = "Neck",
		rarity = 5,
		description = "<small>[[Twitch Drops#Jiangshi Set|Twitch Drops October 2023]]</small>",
	},
	["Jiangshi Hat"] = {
		class = "Hat",
		rarity = 5,
		description = "<small>[[Twitch Drops#Jiangshi Set|Twitch Drops October 2023]]</small>",
	},
	["Spiderweb Costume"] = {
		class = "Clothes",
		rarity = 5,
		event = "Super Howloween 2023",
	},	
	["Bone Sword"] = {
		class = "MeleeSkin",
		rarity = 5,
		event = "Super Howloween 2023",
	},
	["Scarecrow Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		event = "Super Howloween 2023",
	},
	["Super Anglerfish"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Fish",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 70,
			},
		},
	},
	["Conductor Outfit"] = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		bundle = "Conductor Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
	},
	["Steam Whistle"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		bundle = "Conductor Bundle",
		store = "saw",
				currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
	},
	["Conductor Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		bundle = "Conductor Bundle",
		store = "saw",
				currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
	},
	["Howloween Bow"] = {
		class = "Hat",
		rarity = 5,
		file = "Halloween Bow.png",
		event = "Super Howloween 2023",
	},
	["Ghost & Bat Dual Pistols"] = {
		class = "GunSkin",
		rarity = 5,
		link = "Dual Pistols",
		name = "Spooky Dual Pistols",
		event = "Super Howloween 2023",
	},
	["Halloween Onesie"] = {
		class = "Clothes",
		rarity = 5,
		event = "Super Howloween 2023",
		name = "Howloween Onesie"
	},
	["Super Alebrije Axolotl"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Salamander",
		currencies = {
			{
				name = "DNA",
				amount = 480,
			},
			{
				name = "Serum",
				amount = 132,
			},
		},
	},
	["Super Pogona"] = {
		class = "Character",
		rarity = 0,
		name = "Super Bearded Dragon",
		baseAnimal = "Bearded Dragon",
		file = "Super Bearded Dragon.png",
		currencies = {
			{
				name = "DNA",
				amount = 150,
			},
			{
				name = "Serum",
				amount = 40,
			},
		},
	},
	["Super Red Pogona"] = {
		class = "CharacterSkin",
		rarity = 2,
		name = "Super Red Bearded Dragon",
		baseAnimal = "Bearded Dragon",
		file = "Super Red Bearded Dragon.png",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Grey Pogona"] = {
		class = "CharacterSkin",
		rarity = 2,
		name = "Super Grey Bearded Dragon",
		baseAnimal = "Bearded Dragon",
		file = "Super Gray Bearded Dragon.png",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 80,
			},
		},
	},
	["Super Yellow Pogona"] = {
		class = "CharacterSkin",
		rarity = 1,
		name = "Super Yellow Bearded Dragon",
		baseAnimal = "Bearded Dragon",
		file = "Super Yellow Bearded Dragon.png",
		currencies = {
			{
				name = "DNA",
				amount = 225,
			},
			{
				name = "Serum",
				amount = 60,
			},
		},
	},
	["Health Juice Cocktail"] = {
		class = "MeleeSkin",
		rarity = 2,
		name = "Classy Health Juice",
		description = "<small>''Blondie_420 Super Content Creator Item''</small>",
	},
	["Skullcat Plush Emote"] = {
		class = "Emote",
		rarity = 5,
		description = "<small>Makeship plush emote</small>",
	},
	["Plush Emote"] = {
		class = "Emote",
		rarity = 5,
		description = "<small>Makeship plush emote</small>",
	},
	["Toy Sparrow Launcher"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		store = "saw",
		link = "Sparrow Launcher",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
	},
	["Flames Laser Gun"] = {
		class = "GunSkin",
		rarity = 2,
		framed = 1,
		store = "saw",
		link = "Laser Gun",
		currency = {
			name = "S.A.W. Tickets",
			amount = 450,
		},
	},
	["Blue Balloon Sword"] = {
		class = "MeleeSkin",
		rarity = 2,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Green Balloon Sword"] = {
		class = "MeleeSkin",
		rarity = 2,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Red Balloon Sword"] = {
		class = "MeleeSkin",
		rarity = 2,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	["Candy Cane Tie"] = {
		class = "Neck",
		rarity = 5,
		event = "Super CRISPRmas 2023",
		currency = {
			name = "Candy Canes",
			amount = 1000,
		},
	},
	["Present Box Outfit"] = {
		class = "Clothes",
		rarity = 5,
		event = "Super CRISPRmas 2023",
	},
	["Present Tophat"] = {
		class = "Hat",
		rarity = 5,
		event = "Super CRISPRmas 2023",
	},
	["Street Art Bandana"] = {
		class = "Neck",
		rarity = 1,
		framed = 1,
		bundle = "Street Art Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 200,
		},
	},
	["Street Art Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		bundle = "Street Art Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
		},
	},
	["Spray Paint"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		bundle = "Street Art Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
	},
	["Ranger Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 10]]",
	},
	["Medieval Minigun"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Minigun",
		description = "[[Super Animal Pass Season 10]]",
	},
	["Joust Lance"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		name = "Jousting Lance",
		description = "[[Super Animal Pass Season 10]]",
	},
	["Medieval Plate Armor Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		name = "Plate Armor",
		description = "[[Super Animal Pass Season 10]]",
	},
	["Ring Necklace"] = {
		class = "Neck",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 10]]",
	},
	["Holy Grail"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 10]]",
	},
	["Renaissance Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 10]]",
	},
	["Renaissance Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 10]]",
	},
	["D20 Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 10]]",
	},
	["Penguin Palace Background"] = {
		class = "Booth",
		rarity = 3,
		framed = 1,
		name = "Penguin Palace Photo Scene",
		description = "[[Super Animal Pass Season 10]]",
	},
	["Medieval Glasses"] = {
		class = "Glasses",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 10]]",
	},
	["Renaissance Dress Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		name = "Renaissance Dress",
		description = "[[Super Animal Pass Season 10]]",
	},
	["Lute Melee"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		name = "Lute",
		description = "[[Super Animal Pass Season 10]]",
	},
	["Excalibur AK"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "AK",
		description = "[[Super Animal Pass Season 10]]",
	},
	["Minstrel Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 10]]",
	},
	["Minstrel Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 10]]",
	},
	["Elf Tiara"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		name = "Elven Tiara",
		description = "[[Super Animal Pass Season 10]]",
	},
	["Elven Bow & Sparrow"] = {
		class = "GunSkin",
		rarity = 2,
		link = "Bow & Sparrow",
		name = "Elf Bow & Sparrow",
		description = "[[Super Animal Pass Season 10]]",
	},
	["Mini Horse"] = {
		class = "Pet",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 10]]",
	},
	["Elf Dress"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		name = "Elven Outfit",
		description = "[[Super Animal Pass Season 10]]",
	},
	["Spellbook Gravestone"] = {
		class = "Gravestone",
		rarity = 2,
		framed = 1,
		description = "[[Super Animal Pass Season 10]]",
	},
	["Magical Staff"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		name = "Wizard Staff",
		description = "[[Super Animal Pass Season 10]]",
	},
	["Wizard Hat"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 10]]",
	},
	["Wizard Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		name = "Wizard Robes",
		description = "[[Super Animal Pass Season 10]]",
	},
	Warhammer = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 10]]",
	},
	["Coconut Gallop"] = {
		class = "Emote",
		rarity = 3,
		framed = 1,
		name = "Coconut Canter",
		description = "[[Super Animal Pass Season 10]]",
	},
	["Barbarian Helmet"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Super Animal Pass Season 10]]",
	},
	["Barbarian Outfit"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Super Animal Pass Season 10]]",
	},
	["Super Dragon"] = {
		class = "Character",
		rarity = 0,
		baseAnimal = "Dragon",
		currencies = {
			{
				name = "DNA",
				amount = 210,
			},
			{
				name = "Serum",
				amount = 55,
			},
		},
	},
	["Super Orange Dragon"] = {
		class = "CharacterSkin",
		rarity = 1,
		baseAnimal = "Dragon",
		currencies = {
			{
				name = "DNA",
				amount = 310,
			},
			{
				name = "Serum",
				amount = 82,
			},
		},
	},
	["Super Green Dragon"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Dragon",
		name = "Super Forest Dragon",
		currencies = {
			{
				name = "DNA",
				amount = 410,
			},
			{
				name = "Serum",
				amount = 115,
			},
		},
	},
	["Super Purple Dragon"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Dragon",
		name = "Super Superite Dragon",
		currencies = {
			{
				name = "DNA",
				amount = 410,
			},
			{
				name = "Serum",
				amount = 115,
			},
		},
	},
	["Super Black Dragon"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Dragon",
		name = "Super Black Wyvern",
		currencies = {
			{
				name = "DNA",
				amount = 510,
			},
			{
				name = "Serum",
				amount = 140,
			},
		},
	},
	["Super Silver Dragon"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Dragon",
		name = "Super Ice Wyvern",
		currencies = {
			{
				name = "DNA",
				amount = 510,
			},
			{
				name = "Serum",
				amount = 140,
			},
		},
	},
	["Super Icicle Deer"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Deer",
		currencies = {
			{
				name = "DNA",
				amount = 190,
			},
			{
				name = "Serum",
				amount = 52,
			},
		},
	},
    	["Super Fairy Skullcat"] = {
		class = "CharacterSkin",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 10 Starter Pack]]</small>",
		baseAnimal = "Skullcat",
	},
	["Fairy Armor"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 10 Starter Pack]]</small>",
	},
	["Fairy Sword"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		description = "<small>[[Season 10 Starter Pack]]</small>",
	},
	["Party Beads"] = {
		class = "Neck",
		rarity = 5,
		description = "Super 5 Year Anniversary",
	},
	["5th Anniversary Cake Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		description = "Super 5 Year Anniversary",
	},
	["Super Pinata Donkey"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Donkey",
		currencies = {
			{
				name = "DNA",
				amount = 300,
			},
			{
				name = "Serum",
				amount = 75,
			},
		},
	},
	["Blue & Black Firework"] = {
		class = "MeleeSkin",
		rarity = 4,
		framed = 1,
		description = "''[[Season 9 PlayStation Plus Pack]]''",
	},
	["Blue & Black Tie"] = {
		class = "Neck",
		rarity = 2,
		framed = 1,
		description = "''[[Season 9 PlayStation Plus Pack]]''",
	},
	["Blue & Black Superite Laser"] = {
		class = "GunSkin",
		rarity = 4,
		framed = 1,
		link = "Superite Laser",
		description = "''[[Season 9 PlayStation Plus Pack]]''",
	},
	["Blue & Black Party Hat"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "''[[Season 9 PlayStation Plus Pack]]''",
	},
	["Red Tartan Bow"] = {
		class = "Hat",
		rarity = 5,
		event = "Super CRISPRmas 2023",
	},
	["Brown Winter Coat"] = {
		class = "Clothes",
		rarity = 5,
		event = "Super CRISPRmas 2023",
	},
	["Cocoa Mug Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		event = "Super CRISPRmas 2023",
	},
	["Super Cinnamon Sugar Beaver"] = {
		class = "Character",
		rarity = 4,
		baseAnimal = "Beaver",
		currencies = {
			{
				name = "DNA",
				amount = 450,
			},
			{
				name = "Serum",
				amount = 120,
			},
		},
	},
	["New Years Tophat"] = {
		class = "Hat",
		rarity = 5,
		event = "Super CRISPRmas 2023",
		currency = {
			name = "Candy Canes",
			amount = 1337,
		},
	},
	["New Years SMG"] = {
		class = "GunSkin",
		rarity = 5,
		link = "SMG",
		event = "Super CRISPRmas 2023",
		file = "New Years SMG.png",
	},
	["New Years Suit"] = {
		class = "Clothes",
		rarity = 5,
		event = "Super CRISPRmas 2023",
		file = "New Years Suit.png",
	},
	["Scrooge Hat"] = {
		class = "Hat",
		rarity = 5,
		description = "<small>[[Twitch Drops#Scrooge Set|Twitch Drops December 2023]]</small>",
	},
	["Scrooge Suit"] = {
		class = "Clothes",
		rarity = 5,
		description = "<small>[[Twitch Drops#Scrooge Set|Twitch Drops December 2023]]</small>",
	},
	["Scrooge Cane"] = {
		class = "MeleeSkin",
		rarity = 5,
		description = "<small>[[Twitch Drops#Scrooge Set|Twitch Drops December 2023]]</small>",
	},
	["Purple Crayon"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "Melee crayon purple.png",
		description = "[[Special Cosmetics#Super Fanart Contest|Life of the Party (Jun-Jul 2023)]]",
		group = 6050,
	},
	["Diner Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		bundle = "Diner Bundle",
		file = "Hat diner.png"
	},
	["Diner Outfit"] = {
		class = "Clothes",
		rarity = 3,
		framed = 1,
		bundle = "Diner Bundle",
		file = "Clothes diner server.png"
	},
	["Milkshake"] = {
		class = "MeleeSkin",
		rarity = 2,
		framed = 1,
		bundle = "Diner Bundle",
		file = "Melee milkshake.png"
	},
	["Box Cutter"] = {
		class = "MeleeSkin",
		rarity = 1,
		file = "Box cutter.png",
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 300,
		},
		group = 1050,
	},
	["Cardboard Sword"] = {
		class = "MeleeSkin",
		rarity = 2,
		file = "Cardboard sword.png",
		framed = 1,
		store = "saw",
		bundle = "Cardboard Bundle",
		currency = {
			name = "S.A.W. Tickets",
			amount = 500,
		},
		group = 1100,
	},
	["Cardboard Costume"] = {
		class = "Clothes",
		rarity = 3,
		file = "Cardboard costume.png",
		framed = 1,
		store = "saw",
		bundle = "Cardboard Bundle",
		group = 1050,
		currency = {
			name = "S.A.W. Tickets",
			amount = 750,
			}
		},
		
	["Cardboard Crown"] = {
		class = "Hat",
		rarity = 1,
		file = "Cardboard crown.png",
		framed = 1,
		store = "saw",
		bundle = "Cardboard Bundle",
		currency = {
			name = "S.A.W. Tickets",
			amount = 200,
		},
		group = 1050,
	},
	["Super St Bernard"] = {
		class = "CharacterSkin",
		rarity = 4,
		file = "Char-dog-StBernard.png",
		baseAnimal = "Dog",
		name = "Super St. Bernard",
		currencies = {
			{
				name = "DNA",
				amount = 220,
			},
			{
				name = "Serum",
				amount = 62,
			},
		}
	},
	["Super Golden Eastern Dragon"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Dragon",
		name = "Super Golden Dragon",
		file = "Super Golden Dragon.png",
		currencies = {
			{
				name = "DNA",
				amount = 600,
			},
			{
				name = "Serum",
				amount = 168,
			},
		}
	},
	["Super Eastern Dragon"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Dragon",
		name = "Super Eastern Dragon",
		currencies = {
			{
				name = "DNA",
				amount = 510,
			},
			{
				name = "Serum",
				amount = 140,
			},
		}
	},
	["Super Lunar Dragon"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Dragon",
		name = "Super Lunar Dragon",
		currencies = {
			{
				name = "DNA",
				amount = 410,
			},
			{
				name = "Serum",
				amount = 115,
			},
		}
	},
	["Dragon Necklace"] = {
		class = "Neck",
		rarity = 5,
		event = "Year of the Super Dragon 2024",
	},
	["Dragon Jacket"] = {
		class = "Clothes",
		rarity = 5,
		event = "Year of the Super Dragon 2024",
	},
	["Paper Dragon Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		event = "Year of the Super Dragon 2024",
		name = "Dragon Paper Umbrella",
		file = "Dragon Paper Umbrella.png"
	},
	["Bones Onesie"] = {
		class = "Clothes",
		name = "Teal Onesie",
		rarity = 3,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	Baguette = {
		class = "MeleeSkin",
		rarity = 3,
		currency = {
			name = "Carl Coins",
			amount = 1500,
		},
	},
	["Dragon Horns Headband"] = {
		class = "Hat",
		rarity = 5,
		event = "Year of the Super Dragon 2024",
		name = "Dragon Horns"
	},
	["Dragon Sword"] = {
		class = "Melee",
		rarity = 5,
		event = "Year of the Super Dragon 2024",
	},
	["Gong Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		event = "Year of the Super Dragon 2024",
	},
	["Dragon AK"] = {
		class = "GunSkin",
		rarity = 5,
		event = "Year of the Super Dragon 2024",
		link = "AK"
	},
	["Dragon Dancer Outfit"] = {
		class = "Clothes",
		rarity = 5,
		event = "Year of the Super Dragon 2024",
	},
	["Firecrackers Melee"] = {
		class = "Melee",
		rarity = 5,
		event = "Year of the Super Dragon 2024",
	},
	["Super Taiyaki Fish"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Fish",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 70,
			},
		}
	},
	["Messenger Bag"] = {
		class = "Neck",
		file = "neck_messenger_bag.png",
		rarity = 2,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
	},
	["Super Lucky Dragon"] = {
		class = "CharacterSkin",
		rarity = 3,
		file = "Char-dragon-eastern-red.png",
		baseAnimal = "Dragon",
		currencies = {
			{
				name = "DNA",
				amount = 510,
			},
			{
				name = "Serum",
				amount = 140,
			},
		}
	},
	["Borazilla's Axe"] = {
		class = "MeleeSkin",
		rarity = 3,
		description = "Limited-time exclusive item<br>[[Super Animal Mods|Borazilla Mod Item]]", 
	},
	["Paper Cutting Pinwheel"] = {
		class = "MeleeSkin",
		rarity = 3,
		framed = 1,
		file = "Melee paper cutting pinwheel.png",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 650,
		},
	},
	["Orange Crayon"] = {
		class = "MeleeSkin",
		rarity = 5,
		file = "melee_crayon_orange.png",
		description = "[[Special Cosmetics#Super Fanart Contest|A Moment of Peace (Sep 2022)]]",
		group = 6030,
	},
	["Green & Black Present Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		framed = 1,
		description = "[[Xbox Perks Bundle]]",
		file = "Gravestone present Xbox.png"
	},
	["Green & Black Bow & Sparrow"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		description = "[[Xbox Perks Bundle]]",
		link = "Bow & Sparrow",
		file = "Gun bow Xbox.png"
	},
	["Green & Black Down Jacket"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "[[Xbox Perks Bundle]]",
		file = "Clothes down jacket Xbox.png"
	},
	["Green & Black Bobblehat"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "[[Xbox Perks Bundle]]",
		file = "Hat bobblehat Xbox.png"
	},
	["Butter Basket Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		file = "Gravestone butter basket.png",
		description = "Limited-time exclusive item<br>[[Super Animal Mods|Dr.Z Mod Item]]"
	},
	["Super Lucky Pig"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Pig",
		currencies = {
			{
				name = "DNA",
				amount = 250,
			},
			{
				name = "Serum",
				amount = 65,
			},
		}
	},
	["Cheek Kiss Sticker"] = {
		class = "Beard",
		rarity = 5,
		event = "ReSpawning Day 2024",
		name = "Lipstick Sticker"
	},
	["Horseshoe Gravestone"] = {
		class = "Gravestone",
		rarity = 5,
		event = "ReSpawning Day 2024",
		name = "Golden Horseshoe Gravestone"
	},
	["Clover Umbrella"] = {
		class = "Umbrella",
		rarity = 5,
		event = "ReSpawning Day 2024",
	},
	["Super Octopus"] = {
		class = "Character",
		rarity = 0,
		baseAnimal = "Octopus",
		currencies = {
			{
				name = "DNA",
				amount = 185,
			},
			{
				name = "Serum",
				amount = 50,
			},
		}
	},
	["Super Blue Octopus"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Octopus",
		currencies = {
			{
				name = "DNA",
				amount = 330,
			},
			{
				name = "Serum",
				amount = 90,
			},
		}
	},
	["Super Blue Ring Octopus"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Octopus",
		currencies = {
			{
				name = "DNA",
				amount = 420,
			},
			{
				name = "Serum",
				amount = 115,
			},
		}
	},
	["Super Pink Octopus"] = {
		class = "CharacterSkin",
		rarity = 2,
		baseAnimal = "Octopus",
		currencies = {
			{
				name = "DNA",
				amount = 330,
			},
			{
				name = "Serum",
				amount = 90,
			},
		}
	},
	Leek = {
		class = "MeleeSkin",
		rarity = 2,
		store = "carl",
		currency = {
			name = "Carl Coins",
			amount = 750,
		},
	},
	Daikon = {
		class = "MeleeSkin",
		rarity = 2,
	},
	["Sakura Dual Pistols"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		link = "Dual Pistols",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 600,
		},
	},
	["Tinfoil Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
	},
	["Cucumber Mask"] = {
		class = "Glasses",
		rarity = 2,
		framed = 1,
		bundle = "Spa Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 250,
		},
	},
	["Towel Hat"] = {
		class = "Hat",
		rarity = 2,
		framed = 1,
		bundle = "Spa Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 350,
		},
	},
	Towel = {
		class = "Clothes",
		rarity = 2,
		framed = 1,
		bundle = "Spa Bundle",
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 550,
		},
	},
	["Green & Black Tie"] = {
		class = "Neck",
		rarity = 2,
		framed = 1,
		description = "''[[Season 9 Xbox Perks Pack]]''",
		file = "Clothes tie Xbox.png"
	},
	["Green & Black Firework"] = {
		class = "MeleeSkin",
		rarity = 4,
		framed = 1,
		description = "''[[Season 9 Xbox Perks Pack]]''",
		file = "Melee firework Xbox.png"
	},
	["Green & Black Superite Laser"] = {
		class = "GunSkin",
		rarity = 4,
		framed = 1,
		description = "''[[Season 9 Xbox Perks Pack]]''",
		link = "Superite Laser",
		file = "Gun laser Xbox.png"
	},
	["Green & Black Party Hat"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "''[[Season 9 Xbox Perks Pack]]''",
		file = "Hat party Xbox.png"
	},
	["Blue & Black Bobblehat"] = {
		class = "Hat",
		rarity = 3,
		framed = 1,
		description = "''[[Season 10 PlayStation Plus Pack]]''",
	},
	["Blue & Black Down Jacket"] = {
		class = "Clothes",
		rarity = 4,
		framed = 1,
		description = "''[[Season 10 PlayStation Plus Pack]]''",
	},
	["Blue & Black Bow & Sparrow"] = {
		class = "GunSkin",
		rarity = 3,
		framed = 1,
		description = "''[[Season 10 PlayStation Plus Pack]]''",
		link = "Bow & Sparrow",
	},
	["Blue & Black Present Gravestone"] = {
		class = "Gravestone",
		rarity = 3,
		framed = 1,
		description = "''[[Season 10 PlayStation Plus Pack]]''",
	},
	["Super Sakura Cat"] = {
		class = "CharacterSkin",
		rarity = 3,
		baseAnimal = "Cat",
		currencies = {
			{
				name = "DNA",
				amount = 160,
			},
			{
				name = "Serum",
				amount = 42,
			},
		}
	},
	["Taiko Outfit"] = {
		class = "Clothes",
		rarity = 5,
		event = "ReSpawning Day 2024",
	},
	["Cherry Blossoms Background"] = {
		class = "Booth",
		rarity = 5,
		event = "ReSpawning Day 2024",
		name = "Sakura Photo Booth Scene"
	},
	["White Hachimaki (Taiko Headband)"] = {
		class = "Hat",
		rarity = 5,
		event = "ReSpawning Day 2024",
		name = "Taiko Headband"
	},
	Omamori = {
		class = "Neck",
		rarity = 3,
		description = "[[Limited-time exclusive item]]<br>[[Super Animal Mods|Kamhome3 Mod Item]]"
	},
	["Choir Robes Outfit"] = {
		class = "Clothes",
		rarity = 5,
		event = "ReSpawning Day 2024",
	},
	["Vegetation Sparrow Launcher"] = {
		class = "GunSkin",
		rarity = 5,
		link = "Sparrow Launcher",
		event = "ReSpawning Day 2024",
	},
	["Daisy Flower Crown"] = {
		class = "Hat",
		rarity = 5,
		event = "ReSpawning Day 2024",
	},
	["Gaming Keyboard"] = {
		class = "MeleeSkin",
		rarity = 5,
		description = "[[Limited-time exclusive item]]"
	},
	["Super Dandelion"] = {
		class = "CharacterSkin",
		rarity = 4,
		baseAnimal = "Lion",
		currencies = {
			{
				name = "DNA",
				amount = 450,
			},
			{
				name = "Serum",
				amount = 120,
			},
		}
	},
	["Banana Milk Outfit"] = {
		class = "Clothes",
		rarity = 3,
		description = "[[Limited-time exclusive item]]<br>[[Super Animal Mods|Bananamilk Mod Item]]",
		name = "Bananamilk Outfit"
	},
	["Super Swallow"] = {
		class = "CharacterSkin",
		file = "Char-bird-swallow.png",
		rarity = 4,
		baseAnimal = "Songbird",
		currencies = {
			{
				name = "DNA",
				amount = 190,
			},
			{
				name = "Serum",
				amount = 64,
			},
		}
	},
	["Cone Hat"] = {
		class = "Hat",
		rarity = 1,
		framed = 1,
		store = "saw",
		currency = {
			name = "S.A.W. Tickets",
			amount = 200,
		},
	},
	["Super Bananamilk Pillow"] = {
		class = "MeleeSkin",
		rarity = 3,
		description = "Limited-time exclusive item<br>[[Super Animal Mods|Kaity Mod Item]]", 
		file = "Kaity's Skullcat Pillow.png"
	}
}