Module:Item/data

From Secrets of Grindea Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Item/data/doc

--[[

=== Module:Item/data ===
Module used to hold item data extracted from the game, as well as 
wiki-specific data.

=== Tables ===
* stats table is autogenerated from the game by using the following tool:
  https://github.com/Marioalexsan/ModBagmanMods/tree/main/WikiDataExtractor

* aliases are alternative names for items, and are also used to provide 
  backwards compatibility with old item IDs used on the wiki
  
* sprites holds the file names on the wiki for each item

--]]

--[[ BEGIN AUTOGEN ITEM TABLE --]]
--[[ Game version: 0.99d --]]
local stats = {

Apple = {
 cat = {"PetFood","Misc","MonkeyCardAffects" },
 name = "Apple",
 desc = "A delicious, red apple!",
 value = 2,
 foodtype = "HP",
 foodexp = 1,
 type = "misc"
},
Carrot = {
 cat = {"Misc","PetFood","MonkeyCardAffects" },
 name = "Carrot",
 desc = "Very nutritious!",
 value = 3,
 foodtype = "Speed",
 foodexp = 1,
 type = "misc"
},
VegetableJuice = {
 cat = {"Misc" },
 name = "Vegetable Juice",
 value = 1,
 type = "misc"
},
_Consumable_Berries = {
 cat = {"Misc","PetFood" },
 name = "Berries",
 desc = "A handful of berries. These are poisonous for humans!",
 value = 2,
 foodtype = "EP",
 foodexp = 3,
 type = "misc"
},
_Consumable_HealthPotion = {
 cat = {"Usable","DontRemoveOnUse" },
 name = "Health Potion",
 desc = "A rare, single use Health Potion! Restores a small portion of your health.",
 value = 100,
 type = "usable"
},
_Misc_SpeedPetFood = {
 cat = {"PetFood","Misc" },
 name = "Light Ceasar Salad",
 desc = "Low-fat pet food that makes your pet light and quick on its feet!",
 value = 175,
 foodtype = "Speed",
 foodexp = 3,
 type = "misc"
},
_Misc_ManaPetFood = {
 cat = {"PetFood","Misc" },
 name = "Sweet Sundae",
 desc = "Pet food with high sugar content, to make your pets more energetic!",
 value = 175,
 foodtype = "EP",
 foodexp = 3,
 type = "misc"
},
_Misc_DefensePetFood = {
 cat = {"PetFood","Misc" },
 name = "Hearty Stew",
 desc = "A type of pet food that's both healthy and popular among all kinds of pets!",
 value = 175,
 foodtype = "HP",
 foodexp = 3,
 type = "misc"
},
_Misc_DamagePetFood = {
 cat = {"Misc","PetFood" },
 name = "Grilled Ribeye Steak",
 desc = "High protein pet food that builds muscle!",
 value = 175,
 foodtype = "Damage",
 foodexp = 3,
 type = "misc"
},
_Usable_ButterflySummoner = {
 cat = {"NoDropNoTrade","DontRemoveOnUse","DontShowUsesLeft","Usable" },
 name = "Butterfly Charm",
 desc = "A strange charm that seems to have the power to attract butterflies. Both ridiculous and awesome!",
 value = 40,
 type = "usable"
},
_Usable_SpringCharm = {
 cat = {"NoDropNoTrade","DontRemoveOnUse","DontShowUsesLeft","SendToRoguelike","Usable" },
 name = "Spring Charm",
 desc = "A mystical charm that can spawn a bed of flowers beneath your feet! Awesome!",
 value = 40,
 type = "usable"
},
_Usable_SnowflakeCharm = {
 cat = {"NoDropNoTrade","DontRemoveOnUse","DontShowUsesLeft","SendToRoguelike","Usable" },
 name = "Snowflake Charm",
 desc = "If you rub this mysterious, freezing amulet, you'll have awesome snowflakes following you around!",
 value = 40,
 type = "usable"
},
_Usable_FaeCharm = {
 cat = {"NoDropNoTrade","DontRemoveOnUse","DontShowUsesLeft","Usable" },
 name = "Fae Sidekick",
 desc = "A fae sidekick joined your adventure! Call her if you need company.",
 value = 40,
 type = "usable"
},
_Usable_GhostCharm = {
 cat = {"NoDropNoTrade","DontRemoveOnUse","DontShowUsesLeft","Usable" },
 name = "Ghost Charm",
 desc = "A translucent, weirdly cool blob of living ectoplasm. Squeezing it makes you turn ghostlike!",
 value = 40,
 type = "usable"
},
_Usable_CardAlbum = {
 cat = {"NoDropNoTrade","DontRemoveOnUse","DontShowUsesLeft","Usable","KeyItem","NoQuickslot" },
 name = "Card Album",
 desc = "A large binder where you can put any rare cards found during your adventure! Can you find them all?",
 value = 40,
 type = "usable"
},
_Usable_PhaseReSequencer = {
 cat = {"NoDropNoTrade","DontRemoveOnUse","DontShowUsesLeft","GhostGift","Usable" },
 name = "Phase Resequencer",
 desc = "A trinket capable of changing your Phase Shift shape! Kinda useless... but also amazing!",
 value = 40,
 type = "usable"
},
_Usable_PotionSingle = {
 cat = {"NoDropNoTrade","DontRemoveOnUse","DontShowUsesLeft","Usable","Potion" },
 name = "Potion Flask",
 desc = "A magical potion flask that refills itself when you fight!",
 value = 40,
 type = "usable"
},
_Usable_PotionDuo = {
 cat = {"NoDropNoTrade","DontRemoveOnUse","DontShowUsesLeft","Usable","Potion" },
 name = "Potion Flask Duo",
 desc = "A couple of magical potion flasks that refill themselves when you fight!",
 value = 40,
 type = "usable"
},
_Usable_PotionTrio = {
 cat = {"NoDropNoTrade","DontRemoveOnUse","DontShowUsesLeft","Usable","Potion" },
 name = "Potion Flask Trio",
 desc = "Three magical potion flasks that refill themselves when you fight!",
 value = 40,
 type = "usable"
},
_Usable_PotionSingleDISPLAY = {
 cat = {"NoDropNoTrade" },
 name = "Potion Flask",
 desc = "A magical potion flask that refills itself when you fight!",
 value = 40,
 type = "usable"
},
_Usable_SpiderCharm = {
 cat = {"NoDropNoTrade","DontRemoveOnUse","DontShowUsesLeft","Usable" },
 name = "Spider Charm",
 desc = "A creepy charm that attracts spiders! What crazy arachnophile made this thing?!",
 value = 40,
 type = "usable"
},
_Usable_ButterflyPheromones = {
 cat = {"NoDropNoTrade","DontRemoveOnUse","DontShowUsesLeft","Usable" },
 name = "Butterfly Pheromones",
 desc = "When opened, this bottle gives off a scent that can attract various Butterfly Matriarchs!",
 value = 40,
 type = "usable"
},
_Usable_RainMaker = {
 cat = { },
 name = "",
 value = 1,
 type = "usable"
},
_Usable_LoodTrinket = {
 cat = { },
 name = "",
 value = 1,
 type = "usable"
},
_Usable_LaserWings_Good = {
 cat = {"NoDropNoTrade","DontRemoveOnUse","DontShowUsesLeft","Usable" },
 name = "Wings of Light",
 desc = "Summons a pair of cool wings that follow you around!",
 value = 40,
 type = "usable"
},
_Usable_LaserWings_Evil = {
 cat = {"NoDropNoTrade","DontRemoveOnUse","DontShowUsesLeft","Usable" },
 name = "Wings of Darkness",
 desc = "Summons a pair of cool wings that follow you around!",
 value = 40,
 type = "usable"
},
_PotionType_Health = {
 cat = {"KeyItem" },
 name = "Health Potion",
 desc = "Restores 15 % of your maximum HP! It's quite thick and tough to drink. Refills slowly.",
 value = 1,
 type = "usable"
},
_PotionType_Crit = {
 cat = {"KeyItem" },
 name = "Precision Potion",
 desc = "Adds 20 Crit for 15 seconds. Refills quickly.",
 value = 1,
 type = "usable"
},
_PotionType_Damage = {
 cat = {"KeyItem" },
 name = "Power Potion",
 desc = "Increases ATK and MATK by 15 % for 12 seconds. Refills quickly.",
 value = 1,
 type = "usable"
},
_PotionType_Spirit = {
 cat = {"KeyItem" },
 name = "Spirit Potion",
 desc = "Restores 50 % of your maximum EP! Refills moderately fast (slowly in Arcade Mode).",
 value = 1,
 type = "usable"
},
_PotionType_Arrow = {
 cat = {"KeyItem" },
 name = "Archer Potion",
 desc = "Drinking this potion makes you cough up 4 arrows. Wait... what?! Refills quickly.",
 value = 1,
 type = "usable"
},
_PotionType_Speed = {
 cat = {"KeyItem" },
 name = "Gale Potion",
 desc = "Increases your ASPD and CSPD by 15 for 18 seconds. Refills quickly.",
 value = 1,
 type = "usable"
},
_PotionType_Chicken = {
 cat = {"KeyItem" },
 name = "Hex Potion",
 desc = "Turns you into a Chicken for up to 5 seconds! Attack to cancel. Refills slowly.",
 value = 1,
 type = "usable"
},
_PotionType_LOCKED = {
 cat = {"KeyItem" },
 name = "Locked Flask",
 desc = "Your carrying bag for potions has room for more flasks, but you must get one first!",
 value = 1,
 type = "usable"
},
_PotionType_Wealth = {
 cat = {"KeyItem" },
 name = "Wealth Potion",
 desc = "Increases gold dropped from enemies you defeat by 60 % for 20 seconds. Refills moderately fast.",
 value = 1,
 type = "usable"
},
_PotionType_Loot = {
 cat = {"KeyItem" },
 name = "Bounty Potion",
 desc = "Increases the drop rate of enemy drops and cards by 20 % for 20 seconds. Refills moderately fast.",
 value = 1,
 type = "usable"
},
_PotionType_EMPTY = {
 cat = {"KeyItem" },
 name = "Empty Flask",
 desc = "An empty Potion Flask! It's not much use unless you fill it with something.",
 value = 1,
 type = "usable"
},
_PotionType_UNKNOWN = {
 cat = {"KeyItem" },
 name = "Unknown Potion",
 desc = "An empty spot on the shelf! Who knows what might end up here one day?",
 value = 1,
 type = "usable"
},
_PotionType_HealthDISABLED = {
 cat = {"KeyItem" },
 name = "Bad Health Potion",
 desc = "Something in the air prevents Remedi from brewing working Health Potions. You should probably stay away!",
 value = 1,
 type = "usable"
},
_PotionType_Lightning = {
 cat = {"KeyItem" },
 name = "Lightning Potion",
 desc = "Spawns 20 Thunder Orbs! While recharging, using another pot adds 20 more. Refills moderately fast.",
 value = 1,
 type = "usable"
},
_PotionType_HealthZHAMLA = {
 cat = { },
 name = "",
 value = 1,
 type = "usable"
},
_Consumable_FirstItem = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Consumable_SuperPotion_Attack = {
 cat = {"Usable","DontRemoveOnUse","NoDropNoTrade" },
 name = "Super Power Potion",
 desc = "A Power Potion made with some secret ingredients! It lasts for an entire battle, but can't refill.",
 value = 1,
 type = "usable"
},
_Consumable_SuperPotion_Speed = {
 cat = {"Usable","DontRemoveOnUse","NoDropNoTrade" },
 name = "Super Gale Potion",
 desc = "A single-use, amped up Gale Potion! It will make you fight faster for a whole battle.",
 value = 1,
 type = "usable"
},
_Consumable_SuperPotion_Energy = {
 cat = {"Usable","DontRemoveOnUse","NoDropNoTrade" },
 name = "Super Spirit Potion",
 desc = "An extra powerful single-use Spirit Potion! While it lasts, you'll overflow with Energy!",
 value = 1,
 type = "usable"
},
_Consumable_SuperPotion_Lightning = {
 cat = {"Usable","DontRemoveOnUse","NoDropNoTrade" },
 name = "Super Lightning Potion",
 desc = "A single-use Lightning Potion with extra spark! It lasts for a long time.",
 value = 1,
 type = "usable"
},
_Consumable_SuperPotion_Placeholder1 = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Consumable_SuperPotion_Placeholder2 = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Consumable_SuperPotion_Placeholder3 = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Consumable_SuperPotion_Placeholder4 = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Consumable_SuperPotion_Last = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Furniture_Carpet_MasterHQBlue = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Basic Blue Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_Carpet_MasterHQRed = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Basic Red Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_Carpet_MasterHQGreen = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Basic Green Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_Carpet_FlyingFortressHoleWithGlass = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "_string_not_found?!!",
 desc = "It's a piece of furniture for your home!",
 value = 100,
 type = "furniture"
},
_Furniture_Carpet_HalloweenModular = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Basic Purple Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 800,
 type = "furniture"
},
_Furniture_Carpet_HalloweenBig = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Crescent Moon Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_Carpet_Seasonne = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Seasonne Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 800,
 type = "furniture"
},
_Furniture_Carpet_MtBloom = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Cave Moss Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 750,
 type = "furniture"
},
_Furniture_Carpet_TaiMing = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Tai Ming Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_Carpet_RedGigaSlimeCarpet = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade","Furniture_Duplicable" },
 name = "Slime Carpet",
 desc = "A huge mat looking like a red Giga Slime! It's really soft.",
 value = 10000,
 type = "furniture"
},
_Furniture_Carpet_DesertunoRed = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Red Desertuno Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_Carpet_DesertunoGreen = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Green Desertuno Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_Carpet_DesertunoOrange = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Orange Desertuno Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_Carpet_DesertunoPurple = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Purple Desertuno Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_Carpet_DesertidosRed = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Red Desertidos Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_Carpet_DesertidosGreen = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Green Desertidos Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_Carpet_DesertidosOrange = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Orange Desertidos Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_Carpet_DesertidosPurple = {
 cat = {"Furniture","Furniture_Carpet","NoDropNoTrade" },
 name = "Purple Desertidos Carpet",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_Table_BasicLongBlack = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Basic Black Table",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_Table_BasicLongWhite = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Basic White Table",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_Table_BasicLongWood = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Basic Wooden Table",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_Table_BasicShortWood = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Small Wooden Table",
 desc = "It's a piece of furniture for your home!",
 value = 100,
 type = "furniture"
},
_Furniture_Table_BasicShortBlack = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Small Black Table",
 desc = "It's a piece of furniture for your home!",
 value = 100,
 type = "furniture"
},
_Furniture_Table_BasicBigWood = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Big Wooden Table",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_Table_BedsideHalloween = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Small Purple Table",
 desc = "It's a piece of furniture for your home!",
 value = 250,
 type = "furniture"
},
_Furniture_Table_BedsideFlyingFortress = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Small Cyber-Table",
 desc = "It's a piece of furniture for your home!",
 value = 350,
 type = "furniture"
},
_Furniture_Table_BedsideTempleOfSeasons = {
 cat = {"Furniture","Furniture_Surface","Furniture_SeasonChangable","NoDropNoTrade" },
 name = "Small Table of Seasons",
 desc = "It's a piece of furniture for your home!",
 value = 750,
 type = "furniture"
},
_Furniture_Table_BedsideWhite = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Small White Table",
 desc = "It's a piece of furniture for your home!",
 value = 100,
 type = "furniture"
},
_Furniture_Table_BedsideSeasonne = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Small Crate Table",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_Table_LongTempleOfSeasons = {
 cat = {"Furniture","Furniture_Surface","Furniture_SeasonChangable","NoDropNoTrade" },
 name = "Long Table of Seasons",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_Table_BigTempleOfSeasons = {
 cat = {"Furniture","Furniture_Surface","Furniture_SeasonChangable","NoDropNoTrade" },
 name = "Big Table of Seasons",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_Table_BigFlyingFortress = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Big Cyber-Table",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_Table_LongFlyingFortress = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Long Cyber-Table",
 desc = "It's a piece of furniture for your home!",
 value = 600,
 type = "furniture"
},
_Furniture_Table_BigSeasonne = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Big Crate Table",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_Table_LongSeasonne = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Long Crate Table",
 desc = "It's a piece of furniture for your home!",
 value = 700,
 type = "furniture"
},
_Furniture_Table_LongHalloween = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Long Purple Table",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_Table_BigHalloween = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Big Purple Table",
 desc = "It's a piece of furniture for your home!",
 value = 750,
 type = "furniture"
},
_Furniture_Table_BedsideTaiMing = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Small Tai Ming Table",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_Table_BedsideMtBloom = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Small Rock Table",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_Table_LongTaiMing = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Long Tai Ming Table",
 desc = "It's a piece of furniture for your home!",
 value = 1250,
 type = "furniture"
},
_Furniture_Table_LongMtBloom = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Long Rock Table",
 desc = "It's a piece of furniture for your home!",
 value = 750,
 type = "furniture"
},
_Furniture_Table_BigTaiMing = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Big Tai Ming Table",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_Table_BigMtBloom = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Big Rock Table",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_Table_BasicBigBlack = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Big Black Table",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_Table_BasicBigWhite = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Big White Table",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_Table_BedsideDesert = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Desert Bedside Table",
 desc = "It's a piece of furniture for your home!",
 value = 1250,
 type = "furniture"
},
_Furniture_Table_BigDesert = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Big Desert Table",
 desc = "It's a piece of furniture for your home!",
 value = 1750,
 type = "furniture"
},
_Furniture_Table_LongDesert = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Long Desert Table",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_Table_LongShip = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Long Ship Table",
 desc = "It's a piece of furniture for your home!",
 value = 1600,
 type = "furniture"
},
_Furniture_Table_BedsideShip = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Ship Bedside Table",
 desc = "It's a piece of furniture for your home!",
 value = 1400,
 type = "furniture"
},
_Furniture_Table_BigShip = {
 cat = {"Furniture","Furniture_Surface","NoDropNoTrade" },
 name = "Big Ship Table",
 desc = "It's a piece of furniture for your home!",
 value = 2000,
 type = "furniture"
},
_Furniture_Chair_BasicDark = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Basic Black Chair",
 desc = "It's a piece of furniture for your home!",
 value = 100,
 type = "furniture"
},
_Furniture_Chair_BasicWhite = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Basic White Chair",
 desc = "It's a piece of furniture for your home!",
 value = 100,
 type = "furniture"
},
_Furniture_Chair_BasicWood = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Basic Wooden Chair",
 desc = "It's a piece of furniture for your home!",
 value = 100,
 type = "furniture"
},
_Furniture_Chair_BenchDark = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Basic Black Bench",
 desc = "It's a piece of furniture for your home!",
 value = 250,
 type = "furniture"
},
_Furniture_Chair_BenchWhite = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Basic White Bench",
 desc = "It's a piece of furniture for your home!",
 value = 250,
 type = "furniture"
},
_Furniture_Chair_BenchWood = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Basic Wooden Bench",
 desc = "It's a piece of furniture for your home!",
 value = 250,
 type = "furniture"
},
_Furniture_Chair_CouchRed = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "_string_not_found?!!",
 desc = "It's a piece of furniture for your home!",
 value = 100,
 type = "furniture"
},
_Furniture_Chair_CouchGreen = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "_string_not_found?!!",
 desc = "It's a piece of furniture for your home!",
 value = 100,
 type = "furniture"
},
_Furniture_Chair_CouchBlue = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "_string_not_found?!!",
 desc = "It's a piece of furniture for your home!",
 value = 100,
 type = "furniture"
},
_Furniture_Chair_CouchDark = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "_string_not_found?!!",
 desc = "It's a piece of furniture for your home!",
 value = 100,
 type = "furniture"
},
_Furniture_Chair_CouchWhite = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "_string_not_found?!!",
 desc = "It's a piece of furniture for your home!",
 value = 100,
 type = "furniture"
},
_Furniture_Chair_StoolDark = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Basic Black Stool",
 desc = "It's a piece of furniture for your home!",
 value = 50,
 type = "furniture"
},
_Furniture_Chair_StoolWhite = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Basic White Stool",
 desc = "It's a piece of furniture for your home!",
 value = 50,
 type = "furniture"
},
_Furniture_Chair_StoolWood = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Basic Wood Stool",
 desc = "It's a piece of furniture for your home!",
 value = 50,
 type = "furniture"
},
_Furniture_Chair_BasicHalloween = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Purple Chair",
 desc = "It's a piece of furniture for your home!",
 value = 150,
 type = "furniture"
},
_Furniture_Chair_BenchHalloween = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Purple Bench",
 desc = "It's a piece of furniture for your home!",
 value = 300,
 type = "furniture"
},
_Furniture_Chair_StoolSeasonne = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Fir Wood Stool",
 desc = "It's a piece of furniture for your home!",
 value = 300,
 type = "furniture"
},
_Furniture_Chair_BenchSeasonne = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Fir Wood Bench",
 desc = "It's a piece of furniture for your home!",
 value = 600,
 type = "furniture"
},
_Furniture_Chair_StoolFlyingFortress = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Cyber-Stool",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_Chair_BenchFlyingFortress = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Cyber-Bench",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_Chair_StoolTempleOfSeasons = {
 cat = {"Furniture","Furniture_Chair","Furniture_SeasonChangable","NoDropNoTrade" },
 name = "Stool of Seasons",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_Chair_BenchTempleOfSeasons = {
 cat = {"Furniture","Furniture_Chair","Furniture_SeasonChangable","NoDropNoTrade" },
 name = "Bench of Seasons",
 desc = "It's a piece of furniture for your home!",
 value = 800,
 type = "furniture"
},
_Furniture_Chair_StoolMtBloom = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Rock Stool",
 desc = "It's a piece of furniture for your home!",
 value = 350,
 type = "furniture"
},
_Furniture_Chair_BenchMtBloom = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Rock Bench",
 desc = "It's a piece of furniture for your home!",
 value = 700,
 type = "furniture"
},
_Furniture_Chair_StoolTaiMing = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Small Sitting Mat",
 desc = "It's a piece of furniture for your home!",
 value = 300,
 type = "furniture"
},
_Furniture_Chair_BenchTaiMing = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Long Sitting Mat",
 desc = "It's a piece of furniture for your home!",
 value = 600,
 type = "furniture"
},
_Furniture_Chair_SlimeBeanBag = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade","Furniture_Duplicable" },
 name = "Giga Slime Bean Bag",
 desc = "A sack of beans made to resemble a giant slime. How can it be so comfortable?!",
 value = 2500,
 type = "furniture"
},
_Furniture_Chair_StoolDesert = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Small Cushion",
 desc = "It's a piece of furniture for your home!",
 value = 300,
 type = "furniture"
},
_Furniture_Chair_BenchDesert = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Long Cushion",
 desc = "It's a piece of furniture for your home!",
 value = 600,
 type = "furniture"
},
_Furniture_Chair_ChairShip = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Ship Chair",
 desc = "It's a piece of furniture for your home!",
 value = 300,
 type = "furniture"
},
_Furniture_Chair_BenchShip = {
 cat = {"Furniture","Furniture_Chair","NoDropNoTrade" },
 name = "Ship Bench",
 desc = "It's a piece of furniture for your home!",
 value = 600,
 type = "furniture"
},
_Furniture_Decoration_Bonsai = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade","Furniture_Duplicable" },
 name = "Bonsai Tree",
 desc = "Looks just like a regular tree, only much smaller.",
 value = 2000,
 type = "furniture"
},
_Furniture_Decoration_CandleStick = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Small Candelabra",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_Decoration_Papers = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Documents",
 desc = "It's a piece of furniture for your home!",
 value = 100,
 type = "furniture"
},
_Furniture_Decoration_BookGreen = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Green Book",
 desc = "It's a piece of furniture for your home!",
 value = 150,
 type = "furniture"
},
_Furniture_Decoration_BookRed = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Red Book",
 desc = "It's a piece of furniture for your home!",
 value = 150,
 type = "furniture"
},
_Furniture_Decoration_SakuraBonsai = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade","Furniture_Duplicable" },
 name = "Bonsai Cherry Tree",
 desc = "Tiny cherry blossom petals are falling from it. How stereotypical!",
 value = 3000,
 type = "furniture"
},
_Furniture_Decoration_PresentPile = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Present Pile",
 desc = "It's a piece of furniture for your home!",
 value = 600,
 type = "furniture"
},
_Furniture_Decoration_CavePick = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Decorative Pickaxe",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_Decoration_CaveFigurine = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Cave Figurine",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_Decoration_TaiMingBottle = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Green Bottle",
 desc = "It's a piece of furniture for your home!",
 value = 750,
 type = "furniture"
},
_Furniture_Decoration_SwordStand = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Sword Display",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_Decoration_Knife = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Decorative Knife",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_Decoration_JarTaiMing = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Tai Ming Jar",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_Decoration_CardInGlass = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Card in Glass",
 desc = "A card replica in a cage of glass!",
 value = 4000,
 type = "furniture"
},
_Furniture_Decoration_FlyingFortressFloorDetails = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Mini Crystal Lamps",
 desc = "It's a piece of furniture for your home!",
 value = 300,
 type = "furniture"
},
_Furniture_Decoration_PhasePlate = {
 cat = {"Furniture","Furniture_Decoration","Furniture_Duplicable","NoDropNoTrade" },
 name = "Phase Plate",
 desc = "A real, functioning phase plate that you can place in your house!",
 value = 5000,
 type = "furniture"
},
_Furniture_Decoration_CatFoodBowl = {
 cat = {"NoDropNoTrade","Furniture","Furniture_Decoration","Furniture_Duplicable" },
 name = "Cat Food Bowl",
 desc = "If you place this in your home, a stray cat may come visit you!",
 value = 50000,
 type = "furniture"
},
_Furniture_Decoration_FakeCardAlbum = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Fake Card Album",
 desc = "A large replica card album with illustrations of many monsters! For wannabe Collectors?",
 value = 4000,
 type = "furniture"
},
_Furniture_Decoration_SkullAndBones = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Skull and Bones",
 desc = "It's a piece of furniture for your home!",
 value = 2000,
 type = "furniture"
},
_Furniture_Decoration_SmallBone = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Small Bone",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_Decoration_BigBone = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Big Bone",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_Decoration_HauntedBucket = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Haunted Bucket",
 desc = "It's a piece of furniture for your home!",
 value = 10000,
 type = "furniture"
},
_Furniture_Decoration_Spider = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Spider",
 desc = "It's a piece of furniture for your home!",
 value = 7000,
 type = "furniture"
},
_Furniture_Decoration_Lizard = {
 cat = {"Furniture","Furniture_Decoration","Furniture_Duplicable","NoDropNoTrade" },
 name = "Lizard",
 desc = "A tame lizard to keep in your house!",
 value = 7000,
 type = "furniture"
},
_Furniture_Decoration_LampCrystal = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Crystal Lamp",
 desc = "A beautiful lamp made from an ancient energy crystal! Gives off a nice, red light.",
 value = 600,
 type = "furniture"
},
_Furniture_Decoration_LampLantern = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade","Furniture_Duplicable" },
 name = "Lantern Lamp",
 desc = "A lantern modified to be placed in a human home, giving off a soothing, white light!",
 value = 500,
 type = "furniture"
},
_Furniture_Decoration_LampLava = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Green Slime Lamp",
 desc = "Pieces of green slime is bubbling inside this lamp! Gives off a green light.",
 value = 1000,
 type = "furniture"
},
_Furniture_Decoration_LampCandles = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Candles",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_Decoration_LampFlyingFortressCrystal = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Small Powered Crystal",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_Decoration_PlantGreen = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade","Furniture_Duplicable" },
 name = "Small Cactus",
 desc = "I hate cactuses. They look so inviting, but they are so pricky that you can't hug them!",
 value = 400,
 type = "furniture"
},
_Furniture_Decoration_PlantPurple = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Purple Flower Bouquet",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_Decoration_PlantPurpleSmall = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Tiny Purple Flower",
 desc = "It's a piece of furniture for your home!",
 value = 100,
 type = "furniture"
},
_Furniture_Decoration_PlantSeasonneFlowers = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Potted Poinsettia",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_Decoration_WeaponDisplayStanding1H = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Small Weapon Display",
 desc = "A small display where you can showcase one of your one handed weapons!",
 value = 2000,
 type = "furniture"
},
_Furniture_Decoration_WeaponDisplayStanding2H = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Large Weapon Display",
 desc = "A large display where you can showcase one of your two handed weapons!",
 value = 2000,
 type = "furniture"
},
_Furniture_Decoration_DesertCarrots = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Carrot Board",
 desc = "It's a piece of furniture for your home!",
 value = 750,
 type = "furniture"
},
_Furniture_Decoration_DesertBag = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Desert Bag",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_Decoration_DesertLamp = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Desert Lamp",
 desc = "They say if you rub these you'll get three wishes! It's... probably not true.",
 value = 1500,
 type = "furniture"
},
_Furniture_Decoration_DesertGrindeaFigurine = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Grindea Figurine",
 desc = "A figurine of the Goddess! While it looks like crystal, it's actually cheap frosted glass...",
 value = 5000,
 type = "furniture"
},
_Furniture_Decoration_DesertModelship = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Model Ship",
 desc = "A small model of a ship! It won't float, so don't even try.",
 value = 8000,
 type = "furniture"
},
_Furniture_Decoration_DecorativeSkull = {
 cat = {"Furniture","Furniture_Decoration","Furniture_Duplicable","NoDropNoTrade" },
 name = "Decorative Skull",
 desc = "A skull to place in your home. Haha, don't worry, it's not a real skull! ...right?",
 value = 6000,
 type = "furniture"
},
_Furniture_Decoration_Balloon_ClassicSingle = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Round Balloon",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_Decoration_Balloon_ClassicCluster = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Balloon Cluster",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_Decoration_Balloon_Slime = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Slime Balloon",
 desc = "It's a piece of furniture for your home!",
 value = 750,
 type = "furniture"
},
_Furniture_Decoration_Balloon_Rabby = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Rabby Balloon",
 desc = "It's a piece of furniture for your home!",
 value = 750,
 type = "furniture"
},
_Furniture_Decoration_Balloon_Promotional = {
 cat = {"Furniture","Furniture_Decoration","Furniture_Duplicable","NoDropNoTrade" },
 name = "Smiley Balloon",
 desc = "A happy, yellow balloon - #1 at making smiles happen! Place it in your house!",
 value = 2500,
 type = "furniture"
},
_Furniture_Decoration_AmbienceBox = {
 cat = {"Furniture","Furniture_Decoration","Furniture_Duplicable","NoDropNoTrade" },
 name = "Ambience Box",
 desc = "A nifty little box that plays high quality ambience for your house! Several sounds are available.",
 value = 15000,
 type = "furniture"
},
_Furniture_Decoration_RecordPlayer = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Record Player",
 desc = "Lets you choose what music plays inside your home!",
 value = 1,
 type = "furniture"
},
_Furniture_Decoration_ArcadeChallengeTrophyF01 = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Pillar Mountains Trophy",
 desc = "A trophy awarded for defeating all Arcade Mode Challenges in Pillar Mountains!",
 value = 10000,
 type = "furniture"
},
_Furniture_Decoration_ArcadeChallengeTrophyF02 = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Evergrind Forest Trophy",
 desc = "A trophy awarded for defeating all Arcade Mode Challenges in Evergrind Forest!",
 value = 10000,
 type = "furniture"
},
_Furniture_Decoration_ArcadeChallengeTrophyF03 = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Pumpkin Woods Trophy",
 desc = "A trophy awarded for defeating all Arcade Mode Challenges in Pumpkin Woods!",
 value = 10000,
 type = "furniture"
},
_Furniture_Decoration_ArcadeChallengeTrophyF04 = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Flying Fortress Trophy",
 desc = "A trophy awarded for defeating all Arcade Mode Challenges in Flying Fortress!",
 value = 10000,
 type = "furniture"
},
_Furniture_Decoration_ArcadeChallengeTrophyF05 = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Snowland Trophy",
 desc = "A trophy awarded for defeating all Arcade Mode Challenges in the Snowland!",
 value = 10000,
 type = "furniture"
},
_Furniture_Decoration_ArcadeChallengeTrophyF06 = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Season Temple Trophy",
 desc = "A trophy awarded for defeating all Arcade Mode Challenges in the Temple of Seasons!",
 value = 10000,
 type = "furniture"
},
_Furniture_Decoration_ArcadeChallengeTrophyF07 = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Mt Bloom Trophy",
 desc = "A trophy awarded for defeating all Arcade Mode Challenges in Mt Bloom!",
 value = 10000,
 type = "furniture"
},
_Furniture_Decoration_ArcadeChallengeTrophyF08 = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Tai Ming Trophy",
 desc = "A trophy awarded for defeating all Arcade Mode Challenges in Tai Ming!",
 value = 10000,
 type = "furniture"
},
_Furniture_Decoration_ArcadeChallengeTrophyF09 = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Desert Trophy",
 desc = "A trophy awarded for defeating all Arcade Mode Challenges in the Desert!",
 value = 10000,
 type = "furniture"
},
_Furniture_Decoration_ArcadeChallengeTrophyF10 = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Ghost Ship Trophy",
 desc = "A trophy awarded for defeating all Arcade Mode Challenges in the Ghost Ship!",
 value = 10000,
 type = "furniture"
},
_Furniture_WallDecor_Painting_Flowers = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Painting: Flowers",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_WallDecor_Painting_FlyingFortress = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Painting: Flying Fortress",
 desc = "A gorgeous rendition of a scene in the Flying Fortress. Must've been painted a very long time ago!",
 value = 1000,
 type = "furniture"
},
_Furniture_WallDecor_Painting_Sky = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Painting: Sky",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_WallDecor_Painting_TempleOfSeasons = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Painting of Seasons",
 desc = "A thought provoking rendition of the ancient and mysterious Temple of Seasons!",
 value = 2000,
 type = "furniture"
},
_Furniture_WallDecor_Painting_LostShip = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Lost Ship Painting",
 desc = "A painting of the Lost Ship! Infused by the Twilight, it has multiple appearances...",
 value = 2000,
 type = "furniture"
},
_Furniture_WallDecor_Window_ShortBlue = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Blue Window",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_WallDecor_Window_ShortGreen = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Green Window",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_WallDecor_Window_ShortRed = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Red Window",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_WallDecor_Window_TempleOfSeasons = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Window of Seasons",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_WallDecor_Window_Halloween = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Stained Glass Window",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_WallDecor_Window_FlyingFortress = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Flying Fortress Window",
 desc = "It's a piece of furniture for your home!",
 value = 750,
 type = "furniture"
},
_Furniture_WallDecor_Window_Seasonne = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Cozy Winter Window",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_WallDecor_Window_MtBloom = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Cave Window",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_WallDecor_Window_TaiMing = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Tai Ming Window",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_WallDecor_Window_Desert = {
 cat = {"NoDropNoTrade","Furniture","Furniture_WallDecoration" },
 name = "Desert Window",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_WallDecor_Banner_Blue = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Blue Banner",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_WallDecor_Banner_BlueThin = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Thin Blue Banner",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_WallDecor_Banner_Green = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Green Banner",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_WallDecor_Banner_GreenThin = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Thin Green Banner",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_WallDecor_Banner_Red = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Red Banner",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_WallDecor_Banner_RedThin = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Thin Red Banner",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_WallDecor_Banner_Collector = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Collector Banner",
 desc = "It's a piece of furniture for your home!",
 value = 300,
 type = "furniture"
},
_Furniture_WallDecor_Banner_DesertStyle = {
 cat = {"NoDropNoTrade","Furniture","Furniture_WallDecoration" },
 name = "Desert Style Banner",
 desc = "It's a piece of furniture for your home!",
 value = 750,
 type = "furniture"
},
_Furniture_WallDecor_Decor_Clock = {
 cat = {"Furniture_Duplicable","Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Small Clock",
 desc = "An old clock that would look just smashing on a table in your home! If you have one...",
 value = 300,
 type = "furniture"
},
_Furniture_WallDecor_Decor_RedFish = {
 cat = {"Furniture_Duplicable","Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Red Fatfish Display",
 desc = "A display of a Red Fatfish that you can put on the wall! It's really impressive.",
 value = 1500,
 type = "furniture"
},
_Furniture_WallDecor_Decor_LampCandle = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Wall Candle",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_WallDecor_Decor_LampOil = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Oil Wall Lamp",
 desc = "It's a piece of furniture for your home!",
 value = 350,
 type = "furniture"
},
_Furniture_WallDecor_Decor_LampTorch = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Wall Torch",
 desc = "It's a piece of furniture for your home!",
 value = 300,
 type = "furniture"
},
_Furniture_WallDecor_Decor_CollectorEmblem = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Green Collector Emblem",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_WallDecor_Decor_CollectorEmblem_Dark = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Wooden Collector Emblem",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_WallDecor_Decor_SeasonEmblem = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Season Emblem",
 desc = "It's a piece of furniture for your home!",
 value = 600,
 type = "furniture"
},
_Furniture_WallDecor_Decor_FlyingFortressLamps = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Powered Wall Crystal",
 desc = "It's a piece of furniture for your home!",
 value = 350,
 type = "furniture"
},
_Furniture_WallDecor_Decor_FlyingFortressGiantScreen = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Giant Screen",
 desc = "It's a piece of furniture for your home!",
 value = 5000,
 type = "furniture"
},
_Furniture_WallDecor_Decor_FlyingFortressSmallScreen = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Small Screen",
 desc = "It's a piece of furniture for your home!",
 value = 800,
 type = "furniture"
},
_Furniture_WallDecor_Decor_FlyingFortressMediumScreen = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Medium Screen",
 desc = "It's a piece of furniture for your home!",
 value = 1200,
 type = "furniture"
},
_Furniture_WallDecor_Decor_SeasonneSock = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Red Sock",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_WallDecor_Decor_TempleOfSeasonsVines = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Season Vines",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_WallDecor_Decor_SeasonneGarland = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Garland",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_WallDecor_Decor_CaveCrystalSmall = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Small Cave Crystal",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_WallDecor_Decor_CaveCrystalBig = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Big Cave Crystal",
 desc = "It's a piece of furniture for your home!",
 value = 600,
 type = "furniture"
},
_Furniture_WallDecor_Decor_CaveVines = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Cave Vines",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_WallDecor_Decor_Mirror = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Wall Mirror",
 desc = "It's a piece of furniture for your home!",
 value = 250,
 type = "furniture"
},
_Furniture_WallDecor_Decor_TaiMing_Spears = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Spear Display",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_WallDecor_Decor_TaiMing_SkyPainting = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Large Sky Painting",
 desc = "It's a piece of furniture for your home!",
 value = 4000,
 type = "furniture"
},
_Furniture_WallDecor_Decor_TaiMing_FlowerPaintingSmall = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Small Flower Painting",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_WallDecor_Decor_TaiMing_MoonPainting = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Tall Moon Painting",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_WallDecor_Decor_TaiMing_WallDecor = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Wall Planks",
 desc = "It's a piece of furniture for your home!",
 value = 1200,
 type = "furniture"
},
_Furniture_WallDecor_Decor_TaiMing_Lantern = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Old Lantern",
 desc = "A decent, old-school light source for your house.",
 value = 700,
 type = "furniture"
},
_Furniture_WallDecor_Decor_TaiMing_SwordBig = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Huge Sword Display",
 desc = "It's a piece of furniture for your home!",
 value = 5000,
 type = "furniture"
},
_Furniture_WallDecor_Decor_TaiMing_SwordMedium = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Large Sword Display",
 desc = "It's a piece of furniture for your home!",
 value = 2500,
 type = "furniture"
},
_Furniture_WallDecor_Decor_TaiMing_FlowerPaintingSquare = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Square Flower Painting",
 desc = "It's a piece of furniture for your home!",
 value = 1200,
 type = "furniture"
},
_Furniture_WallDecor_Decor_TaiMing_FlowerPaintingMedium = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Tall Flower Painting",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_WallDecor_Decor_TaiMing_MountainPainting = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Tall Mountain Painting",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_WallDecor_Decor_TaiMing_Wallflower = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Wall Flower",
 desc = "It's a piece of furniture for your home!",
 value = 800,
 type = "furniture"
},
_Furniture_WallDecor_Decor_WeaponDisplayHanging = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_WallDecor_Decor_ToyTrain = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Train on Wall",
 desc = "It's a piece of furniture for your home!",
 value = 800,
 type = "furniture"
},
_Furniture_WallDecor_Decor_PhotoPainting_SmashingGiga = {
 cat = {"NoDropNoTrade","Furniture","Furniture_WallDecoration" },
 name = "Photo: Giga Slime",
 desc = "A photo of a Giga Slime lifting its giant hammer! ...wait, is this really the photo you took?!",
 value = 1,
 type = "furniture"
},
_Furniture_WallDecor_Decor_PhotoPainting_BoarKillWhiteRabby = {
 cat = {"NoDropNoTrade","Furniture","Furniture_WallDecoration" },
 name = "Photo: Boar vs. Rabby",
 desc = "A photo of a Boar being tricked into defeating an Elder Rabby! How devious!",
 value = 1,
 type = "furniture"
},
_Furniture_WallDecor_Decor_PhotoPainting_PumpkinMixer = {
 cat = {"NoDropNoTrade","Furniture","Furniture_WallDecoration" },
 name = "Photo: Pumpkin Dash",
 desc = "A photo of a Piercing Dash cutting through a bunch of pumpkins! Would look great on a wall.",
 value = 1,
 type = "furniture"
},
_Furniture_WallDecor_Decor_DesertPoster = {
 cat = {"NoDropNoTrade","Furniture","Furniture_WallDecoration" },
 name = "Desert Poster",
 desc = "A poster depicting a beautiful desert! They probably sell this exact poster in all deserts...",
 value = 3000,
 type = "furniture"
},
_Furniture_WallDecor_Decor_PuzzleCounter = {
 cat = {"NoDropNoTrade","Furniture","Furniture_WallDecoration" },
 name = "Puzzle Counter",
 desc = "A mysterious artifact that somehow tracks your love for pointless math puzzles. Hang it on a wall!",
 value = 900,
 type = "furniture"
},
_Furniture_WallDecor_Decor_DeadFish = {
 cat = {"NoDropNoTrade","Furniture_Duplicable","Furniture","Furniture_WallDecoration" },
 name = "Dead Fish Display",
 desc = "It was once a formidable fish, but now just the bones are left! Hang it in your home.",
 value = 100,
 type = "furniture"
},
_Furniture_WallDecor_Decor_HauntedBag = {
 cat = {"NoDropNoTrade","Furniture","Furniture_WallDecoration" },
 name = "Haunted Hanging Bags",
 desc = "It's a piece of furniture for your home!",
 value = 12000,
 type = "furniture"
},
_Furniture_WallDecor_Decor_WallSpider = {
 cat = {"NoDropNoTrade","Furniture","Furniture_WallDecoration" },
 name = "Wall Spider",
 desc = "It's a piece of furniture for your home!",
 value = 8000,
 type = "furniture"
},
_Furniture_WallDecor_Decor_HauntedVines = {
 cat = {"NoDropNoTrade","Furniture","Furniture_WallDecoration" },
 name = "Haunted Vines",
 desc = "It's a piece of furniture for your home!",
 value = 8000,
 type = "furniture"
},
_Furniture_WallDecor_Decor_SmallShipShelf = {
 cat = {"NoDropNoTrade","Furniture","Furniture_WallDecoration" },
 name = "Small Ship Shelf",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_WallDecor_Decor_BigShipShelf = {
 cat = {"NoDropNoTrade","Furniture","Furniture_WallDecoration" },
 name = "Big Ship Shelf",
 desc = "It's a piece of furniture for your home!",
 value = 3000,
 type = "furniture"
},
_Furniture_WallDecor_Decor_ShipWindow = {
 cat = {"NoDropNoTrade","Furniture","Furniture_WallDecoration" },
 name = "Ship Window",
 desc = "It's a piece of furniture for your home!",
 value = 1800,
 type = "furniture"
},
_Furniture_WallDecor_Decor_HauntedPainting = {
 cat = {"NoDropNoTrade","Furniture","Furniture_WallDecoration" },
 name = "Haunted Painting",
 desc = "It's a piece of furniture for your home!",
 value = 7000,
 type = "furniture"
},
_Furniture_BigStuff_BeerBarrel = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade","Furniture_Duplicable" },
 name = "Beer Barrel",
 desc = "A barrel of beer you got from the bartender! It's empty, though. What a scam!",
 value = 1000,
 type = "furniture"
},
_Furniture_BigStuff_BookCaseDark = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Black Bookcase",
 desc = "It's a piece of furniture for your home!",
 value = 250,
 type = "furniture"
},
_Furniture_BigStuff_BookCaseWhite = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "White Bookcase",
 desc = "It's a piece of furniture for your home!",
 value = 250,
 type = "furniture"
},
_Furniture_BigStuff_BookCaseWood = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Wooden Bookcase",
 desc = "It's a piece of furniture for your home!",
 value = 250,
 type = "furniture"
},
_Furniture_BigStuff_CandleStick = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Standing Candelabra",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_BigStuff_Fireplace = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Fireplace",
 desc = "Not only does one of these make your home super cozy, it's also great for burning important documents!",
 value = 1500,
 type = "furniture"
},
_Furniture_BigStuff_PlantBig = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Large Potted Bush",
 desc = "It's a piece of furniture for your home!",
 value = 600,
 type = "furniture"
},
_Furniture_BigStuff_PlantSmall = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Small Potted Bush",
 desc = "It's a piece of furniture for your home!",
 value = 300,
 type = "furniture"
},
_Furniture_BigStuff_WaterThingyTempleOfSeasons = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "_string_not_found?!!",
 desc = "It's a piece of furniture for your home!",
 value = 5000,
 type = "furniture"
},
_Furniture_BigStuff_BushTempleOfSeasons = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Season Temple Bush",
 desc = "It's a piece of furniture for your home!",
 value = 600,
 type = "furniture"
},
_Furniture_BigStuff_TripleBushTempleOfSeasons = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Season Temple Tri-Bush",
 desc = "It's a piece of furniture for your home!",
 value = 1200,
 type = "furniture"
},
_Furniture_BigStuff_FaeStatue = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Fae Statue",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_BigStuff_Pumpkin = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Pumpkin",
 desc = "It's a piece of furniture for your home!",
 value = 350,
 type = "furniture"
},
_Furniture_BigStuff_FlyingBroom = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Flying Broom",
 desc = "It's a piece of furniture for your home!",
 value = 2500,
 type = "furniture"
},
_Furniture_BigStuff_Cauldron = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Cauldron",
 desc = "It's a piece of furniture for your home!",
 value = 2000,
 type = "furniture"
},
_Furniture_BigStuff_BigCrystalFlyingFortress = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Powered Crystal",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_BigStuff_CrystalPillarFlyingFortress = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Crystal Pillar",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_BigStuff_ChristmasTree = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade","Furniture_Duplicable" },
 name = "Christmas Tree",
 desc = "A decorated tree for your house!",
 value = 2000,
 type = "furniture"
},
_Furniture_BigStuff_SeasonOrb = {
 cat = {"Furniture","Furniture_Bigstuff","Furniture_Duplicable","NoDropNoTrade" },
 name = "Season Orb",
 desc = "It's a piece of furniture for your home!",
 value = 10000,
 type = "furniture"
},
_Furniture_BigStuff_FlyingFortressWisp = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Wisp",
 desc = "It's a piece of furniture for your home!",
 value = 4500,
 type = "furniture"
},
_Furniture_BigStuff_HugeMushroomBlue = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Huge Blue Mushroom",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_BigStuff_HugeMushroomPurple = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Huge Purple Mushroom",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_BigStuff_MediumMushroomBlue = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Blue Mushroom",
 desc = "It's a piece of furniture for your home!",
 value = 600,
 type = "furniture"
},
_Furniture_BigStuff_MediumMushroomPurple = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Purple Mushroom",
 desc = "It's a piece of furniture for your home!",
 value = 600,
 type = "furniture"
},
_Furniture_BigStuff_CavePlantSmall = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Small Cave Plant",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_BigStuff_CavePlantBig = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Big Cave Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_BigStuff_CavePlantThin = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Thin Cave Plant",
 desc = "It's a piece of furniture for your home!",
 value = 750,
 type = "furniture"
},
_Furniture_BigStuff_FluffyFeathers = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "_string_not_found?!!",
 desc = "It's a piece of furniture for your home!",
 value = 2000,
 type = "furniture"
},
_Furniture_BigStuff_CaveSpear = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Worn Spear",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_BigStuff_CaveBag = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Mining Bag",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_BigStuff_CaveHugeCrystal = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Huge Cave Crystal",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_BigStuff_CaveRock = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Small Rock",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_BigStuff_CaveStatue = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Cave Statue",
 desc = "It's a piece of furniture for your home!",
 value = 1200,
 type = "furniture"
},
_Furniture_BigStuff_TaiMingBoxes = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Stacked Boxes",
 desc = "It's a piece of furniture for your home!",
 value = 300,
 type = "furniture"
},
_Furniture_BigStuff_TaiMingBoxThin = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Long Box",
 desc = "It's a piece of furniture for your home!",
 value = 200,
 type = "furniture"
},
_Furniture_BigStuff_TaiMingBookCase = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Tai Ming Bookcase",
 desc = "It's a piece of furniture for your home!",
 value = 800,
 type = "furniture"
},
_Furniture_BigStuff_TaiMingBottleShelf = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Bottle Shelf",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_BigStuff_TaiMingFlowerBox = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Tai Ming Flower Box",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_BigStuff_TaiMingFlowerCrate = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Tai Ming Flower Crate",
 desc = "It's a piece of furniture for your home!",
 value = 2500,
 type = "furniture"
},
_Furniture_BigStuff_TaiMingWeaponStand = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Weapon Rack",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_BigStuff_FlyingFortressHole = {
 cat = { },
 name = "",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_BigStuff_UnGrownPlant_Bloomo = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Medium Pot",
 desc = "A pot with a seed already planted in it! Uh... wait, what did you plant here again?",
 value = 1,
 type = "furniture"
},
_Furniture_BigStuff_UnGrownPlant_Halloweed = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Medium Pot",
 desc = "A pot with a seed already planted in it! Uh... wait, what did you plant here again?",
 value = 1,
 type = "furniture"
},
_Furniture_BigStuff_UnGrownPlant_Moss = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Medium Pot",
 desc = "A pot with a seed already planted in it! Uh... wait, what did you plant here again?",
 value = 1,
 type = "furniture"
},
_Furniture_BigStuff_UnGrownPlant_PoisonFlower = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Medium Pot",
 desc = "A pot with a seed already planted in it! Uh... wait, what did you plant here again?",
 value = 1,
 type = "furniture"
},
_Furniture_BigStuff_UnGrownPlant_PowerFlower = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Giant Pot",
 desc = "A pot with a seed already planted in it! Uh... wait, what did you plant here again?",
 value = 1,
 type = "furniture"
},
_Furniture_BigStuff_UnGrownPlant_MotherPlant = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Big Pot",
 desc = "A pot with a seed already planted in it! Uh... wait, what did you plant here again?",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_UnGrownPlant_Cactus = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Small Pot",
 desc = "A pot with a seed already planted in it! Uh... wait, what did you plant here again?",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_UnGrownPlant_SuperSalad = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Small Pot",
 desc = "A pot with a seed already planted in it! Uh... wait, what did you plant here again?",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_UnGrownPlant_Tomato = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Small Pot",
 desc = "A pot with a seed already planted in it! Uh... wait, what did you plant here again?",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_UnGrownPlant_Lettuce = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Small Pot",
 desc = "A pot with a seed already planted in it! Uh... wait, what did you plant here again?",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_UnGrownPlant_Carrot = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Small Pot",
 desc = "A pot with a seed already planted in it! Uh... wait, what did you plant here again?",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_UnGrownPlant_Onion = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Small Pot",
 desc = "A pot with a seed already planted in it! Uh... wait, what did you plant here again?",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_UnGrownPlant_Jumpkin = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Small Pot",
 desc = "A pot with a seed already planted in it! Uh... wait, what did you plant here again?",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_UnGrownPlant_OneHandWeaponPlant = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Small Pot",
 desc = "A pot with a seed already planted in it! Uh... wait, what did you plant here again?",
 value = 1,
 type = "furniture"
},
_Furniture_BigStuff_CompletedPlant_Bloomo = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Bloomo Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_BigStuff_CompletedPlant_Halloweed = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Halloweed Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_BigStuff_CompletedPlant_Moss = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Plantae Hostilis Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_BigStuff_CompletedPlant_PoisonFlower = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Toxic Tulip Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_BigStuff_CompletedPlant_PowerFlower = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Power Flower Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_BigStuff_CompletedPlant_MotherPlant = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Shruboss Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_CompletedPlant_Cactus = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Cactus Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_CompletedPlant_SuperSalad = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Super Salad Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_CompletedPlant_Tomato = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Tomato Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_CompletedPlant_Lettuce = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Lettuce Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_CompletedPlant_Carrot = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Carrot Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_CompletedPlant_Onion = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Onion Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_CompletedPlant_Jumpkin = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Jumpkin Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_SmallStuff_CompletedPlant_OneHandWeaponPlant = {
 cat = {"Furniture","Furniture_Decoration","NoDropNoTrade" },
 name = "Blade Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1,
 type = "furniture"
},
_Furniture_BigStuff_Tree_MossyElm = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Mossy Elm",
 desc = "It's a piece of furniture for your home!",
 value = 5000,
 type = "furniture"
},
_Furniture_BigStuff_Tree_AutumnOak = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Autumn Oak",
 desc = "It's a piece of furniture for your home!",
 value = 5000,
 type = "furniture"
},
_Furniture_BigStuff_Tree_SummerOak = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Summer Oak",
 desc = "It's a piece of furniture for your home!",
 value = 5000,
 type = "furniture"
},
_Furniture_BigStuff_Tree_ScaryOak = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Scary Oak",
 desc = "It's a piece of furniture for your home!",
 value = 5000,
 type = "furniture"
},
_Furniture_BigStuff_Tree_CherryTree = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Cherry Tree",
 desc = "It's a piece of furniture for your home!",
 value = 5000,
 type = "furniture"
},
_Furniture_BigStuff_Tree_SeasonTree = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Season Tree",
 desc = "It's a piece of furniture for your home!",
 value = 5000,
 type = "furniture"
},
_Furniture_BigStuff_Tree_BigBirch = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Big Birch",
 desc = "It's a piece of furniture for your home!",
 value = 5000,
 type = "furniture"
},
_Furniture_BigStuff_Tree_DryTree = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Dry Tree",
 desc = "It's a piece of furniture for your home!",
 value = 5000,
 type = "furniture"
},
_Furniture_BigStuff_BedWhite = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "White Bed",
 desc = "It's a piece of furniture for your home!",
 value = 300,
 type = "furniture"
},
_Furniture_BigStuff_BedBlack = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Black Bed",
 desc = "It's a piece of furniture for your home!",
 value = 300,
 type = "furniture"
},
_Furniture_BigStuff_BedWood = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Wooden Bed",
 desc = "It's a piece of furniture for your home!",
 value = 300,
 type = "furniture"
},
_Furniture_BigStuff_BedHalloween = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Purple Bed",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_BigStuff_BedSeasonne = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Cozy Bed",
 desc = "It's a piece of furniture for your home!",
 value = 600,
 type = "furniture"
},
_Furniture_BigStuff_BedFlyingFortress = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Cyber-Bed",
 desc = "It's a piece of furniture for your home!",
 value = 500,
 type = "furniture"
},
_Furniture_BigStuff_BedTaiMing = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Tai Ming Bed",
 desc = "It's a piece of furniture for your home!",
 value = 1200,
 type = "furniture"
},
_Furniture_BigStuff_BedCave = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Rock Bed",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_BigStuff_BedTempleOfSeasons = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Bed of Seasons",
 desc = "It's a piece of furniture for your home!",
 value = 900,
 type = "furniture"
},
_Furniture_BigStuff_AncientStatue = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Ancient Statue",
 desc = "It's a piece of furniture for your home!",
 value = 400,
 type = "furniture"
},
_Furniture_BigStuff_Palm = {
 cat = {"Furniture","Furniture_Bigstuff","Furniture_Duplicable","NoDropNoTrade" },
 name = "Palm",
 desc = "It's a piece of furniture for your home!",
 value = 6000,
 type = "furniture"
},
_Furniture_BigStuff_ExquisitePlant = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Exquisite Plant",
 desc = "It's a piece of furniture for your home!",
 value = 1500,
 type = "furniture"
},
_Furniture_BigStuff_DeadPlant = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Dead Plant",
 desc = "It's a piece of furniture for your home!",
 value = 50,
 type = "furniture"
},
_Furniture_BigStuff_CrateOfDirt = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Crate of Dirt",
 desc = "It's a piece of furniture for your home!",
 value = 250,
 type = "furniture"
},
_Furniture_BigStuff_WateringCan = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Watering Can",
 desc = "It's a piece of furniture for your home!",
 value = 1200,
 type = "furniture"
},
_Furniture_BigStuff_DesertBed = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Desert Bed",
 desc = "It's a piece of furniture for your home!",
 value = 1200,
 type = "furniture"
},
_Furniture_BigStuff_DesertBookcase = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Desert Bookcase",
 desc = "It's a piece of furniture for your home!",
 value = 1200,
 type = "furniture"
},
_Furniture_BigStuff_LargeGrayJar = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Large Gray Jar",
 desc = "It's a piece of furniture for your home!",
 value = 4000,
 type = "furniture"
},
_Furniture_BigStuff_LargeBlueJar = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Large Blue Jar",
 desc = "It's a piece of furniture for your home!",
 value = 10000,
 type = "furniture"
},
_Furniture_BigStuff_LargeBeigeJar = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Large Beige Jar",
 desc = "It's a piece of furniture for your home!",
 value = 6000,
 type = "furniture"
},
_Furniture_BigStuff_LargeBrownJar = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Large Brown Jar",
 desc = "It's a piece of furniture for your home!",
 value = 10000,
 type = "furniture"
},
_Furniture_BigStuff_LargeGreenJar = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Large Green Jar",
 desc = "It's a piece of furniture for your home!",
 value = 8000,
 type = "furniture"
},
_Furniture_BigStuff_Cutout_Chicken = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Chicken Cutout",
 desc = "It's a piece of furniture for your home!",
 value = 8000,
 type = "furniture"
},
_Furniture_BigStuff_Cutout_WeddingPair = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Wedding Pair Cutout",
 desc = "It's a piece of furniture for your home!",
 value = 8000,
 type = "furniture"
},
_Furniture_BigStuff_Cutout_Snowbacca = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Snowbacca Cutout",
 desc = "It's a piece of furniture for your home!",
 value = 8000,
 type = "furniture"
},
_Furniture_BigStuff_GhostBed = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Ship Bed",
 desc = "It's a piece of furniture for your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_BigStuff_Cannon = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Cannon",
 desc = "It's a piece of furniture for your home!",
 value = 10000,
 type = "furniture"
},
_Furniture_BigStuff_CannonBallPile = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Cannon Ball Pile",
 desc = "It's a piece of furniture for your home!",
 value = 800,
 type = "furniture"
},
_Furniture_BigStuff_HauntedBookcase = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Haunted Bookcase",
 desc = "It's a piece of furniture for your home!",
 value = 10000,
 type = "furniture"
},
_Furniture_BigStuff_HauntedGhostBag = {
 cat = {"Furniture","Furniture_Bigstuff","NoDropNoTrade" },
 name = "Haunted Bag",
 desc = "It's a piece of furniture for your home!",
 value = 10000,
 type = "furniture"
},
_Furniture_BigStuff_GrindeaStatue_Big = {
 cat = {"Furniture","Furniture_Bigstuff","Furniture_Duplicable","NoDropNoTrade" },
 name = "Grindea Statue",
 desc = "A large statue featuring none other than the Goddess of Grind herself! A great addition to any home.",
 value = 15000,
 type = "furniture"
},
_Furniture_BigStuff_GrindeaStatue_Small = {
 cat = {"Furniture","Furniture_Bigstuff","Furniture_Duplicable","NoDropNoTrade" },
 name = "Grindea Bust",
 desc = "A bust depicting the Goddess herself! The colors, if there ever were any, have faded away.",
 value = 5000,
 type = "furniture"
},
_Furniture_WallType00 = {
 cat = {"Furniture","Furniture_WallPaper","NoDropNoTrade" },
 name = "White Basic Walls",
 desc = "It's a wall style to use in your home!",
 value = 100,
 type = "furniture"
},
_Furniture_WallType01 = {
 cat = {"Furniture","Furniture_WallPaper","NoDropNoTrade" },
 name = "Dark Wooden Walls",
 desc = "It's a wall style to use in your home!",
 value = 4000,
 type = "furniture"
},
_Furniture_WallType02 = {
 cat = {"Furniture","Furniture_WallPaper","NoDropNoTrade" },
 name = "Purple Dotted Walls",
 desc = "It's a wall style to use in your home!",
 value = 200,
 type = "furniture"
},
_Furniture_WallType03_Halloween = {
 cat = {"Furniture","Furniture_WallPaper","NoDropNoTrade" },
 name = "Nightsky Wallpaper",
 desc = "It's a wall style to use in your home!",
 value = 500,
 type = "furniture"
},
_Furniture_WallType04_FlyingFortress = {
 cat = {"Furniture","Furniture_WallPaper","NoDropNoTrade" },
 name = "Flying Fortress Walls",
 desc = "It's a wall style to use in your home!",
 value = 750,
 type = "furniture"
},
_Furniture_WallType05_Seasonne = {
 cat = {"Furniture","Furniture_WallPaper","NoDropNoTrade" },
 name = "Brown Wooden Walls",
 desc = "It's a wall style to use in your home!",
 value = 900,
 type = "furniture"
},
_Furniture_WallType06_TempleOfSeasons_Autumn = {
 cat = {"Furniture","Furniture_WallPaper","Furniture_SeasonChangable","NoDropNoTrade" },
 name = "Autumn Season Walls",
 desc = "It's a wall style to use in your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_WallType07_MtBloom = {
 cat = {"Furniture","Furniture_WallPaper","NoDropNoTrade" },
 name = "Cave Walls",
 desc = "It's a wall style to use in your home!",
 value = 2000,
 type = "furniture"
},
_Furniture_WallType08_TaiMing = {
 cat = {"Furniture","Furniture_WallPaper","NoDropNoTrade" },
 name = "Tai Ming Walls",
 desc = "It's a wall style to use in your home!",
 value = 3500,
 type = "furniture"
},
_Furniture_WallType09_TempleOfSeasons_Summer = {
 cat = {"Furniture","Furniture_WallPaper","Furniture_SeasonChangable","NoDropNoTrade" },
 name = "Summer Season Walls",
 desc = "It's a wall style to use in your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_WallType10_TempleOfSeasons_Winter = {
 cat = {"Furniture","Furniture_WallPaper","Furniture_SeasonChangable","NoDropNoTrade" },
 name = "Winter Season Walls",
 desc = "It's a wall style to use in your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_WallType11_GreenFlowers = {
 cat = {"Furniture","Furniture_WallPaper","NoDropNoTrade" },
 name = "Green Flower Walls",
 desc = "It's a wall style to use in your home!",
 value = 200,
 type = "furniture"
},
_Furniture_WallType12_Desert = {
 cat = {"Furniture","Furniture_WallPaper","NoDropNoTrade" },
 name = "Desert Home Walls",
 desc = "It's a wall style to use in your home!",
 value = 200,
 type = "furniture"
},
_Furniture_WallType13_LostShip = {
 cat = {"Furniture","Furniture_WallPaper","NoDropNoTrade" },
 name = "Ship Walls",
 desc = "It's a wall style to use in your home!",
 value = 200,
 type = "furniture"
},
_Furniture_FloorType00 = {
 cat = {"Furniture","Furniture_Flooring","NoDropNoTrade" },
 name = "Evergrind Floor",
 desc = "It's flooring to use in your home!",
 value = 100,
 type = "furniture"
},
_Furniture_FloorType01 = {
 cat = {"Furniture","Furniture_Flooring","NoDropNoTrade" },
 name = "Basic Wooden Floor",
 desc = "It's flooring to use in your home!",
 value = 100,
 type = "furniture"
},
_Furniture_FloorType02 = {
 cat = {"Furniture","Furniture_Flooring","NoDropNoTrade" },
 name = "Purple Checkers Floor",
 desc = "It's flooring to use in your home!",
 value = 200,
 type = "furniture"
},
_Furniture_FloorType03_Halloween = {
 cat = {"Furniture","Furniture_Flooring","NoDropNoTrade" },
 name = "Purple Tiled Floor",
 desc = "It's flooring to use in your home!",
 value = 500,
 type = "furniture"
},
_Furniture_FloorType04_FlyingFortress = {
 cat = {"Furniture","Furniture_Flooring","NoDropNoTrade" },
 name = "Flying Fortress Floor",
 desc = "It's flooring to use in your home!",
 value = 750,
 type = "furniture"
},
_Furniture_FloorType05_Seasonne = {
 cat = {"Furniture","Furniture_Flooring","Furniture_SeasonChangable","NoDropNoTrade" },
 name = "Seasonne Floor",
 desc = "It's flooring to use in your home!",
 value = 900,
 type = "furniture"
},
_Furniture_FloorType06_TempleOfSeasons_Autumn = {
 cat = {"Furniture","Furniture_Flooring","NoDropNoTrade" },
 name = "Autumn Season Floor",
 desc = "It's flooring to use in your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_FloorType07_MtBloom = {
 cat = {"Furniture","Furniture_Flooring","NoDropNoTrade" },
 name = "Cave Floor",
 desc = "It's flooring to use in your home!",
 value = 2000,
 type = "furniture"
},
_Furniture_FloorType08_TaiMing = {
 cat = {"Furniture","Furniture_Flooring","NoDropNoTrade" },
 name = "Tai Ming Floor",
 desc = "It's flooring to use in your home!",
 value = 3500,
 type = "furniture"
},
_Furniture_FloorType09_TempleOfSeasons_Summer = {
 cat = {"Furniture","Furniture_Flooring","NoDropNoTrade" },
 name = "Summer Season Floor",
 desc = "It's flooring to use in your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_FloorType10_TempleOfSeasons_Winter = {
 cat = {"Furniture","Furniture_Flooring","NoDropNoTrade" },
 name = "Winter Season Floor",
 desc = "It's flooring to use in your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_FloorType11_Desert = {
 cat = {"Furniture","Furniture_Flooring","NoDropNoTrade" },
 name = "Desert Home Floor",
 desc = "It's flooring to use in your home!",
 value = 1000,
 type = "furniture"
},
_Furniture_FloorType12_LostShip = {
 cat = {"Furniture","Furniture_Flooring","NoDropNoTrade" },
 name = "Ship Floor",
 desc = "It's flooring to use in your home!",
 value = 1000,
 type = "furniture"
},
StickyMucus = {
 cat = {"Misc" },
 name = "Green Goo",
 desc = "The sticky remains of a green slime. Yuck!",
 value = 5,
 type = "misc"
},
_Misc_Branch = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_Trunk = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_Steel = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_MickySucus = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_Honey = {
 cat = {"Misc","MonkeyCardAffects" },
 name = "Honey",
 desc = "A jar of delicious honey!",
 value = 50,
 type = "misc"
},
_Misc_Fur = {
 cat = {"Misc" },
 name = "Rabbit Fur",
 desc = "A soft piece of fur from a Rabby!",
 value = 15,
 type = "misc"
},
_Misc_Stinger = {
 cat = {"Misc" },
 name = "Bee Stinger",
 desc = "A sharp stinger from Mrs. Bee!",
 value = 20,
 type = "misc"
},
_Misc_Stick = {
 cat = {"Misc" },
 name = "Small Stick",
 desc = "A little stick from some bush.",
 value = 2,
 type = "misc"
},
_Misc_Button = {
 cat = {"Misc" },
 name = "Button",
 desc = "A button knocked off a living scarecrow!",
 value = 25,
 type = "misc"
},
_Misc_Ectoplasm = {
 cat = {"Misc" },
 name = "Ectoplasm",
 desc = "A strange substance from a Ghosty... holding it gives you the shivers!",
 value = 40,
 type = "misc"
},
_Misc_Fabric = {
 cat = {"Misc" },
 name = "Fabric",
 desc = "A torn piece of fabric. Has a scent of pumpkin!",
 value = 30,
 type = "misc"
},
_Misc_Hay = {
 cat = {"Misc" },
 name = "Hay",
 desc = "A handful of dried grass. Some animals really like it!",
 value = 25,
 foodtype = "HP",
 foodexp = 4,
 type = "misc"
},
_Misc_Lantern = {
 cat = {"Misc" },
 name = "Lantern",
 desc = "A mysterious lantern... it's still glowing!",
 value = 30,
 type = "misc"
},
_Misc_PetalBlue = {
 cat = {"Misc" },
 name = "Blue Petal",
 desc = "A huge blue petal! It smells really good.",
 value = 20,
 type = "misc"
},
_Misc_PetalPurple = {
 cat = {"Misc" },
 name = "Purple Petal",
 desc = "A huge purple petal! It smells a bit scary.",
 value = 50,
 type = "misc"
},
_Misc_Pollen = {
 cat = {"Misc" },
 name = "Pollen",
 desc = "Some pollen from a flower. Makes your nose itch!",
 value = 70,
 type = "misc"
},
_Misc_PumpkinMeat = {
 cat = {"Misc","PetFood","MonkeyCardAffects" },
 name = "Pumpkin Meat",
 desc = "Some meat from a pumpkin. It's a great ingredient for a treat!",
 value = 15,
 foodtype = "Damage",
 foodexp = 1,
 type = "misc"
},
_Misc_PumpkinSeeds = {
 cat = {"Misc","PetFood","MonkeyCardAffects" },
 name = "Pumpkin Stem",
 desc = "A sturdy piece of pumpkin stem! Humans aren't supposed to eat them.",
 value = 20,
 foodtype = "Damage",
 foodexp = 5,
 type = "misc"
},
_Misc_Root = {
 cat = {"Misc" },
 name = "Root",
 desc = "It's a rare root belonging to a man eating flower! Said to have medical properties.",
 value = 35,
 foodtype = "Crit",
 foodexp = 3,
 type = "misc"
},
_Misc_Sheet = {
 cat = {"Misc" },
 name = "Sheet",
 desc = "A plain, white sheet. Or is it a ghost?!",
 value = 40,
 type = "misc"
},
_Misc_BagLol = {
 cat = {"Misc" },
 name = "Mr Bag",
 value = 1,
 type = "misc"
},
_Misc_Tusk = {
 cat = {"Misc" },
 name = "Boar Tusk",
 desc = "A thick tusk from a boar.",
 value = 40,
 type = "misc"
},
_Misc_ToughSkin = {
 cat = {"Misc" },
 name = "Tough Skin",
 desc = "A piece of tough skin from a boar.",
 value = 40,
 type = "misc"
},
_Misc_CrystalCrumbs = {
 cat = {"Misc" },
 name = "Crystal Crumbs",
 desc = "A handful of crystal remains from an exploded Guardian.",
 value = 36,
 type = "misc"
},
_Misc_PowerCore = {
 cat = {"Misc" },
 name = "Power Core",
 desc = "The central piece of the Wisp enemy. It sometimes clicks and whirrs!",
 value = 70,
 foodtype = "EP",
 foodexp = 12,
 type = "misc"
},
_Misc_MetalPiece = {
 cat = {"Misc" },
 name = "Metal Piece",
 desc = "A piece from a Brawler Bot. The metal is crazy hard! How did they shape these?",
 value = 50,
 type = "misc"
},
_Misc_Turkey = {
 cat = {"MonkeyCardAffects","Misc" },
 name = "Turkey",
 desc = "A delicious turkey waiting to be stuffed, cooked and enjoyed with family and friends!",
 value = 100,
 foodtype = "HP",
 foodexp = 20,
 type = "misc"
},
_Misc_PeckoDoll = {
 cat = {"Misc" },
 name = "Pecko Doll",
 desc = "A doll that looks like a Pecko! Kinda... real Peckos aren't that cute!",
 value = 400,
 type = "misc"
},
_Misc_PeckoFeather = {
 cat = {"Misc" },
 name = "Pecko Feather",
 desc = "A big feather from a Pecko. Let's make a pillow!",
 value = 80,
 foodtype = "Speed",
 foodexp = 7,
 type = "misc"
},
_Misc_GuardianCrystal = {
 cat = {"Misc" },
 name = "Crystal",
 desc = "An unscathed crystal from a Guardian. How rare! It still holds some power and is warm to the touch.",
 value = 140,
 type = "misc"
},
_Misc_ChickenPlushie = {
 cat = {"KeyItem" },
 name = "Chicken Plushie",
 desc = "A soft plushie modeled after a chicken! It's filled with chicken feathers. Kind of morbid!",
 value = 200,
 type = "keyitem"
},
_Misc_BasicJarShard = {
 cat = {"Misc" },
 name = "Jar Shard",
 desc = "It's a shard from someone's jar. Why did you smash it again? Maybe you can put it back together!",
 value = 10,
 type = "misc"
},
_Misc_CyberJarShard = {
 cat = {"Misc" },
 name = "Cyber Jar Shard",
 desc = "A shard from one of those funky jars found in the Flying Fortress!",
 value = 30,
 type = "misc"
},
_Misc_EmitterMatrix = {
 cat = {"Misc","GrantToServer","GiveOneToAllPlayers","NoDrop" },
 name = "Emitter Matrix",
 desc = "A mysterious piece of crystal adorned metal. If you put it to your ear, you can hear a faint humming.",
 value = 100,
 type = "misc"
},
_Misc_SlimeCube = {
 cat = {"Misc","NoDrop" },
 name = "Slime Cube",
 desc = "A huge cube of green slime! It's wobbly, yet surprisingly sturdy.",
 value = 200,
 type = "misc"
},
_Misc_GiftBox_Consumable = {
 cat = {"Usable" },
 name = "Gift Box",
 desc = "A neatly wrapped present! Is it for you?! (Protip: Use quickslots for faster opening!)",
 value = 140,
 type = "usable"
},
_Misc_Icicle = {
 cat = {"Misc" },
 name = "Icicle",
 desc = "A sharp ice thingy created from drops of water repeatedly frozen on its edge!",
 value = 55,
 type = "misc"
},
_Misc_Orange = {
 cat = {"Misc","MonkeyCardAffects" },
 name = "Orange",
 desc = "A juicy orange!",
 value = 100,
 type = "misc"
},
_Misc_Pinecone = {
 cat = {"Misc" },
 name = "Pine Cone",
 desc = "A clustered bunch of seeds that can be found growing on pines. Why can't they grow fruit?!",
 value = 90,
 foodtype = "Speed",
 foodexp = 3,
 type = "misc"
},
_Misc_CandyCane = {
 cat = {"Misc","MonkeyCardAffects" },
 name = "Candy Cane",
 desc = "A type of candy specially made for old men with trouble walking!",
 value = 80,
 foodtype = "EP",
 foodexp = 4,
 type = "misc"
},
_Misc_IcyGoo = {
 cat = {"Misc" },
 name = "Icy Goo",
 desc = "A blob of jelly from a Blue Slime. It's cold as ice, yet it's soft and wobbly!",
 value = 110,
 foodtype = "Crit",
 foodexp = 3,
 type = "misc"
},
_Misc_YetiDoll = {
 cat = {"Misc","KeyItem" },
 name = "Yeti Doll",
 desc = "A cute doll resembling the equally cute and scary Yeti! It's slightly chilled even in the summer.",
 value = 600,
 type = "keyitem"
},
_Misc_YetiFur = {
 cat = {"Misc" },
 name = "Yeti Fur",
 desc = "A piece of fur from a Yeti. It's so thick!",
 value = 140,
 type = "misc"
},
_Misc_Season_ArmorScrap = {
 cat = {"Misc" },
 name = "Armor Scrap",
 desc = "A piece of armor from an Autumn Knight. It's surprisingly smooth!",
 value = 180,
 type = "misc"
},
_Misc_Season_BrokenGreave = {
 cat = {"Misc" },
 name = "Broken Greave",
 desc = "A broken greave from a Summer Knight. It feels warm to the touch.",
 value = 180,
 type = "misc"
},
_Misc_Season_ShieldPiece = {
 cat = {"Misc" },
 name = "Frozen Shield Piece",
 desc = "A part of a Winter Knight's shield. It's so cold your fingers get numb holding it. Yikes!",
 value = 180,
 type = "misc"
},
_Misc_Season_EmblemAutumn = {
 cat = {"Misc" },
 name = "Autumn Emblem",
 desc = "It's a magical emblem containing the power of autumn. Holding it close to your ear, you can hear storms.",
 value = 180,
 type = "misc"
},
_Misc_Season_EmblemSummer = {
 cat = {"Misc" },
 name = "Summer Emblem",
 desc = "A magical emblem containing the power of summer. Plants and grass lean towards it when held close!",
 value = 180,
 type = "misc"
},
_Misc_Season_EmblemWinter = {
 cat = {"Misc" },
 name = "Winter Emblem",
 desc = "A magical emblem containing the power of winter. Snowflakes appear in the air around it!",
 value = 180,
 type = "misc"
},
_Misc_Season_MagicalSeasoning = {
 cat = {"Misc","MonkeyCardAffects" },
 name = "Magical Seasoning",
 desc = "A jar of seasoning found in the Temple of Seasons!",
 value = 150,
 foodtype = "EP",
 foodexp = 20,
 type = "misc"
},
_Misc_Season_SeasonShard = {
 cat = {"Misc" },
 name = "Season Shard",
 desc = "A weird piece of multicolored glass. Looking closely, you can see leaves and snowflakes inside!",
 value = 70,
 type = "misc"
},
_Misc_MtBloom_LargeCrystal = {
 cat = {"Misc" },
 name = "Large Crystal",
 desc = "A huge crystal from the shell of a Spinsect! It's a bit uneven from bumping into walls all the time.",
 value = 200,
 type = "misc"
},
_Misc_MtBloom_LarvaBall = {
 cat = {"Misc" },
 name = "Larva Ball",
 desc = "One of those balls the Larvacids are made up of! Wow, that's pretty morbid when you think about it...",
 value = 160,
 foodtype = "Damage",
 foodexp = 25,
 type = "misc"
},
_Misc_MtBloom_LarvaAcid = {
 cat = {"Misc" },
 name = "Larva Acid",
 desc = "It's larva acid from a Larvacid! Wait... is that where the monster's name comes from?!",
 value = 110,
 type = "misc"
},
_Misc_MtBloom_CaveMoss = {
 cat = {"Misc" },
 name = "Cave Moss",
 desc = "A piece of moss from Mount Bloom! It's soft and a bit damp.",
 value = 100,
 type = "misc"
},
_Misc_MtBloom_SmallMushroom = {
 cat = {"MonkeyCardAffects","Misc" },
 name = "Small Mushroom",
 desc = "A tiny, cute mushroom found in Mt Bloom! It doesn't look edible.",
 value = 80,
 foodtype = "EP",
 foodexp = 5,
 type = "misc"
},
_Misc_MtBloom_Silk = {
 cat = {"Misc" },
 name = "Silk Thread",
 desc = "A silken thread from a Larvacid! Used for making super smooth clothes and stuff.",
 value = 180,
 type = "misc"
},
_Misc_MtBloom_SpinsectLeg = {
 cat = {"Misc" },
 name = "Spinsect Leg",
 desc = "The leg of a Spinsect! It's hard and pretty sharp. Why are you even holding this?",
 value = 120,
 foodtype = "Speed",
 foodexp = 10,
 type = "misc"
},
_Misc_MtBloom_SpinsectCarapacePart = {
 cat = {"Misc" },
 name = "Spinsect Carapace",
 desc = "A piece of the carapace of a spinsect. It's hard on the outside, but soft on the inside!",
 value = 120,
 type = "misc"
},
_Misc_MtBloom_MushroomSpores = {
 cat = {"Misc" },
 name = "Mushroom Spores",
 desc = "Maybe if you had a house you could use this to grow pretty mushrooms!",
 value = 70,
 foodtype = "Crit",
 foodexp = 10,
 type = "misc"
},
_Misc_RedEmitterMatrix = {
 cat = {"Misc","NoDropNoTrade" },
 name = "Red Emitter Matrix",
 desc = "A mysterious piece of crystal adorned metal. It's enveloped by a red glow, and feels warm to the touch.",
 value = 100,
 type = "misc"
},
_Misc_PhaseResequencer_Part1 = {
 cat = {"Misc","NoDropNoTrade" },
 name = "Mysterious Part",
 desc = "A mysterious part that seems to be a part of something larger... how intriguing!",
 value = 100,
 type = "misc"
},
_Misc_PhaseResequencer_Part2 = {
 cat = {"Misc","NoDropNoTrade" },
 name = "Strange Component",
 desc = "A strange component that seems to be part of something bigger... how intriguing!",
 value = 100,
 type = "misc"
},
_Misc_PhaseResequencer_Part3 = {
 cat = {"Misc","NoDropNoTrade" },
 name = "Weird Module",
 desc = "A weird module that seems to be a part of something greater... how intriguing!",
 value = 100,
 type = "misc"
},
_Misc_TaiMing_AncientRocks = {
 cat = {"Misc" },
 name = "Ancient Rocks",
 desc = "They're just like regular rocks, but older.",
 value = 130,
 type = "misc"
},
_Misc_Bamboo = {
 cat = {"Misc" },
 name = "Bamboo",
 desc = "One of the fastest growing plants in Grindea. Which is good, considering you cut it down for no reason!",
 value = 50,
 type = "misc"
},
_Misc_UNUSED = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_TaiMing_Dandelion = {
 cat = {"Misc" },
 name = "Dandelion",
 desc = "If you manage to blow all its seeds away, they say your wish will come true!",
 value = 250,
 foodtype = "Damage",
 foodexp = 15,
 type = "misc"
},
_Misc_TaiMing_Dirt = {
 cat = {"Misc" },
 name = "Dirt",
 desc = "It's just dirt! Why did you even pick it up?",
 value = 20,
 type = "misc"
},
_Misc_TaiMing_FabricOfTime = {
 cat = {"Misc" },
 name = "Fabric of Time",
 desc = "Time and space have literally been woven into this piece of fabric! Imagine the cool shirt it would make...",
 value = 300,
 type = "misc"
},
_Misc_TaiMing_MossFlower = {
 cat = {"Misc" },
 name = "Flower",
 desc = "A pretty flower. It smells great, too!",
 value = 200,
 foodtype = "Crit",
 foodexp = 25,
 type = "misc"
},
_Misc_TaiMing_Lettuce = {
 cat = {"MonkeyCardAffects","Misc" },
 name = "Lettuce",
 desc = "A rich source of vitamin K and A, and a vital ingredient in any salad.",
 value = 10,
 foodtype = "HP",
 foodexp = 20,
 type = "misc"
},
_Misc_TaiMing_MagicalCore = {
 cat = {"Misc" },
 name = "Magical Core",
 desc = "It's pulsating with ancient magic. How strange!",
 value = 180,
 foodtype = "EP",
 foodexp = 40,
 type = "misc"
},
_Misc_TaiMing_MonkeyFur = {
 cat = {"Misc" },
 name = "Monkey Fur",
 desc = "A piece of fur from a monkey. It's coarse, dirty and it smells. Why did you pick it up again?",
 value = 160,
 type = "misc"
},
_Misc_TaiMing_WormTeeth = {
 cat = {"Misc" },
 name = "Worm Teeth",
 desc = "The teeth of a Thorn-Worm. You can still see pieces of its last meal!",
 value = 160,
 type = "misc"
},
_Misc_TaiMing_WormThorn = {
 cat = {"Misc" },
 name = "Worm Thorn",
 desc = "A spike from the Thorn-Worm's back.",
 value = 140,
 type = "misc"
},
_Misc_TaiMing_PorcelainShard = {
 cat = {"Misc" },
 name = "Porcelain Shard",
 desc = "A piece of fine porcelain from one of the many priceless jars you've smashed!",
 value = 75,
 type = "misc"
},
_Misc_TaiMing_WornSoldierDoll = {
 cat = {"Misc","NoDropNoTrade" },
 name = "Worn Soldier Doll",
 desc = "An old, worn down doll of a soldier. Who did it belong to?",
 value = 130,
 type = "misc"
},
_Misc_TaiMing_SwordPiece = {
 cat = {"Misc" },
 name = "Sword Piece",
 desc = "A piece of a giant sword wielded by the mad spirits of Tai Ming! It's very hard yet feels... hollow?",
 value = 280,
 type = "misc"
},
_Misc_TaiMing_MikiPlushie = {
 cat = {"KeyItem","NoDropNoTrade" },
 name = "Thorn-Worm Plushie",
 desc = "Unlike its inspiration, it's very soft and fluffy!",
 value = 200,
 type = "keyitem"
},
_Misc_TaiMing_Banana = {
 cat = {"Misc","MonkeyCardAffects" },
 name = "Banana",
 desc = "A long, yellow fruit that seems to have been intelligently designed to be held in a hand!",
 value = 120,
 foodtype = "Speed",
 foodexp = 20,
 type = "misc"
},
_Misc_CritPetFood = {
 cat = {"PetFood","Misc" },
 name = "Spicy Prawn Soup",
 desc = "A spicy diet is said to heighten your senses, to help with landing critical attacks!",
 value = 175,
 foodtype = "Crit",
 foodexp = 3,
 type = "misc"
},
_Misc_MtBloom_MagmaSpore = {
 cat = {"Misc" },
 name = "Magma Spore",
 desc = "Burning hot spores from a Fire Shroom! Can apparently be used in some forms of alchemy.",
 value = 100,
 type = "misc"
},
_Misc_Desert_Beak = {
 cat = {"Misc" },
 name = "Beak",
 desc = "The beak of a desert bird! It's full of sand...",
 value = 210,
 type = "misc"
},
_Misc_Desert_CactusFlesh = {
 cat = {"Misc" },
 name = "Cactus Flesh",
 desc = "The flesh of a cactus plant. It looks surprisingly palatable!",
 value = 125,
 type = "misc"
},
_Misc_Desert_CactusFlower = {
 cat = {"Misc" },
 name = "Cactus Flower",
 desc = "A flower grown on the top of a Cacute! It smells really nice!",
 value = 200,
 type = "misc"
},
_Misc_Desert_CactusNeedle = {
 cat = {"Misc" },
 name = "Cactus Needle",
 desc = "A needle from a cactus. Be careful - it's sharp!",
 value = 150,
 type = "misc"
},
_Misc_Desert_Orange = {
 cat = {"Misc","MonkeyCardAffects" },
 name = "Orange",
 desc = "A juicy orange!",
 value = 100,
 type = "misc"
},
_Misc_Desert_OrangeGoo = {
 cat = {"Misc" },
 name = "Orange Goo",
 desc = "A blob of orange jelly! It has a pleasant warmth to it.",
 value = 130,
 type = "misc"
},
_Misc_Desert_Quill = {
 cat = {"Misc" },
 name = "Quill",
 desc = "A ready-to-use quill dropped from a desert bird! How efficient!",
 value = 280,
 type = "misc"
},
_Misc_Desert_FineSand = {
 cat = {"Misc" },
 name = "Fine Sand",
 desc = "An especially high quality sand recovered from a Solem! It's soft and powdery, yet rather heavy.",
 value = 350,
 type = "misc"
},
_Misc_Desert_CoarseSand = {
 cat = {"Misc" },
 name = "Coarse Sand",
 desc = "A low quality sand that makes up the majority of a Solem's body!",
 value = 260,
 type = "misc"
},
_Misc_Desert_Onion = {
 cat = {"Misc","MonkeyCardAffects" },
 name = "Onion",
 desc = "Perks up and gives texture to many dishes. If you cut it you might cry!",
 value = 10,
 type = "misc"
},
_Misc_Desert_Tomato = {
 cat = {"Misc","MonkeyCardAffects" },
 name = "Tomato",
 desc = "A smooth and fresh tomato, glistening deliciously in the sun! You feel healthy just looking at it.",
 value = 10,
 type = "misc"
},
_Misc_Desert_RecipePage = {
 cat = {"Misc","NoDropNoTrade" },
 name = "Recipe Page",
 desc = "A recipe page from a cooking book! It's one of the best ones, too!",
 value = 200,
 type = "misc"
},
_Misc_GhostShip_Bone = {
 cat = {"Misc" },
 name = "Bone",
 desc = "A bone from a skeleton... creepy! Why did you even pick it up?!",
 value = 50,
 type = "misc"
},
_Misc_GhostShip_WarriorCloth = {
 cat = {"Misc" },
 name = "Warrior Cloth",
 desc = "The cloth from a Skeleton Warrior's poncho. It's not supposed to exist!",
 value = 400,
 type = "misc"
},
_Misc_GhostShip_WizardCloth = {
 cat = {"Misc" },
 name = "Wizard Cloth",
 desc = "A cloth from a Skeleton Wizard's poncho. Just looking at it feels wrong!",
 value = 400,
 type = "misc"
},
_Misc_GhostShip_HauntiePurpleEctoplasm = {
 cat = {"Misc" },
 name = "Purple Ectoplasm",
 desc = "An ethereal goo, purple in color. It's strangely electrifying to the touch.",
 value = 500,
 type = "misc"
},
_Misc_GhostShip_HauntieFabric = {
 cat = {"Misc" },
 name = "Haunted Fabric",
 desc = "A strange fabric dropped by Haunties. Press it against your ear and you can hear laughing...",
 value = 400,
 type = "misc"
},
_Misc_GhostShip_HauntieTwilightCore = {
 cat = {"Misc" },
 name = "Twilight Core",
 desc = "The innermost essence of a ghost! They are very rare and valuable.",
 value = 1000,
 type = "misc"
},
_Misc_GhostShip_CrabbyShellPiece = {
 cat = {"Misc" },
 name = "Crabby Shell Piece",
 desc = "A piece of Crabby shell. It's super tough!",
 value = 150,
 type = "misc"
},
_Misc_RedSlimeCube = {
 cat = {"Misc","NoDrop" },
 name = "Red Slime Cube",
 desc = "A huge cube of red slime! It's even wobblier than the green variety!",
 value = 1000,
 type = "misc"
},
_Misc_RedGoo = {
 cat = {"Misc" },
 name = "Red Goo",
 desc = "A blob of jelly from a Red Slime. It's crazy sticky!",
 value = 110,
 type = "misc"
},
_Misc_HeartOfSeasons = {
 cat = {"Misc","NoDrop","GrantToServer","GiveOneToAllPlayers","OnlyGrantIfUndiscovered" },
 name = "Heart of Seasons",
 desc = "The essense of seasons crystallized! Touching it you feel warmth, cold and... wind?!",
 value = 1000,
 type = "misc"
},
_Misc_PowerFlowerSeed = {
 cat = {"Misc","NoDrop","GrantToServer","GiveOneToAllPlayers","OnlyGrantIfUndiscovered","Seed" },
 name = "Power Flower Seed",
 desc = "A seed harvested from a Power Flower, one of the largest plants there is!",
 value = 1000,
 type = "misc"
},
_Misc_BloomoSeed = {
 cat = {"Misc","Seed" },
 name = "Bloomo Seed",
 desc = "A seed dropped from an enemy! Maybe someone can help you plant it?",
 value = 100,
 type = "misc"
},
_Misc_HalloweedSeed = {
 cat = {"Misc","Seed" },
 name = "Halloweed Seed",
 desc = "A seed dropped from an enemy! Maybe someone can help you plant it?",
 value = 100,
 type = "misc"
},
_Misc_MossSeed = {
 cat = {"Misc","Seed" },
 name = "Plantae Hostilis Seed",
 desc = "A seed from a Plantae Hostilis! The dandelions must be for explosive purposes only?!",
 value = 100,
 type = "misc"
},
_Misc_PoisonFlowerSeed = {
 cat = {"Misc","Seed" },
 name = "Toxic Tulip Seed",
 desc = "A seed dropped from an enemy! Maybe someone can help you plant it?",
 value = 100,
 type = "misc"
},
_Misc_MotherPlantSeed = {
 cat = {"Misc","NoDrop","GrantToServer","GiveOneToAllPlayers","OnlyGrantIfUndiscovered","Seed" },
 name = "Shruboss Seed",
 desc = "A seed dropped from an enemy! Maybe someone can help you plant it?",
 value = 100,
 type = "misc"
},
_Misc_CactusSeed = {
 cat = {"Misc","Seed" },
 name = "Cacute Seed",
 desc = "A seed dropped from an enemy! Maybe someone can help you plant it?",
 value = 100,
 type = "misc"
},
_Misc_SuperSaladSeed = {
 cat = {"Misc","NoDrop","GrantToServer","GiveOneToAllPlayers","OnlyGrantIfUndiscovered","Seed" },
 name = "Super Salad Seed",
 desc = "A seed dropped from an enemy! Maybe someone can help you plant it?",
 value = 100,
 type = "misc"
},
_Misc_TomatoSeed = {
 cat = {"Seed","Misc" },
 name = "Tomato Seed",
 desc = "A seed dropped from an enemy! Maybe someone can help you plant it?",
 value = 100,
 type = "misc"
},
_Misc_LettuceSeed = {
 cat = {"Misc","Seed" },
 name = "Lettuce Seed",
 desc = "A seed dropped from an enemy! Maybe someone can help you plant it?",
 value = 100,
 type = "misc"
},
_Misc_CarrotSeed = {
 cat = {"Misc","Seed" },
 name = "Carrot Seed",
 desc = "A seed dropped from an enemy! Maybe someone can help you plant it?",
 value = 100,
 type = "misc"
},
_Misc_OnionSeed = {
 cat = {"Misc","Seed" },
 name = "Onion Seed",
 desc = "A seed dropped from an enemy! Maybe someone can help you plant it?",
 value = 100,
 type = "misc"
},
_Misc_JumpkinSeed = {
 cat = {"Misc","Seed" },
 name = "Jumpkin Seed",
 desc = "A seed dropped from an enemy! Maybe someone can help you plant it?",
 value = 100,
 type = "misc"
},
_Misc_OneHandedWeaponSeed = {
 cat = {"Misc","Seed","NoDrop" },
 name = "Mystery Seed",
 desc = "A mysterious seed! Maybe someone can help you plant it?",
 value = 100,
 type = "misc"
},
_Misc_Diamond = {
 cat = {"Misc","NoDrop" },
 name = "Diamond",
 desc = "The hardest, most overpriced rock in the world!",
 value = 50000,
 type = "misc"
},
INVISIBLE = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Furniture_CatScreen = {
 cat = {"Furniture","Furniture_WallDecoration","NoDropNoTrade","Furniture_Duplicable" },
 name = "Cat Screen",
 desc = "A self powered, animated screen you can put in your home! It features a kitten. Awesome!",
 value = 1500,
 type = "furniture"
},
_Misc_Fish_Fishie = {
 cat = {"Misc","Fish","PetFood" },
 name = "Fishie",
 desc = "A fish so basic and fishlike it's called fishie!",
 value = 30,
 foodtype = "HP",
 foodexp = 30,
 type = "misc"
},
_Misc_Fish_FishieGreen = {
 cat = {"Misc","Fish","PetFood" },
 name = "Green Fishie",
 desc = "A green variant of the classic fish species fishie!",
 value = 30,
 foodtype = "EP",
 foodexp = 30,
 type = "misc"
},
_Misc_Fish_Clam = {
 cat = {"Misc","Fish","PetFood" },
 name = "Clam",
 desc = "It might have a pearl inside, but you can't get it open!",
 value = 40,
 foodtype = "Crit",
 foodexp = 30,
 type = "misc"
},
_Misc_Fish_Crabby = {
 cat = {"Misc","Fish","PetFood" },
 name = "Crabby Jr.",
 desc = "It may be small, but watch the claws!",
 value = 50,
 foodtype = "Speed",
 foodexp = 10,
 type = "misc"
},
_Misc_Fish_DeadFish = {
 cat = {"Misc","Fish","PetFood" },
 name = "Dead Fish",
 desc = "One of the few fish in Pumpkin Woods that didn't come back to life! ...or did it?",
 value = 40,
 foodtype = "EP",
 foodexp = 10,
 type = "misc"
},
_Misc_Fish_Eel = {
 cat = {"Misc","Fish","PetFood" },
 name = "Eel",
 desc = "Long and slithery... it's hard to imagine it's so tasty!",
 value = 150,
 foodtype = "EP",
 foodexp = 50,
 type = "misc"
},
_Misc_Fish_EelDisplay = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_Fish_Fatty = {
 cat = {"Misc","Fish","PetFood" },
 name = "Fatfish",
 desc = "This could probably feed a whole family!",
 value = 125,
 foodtype = "HP",
 foodexp = 50,
 type = "misc"
},
_Misc_Fish_FattyDisplay = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_Fish_Mes = {
 cat = {"Misc","Fish","PetFood" },
 name = "Wimp",
 desc = "A really, really tiny fish. Not even a cat would be full after eating it!",
 value = 20,
 foodtype = "Crit",
 foodexp = 10,
 type = "misc"
},
_Misc_Fish_Moray = {
 cat = {"Misc","Fish" },
 name = "Moray",
 desc = "Just looking at this beast gives you the shivers! Is it a fish or a demon?!",
 value = 150,
 type = "misc"
},
_Misc_Fish_MorayDisplay = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_Fish_Octopus = {
 cat = {"Misc","Fish" },
 name = "Octopus",
 desc = "Watch out, it's armed! It's also very soft and squishy.",
 value = 100,
 type = "misc"
},
_Misc_Fish_OctopusDisplay = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_Fish_Salmon = {
 cat = {"Misc","Fish" },
 name = "Salmon",
 desc = "A very elegant and tasty fish, and a great mountain climber to boot! ",
 value = 40,
 type = "misc"
},
_Misc_Fish_SeaHorse = {
 cat = {"Misc","PetFood","Fish" },
 name = "Seahorse",
 desc = "It's called a sea horse, but it's way too small to ride.",
 value = 50,
 foodtype = "Speed",
 foodexp = 30,
 type = "misc"
},
_Misc_Fish_Shrimp = {
 cat = {"Misc","Fish" },
 name = "Shrimp",
 desc = "A small shellfish. You can sense great evil behind the pitch black eyes!",
 value = 200,
 foodtype = "HP",
 foodexp = 30,
 type = "misc"
},
_Misc_Fish_Squid = {
 cat = {"Misc","Fish" },
 name = "Squid",
 desc = "A strange, long creature with tons of tentacles around its mouth!",
 value = 55,
 type = "misc"
},
_Misc_Fish_Starfish = {
 cat = {"Misc","Fish" },
 name = "Starfish",
 desc = "Can regenerate limbs that get cut off! Does this mean one starfish can feed the world?!",
 value = 500,
 foodtype = "Crit",
 foodexp = 30,
 type = "misc"
},
_Misc_Fish_Stingray = {
 cat = {"Misc","Fish" },
 name = "Stingray",
 desc = "A dangerous sea creature. Its sting is more lethal than even crocodiles!",
 value = 900,
 foodtype = "EP",
 foodexp = 60,
 type = "misc"
},
_Misc_Fish_StingrayDisplay = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_Fish_Ghostfish = {
 cat = {"Misc","Fish","PetFood" },
 name = "Ghost Fishie",
 desc = "A Fishie that died with unfinished business in this world, trapping its soul.",
 value = 100,
 foodtype = "Crit",
 foodexp = 30,
 type = "misc"
},
_Misc_Fish_Zombiefish = {
 cat = {"Misc","Fish","PetFood" },
 name = "Zombie Fish",
 desc = "A fish that died and came back as a zombie.",
 value = 80,
 foodtype = "Damage",
 foodexp = 30,
 type = "misc"
},
_Misc_Fish_Vampirefish = {
 cat = {"Misc","PetFood","Fish" },
 name = "Vampire Fish",
 desc = "A scary fish that swims around sucking blood from other fishes and careless fishermen!",
 value = 140,
 foodtype = "Damage",
 foodexp = 30,
 type = "misc"
},
_Misc_Fish_FrankenFish = {
 cat = {"Misc","Fish","PetFood" },
 name = "Frankenfish",
 desc = "A huge, angry fish made up of lots of other fishes! What lunatic crafted this abomination??",
 value = 400,
 foodtype = "Damage",
 foodexp = 50,
 type = "misc"
},
_Misc_Fish_FrankenFishDisplay = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_Fish_RedFatty_Token = {
 cat = {"SpecialEvent","Fish" },
 name = "Red Fatfish",
 desc = "A huge red Fatfish! It's said that if two lovers eat it together, they will never drift apart.",
 value = 1,
 type = "misc"
},
_Misc_Fish_RedFatty = {
 cat = {"Misc","Fish","PetFood" },
 name = "Red Fatfish",
 desc = "A huge red Fatfish! It's said that if two lovers eat it together, they will never drift apart.",
 value = 500,
 type = "misc"
},
_Misc_Fish_RedFattyDisplay = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_Fish_Fishstick = {
 cat = {"Misc","Fish","PetFood" },
 name = "Fish Stick",
 desc = "Do you like fish sticks? Do you like putting fish sticks in your mouth? What are you, hungry?!",
 value = 100,
 foodtype = "Speed",
 foodexp = 30,
 type = "misc"
},
_Misc_Fish_Icefish = {
 cat = {"Misc","Fish","PetFood" },
 name = "Ice Fish",
 desc = "A fish so well adapted to the cold that it can survive even while frozen!",
 value = 150,
 foodtype = "EP",
 foodexp = 20,
 type = "misc"
},
_Misc_Fish_Penguish = {
 cat = {"Misc","Fish","PetFood" },
 name = "Penguish",
 desc = "This fish can jump out of a lake and slide on its belly until it finds water again!",
 value = 400,
 foodtype = "Speed",
 foodexp = 50,
 type = "misc"
},
_Misc_Fish_PenguishDisplay = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_Fish_SnowFish = {
 cat = {"Misc","Fish","PetFood" },
 name = "Snow Fish",
 desc = "A fish made of snow! Wait a minute... why doesn't it melt in the water?",
 value = 125,
 foodtype = "Damage",
 foodexp = 30,
 type = "misc"
},
_Misc_Fish_Yetish = {
 cat = {"Misc","Fish","PetFood" },
 name = "Yetish",
 desc = "A fish named after its resemblance to the winterland giants: the Yetis.",
 value = 600,
 foodtype = "Crit",
 foodexp = 60,
 type = "misc"
},
_Misc_Fish_YetishDisplay = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_Fish_Rockfish = {
 cat = {"Misc","Fish","PetFood" },
 name = "Rockfish",
 desc = "A fish that has evolved to fit into the Mount Bloom ecosystem by becoming a rock!",
 value = 150,
 foodtype = "HP",
 foodexp = 30,
 type = "misc"
},
_Misc_Fish_Anglerfish = {
 cat = {"Misc","Fish","PetFood" },
 name = "Angler Fish",
 desc = "According to legend, the Angler Fish was created by a Dark God wanting to push the limits of terror.",
 value = 800,
 foodtype = "Damage",
 foodexp = 60,
 type = "misc"
},
_Misc_Fish_AnglerfishDisplay = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_Fish_Crystalfish = {
 cat = {"Misc","Fish","PetFood" },
 name = "Crystal Fish",
 desc = "A fish that's harder than rock and shinier than gold! How does it even float?!",
 value = 400,
 foodtype = "EP",
 foodexp = 35,
 type = "misc"
},
_Misc_Fish_Goldfish = {
 cat = {"Misc","Fish","PetFood" },
 name = "Goldfish",
 desc = "A fish made of gold! Should this thing be in a bowl or in a bank...?",
 value = 500,
 foodtype = "Crit",
 foodexp = 35,
 type = "misc"
},
_Misc_Fish_Mossfish = {
 cat = {"Misc","Fish","PetFood" },
 name = "Mossfish",
 desc = "...is this even a fish?",
 value = 2,
 foodtype = "Speed",
 foodexp = 20,
 type = "misc"
},
_Misc_Fish_Bottle = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
_Misc_Fish_SandShark = {
 cat = {"Misc","Fish","PetFood" },
 name = "Sand Shark",
 desc = "These cute little things can swim through both sand and water! Might make a \"good\" movie...",
 value = 600,
 foodtype = "Speed",
 foodexp = 50,
 type = "misc"
},
_Misc_Fish_Cactish = {
 cat = {"Misc","Fish","PetFood" },
 name = "Cactish",
 desc = "This green fish protects itself using prickly spines, just like a regular cactus!",
 value = 400,
 foodtype = "Damage",
 foodexp = 35,
 type = "misc"
},
_Misc_Fish_LASTFISH = {
 cat = { },
 name = "",
 value = 1,
 type = "misc"
},
Card = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Coin_SmallSilver = {
 cat = {"Coin" },
 name = "Small Silver Coin",
 value = 1,
 type = "unknown"
},
_Coin_BigSilver = {
 cat = {"Coin" },
 name = "Big Silver Coin",
 value = 1,
 type = "unknown"
},
_Coin_SmallGold = {
 cat = {"Coin" },
 name = "Small Gold Coin",
 value = 1,
 type = "unknown"
},
_Coin_BigGold = {
 cat = {"Coin" },
 name = "Big Gold Coin",
 value = 1,
 type = "unknown"
},
_Orb_Health_Medium = {
 cat = {"HealthOrb" },
 name = "Health Orb",
 value = 1,
 type = "unknown"
},
_Shield_WoodenShield = {
 cat = {"Shield" },
 name = "Wooden Shield",
 desc = "An old wooden shield, used by kids pretending to be adventurers.",
 value = 50,
 shldhp = 80,
 type = "shield"
},
_Shield_TestShield = {
 cat = {"Shield" },
 name = "Test Shield",
 value = 1,
 shldhp = 200,
 type = "shield"
},
_Shield_Barrel = {
 cat = {"Shield" },
 name = "Barrel Shield",
 desc = "A piece of a barrel that happened to fit perfectly as a shield. It's surprsingly sturdy!",
 value = 1000,
 shldhp = 250,
 type = "shield"
},
_Shield_Crystal = {
 cat = {"Shield" },
 name = "Crystal Shield",
 desc = "A shield made by crystal shards forged together. Normally it's not strong, but if you Perfect Guard...",
 value = 800,
 shldhp = 125,
 special = "_Unique_CrystalShield_PGDamageReduce01",
 type = "shield"
},
_Shield_Iron = {
 cat = {"Shield" },
 name = "Iron Shield",
 desc = "A simple shield made of relatively cheap iron. Better than your wooden shield though!",
 value = 500,
 arcademod = 0.3,
 shldhp = 190,
 type = "shield"
},
_Shield_Wisp = {
 cat = {"Shield" },
 name = "Energy Shield",
 desc = "The front shell of a Wisp, with its power core still attached! It adds power to reflected projectiles.",
 value = 1100,
 shldhp = 200,
 special = "_Unique_WispShield_BetterProjectileReflect",
 type = "shield"
},
_Shield_WintersGuard = {
 cat = {"Shield" },
 name = "Winter's Guard",
 desc = "The kind of shield the Winter Knights carry around! If you perfect guard with this, enemies may freeze!",
 value = 1300,
 shldhp = 300,
 special = "_Unique_WinterShield_ColdGuard",
 type = "shield"
},
_Shield_GiftBoxShield = {
 cat = {"Shield" },
 name = "Gift Box Shield",
 desc = "A lid of a gift box! It's really well built. Mr. and Mrs. Claus sure know their stuff!",
 value = 1200,
 shldhp = 350,
 type = "shield"
},
_Shield_MushroomShield = {
 cat = {"Shield" },
 name = "Mushroom Shield",
 desc = "A mushroom cap that's the perfect size for a shield! Blows just bounce off it, but...",
 value = 1000,
 shldhp = 500,
 special = "_Unique_MushroomShield_SpawnShrooms",
 type = "shield"
},
_Shield_Polished = {
 cat = {"Shield" },
 name = "Polished Shield",
 desc = "A shield of great quality, polished to a shine!",
 value = 1750,
 shldhp = 325,
 type = "shield"
},
_Shield_Shiidu = {
 cat = {"Shield","Furniture","Furniture_WallDecoration","NoDropNoTrade" },
 name = "Shiidu",
 desc = "An ancient shield that has long lost its will to fight - if it ever had one.",
 value = 1,
 shldhp = 5000,
 special = "_Unique_Shiidu",
 type = "shield"
},
_Shield_ThornWormShield = {
 cat = {"Shield" },
 name = "Thorn Worm Shield",
 desc = "A shield with so many pointy ends attached, enemies will regret attacking you!",
 value = 3000,
 shldhp = 325,
 special = "_Unique_ThornWorm_ReturnDamage",
 type = "shield"
},
_Shield_SuperCrystal = {
 cat = {"Shield" },
 name = "Crystal Shield",
 desc = "A shield made by crystal shards forged together. Normally it's not strong, but if you Perfect Guard...",
 value = 800,
 shldhp = 15,
 special = "_Unique_CrystalShield_PGDamageReduce02",
 type = "shield"
},
_Shield_CameraShield = {
 cat = {"Shield","NoDrop" },
 name = "Camera Shield",
 desc = "A broken camera... but its flash is working! Maybe it can be useful as a shield?",
 value = 3200,
 shldhp = 400,
 special = "_Unique_CameraShield_StunOnPG",
 type = "shield"
},
_Shield_SolemShield = {
 cat = {"Shield" },
 name = "Solem Shield",
 desc = "A shield made of sand with a creepy eye in the middle! It's not super durable, but...",
 value = 4000,
 shldhp = 250,
 special = "_Unique_SolemShield_LaserBlast",
 type = "shield"
},
_Shield_CalculatorShield = {
 cat = {"Shield" },
 name = "Calculator Shield",
 desc = "It's a calculator big enough to use as a shield! ...is that really a good idea?",
 value = 3500,
 matk = 8,
 shldhp = 50,
 type = "shield"
},
_Shield_RobustShield = {
 cat = {"Shield" },
 name = "Robust Buckler",
 desc = "It's not fancy, but it sure gets the job done!",
 value = 2800,
 shldhp = 475,
 type = "shield"
},
_Shield_CrabShield = {
 cat = {"Shield" },
 name = "Crabby Shield",
 desc = "A shield so hard that it reduces damage even when not held up!",
 value = 4000,
 def = 15,
 shldhp = 400,
 type = "shield"
},
_Shield_Promo = {
 cat = {"Shield","NoDrop" },
 name = "Nokya 3310 Elite",
 desc = "The Nokya 3310 isn't as indestuctible as the marketing implies, but it's still pretty sturdy!",
 value = 12000,
 shldhp = 375,
 type = "shield"
},
_Shield_PromoLocked = {
 cat = {"Shield","NoDropNoTrade" },
 name = "Nokya 3310 Elite",
 desc = "The Nokya 3310 isn't as indestuctible as the marketing implies, but it's still pretty sturdy!",
 value = 12000,
 shldhp = 375,
 type = "shield"
},
_Shield_CogShield = {
 cat = {"Shield","NoDrop" },
 name = "Cog Shield",
 desc = "A cog perfectly shaped to be used as a shield. Blocking with this thing really winds you up!",
 value = 1000,
 shldhp = 250,
 special = "_Unique_CogShield_EPRegenOnGuard",
 type = "shield"
},
_Shield_BookShield = {
 cat = {"Shield","NoDrop" },
 name = "Book Shield",
 desc = "Defend yourself with knowledge, quite literally! Makes you look like a nerd. Nice!",
 value = 3000,
 epreg = 15,
 shldhp = 350,
 type = "shield"
},
_Shield_SunShield = {
 cat = {"Shield","NoDrop" },
 name = "Shield of Dawn",
 desc = "A beautiful, offensive shield that's infused with the power of sunlight!",
 value = 3000,
 shldhp = 200,
 special = "_Unique_SunShield_SpinningSun",
 type = "shield"
},
_Hat_Strawboater = {
 cat = {"Hat" },
 name = "Straw Boater",
 desc = "A stylish hat made of.. straws. Obviously.",
 value = 500,
 arcademod = 0.4,
 def = 4,
 type = "hat"
},
_Hat_BabyDevilHorns = {
 cat = {"Hat","NoDrop" },
 name = "Baby Devil's Horns",
 desc = "Devil's Horns, Baby!",
 value = 1000,
 atk = 18,
 type = "hat"
},
_Hat_Halo = {
 cat = {"Hat" },
 name = "Halo",
 desc = "Mostly used by people pretending to be innocent. Don't be deceived!",
 value = 1000,
 arcademod = 0.5,
 matk = 10,
 def = 2,
 type = "hat"
},
_Hat_SlimeHat = {
 cat = {"Hat" },
 name = "Slime Hat",
 desc = "A wobbly hat made entirely out of green slime!",
 value = 1000,
 arcademod = 0.3,
 def = 8,
 type = "hat"
},
_Hat_AppleHat = {
 cat = {"Hat" },
 name = "Apple Hat",
 desc = "A hat that displays one's aptitude for apple carving.",
 value = 1300,
 maxhp = 10,
 def = 12,
 type = "hat"
},
_Hat_PumpkinMask = {
 cat = {"Hat" },
 name = "Pumpkin Mask",
 desc = "It's great for a halloween costume but it's all sticky inside.",
 value = 2000,
 atk = 20,
 def = 10,
 type = "mask"
},
_Hat_Bandana = {
 cat = {"Hat" },
 name = "Bandana",
 desc = "A band you can tie around your head to make you look more badass! Not great for protection, though.",
 value = 500,
 atk = 10,
 def = 1,
 type = "hat"
},
_Hat_Can = {
 cat = {"Hat","NoDrop" },
 name = "Tin Can",
 desc = "An empty tin can found at the bottom of a lake.",
 value = 100,
 def = 1,
 type = "hat"
},
_Hat_GuardHat = {
 cat = {"Hat","NoDrop" },
 name = "Guard Hat",
 desc = "A hat that makes you feel very official!",
 value = 100,
 def = 12,
 type = "hat"
},
_Hat_Keps = {
 cat = {"Hat" },
 name = "Cap",
 desc = "A hat with a sun shade built in! How genius!",
 value = 300,
 aspd = 5,
 def = 4,
 type = "hat"
},
_Hat_Mossa = {
 cat = {"Hat" },
 name = "Warm Hat",
 desc = "A nice, warm hat with a fluffy ball on top! Great for chilly days.",
 value = 300,
 arcademod = 0.5,
 def = 6,
 type = "hat"
},
_Hat_Rosett_Blue = {
 cat = {"Hat" },
 name = "Blue Hair Bow",
 desc = "A stylish, blue bow to put in your hair. Makes you look like a present!",
 value = 700,
 matk = 15,
 def = 4,
 type = "hat"
},
_Hat_Rosett_Green = {
 cat = {"Hat" },
 name = "Green Hair Bow",
 desc = "A stylish, green bow to put in your hair. Makes you look like a present!",
 value = 700,
 aspd = 5,
 def = 6,
 type = "hat"
},
_Hat_Rosett_Pink = {
 cat = {"Hat" },
 name = "Pink Hair Bow",
 desc = "A stylish, pink bow to put in your hair. Makes you look like a present!",
 value = 700,
 maxep = 15,
 def = 4,
 type = "hat"
},
_Hat_Rosett_Red = {
 cat = {"Hat" },
 name = "Red Hair Bow",
 desc = "A stylish, red bow to put in your hair. Makes you look like a present!",
 value = 700,
 atk = 15,
 def = 6,
 type = "hat"
},
_Hat_Garland_BluePetals = {
 cat = {"Hat" },
 name = "Blue Petal Garland",
 desc = "A cute ring of blue flowers to put on your head.",
 value = 1000,
 atk = 10,
 matk = 10,
 def = 2,
 crit = 2,
 type = "hat"
},
_Hat_Garland_PurplePetals = {
 cat = {"Hat","GhostGift" },
 name = "Purple Petal Garland",
 desc = "A cute ring of purple flowers to put on your head.",
 value = 1500,
 atk = 20,
 matk = 20,
 def = 4,
 crit = 4,
 type = "hat"
},
_Hat_Ushanka = {
 cat = {"Hat" },
 name = "Rabby Ushanka",
 desc = "A really soft ushanka made from Rabby fur.",
 value = 600,
 def = 14,
 type = "hat"
},
_Hat_ChickenHat = {
 cat = {"Hat","NoDrop" },
 name = "Chicken Hat",
 desc = "It's a chicken plushy modified to be a hat. Genius!",
 value = 500,
 def = 11,
 type = "hat"
},
_Hat_Chimney = {
 cat = {"Hat" },
 name = "Chimney Hat",
 desc = "Sometimes, a chimney on your head is the only guaranteed way to let off some steam!",
 value = 500,
 def = 5,
 type = "hat"
},
_Hat_ArchersApple = {
 cat = {"Hat","NoDrop" },
 name = "Archer's Apple",
 desc = "The prize of a great marksman - a symbol of fruity accuracy! Raises bow damage.",
 value = 1500,
 crit = 10,
 special = "_Unique_ArcherApple",
 type = "hat"
},
_Hat_Crown = {
 cat = {"Hat","NoDrop" },
 name = "Royal Crown",
 desc = "A hat that's truly fit for a king! It's all pointy.",
 value = 2800,
 atk = 15,
 matk = 15,
 maxep = 5,
 def = 8,
 type = "hat"
},
_Hat_Eggshell = {
 cat = {"Hat","NoDrop" },
 name = "Big Eggshell",
 desc = "A shell from an egg large enough to wear on your head... the best kind of egg!",
 value = 1500,
 def = 14,
 type = "hat"
},
_Hat_Fish = {
 cat = {"Hat","NoDrop" },
 name = "Big Fish",
 desc = "It smells really bad, but it's totally worth it considering how rad it looks!",
 value = 2000,
 maxhp = 50,
 def = 5,
 type = "hat"
},
_Hat_PopeHat = {
 cat = {"Hat","NoDrop" },
 name = "Pope Hat",
 desc = "You don't know what a pope is, but it's got a big hat! Makes you feel spiritual.",
 value = 3250,
 matk = 40,
 type = "hat"
},
_Hat_WitchHat = {
 cat = {"Hat","NoDrop" },
 name = "Witch Hat",
 desc = "A stylish hat usually worn by witches! Slightly enhances your magical powers.",
 value = 1000,
 matk = 18,
 type = "hat"
},
_Hat_Phaseface = {
 cat = {"Hat","GrantToServer","GiveOneToAllPlayers","NoDrop" },
 name = "Phaseman's Face",
 desc = "A mechanized helmet that shows enemy weak spots on your field of vision!",
 value = 5000,
 def = 15,
 crit = 15,
 type = "mask"
},
_Hat_LeatherCap = {
 cat = {"Hat" },
 name = "Leather Cap",
 desc = "A leather cap offering decent protection for your pretty head! Great for hiding your messy bed hair.",
 value = 100,
 arcademod = 0.25,
 def = 1,
 type = "hat"
},
_Hat_IronCap = {
 cat = {"Hat" },
 name = "Iron Cap",
 desc = "A good old iron cap, kind of like an ordinary cap, but made of iron!!",
 value = 450,
 arcademod = 0.4,
 def = 7,
 type = "hat"
},
_Hat_BrawlerHelmet = {
 cat = {"Hat" },
 name = "Brawler Helmet",
 desc = "Made from the same metal as brawler bots are made from. It protects your head really well!",
 value = 2000,
 def = 18,
 type = "hat"
},
_Hat_GoblinHat = {
 cat = {"Hat" },
 name = "Frostling Hood",
 desc = "A hood used by the Frostlings of Seasonne. Makes you look kind of creepy!",
 value = 2800,
 arcademod = 0.5,
 def = 30,
 type = "mask"
},
_Hat_SlimeHat_Blue = {
 cat = {"Hat" },
 name = "Blue Slime Hat",
 desc = "A hat made from blue slime. It's kind of chilly but it makes things bounce off your head!",
 value = 2200,
 def = 20,
 type = "hat"
},
_Hat_Paperbag = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Paper Bag",
 desc = "Unable to get the appearance you want? Put a bag over the atrocity and be done with it!",
 value = 2200,
 type = "mask-style"
},
_Hat_Earmuffs = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Earmuffs",
 desc = "A pair of fluffy and warm earmuffs. They don't do much except look fiercely stylish!",
 value = 2200,
 type = "hat-style"
},
_Hat_CatEars = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Cat Ears",
 desc = "Cat ears to put on the top of your head! The bare thought of donning these things makes you purr.",
 value = 2200,
 type = "hat-style"
},
_Hat_Turban = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Turban",
 desc = "A hat made out of winded cloth. Makes you look both exotic and destinguished!",
 value = 2200,
 type = "hat-style"
},
_Hat_ChefHat = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Chef Hat",
 desc = "Worn as proof of your culinary skills! Or at least you can pretend you have those skills...",
 value = 2200,
 type = "hat-style"
},
_Hat_ValkyrieHat_Neutral = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Valkyrie Helmet",
 desc = "A helmet that symbolizes heroism! Only a true protector of Grindea can wear this helmet.",
 value = 2200,
 type = "hat-style"
},
_Hat_SlimeHat_Red = {
 cat = {"Hat" },
 name = "Red Slime Hat",
 desc = "A hat made from red slime. It's comfortably warm, but uncomfortably slimy!",
 value = 1400,
 def = 13,
 type = "hat"
},
_Hat_SeasonKnight_Summer = {
 cat = {"Hat" },
 name = "Summer Helmet",
 desc = "One of those helmets the Summer Knights wear! Vegetables grow inside, making it healthy.",
 value = 1400,
 maxhp = 80,
 def = 20,
 type = "mask"
},
_Hat_SeasonKnight_Winter = {
 cat = {"Hat" },
 name = "Winter Helmet",
 desc = "A frosty helmet worn by the Winter Knights. Its solid ice coating makes it really sturdy (...and cold!)",
 value = 1400,
 def = 38,
 type = "mask"
},
_Hat_SeasonKnight_Autumn = {
 cat = {"Hat" },
 name = "Autumn Helmet",
 desc = "A helmet just like those the Autumn Knights use! It's really windy inside, making you sort of dizzy...",
 value = 1400,
 aspd = 12,
 def = 20,
 type = "mask"
},
_Hat_SeasonMage_Summer = {
 cat = {"Hat" },
 name = "Summer Mage Hat",
 desc = "Those annoying Summer Mages wear these things! They make your spiritual power grow.",
 value = 1400,
 matk = 25,
 maxep = 30,
 type = "hat"
},
_Hat_SeasonMage_Winter = {
 cat = {"Hat" },
 name = "Winter Mage Hat",
 desc = "A fancy hat preferred by Winter Mages. The cold bites, but so will your magic spells!",
 value = 1400,
 matk = 40,
 type = "hat"
},
_Hat_SeasonMage_Autumn = {
 cat = {"Hat" },
 name = "Autumn Mage Hat",
 desc = "A magical wizard hat worn by Autumn Mages. Wearing it makes you charge spells much faster!",
 value = 1400,
 matk = 15,
 cspd = 20,
 type = "hat"
},
_Hat_SantaHat = {
 cat = {"Hat","NoDrop" },
 name = "Santa Hat",
 desc = "A beautifully sewn, superbly soft and incredibly stylish, red hat! It makes you feel generous!",
 value = 1400,
 maxhp = 80,
 maxep = 20,
 type = "hat"
},
_Hat_RedSlimeKingHat = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Red Slime King Hat",
 desc = "A red slime hat, but with a crown! Only true champions can brag with this thing!",
 value = 1400,
 type = "hat-style"
},
_Hat_BoarHat = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Boar Hat",
 desc = "A hat resembling the head of a boar! Recommended for when you want to totally creep people out!",
 value = 1400,
 type = "mask-style"
},
_Hat_PeckoHat = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Pecko Hat",
 desc = "A super lifelike mask making you look like a Human-Pecko half breed demon. Chicks dig it!",
 value = 1400,
 type = "mask-style"
},
_Hat_SnowbaccaHat = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Snowbacca Hat",
 desc = "A super cute hat that looks like a Snowbacca! It's really good against the cold, too.",
 value = 1400,
 type = "hat-style"
},
_Hat_HoodOfDarkness = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Hood of Darkness",
 desc = "A ghastly hood gifted to you by one of those strange priests, in exchange for your loyalty.",
 value = 1400,
 type = "mask-style"
},
_Hat_BunnyEars = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Bunny Ears",
 desc = "As cute as they are fashionable, Bunny Ears are immensely popular among trendy collectors!",
 value = 1400,
 type = "hat-style"
},
_Hat_Beret = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Beret",
 desc = "Wearing this you only need a baguette to become a successful painter!",
 value = 1400,
 type = "hat-style"
},
_Hat_HornedCap = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Horned Cap",
 desc = "A cap that will put mortal fear into your enemies -- if only they knew it's purely cosmetic!",
 value = 1400,
 type = "hat-style"
},
_Hat_Crystal = {
 cat = {"Hat" },
 name = "Crystal Hairband",
 desc = "A large crystal on a hairband! Understandably, you're very proud of the craftmanship.",
 value = 1200,
 matk = 1,
 def = 1,
 type = "hat"
},
_Hat_CrystalMulti = {
 cat = {"Hat" },
 name = "Crystal Hat",
 desc = "A hat made of a bunch of large Spinsect crystals! It kind of looks like a huge, spiky hairdo. Awesome!",
 value = 2200,
 def = 20,
 type = "hat"
},
_Hat_Mushroom = {
 cat = {"Hat","NoDrop" },
 name = "Huge Mushroom Cap",
 desc = "A really big mushroom cap! You can put it on your head if you want to... look like a mushroom?",
 value = 1600,
 matk = 25,
 def = 15,
 type = "hat"
},
_Hat_MushroomMulti = {
 cat = {"Hat" },
 name = "Bunch of Mushrooms",
 desc = "A bunch of tiny mushrooms! It's said troll children put these on their heads to look pretty.",
 value = 1450,
 type = "hat-style"
},
_Hat_AnglerFish = {
 cat = {"Hat","NoDrop" },
 name = "Angler Fish Hat",
 desc = "The most horrifying creature in existence, now available for your head!",
 value = 2000,
 atk = 30,
 def = -15,
 type = "hat"
},
_Hat_Helmet = {
 cat = {"Hat" },
 name = "Helmet",
 desc = "A very regular helmet, which does a very regular job of protecting your head!",
 value = 1000,
 def = 15,
 type = "hat"
},
_Hat_OrnateHelmet = {
 cat = {"Hat" },
 name = "Ornate Helmet",
 desc = "A gold adorned helmet made for great generals! It makes your blade strike true! (Still pretty overpriced...)",
 value = 22000,
 arcademod = 0.35,
 def = 25,
 crit = 13,
 type = "hat"
},
_Hat_StatueMask = {
 cat = {"Hat" },
 name = "Statue Mask",
 desc = "The head of an Ancient Statue! It's very, very heavy, and it gets kind of hot in there...",
 value = 2800,
 maxhp = 40,
 def = 40,
 type = "mask"
},
_Hat_BananaHat = {
 cat = {"Hat" },
 name = "Banana Hat",
 desc = "You finally found a banana with the perfect peel! It's healthy and gives you energy.",
 value = 3000,
 maxhp = 30,
 epreg = 15,
 type = "hat"
},
_Hat_SideBow_Red = {
 cat = {"Hat" },
 name = "Red Side Bow",
 desc = "All trendy Collectors know that the most stylish hair bows are worn on the side!",
 value = 1200,
 type = "hat-style"
},
_Hat_SideBow_Green = {
 cat = {"Hat" },
 name = "Green Side Bow",
 desc = "All trendy Collectors know that the most stylish hair bows are worn on the side!",
 value = 1200,
 type = "hat-style"
},
_Hat_SideBow_Purple = {
 cat = {"Hat" },
 name = "Purple Side Bow",
 desc = "All trendy Collectors know that the most stylish hair bows are worn on the side!",
 value = 1200,
 type = "hat-style"
},
_Hat_SideBow_Blue = {
 cat = {"Hat" },
 name = "Blue Side Bow",
 desc = "All trendy Collectors know that the most stylish hair bows are worn on the side!",
 value = 1200,
 type = "hat-style"
},
_Hat_FancyHat = {
 cat = {"Hat" },
 name = "Fancy Hat",
 desc = "This hat will show everyone that you've got a tight grip on fashion!",
 value = 8000,
 type = "hat-style"
},
_Hat_BigBandana = {
 cat = {"Hat" },
 name = "Thick Bandana",
 desc = "Sometimes a thin bandana just isn't bandana enough!",
 value = 1500,
 type = "hat-style"
},
_Hat_PowerFlower = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Power Flower Mask",
 desc = "A mask looking like a Power Flower. Great for when you want a natural look!",
 value = 1,
 type = "mask-style"
},
_Hat_Wormy = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Thorn Worm Mask",
 desc = "Makes you look like a human Thorn Worm! How edgy!",
 value = 1,
 type = "mask-style"
},
_Hat_DojoHeadbelt_White = {
 cat = {"Hat","NoDropNoTrade" },
 name = "White Headbelt",
 desc = "A symbolic white headband given by a dojo master - proof of an eagerness to learn!",
 value = 1,
 type = "hat-style"
},
_Hat_DojoHeadbelt_Yellow = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Yellow Headbelt",
 desc = "A yellow headband given by a dojo master - a symbol of your first steps to greatness!",
 value = 1,
 type = "hat-style"
},
_Hat_DojoHeadbelt_Blue = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Blue Headbelt",
 desc = "A symbolic blue headband given by a dojo master - shows your dedication to greatness!",
 value = 1,
 type = "hat-style"
},
_Hat_DojoHeadbelt_Purple = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Purple Headbelt",
 desc = "A symbolic purple headband given by a dojo master - a testament of great skill!",
 value = 1,
 type = "hat-style"
},
_Hat_DojoHeadbelt_Brown = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Brown Headbelt",
 desc = "A symbolic brown headband given by a dojo master - it shows you are nearly a master!",
 value = 1,
 type = "hat-style"
},
_Hat_DojoHeadbelt_Black = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Black Headbelt",
 desc = "A black headband given by a dojo master - a symbol of a master of the defensive arts!",
 value = 1,
 type = "hat-style"
},
_Hat_DojoHeadbelt_Red = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Red Headbelt",
 desc = "A red headband given by a dojo master - the symbol of a grandmaster. A true achievement!",
 value = 1,
 type = "hat-style"
},
_Hat_FaeWings_Summer = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hat_FaeWings_Autumn = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Autumn Fae Wings",
 desc = "A pair of autumn fae wings! They smell like leaves... hey, these aren't real, right?!",
 value = 1,
 type = "hat-style"
},
_Hat_FaeWings_Spring = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hat_FaeWings_Winter = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Winter Fae Wings",
 desc = "A pair of winter fae wings! They smell like fresh snow... hey, these aren't real, right?!",
 value = 1,
 type = "hat-style"
},
_Hat_SailorHat = {
 cat = {"Hat","NoDrop" },
 name = "Sailor Hat",
 desc = "A hat that increases mobility by catching winds! Raises movespeed during shield and charge.",
 value = 5000,
 matk = 10,
 aspd = 5,
 def = 5,
 special = "_Unique_SailorHat_FasterChargeMovement",
 type = "hat"
},
_Hat_SlimeHat_Orange = {
 cat = {"Hat" },
 name = "Orange Slime Hat",
 desc = "A hat made from orange slime. It's a bit too warm, but offers great protection!",
 value = 3000,
 def = 30,
 type = "hat"
},
_Hat_BarrelHat = {
 cat = {"Hat","NoDrop" },
 name = "Barrel Hat",
 desc = "A broken barrel that might fit as a hat! Legend has it that wearing two barrel items at once...",
 value = 2200,
 def = 15,
 special = "_Unique_BarrelHat_BarrelShieldSynergy",
 type = "hat"
},
_Hat_Fez = {
 cat = {"Hat" },
 name = "Fez",
 desc = "Keeping this hat on while fighting is an exercise in concentration!",
 value = 16000,
 epreg = 10,
 def = 15,
 type = "hat"
},
_Hat_JesterHat = {
 cat = {"Hat" },
 name = "Jester Hat",
 desc = "A hat worthy of a real trickster! If your enemies laugh at you, just smack them.",
 value = 15000,
 aspd = 10,
 crit = 10,
 type = "hat"
},
_Hat_Pan = {
 cat = {"Hat" },
 name = "Pan Hat",
 desc = "A frying pan for your head. Now that you know how to cook, refilling potions is easier!",
 value = 12000,
 epreg = 10,
 special = "_Unique_Pan_PotionRechargeIncrease",
 type = "hat"
},
_Hat_Pyramid = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Pyramid Hat",
 desc = "A hat shaped like a pyramid! How perfectly balanced!",
 value = 4500,
 atk = 30,
 matk = 30,
 type = "hat"
},
_Hat_Partyhat_Blue = {
 cat = {"Hat" },
 name = "Blue Party Hat",
 desc = "This is a hat for partying, not for fighting! This one is blue. How skylike!",
 value = 7000,
 type = "hat-style"
},
_Hat_Partyhat_Red = {
 cat = {"Hat" },
 name = "Red Party Hat",
 desc = "This is a hat for partying, not for fighting! This one is red. How fiery!",
 value = 7000,
 type = "hat-style"
},
_Hat_Partyhat_Green = {
 cat = {"Hat" },
 name = "Green Party Hat",
 desc = "This is a hat for partying, not for fighting! This one is green. How grasslike!",
 value = 7000,
 type = "hat-style"
},
_Hat_CrabHelm = {
 cat = {"Hat" },
 name = "Crabby Helm",
 desc = "Gives ample protection for your noggin, while also giving you a fresh crustacean look!",
 value = 8000,
 def = 55,
 type = "mask"
},
_Hat_PirateHat = {
 cat = {"Hat" },
 name = "Pirate Hat",
 desc = "A fancy hat of exquisite quality, with a huge... skull on it. Wait. Are we the baddies?",
 value = 10000,
 atk = 25,
 crit = 4,
 type = "hat"
},
_Hat_RoboticEars = {
 cat = {"Hat","NoDrop" },
 name = "Robot Ears",
 desc = "A pair of ears meant for androids! Their stylish form helps pick up all kinds of signals.",
 value = 5000,
 epreg = 15,
 crit = 15,
 type = "hat"
},
_Hat_Promo = {
 cat = {"Hat","NoDrop" },
 name = "HyperY BlastPhones",
 desc = "With HyperY's patented Ultra HD Surround you'll hear things just like in ordinary headphones!",
 value = 18000,
 epreg = 2,
 def = 1,
 type = "hat"
},
_Hat_PromoLocked = {
 cat = {"Hat","NoDropNoTrade" },
 name = "HyperY BlastPhones",
 desc = "With HyperY's patented Ultra HD Surround you'll hear things just like in ordinary headphones!",
 value = 18000,
 epreg = 2,
 def = 1,
 type = "hat"
},
_Hat_ArenaHat = {
 cat = {"Hat","NoDrop" },
 name = "Arena Hat",
 desc = "A magnificent hat in the shape of a fighting arena! Proof of being a true gladiator.",
 value = 15000,
 maxep = 30,
 epreg = 10,
 type = "hat"
},
_Hat_ThornMane = {
 cat = {"Hat","NoDrop","GrantToServer","GiveOneToAllPlayers" },
 name = "Thorn Mane",
 desc = "The spiked scalp of a Giant Thorn Worm! Great for people who can't grow mohawks.",
 value = 8000,
 atk = 20,
 aspd = 10,
 special = "_Unique_ThornMane_ThornWormTrail",
 type = "hat"
},
_Hat_Antlers = {
 cat = {"Hat","NoDrop" },
 name = "Antlers",
 desc = "A pair of reindeer antlers. Wearing these makes you brim with confidence!",
 value = 3000,
 atk = 20,
 type = "hat"
},
_Hat_SkullMask = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Skull Mask",
 desc = "A mask perfect for scaring the living daylights out of your friends and family!",
 value = 3000,
 type = "mask-style"
},
_Hat_SolemMask = {
 cat = {"Hat","NoDropNoTrade" },
 name = "Solem Head",
 desc = "A head resembling the almighty hunter of the sands: the Solem!",
 value = 3000,
 type = "mask-style"
},
_Hat_ZhamlaCrown = {
 cat = {"Hat","NoDropNoTrade","OnlyGrantIfUndiscovered" },
 name = "Zhamla's Crown",
 desc = "Now it's just an ordinary crown.",
 value = 10,
 type = "hat-style"
},
_Facegear_Blindfold = {
 cat = {"Facegear","NoDrop" },
 name = "Blindfold",
 desc = "Brings out the Zen in you!",
 value = 300,
 arcademod = 0.5,
 crit = 10,
 type = "facegear"
},
_Facegear_Glasses = {
 cat = {"Facegear" },
 name = "Spectacles",
 desc = "Makes you feel really smart, and we all know about placebo, don't we?",
 value = 700,
 arcademod = 0.9,
 matk = 12,
 type = "facegear"
},
_Facegear_Beard = {
 cat = {"Facegear" },
 name = "Wise Beard",
 desc = "Rough, white beard that will make you look really wise!",
 value = 500,
 maxep = 5,
 type = "facegear"
},
_Facegear_Cigarr = {
 cat = {"Facegear" },
 name = "Cigar",
 desc = "Somehow, this makes you feel pretty distinguished!",
 value = 500,
 type = "facegear-style"
},
_Facegear_Masque = {
 cat = {"Facegear" },
 name = "Masque",
 desc = "A white masque that hides your face... how mysterious!",
 value = 500,
 type = "facegear-style"
},
_Facegear_ScreamMask = {
 cat = {"Facegear","NoDrop" },
 name = "The Scream",
 desc = "A terrifying mask portraying a scream!",
 value = 500,
 type = "facegear-style"
},
_Facegear_Scar = {
 cat = {"Facegear","NoDropNoTrade" },
 name = "Thug Scar",
 desc = "For when you want to look like a real bad boy or -girl! Nothings says \"cool and edgy\" like a scar, after all.",
 value = 300,
 type = "facegear-style"
},
_Facegear_EyebrowsAngry = {
 cat = {"Facegear","NoDropNoTrade" },
 name = "Angry Eyebrows",
 desc = "Want to show the world your rebellious side? Put your angry face on!",
 value = 300,
 type = "facegear-style"
},
_Facegear_FancyBeard = {
 cat = {"Facegear","NoDropNoTrade" },
 name = "Fancy Beard",
 desc = "A stylish beard which will fill your friends and enemies with envy!",
 value = 300,
 type = "facegear-style"
},
_Facegear_SkiGoggles = {
 cat = {"Facegear","NoDrop" },
 name = "Ski Goggles",
 desc = "Super fancy goggles making you look like you know how to handle yourself on the slope!",
 value = 900,
 type = "facegear-style"
},
_Facegear_SantaBeard = {
 cat = {"Facegear","NoDrop" },
 name = "Santa's Beard",
 desc = "A lush beard that's eerily similar to Santa's.\n...wait, is his fake as well?!",
 value = 900,
 type = "facegear-style"
},
_Facegear_SpinsectFeelers = {
 cat = {"Facegear" },
 name = "Spinsect Feelers",
 desc = "A bunch of Spinsect feelers. Put them on your face! \nWait, what?",
 value = 1800,
 matk = 20,
 maxep = 10,
 type = "facegear"
},
_Facegear_GasMask = {
 cat = {"Facegear","NoDrop" },
 name = "Gas Mask",
 desc = "Wearing this, you won't get poisoned as quickly! It also makes you look super creepy!",
 value = 1000,
 def = 5,
 special = "_Unique_GasMask_PoisonResistance",
 type = "facegear"
},
_Facegear_NohMask = {
 cat = {"Facegear","NoDrop" },
 name = "Noh Mask",
 desc = "A mask that stares back at you with hauntingly empty eyes.",
 value = 1000,
 def = 5,
 type = "facegear"
},
_Facegear_OniMask = {
 cat = {"Facegear","NoDrop" },
 name = "Oni Mask",
 desc = "You sense an evil presence etched into this mask. Perhaps it's best not to wear it?",
 value = 1000,
 def = 5,
 type = "facegear"
},
_Facegear_MonkeyEars = {
 cat = {"Facegear" },
 name = "Monkey Ears",
 desc = "The ears of a monkey! The monkey's spirit enhance your movements.",
 value = 1000,
 aspd = 5,
 cspd = 5,
 type = "facegear"
},
_Facegear_BlindfoldWhite = {
 cat = {"Facegear","NoDropNoTrade" },
 name = "White Blindfold",
 desc = "A white blindfold that doesn't do much besides making you look spiritual... which is all one needs!",
 value = 500,
 type = "facegear-style"
},
_Facegear_HybridGlasses = {
 cat = {"Facegear","NoDrop" },
 name = "Hybrid Glasses",
 desc = "One side is smart. One side is cool. Be the best of both worlds!",
 value = 2500,
 atk = 20,
 matk = 20,
 type = "facegear"
},
_Facegear_SpectralBlindfold = {
 cat = {"Facegear" },
 name = "Haunted Blindfold",
 desc = "A cursed blindfold made from Hauntie cloth. It slowly drains your life into essence...",
 value = 3500,
 maxep = 10,
 epreg = 10,
 crit = 15,
 special = "_Unique_SpectralBlindfold_TradeHPForEP",
 type = "facegear"
},
_Facegear_Promo = {
 cat = {"Facegear","NoDrop" },
 name = "Gunner Glasses",
 desc = "Enhance your Collecting performance with these stylish glasses from renowned manufacturer Gunner!",
 value = 14500,
 crit = 1,
 type = "facegear"
},
_Facegear_PromoLocked = {
 cat = {"Facegear","NoDropNoTrade" },
 name = "Gunner Glasses",
 desc = "Enhance your Collecting performance with these stylish glasses from renowned manufacturer Gunner!",
 value = 14500,
 crit = 1,
 type = "facegear"
},
_Facegear_EyeMask = {
 cat = {"Facegear","NoDrop","GrantToServer","GiveOneToAllPlayers" },
 name = "Evil Eye Mask",
 desc = "A creepy mask you got from the Evil Eye! It's still moist and squishy...",
 value = 14500,
 atk = 15,
 aspd = 20,
 type = "facegear"
},
_Facegear_FunnyMask = {
 cat = {"Facegear","NoDrop" },
 name = "Funny Mask",
 desc = "Someone thought it would be funny to make a treasure map to a useless mask! Ha. Ha. Ha.",
 value = 1,
 def = 1,
 type = "facegear"
},
_OneHanded_WoodenSword = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Wooden Sword",
 desc = "An old wooden sword, mostly used as a toy.",
 value = 50,
 atk = 25,
 type = "1h"
},
_OneHanded_CarrotSword = {
 cat = {"OneHandedWeapon","Weapon","NoDrop" },
 name = "Carrot Sword",
 desc = "A giant carrot, which surprisingly has a very nice swing to it!",
 value = 700,
 atk = 50,
 type = "1h"
},
_OneHanded_Morningstar = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Morning Star",
 desc = "It's pretty heavy and difficult to wield, but it hits hard!",
 value = 800,
 atk = 50,
 aspd = -3,
 type = "1h"
},
_OneHanded_IronSword = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Squire's Sword",
 desc = "A simple sword made of iron.",
 value = 200,
 arcademod = 0.5,
 atk = 35,
 type = "1h"
},
_OneHanded_Stinger = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "The Stinger",
 desc = "Made out of tons of bee stingers glued together with honey. Reduces Piercing Dash charge time!",
 value = 1850,
 arcademod = 0.5,
 atk = 60,
 special = "_Unique_StingerBonuses",
 type = "1h"
},
_OneHanded_Rod = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Magician's Rod",
 desc = "A short rod that makes you feel all wizard-like! Slamming it into things isn't that effective though.",
 value = 1200,
 atk = 25,
 matk = 40,
 type = "1h-m"
},
_OneHanded_RubyRod = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Ruby Rod",
 desc = "A rod with a precious ruby crystal at the end! Ruby is said to channel magic exceptionally well.",
 value = 2000,
 atk = 32,
 matk = 60,
 type = "1h-m"
},
_OneHanded_SteelSword = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Steel Sword",
 desc = "A high quality sword made from hardened steel.",
 value = 1200,
 atk = 60,
 type = "1h"
},
_OneHanded_LaserSword = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Laser Sword",
 desc = "Cuts through almost anything, but more importantly it makes an awesome buzzing sound as you swing it!",
 value = 2000,
 atk = 75,
 type = "1h"
},
_OneHanded_RedFlowerWhip = {
 cat = {"OneHandedWeapon","Weapon","NoDrop" },
 name = "Flower Whip",
 desc = "A big, sturdy flower just brimming with magical power! It inspires your Plants, making them last longer.",
 value = 1200,
 atk = 20,
 matk = 50,
 special = "_Unique_RedFlowerWhip_LongerPlantDurations",
 type = "1h-m"
},
_OneHanded_ToyWand = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Toy Wand",
 desc = "It's not actually magical, but pretending it is somehow raises your focus!",
 value = 50,
 atk = 12,
 matk = 17,
 type = "1h-m"
},
_OneHanded_AutumnSword = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Fall's Edge",
 desc = "One of the swords wielded by the Autumn Knights of the Temple of Seasons. Mystical winds dance around it.",
 value = 500,
 arcademod = 3,
 atk = 70,
 aspd = 8,
 type = "1h"
},
_OneHanded_Pickaxe = {
 cat = {"OneHandedWeapon","Weapon","NoDropNoTrade" },
 name = "Pickaxe",
 desc = "A good old pickaxe! These are great for breaking through stuff quickly.",
 value = 1500,
 atk = 50,
 special = "_Unique_Pickaxe_InstantBreakEnvironment",
 type = "1h"
},
_OneHanded_RedLaserSword = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Red Laser Sword",
 desc = "A red laser sword! It makes a really cool noise when you swing it.",
 value = 2000,
 atk = 85,
 type = "1h"
},
_OneHanded_Scimitar = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Scimitar",
 desc = "An agile sword with a curved blade! It's razor sharp and very light.",
 value = 4000,
 arcademod = 0.3,
 atk = 75,
 aspd = 4,
 type = "1h"
},
_OneHanded_AncientFan = {
 cat = {"OneHandedWeapon","Weapon","NoDrop" },
 name = "Mystic Fan",
 desc = "It looks like a regular fan, but this one seems imbued with strong magic!",
 value = 1750,
 atk = 10,
 matk = 50,
 cspd = 12,
 type = "1h-m"
},
_OneHanded_BambooSword = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Bamboo Sword",
 desc = "Unlike most bamboo swords, this one is made from fresh ingredients!",
 value = 500,
 arcademod = 3,
 atk = 70,
 aspd = 12,
 type = "1h"
},
_OneHanded_MarinoRapier = {
 cat = {"OneHandedWeapon","Weapon","NoDropNoTrade" },
 name = "Marino's Rapier",
 desc = "An exquisite rapier that used to belong to Marino! He'd be furious if he saw your fighting style...",
 value = 5000,
 arcademod = 0.3,
 atk = 80,
 aspd = 20,
 def = -50,
 type = "1h"
},
_OneHanded_EggstraDeliciousRecipes = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Recipe Book",
 desc = "Written by A. Byrd, titled \"Eggstra Delicious Recipes\"! Hitting stuff makes pages come loose?!",
 value = 5000,
 arcademod = 0.3,
 matk = 75,
 special = "_Unique_RecipeBook_LoosePages",
 type = "1h-m"
},
_OneHanded_TheQuill = {
 cat = {"OneHandedWeapon","Weapon","NoDrop" },
 name = "The Quill",
 desc = "With this weapon you won't need to care whether the pen is mightier than the sword!",
 value = 5000,
 arcademod = 0.3,
 atk = 65,
 matk = 65,
 type = "1h-m"
},
_OneHanded_Mace = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Mace",
 desc = "It's a heavy mace. Good for bashing stuff with!",
 value = 7000,
 arcademod = 0.3,
 atk = 95,
 aspd = -8,
 type = "1h"
},
_OneHanded_WarlockRod = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Warlock Scepter",
 desc = "A powerful scepter made by a wizard in a distant land! (...or so it says on the tag)",
 value = 7000,
 arcademod = 0.3,
 matk = 76,
 type = "1h-m"
},
_OneHanded_BestOfEggstraDeliciousRecipes = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Best Recipe Book",
 desc = "An abridged version of Eggstra Delicious Recipes! It's lighter and easier to use!",
 value = 1000,
 matk = 82,
 cspd = 10,
 type = "1h-m"
},
_OneHanded_CrabClaw = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Crabby Claw",
 desc = "An intact claw from a crab! Some people eat these, but you know a better use for it.",
 value = 7500,
 arcademod = 0.3,
 atk = 100,
 type = "1h"
},
_OneHanded_SkeletonHand = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Skeleton Hand",
 desc = "A hand from a Skeleton Wizard! Though it escaped the Twilight, some power still lingers.",
 value = 7500,
 arcademod = 0.3,
 matk = 85,
 type = "1h-m"
},
_OneHanded_WoodenLeg = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Wooden Leg",
 desc = "A prosthesis once worn by a pirate. It looks useless but is actually extremely well balanced!",
 value = 7500,
 arcademod = 0.3,
 atk = 90,
 matk = 75,
 type = "1h-m"
},
_OneHanded_EmptyBottle = {
 cat = {"Weapon","OneHandedWeapon" },
 name = "Empty Rum Bottle",
 desc = "An empty liquor bottle. It's imbued with a strange power that courses through other bottles...",
 value = 7500,
 arcademod = 0.3,
 atk = 30,
 matk = 30,
 special = "_Unique_EmptyBottle_QuickerPotionRecharge",
 type = "1h"
},
_OneHanded_Promo = {
 cat = {"OneHandedWeapon","Weapon","NoDrop" },
 name = "RazRBlade Z",
 desc = "Making this fancy sword took many, many hours at the trademark and patent office!",
 value = 25000,
 arcademod = 0.3,
 atk = 20,
 matk = 20,
 type = "1h-m"
},
_OneHanded_PromoLocked = {
 cat = {"OneHandedWeapon","Weapon","NoDropNoTrade" },
 name = "RazRBlade Z",
 desc = "Making this fancy sword took many, many hours at the trademark and patent office!",
 value = 25000,
 arcademod = 0.3,
 atk = 20,
 matk = 20,
 type = "1h-m"
},
_OneHanded_UgrasScroll = {
 cat = {"OneHandedWeapon","Weapon","NoDrop" },
 name = "Ugra's Scroll",
 desc = "A scroll made of extremely sturdy paper! You can't unfurl it, but it has a nice swing to it.",
 value = 800,
 arcademod = 3,
 atk = 55,
 matk = 50,
 type = "1h-m"
},
_OneHanded_PlantBlade = {
 cat = {"OneHandedWeapon","Weapon","NoDropNoTrade" },
 name = "Plant Blade",
 desc = "A sword grown from a seed! It's said all seed-hunters should wield a blade like this.",
 value = 800,
 arcademod = 3,
 maxep = 50,
 special = "_Unique_PlantBlade_IncreasedSeedDrops",
 type = "1h"
},
_TwoHanded_Claymore = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Squire's Claymore",
 desc = "It's not the greatest sword ever forged, but at least it's not wood!",
 value = 200,
 arcademod = 0.5,
 atk = 45,
 type = "2h"
},
_TwoHanded_Stick = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Big Branch",
 desc = "Just a large branch, hand picked by Grandpa Joe for its good swing.",
 value = 50,
 atk = 35,
 type = "2h"
},
_TwoHanded_Lantern = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Smashlight",
 desc = "A weapon created by cleverly attaching a lantern to a branch. Might burn enemies!",
 value = 1500,
 atk = 45,
 matk = 45,
 special = "_Unique_SmashLight_BurningTouch",
 type = "2h-m"
},
_TwoHanded_Club = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Club",
 desc = "It may seem old fashioned, but a club is actually really good at smacking things!",
 value = 1200,
 atk = 60,
 type = "2h"
},
_TwoHanded_SpikedClub = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Spiked Club",
 desc = "An upgraded Club! Now that you're holding it you feel kind of brutish...",
 value = 1500,
 atk = 120,
 type = "2h"
},
_TwoHanded_GreatAxe = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Great Axe",
 desc = "A huge axe with two blades. You have this eerie feeling it wasn't made to chop wood...",
 value = 5000,
 atk = 250,
 type = "2h"
},
_TwoHanded_LumberAxe = {
 cat = {"TwoHandedWeapon","Weapon","NoDrop" },
 name = "Toy Axe",
 desc = "A Toy Axe found in the Tai Ming Puzzle World! Hey... wait a minute. This isn't a toy at all!",
 value = 2000,
 atk = 95,
 aspd = 5,
 type = "2h"
},
_TwoHanded_SlimeHammer = {
 cat = {"TwoHandedWeapon","Weapon","NoDrop" },
 name = "Green Slime Hammer",
 desc = "A wobbly weapon made out of a high quality slime cube! As you learned in the Arena, it really packs a punch...",
 value = 1200,
 atk = 55,
 type = "2h"
},
_TwoHanded_WinterSpear = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Winter's Bite",
 desc = "A large spear wielded by Winter Knights! It's surprisingly light, and brims with magic.",
 value = 500,
 arcademod = 3,
 atk = 60,
 matk = 40,
 type = "2h-m"
},
_TwoHanded_SummerHammer = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Summer's Smite",
 desc = "A large hammer weilded by the Summer Knights in the Temple of Seasons. It's so heavy!",
 value = 500,
 arcademod = 3,
 atk = 100,
 aspd = -8,
 type = "2h"
},
_TwoHanded_BirchBranch = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Birch Branch",
 desc = "A big, nice branch from a blessed birch! Don't judge it by its looks - it contains strong magic.",
 value = 4000,
 arcademod = 0.4,
 atk = 30,
 matk = 50,
 type = "2h-m"
},
_TwoHanded_Icicle = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Giant Icicle",
 desc = "A giant icicle. Don't lick it - your tongue might get stuck! Has a chance to Chill enemies it hits.",
 value = 1300,
 atk = 20,
 matk = 50,
 special = "_Unique_GiantIcicle_ChillingTouch",
 type = "2h-m"
},
_TwoHanded_Staff = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Apprentice Staff",
 desc = "A magic staff suitable for beginners! It's made from a cheap, light wood making it easy to swing.",
 value = 250,
 arcademod = 0.5,
 atk = 20,
 matk = 27,
 aspd = 10,
 type = "2h-m"
},
_TwoHanded_Mushroom = {
 cat = {"TwoHandedWeapon","Weapon","NoDrop" },
 name = "Magic Mushroom",
 desc = "A huge, unwieldy mushroom! Swinging it around makes you feel fuzzy and spiritual.",
 value = 2200,
 atk = 5,
 matk = 68,
 type = "2h-m"
},
_TwoHanded_Broadsword = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Broadsword",
 desc = "A huge sword made of fine steel!",
 value = 4000,
 arcademod = 0.4,
 atk = 85,
 type = "2h"
},
_TwoHanded_AngelsThirst = {
 cat = {"TwoHandedWeapon","Weapon","NoDrop" },
 name = "Angel's Thirst",
 desc = "A heavy blade that sharpens with every card collected.",
 value = 3000,
 arcademod = 0.4,
 atk = 5,
 special = "_Unique_ExtraDamagePerCard",
 type = "2h"
},
_TwoHanded_BladeOfEchoes = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Blade of Echoes",
 desc = "A memory of murder given shape by a curse. It's a powerful weapon, but...",
 value = 8000,
 arcademod = 0.4,
 atk = 145,
 special = "_Unique_BladeOfEchoes_Cursed",
 type = "2h"
},
_TwoHanded_CactusClub = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Cactus Club",
 desc = "A huge club made of cactus parts. The thorns falls off sometimes but grow back again!",
 value = 10000,
 arcademod = 0.4,
 atk = 115,
 special = "_Unique_CactusClub_SpawnThorns",
 type = "2h"
},
_TwoHanded_CurvedSpear = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Curved Spear",
 desc = "A menacing weapon that does its job well!",
 value = 7000,
 arcademod = 0.4,
 atk = 100,
 type = "2h"
},
_TwoHanded_GiantScimitar = {
 cat = {"Weapon","TwoHandedWeapon" },
 name = "Giant Scimitar",
 desc = "A huge scimitar dropped by a Skeleton Warrior! It is surprisingly nimble for its size.",
 value = 7000,
 arcademod = 0.4,
 atk = 120,
 aspd = 5,
 type = "2h"
},
_TwoHanded_LaserClaymore = {
 cat = {"TwoHandedWeapon","Weapon","NoDrop" },
 name = "Laser Claymore",
 desc = "A prototype energy weapon originally made for Phaseman, but is now yours!",
 value = 20000,
 arcademod = 0.4,
 atk = 135,
 aspd = 5,
 maxep = 10,
 type = "2h"
},
_TwoHanded_BugNet = {
 cat = {"TwoHandedWeapon","Weapon","NoDropNoTrade" },
 name = "Bug Net",
 desc = "A net designed to catch bugs! Especially useful against big butterflies.",
 value = 1000,
 arcademod = 0.4,
 aspd = 30,
 epreg = 50,
 special = "_Unique_BugNet_BugCatcher",
 type = "2h"
},
_TwoHanded_Promo = {
 cat = {"TwoHandedWeapon","Weapon","NoDrop" },
 name = "RazRBlade X",
 desc = "A big sword brought to you by the best marketing team in the world!",
 value = 25000,
 arcademod = 0.4,
 atk = 30,
 matk = 20,
 type = "2h-m"
},
_TwoHanded_RedSlimeHammer = {
 cat = {"TwoHandedWeapon","Weapon","NoDrop" },
 name = "Red Slime Hammer",
 desc = "A giant hammer made from high quality red slime goo. It has a really nice grip!",
 value = 1700,
 atk = 80,
 type = "2h"
},
_TwoHanded_PromoLocked = {
 cat = {"TwoHandedWeapon","Weapon","NoDropNoTrade" },
 name = "RazRBlade X",
 desc = "A big sword brought to you by the best marketing team in the world!",
 value = 25000,
 arcademod = 0.4,
 atk = 30,
 matk = 20,
 type = "2h-m"
},
_TwoHanded_SlimeStaff = {
 cat = {"TwoHandedWeapon","Weapon","NoDrop" },
 name = "Staff of Slimes",
 desc = "A staff that symbolizes your dominion over slimes!",
 value = 25000,
 arcademod = 0.4,
 atk = 90,
 matk = 75,
 special = "_Unique_SlimeFriend",
 type = "2h-m"
},
_Bow_WoodenBow = {
 cat = {"Usable","DontRemoveOnUse","KeyItem","Bow" },
 name = "Wooden Bow",
 desc = "A bow made out of wood! How original!",
 value = 1,
 type = "usable"
},
_Bow_Level2 = {
 cat = {"Usable","DontRemoveOnUse","Bow","KeyItem" },
 name = "Composite Bow",
 desc = "Made from a variety of materials, this bow is a clear upgrade compared to a regular bow!",
 value = 1,
 type = "usable"
},
_Bow_Level3 = {
 cat = {"Usable","DontRemoveOnUse","KeyItem","Bow" },
 name = "Winterwood Bow",
 desc = "A powerful bow made of a special kind of wood. If charged, its arrows can pierce multiple enemies!",
 value = 1,
 type = "usable"
},
_Bow_Level4 = {
 cat = {"Usable","DontRemoveOnUse","KeyItem","Bow" },
 name = "Expert Bow",
 desc = "A large, powerful bow suitable only for skilled marksmen!",
 value = 1,
 type = "usable"
},
_Bow_Level5 = {
 cat = {"Usable","DontRemoveOnUse","KeyItem","Bow" },
 name = "_string_not_found?!!",
 desc = "_string_not_found?!!",
 value = 1,
 type = "usable"
},
_Bow_Level6 = {
 cat = {"Usable","DontRemoveOnUse","KeyItem","Bow" },
 name = "_string_not_found?!!",
 desc = "_string_not_found?!!",
 value = 1,
 type = "usable"
},
_Bow_Arrows = {
 cat = {"KeyItem" },
 name = "Arrows",
 desc = "Arrows for your bow! Expand your quiver to carry more of these.",
 value = 1,
 type = "keyitem"
},
_Accessory_RabbitsFoot = {
 cat = {"Accessory" },
 name = "Rabbit's Foot",
 desc = "A rabbit's foot to hang around your neck! Legend has it that it raises your luck.",
 value = 500,
 arcademod = 0.4,
 crit = 10,
 type = "accessory"
},
_Accessory_Scarf = {
 cat = {"Accessory" },
 name = "Red Scarf",
 desc = "A warm, red scarf, once belonging to a scarecrow!",
 value = 550,
 def = 4,
 type = "accessory"
},
_Accessory_VoodooDoll = {
 cat = {"Accessory" },
 name = "Voodoo Doll",
 desc = "A doll made out of straws! It's supposed to curse your opponents...",
 value = 350,
 crit = 7,
 type = "accessory"
},
_Accessory_Amulet01Blue = {
 cat = {"Accessory" },
 name = "Soul Amulet",
 desc = "An amulet that makes energy flow within you.",
 value = 400,
 arcademod = 0.6,
 maxep = 10,
 epreg = 10,
 type = "accessory"
},
_Accessory_Amulet01Red = {
 cat = {"Accessory" },
 name = "Health Amulet",
 desc = "An amulet that fills its wearer with life.",
 value = 400,
 maxhp = 75,
 type = "accessory"
},
_Accessory_Amulet01Yellow = {
 cat = {"Accessory" },
 name = "Golden Amulet",
 desc = "An amulet that brings out the lust for battle.",
 value = 400,
 type = "accessory"
},
_Accessory_Ring01Yellow = {
 cat = {"Accessory" },
 name = "Swift Ring",
 desc = "A ring that makes your body feel lighter.",
 value = 500,
 arcademod = 0.7,
 aspd = 4,
 cspd = 8,
 type = "accessory"
},
_Accessory_Ring01Blue = {
 cat = {"Accessory" },
 name = "Smart Ring",
 desc = "A ring that channels your spiritual powers, increasing mental strength.",
 value = 500,
 arcademod = 0.7,
 matk = 12,
 type = "accessory"
},
_Accessory_Ring01Red = {
 cat = {"Accessory" },
 name = "Strong Ring",
 desc = "A ring that makes you ferocious, raising physical strength.",
 value = 500,
 arcademod = 0.7,
 atk = 12,
 type = "accessory"
},
_Accessory_SlimeRing = {
 cat = {"Accessory","NoDrop" },
 name = "Slimy Ring",
 desc = "Bella didn't want it, so she gave it to you as a reward...",
 value = 350,
 def = 5,
 type = "accessory"
},
_Accessory_PlasmaBracelet = {
 cat = {"Accessory" },
 name = "Plasma Bracelet",
 desc = "A piece of a Wisp that fits your wrist perfectly! Wearing it makes your skin tingle.",
 value = 500,
 arcademod = 2,
 matk = 22,
 type = "accessory"
},
_Accessory_MissileControlUnit = {
 cat = {"Accessory" },
 name = "Missile Control Unit",
 desc = "An artifact retrieved from the GUN-D4M! It somehow calls down missiles targeting enemies nearby.",
 value = 200,
 atk = 15,
 matk = 15,
 special = "_Unique_MissileControlUnit",
 type = "accessory"
},
_Accessory_Gloves = {
 cat = {"Accessory" },
 name = "Cloth Gloves",
 desc = "A pair of cheap, simple gloves. Doesn't offer much protection, but beggars can't be choosers!",
 value = 100,
 arcademod = 0.25,
 def = 1,
 type = "accessory"
},
_Accessory_EarringsOfBalance = {
 cat = {"Accessory","NoDrop" },
 name = "Earrings of Balance",
 desc = "A pair of red and blue earrings, boosting both your strength and your intellect!",
 value = 650,
 atk = 15,
 matk = 20,
 type = "accessory"
},
_Accessory_IceCrystalPendant = {
 cat = {"Accessory","NoDrop" },
 name = "Squid's Love",
 desc = "A mysterious pendant with a frozen squid attached! It empowers all your ice spells.",
 value = 600,
 matk = 10,
 special = "_Unique_IcePendant_StrongerIceSpells",
 type = "accessory"
},
_Accessory_LarvaArmband = {
 cat = {"Accessory" },
 name = "Larvarmband",
 desc = "An armband that looks like a larva! Its name is such a tongue twister that wearing it makes you smarter!",
 value = 1500,
 matk = 30,
 cspd = 10,
 type = "accessory"
},
_Accessory_LightningGlove = {
 cat = {"Accessory","NoDrop" },
 name = "Lightning Glove",
 desc = "Wearing it fills your entire body with a subtle buzz! Sometimes zaps enemies you fight.",
 value = 1500,
 atk = 10,
 matk = 20,
 special = "_Unique_LightningGlove_StaticTouch",
 type = "accessory"
},
_Accessory_Ring02Yellow = {
 cat = {"Accessory" },
 name = "Swifter Ring",
 desc = "This ring lets you move like the wind!",
 value = 3000,
 arcademod = 0.8,
 aspd = 7,
 cspd = 14,
 type = "accessory"
},
_Accessory_Ring02Blue = {
 cat = {"Accessory" },
 name = "Smarter Ring",
 desc = "When smart just isn't smart enough, you have to be smarter! Like a ring!",
 value = 3000,
 arcademod = 0.8,
 matk = 24,
 type = "accessory"
},
_Accessory_Ring02Red = {
 cat = {"Accessory" },
 name = "Stronger Ring",
 desc = "This ring channels your fighting instinct more effectively than the regular Strong Ring!",
 value = 3000,
 arcademod = 0.8,
 atk = 24,
 type = "accessory"
},
_Accessory_ButterflyBrooch = {
 cat = {"Accessory" },
 name = "Item Not Named",
 desc = "No description available (yet!)",
 value = 4000,
 type = "accessory"
},
_Accessory_RibbonBroochRed = {
 cat = {"Accessory" },
 name = "Red Ribbon Brooch",
 desc = "This brooch makes you feel no remorse, pushing at an enemy's weakness when you see it!",
 value = 4000,
 critdmg = 25,
 type = "accessory"
},
_Accessory_RibbonBroochGreen = {
 cat = {"Accessory" },
 name = "Item Not Named",
 desc = "No description available (yet!)",
 value = 4000,
 type = "accessory"
},
_Accessory_RibbonBroochBlue = {
 cat = {"Accessory" },
 name = "Blue Ribbon Brooch",
 desc = "A cute, blue ribbon to put on your clothes! Wearing it makes you feel refreshed!",
 value = 4000,
 epreg = 20,
 type = "accessory"
},
_Accessory_AncientPendant = {
 cat = {"Accessory","NoDrop" },
 name = "Ancient Pendant",
 desc = "An old pendant imbued by forgotten knowledge! Increases charge speed of all skills and spells.",
 value = 8000,
 atk = 12,
 matk = 12,
 epreg = 10,
 special = "_Unique_AncientPendant_IncreasedChargeSpeed",
 type = "accessory"
},
_Accessory_MagicBattery = {
 cat = {"Accessory","NoDrop" },
 name = "Magic Battery",
 desc = "A magic battery that keeps your buzz up. Landing critical strikes improves the effect!",
 value = 2000,
 maxep = 10,
 epreg = 15,
 crit = 4,
 special = "_Unique_MagicBattery_EPRegOnCrit",
 type = "accessory"
},
_Accessory_CameraLens = {
 cat = {"Accessory","NoDrop" },
 name = "Camera Lens",
 desc = "Helps you find a monster's weak spot! Look closely (with a Perfect Guard) to boost the effect.",
 value = 6000,
 atk = 10,
 matk = 10,
 crit = 12,
 special = "_Unique_CameraLens_CritIncreaseOnPG",
 type = "accessory"
},
_Accessory_LuckyNumberSeven = {
 cat = {"Accessory","NoDrop" },
 name = "Lucky Number Seven",
 desc = "A charm carved in the shape of a lucky number! Every seventh strike...",
 value = 5500,
 crit = 7,
 critdmg = 7,
 special = "_Unique_LuckySeven_GuaranteedCrits",
 type = "accessory"
},
_Accessory_GoldenEarrings = {
 cat = {"Accessory" },
 name = "Golden Earrings",
 desc = "Earrings made out of gold, only for the rich! Don't they say the rich get richer?",
 value = 20000,
 special = "_Unique_GoldenEarrings_IncreasedGoldDrops",
 type = "accessory"
},
_Accessory_CaptainBonesHead = {
 cat = {"Accessory","NoDropNoTrade_StoryOnly" },
 name = "Captain Bones' Head",
 desc = "The head of Captain Bones! He's pretty helpful, but he's kind of annoying, too...",
 value = 5000,
 atk = 15,
 matk = 15,
 special = "_Unique_CaptainBonesHead_Summon",
 type = "accessory"
},
_Accessory_SkullRing = {
 cat = {"Accessory","NoDrop" },
 name = "Skull Ring",
 desc = "This ring is the embodiment of Death. Your enemies, and yours.",
 value = 15000,
 atk = 100,
 matk = 100,
 def = -200,
 type = "accessory"
},
_Accessory_RestlessSpirit = {
 cat = {"Accessory","NoDrop" },
 name = "Restless Spirit",
 desc = "A mysterious spirit that wraps around your neck like a necklace! It can't stand being idle...",
 value = 7000,
 aspd = 14,
 cspd = 22,
 special = "_Unique_RestlessSpirit_RandomMovementWhenIdle",
 type = "accessory"
},
_Accessory_KobesTag = {
 cat = {"Accessory","NoDrop" },
 name = "Kobe's Tag",
 desc = "Name tag of the Guard's guard dog! It raises your spirits, and summoning feels easier!",
 value = 10000,
 maxep = 25,
 epreg = 30,
 special = "_Unique_KobesTag_SummonCollar",
 type = "accessory"
},
_Accessory_EndasilsMysteryCube = {
 cat = {"Accessory","NoDrop" },
 name = "Mysterious Cube",
 desc = "Looks like a regular cube, but it has a strange aura! The name \"Endasil\" is carved on the bottom.",
 value = 9000,
 arcademod = 0.3,
 special = "_Unique_MysteryCube_RandomEffectOnBasicAttackHit",
 type = "accessory"
},
_Accessory_GoldenThree = {
 cat = {"Accessory","NoDropNoTrade_StoryOnly","GhostGift" },
 name = "Golden Three",
 desc = "A gilded sculpture of the number 3! It seems like the layer of gold is very thin...",
 value = 2500,
 atk = 3,
 matk = 3,
 crit = 3,
 type = "accessory"
},
_Accessory_Triskele = {
 cat = {"Accessory","NoDrop" },
 name = "Triskele",
 desc = "A famed symbol of triangular balance! There's a great force in it.",
 value = 5000,
 atk = 15,
 matk = 15,
 crit = 15,
 type = "accessory"
},
_Accessory_EazsunsRing = {
 cat = {"Accessory","NoDrop" },
 name = "Eazsun's Ring",
 desc = "A beautiful ring adorned with purple petals! It's infused with the power of a broken curse.",
 value = 4000,
 atk = 20,
 matk = 20,
 def = 4,
 crit = 4,
 type = "accessory"
},
_Armor_Shawl = {
 cat = {"Armor" },
 name = "Shawl",
 desc = "A tattered old cape. It's pretty worn out, but imbued with magic.",
 value = 750,
 matk = 15,
 def = 2,
 type = "armor"
},
_Armor_AdventureShirt = {
 cat = {"Armor" },
 name = "Adventure Shirt",
 desc = "Some unknown hero innovated the vest by adding arms, creating the superior Adventure Shirt!",
 value = 500,
 arcademod = 0.25,
 def = 4,
 type = "armor"
},
_Armor_Vest = {
 cat = {"Armor" },
 name = "Fur Vest",
 desc = "A thick and soft vest made of Rabby fur!",
 value = 650,
 aspd = 7,
 cspd = 7,
 def = 2,
 type = "armor"
},
_Armor_Shirt = {
 cat = {"Armor" },
 name = "High Quality Shirt",
 desc = "A shirt carefully made from a sturdy fabric. Easy to move in!",
 value = 800,
 aspd = 3,
 def = 4,
 type = "armor"
},
_Armor_KnittedShirt = {
 cat = {"Armor" },
 name = "Knitted Shirt",
 desc = "A very... nice, knitted shirt you got from Mrs. Pidgy.",
 value = 500,
 maxhp = 60,
 def = 4,
 type = "armor"
},
_Armor_BrawlerPlate = {
 cat = {"Armor" },
 name = "Brawler Plate",
 desc = "An unscathed armor piece from a Brawler Bot! Mysterious tech inside it helps you move your arms.",
 value = 1200,
 aspd = 4,
 def = 10,
 type = "armor"
},
_Armor_SlimeArmor = {
 cat = {"Armor" },
 name = "Green Slime Armor",
 desc = "A weird kind of armor that shapes itself after its owner! Provides excellent defense, and great agility.",
 value = 300,
 arcademod = 3,
 aspd = 3,
 def = 25,
 type = "armor"
},
_Armor_AdventureVest = {
 cat = {"Armor" },
 name = "Adventure Vest",
 desc = "A vest suiting a budding adventurer! Cheap, but offers decent protection.",
 value = 200,
 arcademod = 0.25,
 def = 2,
 type = "armor"
},
_Armor_ChainMail = {
 cat = {"Armor" },
 name = "Chain Mail",
 desc = "Tons of small metal rings combined to produce a very sturdy armor.",
 value = 1500,
 def = 15,
 type = "armor"
},
_Armor_GoblinJacket = {
 cat = {"Armor" },
 name = "Frostling Jacket",
 desc = "You can hardly believe how stylish this jacket is! Why are only the Frostlings wearing it?",
 value = 2200,
 def = 25,
 type = "armor"
},
_Armor_ArmorOfAutumn = {
 cat = {"Armor" },
 name = "Armor of Autumn",
 desc = "A light armor that makes you move like the wind!",
 value = 2200,
 aspd = 7,
 def = 14,
 type = "armor"
},
_Armor_ApprenticeRobe = {
 cat = {"Armor" },
 name = "Apprentice Robe",
 desc = "It's no Archmage Robe, but you gotta start somewhere!",
 value = 1500,
 matk = 25,
 type = "armor"
},
_Armor_RobeOfEnergy = {
 cat = {"Armor" },
 name = "Robe of Energy",
 desc = "For the trigger happy mage! Makes your EP regenerate faster.",
 value = 750,
 matk = 3,
 epreg = 30,
 type = "armor"
},
_Armor_RobeOfFocus = {
 cat = {"Armor" },
 name = "Robe of Focus",
 desc = "These robes were designed with ease of movement in mind! You charge spells much faster with it!",
 value = 1500,
 matk = 6,
 cspd = 25,
 type = "armor"
},
_Armor_SpinsectArmor = {
 cat = {"Armor" },
 name = "Spinsect Armor",
 desc = "A chestplate made entirely out of chitinous shell! It's super hard on the outside, yet comfortable.",
 value = 2500,
 aspd = 7,
 def = 25,
 type = "armor"
},
_Armor_LabCoat = {
 cat = {"Armor","NoDrop" },
 name = "Lab Coat",
 desc = "It's one of those things people wear in the HQ Lab. Seems laboratory fashion is timeless!",
 value = 2200,
 matk = 35,
 type = "armor"
},
_Armor_PurpleKimono = {
 cat = {"Armor","NoDrop","GhostGift" },
 name = "Purple Kimono",
 desc = "A traditional garb, modified to be easy to move around in! The name Nidl is embrodiered inside it.",
 value = 2350,
 matk = 30,
 aspd = 10,
 type = "armor"
},
_Armor_RedKimono = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Armor_Breastplate = {
 cat = {"Armor" },
 name = "Breastplate",
 desc = "A solid piece of metal worn over your chest! Getting into it is a real hassle...",
 value = 8000,
 arcademod = 0.2,
 aspd = -5,
 def = 35,
 type = "armor"
},
_Armor_WornCropTop = {
 cat = {"Armor","NoDrop" },
 name = "Worn Crop Top",
 desc = "A ragged, sweaty crop top. This was such a crappy reward it makes you want to hit things, hard!",
 value = 10000,
 arcademod = 0.4,
 atk = 40,
 type = "armor"
},
_Armor_BarbarianStrap = {
 cat = {"Armor","NoDrop" },
 name = "Barbarian Strap",
 desc = "A simple strap that brings out your primal powers! Not great protection, though...",
 value = 5000,
 arcademod = 0.4,
 atk = 25,
 aspd = 5,
 type = "armor"
},
_Armor_FightingVest = {
 cat = {"Armor","NoDrop" },
 name = "Fighting Vest",
 desc = "An armor that balances defense with offense. It's also super comfy!",
 value = 5000,
 arcademod = 0.6,
 atk = 15,
 def = 20,
 type = "armor"
},
_Armor_WizardArmor = {
 cat = {"Armor" },
 name = "Wizard's Poncho",
 desc = "A poncho like the ones worn by Skeleton Wizards. It's light, but unsettling to wear.",
 value = 6500,
 arcademod = 0.6,
 matk = 45,
 cspd = 10,
 maxep = 5,
 type = "armor"
},
_Armor_WarriorArmor = {
 cat = {"Armor" },
 name = "Warrior's Poncho",
 desc = "A spectral poncho like the ones worn by Skeleton Warriors. Anger lingers in the fabric!",
 value = 6500,
 arcademod = 0.6,
 atk = 35,
 aspd = 10,
 maxep = 5,
 type = "armor"
},
_Armor_CrabbyArmor = {
 cat = {"Armor" },
 name = "Crabby Armor",
 desc = "Some say focusing on defense is lame, but it's actually quite solid!",
 value = 5500,
 arcademod = 0.2,
 def = 40,
 type = "armor"
},
_Armor_DaisyArmor = {
 cat = {"Armor","NoDrop" },
 name = "Daisy Armor",
 desc = "An armor made entirely of leaves, branded with an ancient symbol of battle: the fearsome Daisy!",
 value = 5000,
 atk = 65,
 matk = 65,
 aspd = 10,
 def = -50,
 type = "armor"
},
_Armor_NinjaSuit = {
 cat = {"Armor","NoDrop" },
 name = "Ninja Suit",
 desc = "A piece of armor that favors speed and precision!",
 value = 3500,
 arcademod = 0.8,
 aspd = 15,
 cspd = 15,
 critdmg = 30,
 type = "armor"
},
_Shoes_MountainBoots = {
 cat = {"Shoes" },
 name = "Mountain Boots",
 desc = "Sturdy boots that are perfect for hiking.",
 value = 400,
 arcademod = 0.3,
 def = 5,
 type = "shoes"
},
_Shoes_Sandals = {
 cat = {"Shoes" },
 name = "Sandals",
 desc = "A pair of sandals. How comfortable!",
 value = 200,
 def = 2,
 type = "shoes"
},
_Shoes_BirdFeet = {
 cat = {"Shoes" },
 name = "Bird Feet",
 desc = "The feet from a Pecko are so big you can wear them as shoes! That's kind of gross.",
 value = 800,
 arcademod = 0.75,
 def = 10,
 type = "shoes"
},
_Shoes_Socks = {
 cat = {"Shoes" },
 name = "Socks",
 desc = "A must have for every adventurer that wants their feet to be confortable!",
 value = 100,
 arcademod = 0.25,
 def = 1,
 type = "shoes"
},
_Shoes_GoblinShoes = {
 cat = {"Shoes" },
 name = "Frostling Shoes",
 desc = "A pair of shoes used by Frostlings in the winter. It has spikes on the soles, for better grip on ice!",
 value = 1000,
 arcademod = 3,
 def = 10,
 special = "_Unique_GoblinShoes_LessSlippery",
 type = "shoes"
},
_Shoes_PhasemanBoots = {
 cat = {"Shoes" },
 name = "Phaseman Boots",
 desc = "A pair of mechanized boots worn by Phaseman.",
 value = 200,
 arcademod = 4,
 epreg = 15,
 def = 5,
 type = "shoes"
},
_Shoes_SummerGreaves = {
 cat = {"Shoes" },
 name = "Summer Greaves",
 desc = "A pair of greaves usually worn by Summer Knights! Their magic of growth makes you feel healthier.",
 value = 1400,
 maxhp = 60,
 def = 16,
 type = "shoes"
},
_Shoes_Rollerblades = {
 cat = {"Shoes","NoDrop" },
 name = "Rollerblades",
 desc = "With this brilliant device you can glide around, moving faster while shielding or charging skills!",
 value = 1200,
 aspd = 5,
 cspd = 10,
 special = "_Unique_RollerBlades_FasterChargeMovement",
 type = "shoes"
},
_Shoes_CrystalPumps = {
 cat = {"Shoes","NoDrop" },
 name = "Crystal Pumps",
 desc = "A pair of super fancy crystal shoes! They really help you focus your energy, but are tough to move in...",
 value = 2500,
 matk = 5,
 cspd = 30,
 special = "_Unique_CrystalPumps_MoveSlowWhileChargingMagic",
 type = "shoes"
},
_Shoes_SturdyBoots = {
 cat = {"Shoes" },
 name = "Sturdy Boots",
 desc = "A pair of boots made for people who travel a lot! Comfortable on any terrain.",
 value = 2000,
 def = 15,
 type = "shoes"
},
_Shoes_Geta = {
 cat = {"Shoes" },
 name = "Old School Sandals",
 desc = "A type of footwear favored by many ancient civilizations. Also works on the beach.",
 value = 2000,
 crit = 5,
 critdmg = 15,
 type = "shoes"
},
_Shoes_TaiMingShoes = {
 cat = {"Shoes" },
 name = "Silk Shoes",
 desc = "Fancy red shoes made of expensive silk.",
 value = 2000,
 type = "shoes"
},
_Shoes_FancySandals = {
 cat = {"Shoes","NoDrop" },
 name = "Battle Sandals",
 desc = "Designed for combat, but also easy to take off if you get sand in them!",
 value = 4000,
 atk = 15,
 aspd = 5,
 type = "shoes"
},
_Shoes_VeryOrdinaryShoes = {
 cat = {"Shoes","NoDrop" },
 name = "Very Ordinary Shoes",
 desc = "With shoes as ordinary as these, you can focus on more important things, like striking weak points!",
 value = 2000,
 def = 7,
 crit = 8,
 type = "shoes"
},
_Shoes_BootsOfBloodthirst = {
 cat = {"Shoes","NoDrop" },
 name = "Boots of Bloodthirst",
 desc = "Wearing these creepy boots fills you with a lust for carnage stronger than your body can handle!",
 value = 10000,
 arcademod = 0.2,
 aspd = 100,
 cspd = 100,
 special = "_Unique_BootsOfBloodthirst_HPDrainASPDBuff",
 type = "shoes"
},
_Shoes_MushroomSlippers = {
 cat = {"Shoes","NoDrop" },
 name = "Mushroom Slippers",
 desc = "A pair of stylish mushroom slippers! They make you energetic - even more so if standing in spores.",
 value = 10000,
 arcademod = 0.5,
 maxep = 15,
 def = 20,
 special = "_Unique_MushroomSlippers_EPRegWhileBlinded",
 type = "shoes"
},
_Hairdo_Def = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Ron = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Random = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Ful = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Trist = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Struts = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Saiya = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Afro = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Samurai = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Long01 = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Mohawk = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Baldie = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Curly = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Braid = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Halfcut = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Munk = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Snedd = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Snoddas = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Tail = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Tofsar = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_LongShort = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Sephina = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Ponytail = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Buns = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_FemGay = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Quistis = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Short01 = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Short02 = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Sidetails = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Buns02 = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Buns02Single = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_Short03 = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Hairdo_BaldieFem = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_SpecialPickup_DiggingToken = {
 cat = {"SpecialEvent" },
 name = "Treasure Token",
 value = 1,
 type = "special"
},
_Special_TeleportDevice = {
 cat = {"KeyItem" },
 name = "Teleportation Device",
 desc = "You have no clue of the inner workings of this thing, but it sure is convenient! Use from the map menu.",
 value = 1,
 type = "keyitem"
},
_Special_TeleportPlate = {
 cat = {"KeyItem" },
 name = "Teleportation Plate",
 desc = "You have no clue of the inner workings of this thing, but it sure is heavy!",
 value = 1,
 type = "keyitem"
},
_Special_SlimeRing = {
 cat = {"KeyItem","GrantToServer","ItemGetWatcher90","ItemGetNotice" },
 name = "Bella's Ring",
 desc = "A ring covered in slime. It's pretty gross!",
 value = 1,
 type = "keyitem"
},
_Special_CarrotSwordPickup = {
 cat = {"GrantToServer","SpecialEvent" },
 name = "Treasure Token",
 value = 1,
 type = "special"
},
_Special_CoinPurseA = {
 cat = {"KeyItem" },
 name = "",
 value = 40,
 type = "keyitem"
},
_Special_OneArrow = {
 cat = {"KeyItem","SpecialEvent" },
 name = "Arrow",
 value = 40,
 type = "keyitem"
},
_Special_SomeArrows = {
 cat = { },
 name = "",
 value = 1,
 type = "special"
},
_Special_CarpenterHammer = {
 cat = {"KeyItem","ItemGetWatcher300","ItemGetNotice" },
 name = "Carpenter Hammer",
 desc = "A sturdy hammer used by carpenters to fix signs!",
 value = 40,
 type = "keyitem"
},
_Special_StonecutterMaterials = {
 cat = {"KeyItem","ItemGetWatcher300","ItemGetNotice" },
 name = "Rare Materials",
 desc = "A bunch of rare materials used by skilled masons to create enchanted artifacts.",
 value = 40,
 type = "keyitem"
},
_Special_GiantSlimeEssence = {
 cat = {"KeyItem","ItemGetWatcher300","ItemGetNotice" },
 name = "Giant's Essence",
 desc = "The overgrown spirit of a giant. With the proper knowledge, this can be used to create other giants!",
 value = 40,
 type = "keyitem"
},
_Special_BloomoSeed = {
 cat = {"KeyItem","ItemGetWatcher300","ItemGetNotice" },
 name = "Bloomo Seed",
 desc = "A rare seed which could be cultivated into a peaceful Bloomo with the proper expertise.",
 value = 40,
 type = "keyitem"
},
_Special_FatfishToken = {
 cat = { },
 name = "",
 value = 1,
 type = "special"
},
_Special_EternalFlame = {
 cat = {"GrantToServer","KeyItem" },
 name = "Eternal Flame",
 desc = "A tiny piece of a very angry flame! How come your other stuff doesn't burn up?",
 value = 1,
 type = "keyitem"
},
_Special_GhastlyVeil = {
 cat = {"GrantToServer","KeyItem" },
 name = "Ghastly Veil",
 desc = "Touching this piece of cloth gives you a hollow sensation, like you're disappearing!",
 value = 1,
 type = "keyitem"
},
_Special_LastStraw = {
 cat = {"GrantToServer","KeyItem" },
 name = "Last Straw",
 desc = "An extremely hard piece of straw! You can't break it however you try.",
 value = 1,
 type = "keyitem"
},
_Special_RootOfEvil = {
 cat = {"GrantToServer","KeyItem" },
 name = "Root of Evil",
 desc = "A root with such bloodlust just looking at it sends chills down your spine.",
 value = 1,
 type = "keyitem"
},
_Special_SeedOfDoubt = {
 cat = {"GrantToServer","KeyItem" },
 name = "Seed of Doubt",
 desc = "Was this really what you were looking for?",
 value = 1,
 type = "keyitem"
},
_Special_GrinchPresentA = {
 cat = {"GrantToServer","KeyItem","SpecialEvent" },
 name = "Stolen Present",
 desc = "This present was stolen by a naughty Frostling! It actually belongs to Santa.",
 value = 1,
 type = "keyitem"
},
_Special_GrinchPresentB = {
 cat = {"GrantToServer","KeyItem","SpecialEvent" },
 name = "Stolen Present",
 desc = "This present was stolen by a naughty Frostling! It actually belongs to Santa.",
 value = 1,
 type = "keyitem"
},
_Special_GrinchPresentC = {
 cat = {"GrantToServer","KeyItem","SpecialEvent" },
 name = "Stolen Present",
 desc = "This present was stolen by a naughty Frostling! It actually belongs to Santa.",
 value = 1,
 type = "keyitem"
},
_Special_GrinchPresentD = {
 cat = {"GrantToServer","KeyItem","SpecialEvent" },
 name = "Stolen Present",
 desc = "This present was stolen by a naughty Frostling! It actually belongs to Santa.",
 value = 1,
 type = "keyitem"
},
_Special_RoyalJelly = {
 cat = {"GrantToServer","KeyItem" },
 name = "Royal Jelly",
 desc = "A super high quality honey given only to Queen Bees! It's a requirement for making world class cakes.",
 value = 1,
 type = "keyitem"
},
_Special_BakingSoda = {
 cat = {"KeyItem" },
 name = "Baking Soda",
 desc = "Used to make pastries fluffy, and get fake volcanoes to erupt!",
 value = 1,
 type = "keyitem"
},
_Special_CavelingRelic01 = {
 cat = {"GrantToServer","KeyItem" },
 name = "Loaded Dice",
 desc = "A pair of dice... one of them will always roll 1, and the other will always roll 6. How shady!",
 value = 1,
 type = "keyitem"
},
_Special_CavelingRelic02 = {
 cat = {"GrantToServer","KeyItem" },
 name = "Magic Deck",
 desc = "A magic deck of playing cards. As opposed to playing a deck of Magic cards. It's for cheating!",
 value = 1,
 type = "keyitem"
},
_Special_CavelingRelic03 = {
 cat = {"GrantToServer","KeyItem" },
 name = "Monyplix's Manifesto",
 desc = "An entire book about tricking people for your own benefit! The author seems kinda shady...",
 value = 1,
 type = "keyitem"
},
_Special_LurifixReward01 = {
 cat = { },
 name = "",
 value = 1,
 type = "special"
},
_Special_LurifixReward02 = {
 cat = { },
 name = "",
 value = 1,
 type = "special"
},
_Special_LurifixReward03 = {
 cat = { },
 name = "",
 value = 1,
 type = "special"
},
_Special_TimekeeperCrown = {
 cat = { },
 name = "",
 value = 1,
 type = "special"
},
_Special_Chicken = {
 cat = { },
 name = "",
 value = 1,
 type = "special"
},
_Special_ThousandYearAle = {
 cat = {"NoDropNoTrade" },
 name = "Thousand Year Ale",
 desc = "A bottle of the most exclusive ale ever made - an ale stored for 1000 years!",
 value = 1,
 type = "special"
},
_Special_TaiMingBottle = {
 cat = {"NoDropNoTrade" },
 name = "Empty Ale Bottle",
 desc = "A bottle that's been empty for a thousand years, just waiting to be filled again!",
 value = 1,
 type = "special"
},
_Special_EmblemOfValor = {
 cat = {"NoDropNoTrade" },
 name = "Emblem of Valor",
 desc = "A blue emblem carried by Collectors in Tai Ming to signify membership.",
 value = 1,
 type = "special"
},
_Special_EmblemOfLoyalty = {
 cat = {"NoDropNoTrade","GrantToServer","SpecialEvent" },
 name = "Emblem of Loyalty",
 desc = "A green emblem carried by regular residents of Tai Ming as a token of citizenship.",
 value = 1,
 type = "special"
},
_Special_EmblemOfFaith = {
 cat = {"NoDropNoTrade" },
 name = "Emblem of Faith",
 desc = "A red emblem carried by clergy in Tai Ming as proof of their completed training.",
 value = 1,
 type = "special"
},
_Special_ZhamlasCrown_Untainted = {
 cat = {"NoDropNoTrade","GrantToServer","SpecialEvent" },
 name = "Zhamla's Crown",
 desc = "It's the crown that Tessen gave Zhamla when they were young. To think it's still intact!",
 value = 1,
 type = "special"
},
_TwoHanded_AngelsThirst = {
 cat = {"GrantToServer","SpecialEvent" },
 name = "Angel's Thirst",
 value = 1,
 type = "special"
},
_Special_RabbyDisplay = {
 cat = {"GrantToServer","SpecialEvent" },
 name = "Angel's Thirst",
 value = 1,
 type = "special"
},
_Special_TalentOrbPickup = {
 cat = {"SpecialEvent" },
 name = "Talent Orb",
 value = 1,
 type = "special"
},
_Special_ChestIcon_FlyingFortress = {
 cat = {"KeyItem" },
 name = "",
 value = 1,
 type = "keyitem"
},
_Special_SilverSkillPointPickup = {
 cat = {"SpecialEvent" },
 name = "Silver Skill Point",
 value = 1,
 type = "special"
},
_Special_GoldSkillPointPickup = {
 cat = {"SpecialEvent" },
 name = "Gold Skill Point",
 value = 1,
 type = "special"
},
_Special_SpawnPin = {
 cat = { },
 name = "",
 value = 1,
 type = "special"
},
_Special_RedSlimeCubeToken = {
 cat = {"GrantToServer","SpecialEvent" },
 name = "Red Slime Cube",
 value = 1,
 type = "special"
},
_Special_SlimeStaffDisplay = {
 cat = { },
 name = "Staff of Slimes",
 value = 1,
 type = "special"
},
_Special_GoodWeaponCasinoDisplay = {
 cat = { },
 name = "",
 value = 1,
 type = "special"
},
_Special_GoodArmorCasinoDisplay = {
 cat = { },
 name = "",
 value = 1,
 type = "special"
},
_Special_GoodAccessoryCasinoDisplay = {
 cat = { },
 name = "",
 value = 1,
 type = "special"
},
_Special_ArcadeModeLightningPotUnlock = {
 cat = {"KeyItem","SpecialEvent","DontSendToStoryMode" },
 name = "Lightning Potion",
 desc = "Unlocks the Lightning Potion, which spawns Thunder Orbs!",
 value = 1,
 type = "keyitem"
},
_Special_ArcadeModePinShelfUnlock = {
 cat = {"KeyItem","SpecialEvent","DontSendToStoryMode" },
 name = "Pin Shelf",
 desc = "Unlocks an inactive side-slot where you can store a pin instead of trashing it!",
 value = 1,
 type = "keyitem"
},
_Special_EssenceInFinalChest = {
 cat = {"KeyItem","SpecialEvent" },
 name = "Golden Essence",
 desc = "A gilded divine figurine, warm to the touch. It brims gently with energy.",
 value = 40,
 type = "keyitem"
},
_ArcadiaBlessings_ThreeTalents = {
 cat = {"SpecialEvent" },
 name = "Triple Talent Orb",
 value = 1,
 type = "unknown"
},
_ArcadiaBlessings_GoldSkillPoint = {
 cat = {"SpecialEvent" },
 name = "Gold Skill Point",
 value = 1,
 type = "unknown"
},
_ArcadiaBlessings_Level = {
 cat = {"SpecialEvent" },
 name = "Level Up!",
 value = 1,
 type = "unknown"
},
_ArcadiaBlessings_TonsOfGold = {
 cat = {"SpecialEvent" },
 name = "Treasure Token",
 value = 1,
 type = "unknown"
},
_ArcadiaBlessings_Heal = {
 cat = {"SpecialEvent" },
 name = "Treasure Token",
 value = 1,
 type = "unknown"
},
_ArcadiaBlessings_LoodGold = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_KeyItem_FishingRod = {
 cat = {"KeyItem" },
 name = "Fishing Rod",
 desc = "A simple but functional fishing rod! Use it at lakes with fish in them.",
 value = 1,
 type = "keyitem"
},
_KeyItem_GoldenCarrot = {
 cat = {"KeyItem","Usable","DontRemoveOnUse","PetLure","KeepInRoguelike" },
 name = "Golden Carrot",
 desc = "The best quality carrot you've ever seen! Rabbys must love this.",
 value = 40,
 type = "usable"
},
_KeyItem_JuicyApple = {
 cat = {"KeyItem","Usable","DontRemoveOnUse","PetLure","KeepInRoguelike" },
 name = "Juicy Apple",
 desc = "An extremely ripe and juicy apple. Green Slimes seem to like these!",
 value = 40,
 type = "usable"
},
_KeyItem_CandyCane = {
 cat = {"KeyItem","Usable","DontRemoveOnUse","PetLure","KeepInRoguelike" },
 name = "Candy Cane",
 desc = "A type of candy specially made for old men with trouble walking!",
 value = 40,
 type = "usable"
},
_KeyItem_Quiver = {
 cat = {"KeyItem" },
 name = "Arrow Quiver",
 desc = "Given to you as a reward for dominating Robin's archery game! Increases max arrow capacity.",
 value = 40,
 type = "keyitem"
},
_KeyItem_Key = {
 cat = {"KeyItem" },
 name = "Key",
 value = 40,
 type = "keyitem"
},
_KeyItem_FFAmulet = {
 cat = {"KeyItem" },
 name = "Ancient Amulet",
 desc = "A sentient amulet going by the name of Amalet. It tried to tempt you to help it take over the world.",
 value = 40,
 type = "keyitem"
},
_KeyItem_RoguelikeEssence = {
 cat = {"KeyItem" },
 name = "Essence of Grindea",
 desc = "A mysterious figurine portraying the goddess Grindea. You can feel a strange connection to it!",
 value = 40,
 type = "keyitem"
},
_KeyItem_STGauntlet = {
 cat = {"KeyItem" },
 name = "Ancient Gauntlet",
 desc = "A living gauntlet, hellbent on world domination. Its wearers gain power at the cost of their sanity.",
 value = 40,
 type = "keyitem"
},
_KeyItem_SantaCookie = {
 cat = {"KeyItem" },
 name = "Yuletide Cookie",
 desc = "A gingerbread cookie that smells so good you can barely contain yourself! Too bad it's Santa's...",
 value = 40,
 type = "keyitem"
},
_KeyItem_MiniSantaTruffles = {
 cat = {"KeyItem" },
 name = "Windback Truffle",
 desc = "According to Muffin, giving this to each and ever Mini-Santa should turn him back to normal!",
 value = 40,
 type = "keyitem"
},
_KeyItem_GiftBand = {
 cat = {"KeyItem","Usable","DontRemoveOnUse","PetLure","KeepInRoguelike" },
 name = "Luxurious Gift Band",
 desc = "The most lovely gift band you've ever seen! It's so silky and shiny... any present would love to wear it!",
 value = 40,
 type = "usable"
},
_KeyItem_FriedEel = {
 cat = {"KeyItem","Usable","DontRemoveOnUse","PetLure" },
 name = "Fried Eel",
 desc = "A fine dining dish that isn't really your taste... but something that likes fish would probably love it!",
 value = 40,
 type = "usable"
},
_KeyItem_GiftBand_Display = {
 cat = {"KeyItem","Usable","DontRemoveOnUse","PetLure","KeepInRoguelike" },
 name = "Luxurious Gift Band",
 desc = "The most lovely gift band you've ever seen! It's so silky and shiny... any present would love to wear it!",
 value = 40,
 type = "usable"
},
_KeyItem_BeeTamingFlower = {
 cat = {"KeyItem","Usable","DontRemoveOnUse","PetLure","KeepInRoguelike" },
 name = "Lovely Flower",
 desc = "A lovely smelling flower with tons of nectar! Bees seem to love it.",
 value = 40,
 type = "usable"
},
_KeyItem_LotsOfHoney = {
 cat = {"KeyItem" },
 name = "Lots of Honey",
 desc = "Exactly 1000 jars of fresh honey. Luke gave this to you to save you the trouble! What a guy!",
 value = 40,
 type = "keyitem"
},
_KeyItem_CavelingKey = {
 cat = {"KeyItem" },
 name = "Shiny Key",
 desc = "A key you got from Lurifix the Caveling! It seems pretty new...",
 value = 40,
 type = "keyitem"
},
_KeyItem_CavelingFlute = {
 cat = {"KeyItem" },
 name = "Caveling Flute",
 desc = "A wooden flute of pretty decent quality! A caveling called Lurifix promised it would \"help\" you somehow.",
 value = 40,
 type = "keyitem"
},
_KeyItem_StevesFathersPickaxe = {
 cat = {"NoDropNoTrade","ItemGetWatcher90","ItemGetNotice" },
 name = "Steve's Pickaxe",
 desc = "A pickaxe belonging to Steve's late father! He asked you to bring this to him.",
 value = 1,
 type = "keyitem"
},
_KeyItem_CrystalChisel = {
 cat = {"NoDropNoTrade","KeyItem","Misc" },
 name = "Crystal Chisel",
 desc = "A very, very hard piece of crystal! Can be used to cut other crystals.",
 value = 1,
 type = "keyitem"
},
_KeyItem_TaiMingResidenceKey = {
 cat = {"NoDropNoTrade","ItemGetWatcher90","GrantToServer","SpecialEvent" },
 name = "Residence Key",
 desc = "A key for the residence to the north west in the outskirts of Tai Ming!",
 value = 1,
 type = "keyitem"
},
_KeyItem_MikiBall = {
 cat = {"KeyItem","NoDropNoTrade" },
 name = "Miki's Ball",
 desc = "It's Miki's ball! It was your fault she lost it, so you should give it back...",
 value = 1,
 type = "keyitem"
},
_KeyItem_MikiBall_Cursed = {
 cat = {"NoDropNoTrade","KeyItem","Furniture","Furniture_Decoration" },
 name = "Miki's Ball",
 desc = "You never gave it back... you monster.",
 value = 1,
 type = "keyitem"
},
_KeyItem_PuzzleWorldMonkeyKey = {
 cat = {"NoDropNoTrade","ItemGetWatcher90","GrantToServer","SpecialEvent" },
 name = "Residence Key",
 desc = "A key for the residence to the north west in the outskirts of Tai Ming!",
 value = 1,
 type = "keyitem"
},
_KeyItem_ZhamlaCrown = {
 cat = {"KeyItem","SpecialEvent" },
 name = "Ancient Crown",
 desc = "An ancient crown that was once worn by Zhamla Meer. An aura of sadness surrounds it...",
 value = 40,
 type = "keyitem"
},
_KeyItem_ZhamlaBraazlet = {
 cat = {"KeyItem","SpecialEvent" },
 name = "Braazlet",
 desc = "An accursed ancient artifact with the power of healing, but at great cost.",
 value = 40,
 type = "keyitem"
},
_KeyItem_ZhamlaSword = {
 cat = {"KeyItem","SpecialEvent" },
 name = "Ancient Crown",
 desc = "An ancient crown that was once worn by Zhamla Meer. An aura of sadness surrounds it...",
 value = 40,
 type = "keyitem"
},
_KeyItem_PlayerHomeKey = {
 cat = {"NoDropNoTrade","KeyItem" },
 name = "Home Key",
 desc = "The key to your very own home in Evergrind! Talk about getting adult-points!",
 value = 1,
 type = "keyitem"
},
_KeyItem_Lumber = {
 cat = {"NoDropNoTrade","Furniture" },
 name = "Quantum Lumber",
 desc = "This strange, glowing lumber can be used to expand your house!",
 value = 1,
 type = "furniture"
},
_KeyItem_TimeshiftCrystal = {
 cat = {"NoDropNoTrade","KeyItem" },
 name = "Time Crystal",
 desc = "A large crystal brimming with power! It can save you from death by turning back time.",
 value = 1,
 type = "keyitem"
},
_KeyItem_CursedRedApple = {
 cat = {"KeyItem","Usable","DontRemoveOnUse","PetLure","KeepInRoguelike" },
 name = "Cursed Red Apple",
 desc = "A beautiful, red apple used to tame Red Slimes! It has a sinister aura about it...",
 value = 40,
 type = "usable"
},
_KeyItem_WhiteCarrot = {
 cat = {"KeyItem","Usable","DontRemoveOnUse","PetLure","KeepInRoguelike","UniqueInShop" },
 name = "White Carrot",
 desc = "A mysterious, white carrot! Perhaps a certain type of Rabby would like this?",
 value = 2000,
 type = "usable"
},
_KeyItem_LifeInsuranceStep1 = {
 cat = {"KeyItem" },
 name = "",
 value = 1,
 type = "keyitem"
},
_KeyItem_LifeInsuranceStep2 = {
 cat = {"KeyItem" },
 name = "",
 value = 1,
 type = "keyitem"
},
_KeyItem_LifeInsuranceStep3 = {
 cat = {"KeyItem" },
 name = "",
 value = 1,
 type = "keyitem"
},
_KeyItem_LifeInsuranceStep4 = {
 cat = {"KeyItem" },
 name = "",
 value = 1,
 type = "keyitem"
},
_KeyItem_Camera = {
 cat = {"KeyItem","Usable","DontRemoveOnUse" },
 name = "Camera",
 desc = "A high-quality camera for taking pictures! Can only hold a single one, though...",
 value = 40,
 type = "usable"
},
_KeyItem_BirdFeedSack = {
 cat = {"KeyItem","Usable","DontRemoveOnUse" },
 name = "Bird Feed Sack",
 desc = "A sack full of delicious seeds, beloved by all kinds of birds!",
 value = 40,
 type = "usable"
},
_KeyItem_TranslationTome = {
 cat = {"KeyItem" },
 name = "Translation Tome",
 desc = "A book that lets you translate ancient texts in the Dragonbone Dunes!",
 value = 40,
 type = "keyitem"
},
_KeyItem_RedSunRuby = {
 cat = {"KeyItem","GrantToServer","SpecialEvent" },
 name = "The Red Sun",
 desc = "A legendary gem named \"The Red Sun\". Supposedly of unfathomable value! Trade it for a boat ride.",
 value = 40,
 type = "keyitem"
},
_KeyItem_PennAutograph = {
 cat = {"KeyItem","GhostGift" },
 name = "Penn's Autograph",
 desc = "A coveted autograph from the Collector-fiction author Penn Wryte!",
 value = 40,
 type = "keyitem"
},
_KeyItem_VegetableTamingItem = {
 cat = {"KeyItem","Usable","DontRemoveOnUse","PetLure","KeepInRoguelike" },
 name = "Fresh Water",
 desc = "Water so unbelievably fresh it can make things grow in the desert. Give it to a living vegetable!",
 value = 40,
 type = "usable"
},
_KeyItem_KnotsHat = {
 cat = {"KeyItem" },
 name = "Knot's Hat",
 desc = "A hat belonging to the sailor Knot! Return it to him in the Port Monnaie harbor.",
 value = 40,
 type = "keyitem"
},
_KeyItem_KingweedRoot = {
 cat = {"KeyItem","GrantToServer" },
 name = "Kingweed Root",
 desc = "The root of a Kingweed! Used to make... sunscreen?",
 value = 40,
 type = "keyitem"
},
_KeyItem_StatueHairOrnament = {
 cat = {"KeyItem" },
 name = "Hair Ornament",
 desc = "A piece of an ancient statue! Katarina needs this to repair Poorie's sculpture.",
 value = 40,
 type = "keyitem"
},
_KeyItem_KatarinaSunscreen = {
 cat = {"KeyItem","GrantToServer" },
 name = "Super Sunscreen",
 desc = "A magical sunscreen made by Candy! Give it to Katarina so she can go through the desert.",
 value = 40,
 type = "keyitem"
},
_KeyItem_MalletIceCream = {
 cat = {"KeyItem","GrantToServer" },
 name = "Mallet's Ice Cream",
 desc = "A five flavor cone for Mallet! Did you get the right flavor combination, though?",
 value = 40,
 type = "keyitem"
},
_KeyItem_CatLocket = {
 cat = {"KeyItem","GrantToServer","ItemGetWatcher90" },
 name = "Cat Locket",
 desc = "A locket with a picture of a fat, orange cat. It's pretty cute!",
 value = 40,
 type = "keyitem"
},
_KeyItem_FinderStuff_PlateShard = {
 cat = {"KeyItem","GrantToServer" },
 name = "Ancient Plate Shard",
 desc = "A shard from an ancient plate! Popular among archaeologists.",
 value = 40,
 type = "keyitem"
},
_KeyItem_FinderStuff_Comb = {
 cat = {"KeyItem","GrantToServer" },
 name = "Ancient Comb",
 desc = "An ancient comb! People have always needed something to comb their hair with.",
 value = 40,
 type = "keyitem"
},
_KeyItem_FinderStuff_Fork = {
 cat = {"KeyItem","GrantToServer" },
 name = "Ancient Fork",
 desc = "An ancient fork! People always needed something to eat with. Though this looks quite modern...",
 value = 40,
 type = "keyitem"
},
_KeyItem_GhostShipKey = {
 cat = {"KeyItem" },
 name = "Skeleton Key",
 desc = "A mysterious key that transcends the Twilight realm! Breaks after one use.",
 value = 1,
 type = "keyitem"
},
_KeyItem_Gunpowder = {
 cat = {"KeyItem" },
 name = "Gunpowder",
 desc = "A dry, black powder that's said to be the key to all doors!",
 value = 1,
 type = "keyitem"
},
_KeyItem_SheetMusic = {
 cat = {"KeyItem","GhostGift" },
 name = "Sheet Music",
 desc = "A bunch of papers with mysterious squiggles that in the right hands can become music!",
 value = 1,
 type = "keyitem"
},
_KeyItem_BouncerTShirt = {
 cat = {"KeyItem","GhostGift" },
 name = "Bouncer's T-Shirt",
 desc = "A black t-shirt with the word \"Security\" printed on the front and back! It's waaay too big for you...",
 value = 1,
 type = "keyitem"
},
_KeyItem_BarbackCleaningRag = {
 cat = {"KeyItem","GhostGift" },
 name = "Cleaning Rag",
 desc = "A very, very old and dirty cleaning rag. It seems unlikely anything it touches will get clean.",
 value = 1,
 type = "keyitem"
},
_KeyItem_Psychosis_Obsession = {
 cat = {"KeyItem","GhostGift" },
 name = "Obsession",
 desc = "Looking at this card makes all else fade away, yet you can never clearly see what's depicted on it.",
 value = 1,
 type = "keyitem"
},
_KeyItem_Psychosis_Expectations = {
 cat = {"KeyItem","GhostGift" },
 name = "Expectations",
 desc = "A humble wooden shield, yet the world counts on it for protection.",
 value = 1,
 type = "keyitem"
},
_KeyItem_Psychosis_Deceit = {
 cat = {"KeyItem","GhostGift" },
 name = "Deceit",
 desc = "A wooden blade that seems ordinary, yet its tip is never where you quite expect it.",
 value = 1,
 type = "keyitem"
},
_KeyItem_TwiSight = {
 cat = {"KeyItem" },
 name = "Twi-Sight 13X4",
 desc = "A strange, ominous gadget built by Dr. Spengler. Can somehow transport you to the Twilight Realm!",
 value = 1,
 type = "keyitem"
},
_KeyItem_DrBorisBook = {
 cat = {"KeyItem","GhostGift" },
 name = "Dusty Old Book",
 desc = "A book titled \"Worlds Apart - A Study of Cavelings and Frostlings\", written by Dr. Boris.",
 value = 1,
 type = "keyitem"
},
_KeyItem_DivaMirror = {
 cat = {"KeyItem","GhostGift" },
 name = "Mirror",
 desc = "A beautiful, handheld mirror of glamorous design.",
 value = 1,
 type = "keyitem"
},
_KeyItem_TanniesTicket = {
 cat = {"KeyItem","GhostGift" },
 name = "Tannie's Ticket",
 desc = "A seemingly very old ticket for a sailing ship. It's registered to \"Tannie Hawk\".",
 value = 1,
 type = "keyitem"
},
_KeyItem_BrulesHead = {
 cat = {"KeyItem","GhostGift" },
 name = "Brule's Head",
 desc = "A severed head of a ghost! He demanded that you'd pick him up and find him a new body...",
 value = 1,
 type = "keyitem"
},
_KeyItem_AgedRum = {
 cat = {"KeyItem","GhostGift" },
 name = "Aged Rum",
 desc = "A bottle of rum, aged for a thousand years! Only a true connoisseur could fully appreciate it.",
 value = 1,
 type = "keyitem"
},
_KeyItem_Fertilizer = {
 cat = {"KeyItem" },
 name = "Super Fertilizer",
 desc = "A high-quality fertilizer capable of turning tiny sprouts into sturdy vines! How convenient!",
 value = 1,
 type = "keyitem"
},
_KeyItem_BigButterfly_Blue = {
 cat = {"KeyItem" },
 name = "Big Blue Butterfly",
 desc = "A Butterfly Matriarch! Take it to the park in Evergrind City!",
 value = 1,
 type = "keyitem"
},
_KeyItem_BigButterfly_Red = {
 cat = {"KeyItem" },
 name = "Big Red Butterfly",
 desc = "A Butterfly Matriarch! Take it to the park in Evergrind City!",
 value = 1,
 type = "keyitem"
},
_KeyItem_BigButterfly_Green = {
 cat = {"KeyItem" },
 name = "Big Green Butterfly",
 desc = "A Butterfly Matriarch! Take it to the park in Evergrind City!",
 value = 1,
 type = "keyitem"
},
_KeyItem_BigButterfly_Pink = {
 cat = {"KeyItem" },
 name = "Big Pink Butterfly",
 desc = "A Butterfly Matriarch! Take it to the park in Evergrind City!",
 value = 1,
 type = "keyitem"
},
_KeyItem_BigButterfly_Magenta = {
 cat = {"KeyItem" },
 name = "Big Magenta Butterfly",
 desc = "A Butterfly Matriarch! Take it to the park in Evergrind City!",
 value = 1,
 type = "keyitem"
},
_KeyItem_BigButterfly_Purple = {
 cat = {"KeyItem" },
 name = "Big Purple Butterfly",
 desc = "A Butterfly Matriarch! Take it to the park in Evergrind City!",
 value = 1,
 type = "keyitem"
},
_KeyItem_BigButterfly_Yellow = {
 cat = {"KeyItem" },
 name = "Big Yellow Butterfly",
 desc = "A Butterfly Matriarch! Take it to the park in Evergrind City!",
 value = 1,
 type = "keyitem"
},
_KeyItem_BigButterfly_Teal = {
 cat = {"KeyItem" },
 name = "Big Teal Butterfly",
 desc = "A Butterfly Matriarch! Take it to the park in Evergrind City!",
 value = 1,
 type = "keyitem"
},
_KeyItem_GildedFlasks = {
 cat = {"KeyItem","DontSendToStoryMode" },
 name = "Gilded Potion Flasks",
 desc = "Upgrades your potion flasks so they recharge faster!",
 value = 40,
 type = "keyitem"
},
_KeyItem_Eacorn = {
 cat = {"KeyItem" },
 name = "Eacorn",
 desc = "It's an acorn from an Ent! You can't grow a new Ent from it, but it can be used for medicine.",
 value = 40,
 type = "keyitem"
},
_KeyItem_SuperSaladLeaf = {
 cat = {"KeyItem","GrantToServer","SpecialEvent" },
 name = "Super Salad Leaf",
 desc = "The leaf of a Super Salad! Said to be extremely rich in vitamins, and has a vibrant color!",
 value = 40,
 type = "keyitem"
},
_KeyItem_DesertRose = {
 cat = {"KeyItem" },
 name = "Desert Rose",
 desc = "An exquisite, rare flower that can only be grown in the punishing desert heat.",
 value = 40,
 type = "keyitem"
},
_KeyItem_GenericIceCream = {
 cat = {"KeyItem","GrantToServer" },
 name = "Ice Cream Cone",
 desc = "An ice cream cone with a ton of delicious ice cream flavors!",
 value = 40,
 type = "keyitem"
},
_KeyItem_DeviousToaster = {
 cat = {"KeyItem","Furniture","Furniture_Decoration" },
 name = "Devious Toaster",
 desc = "A toaster that can talk but is apparently not an artifact! Might make for some nice decor.",
 value = 40,
 type = "keyitem"
},
_KeyItem_Leafcifer = {
 cat = {"KeyItem","GrantToServer" },
 name = "Leafcifer",
 desc = "A sleeping Leaf Spirit whom you've promised to find a new home for!",
 value = 40,
 type = "keyitem"
},
_KeyItem_GhostTrap = {
 cat = {"KeyItem" },
 name = "Ghost Trap",
 desc = "Despite being called \"EctoMurder DeathTrap Model K1-LL\" this thing is supposedly harmless!",
 value = 40,
 type = "keyitem"
},
_KeyItem_GhostTrapPine = {
 cat = {"KeyItem" },
 name = "Ghost Trap",
 desc = "A trap containing the ghost of Professor Pine! You're not just going to keep him, are you?",
 value = 40,
 type = "keyitem"
},
_KeyItem_CharlottesLetter = {
 cat = {"KeyItem" },
 name = "_string_not_found?!!",
 desc = "_string_not_found?!!",
 value = 40,
 type = "keyitem"
},
_KeyItem_CharlottesPendant = {
 cat = {"KeyItem","GhostGift" },
 name = "Charlotte's Pendant",
 desc = "A pendant that has stayed in the family for many generations. You got it in Startington.",
 value = 40,
 type = "keyitem"
},
_KeyItem_CatalystOfMortality = {
 cat = {"KeyItem" },
 name = "Catalyst of Mortality",
 desc = "A reward for completing a difficult quest.",
 value = 1,
 type = "keyitem"
},
_KeyItem_CatalystOfPower = {
 cat = {"KeyItem" },
 name = "Catalyst of Power",
 desc = "A reward for beating a fearsome opponent.",
 value = 1,
 type = "keyitem"
},
_KeyItem_CatalystOfAwakening = {
 cat = {"KeyItem" },
 name = "Catalyst of Awakening",
 desc = "A reward for collecting cards.",
 value = 1,
 type = "keyitem"
},
_KeyItem_PennWryteFinale_Love = {
 cat = {"KeyItem","Usable" },
 name = "The Summoning Vol. 6",
 desc = "The final installment of Penn Wryte's beloved book series \"The Summoning\"!",
 value = 1,
 type = "usable"
},
_KeyItem_PennWryteFinale_Power = {
 cat = {"KeyItem","Usable" },
 name = "The Summoning Vol. 6",
 desc = "The final installment of Penn Wryte's beloved book series \"The Summoning\"!",
 value = 1,
 type = "usable"
},
_KeyItem_PennWryteFinale_Duty = {
 cat = {"KeyItem","Usable" },
 name = "The Summoning Vol. 6",
 desc = "The final installment of Penn Wryte's beloved book series \"The Summoning\"!",
 value = 1,
 type = "usable"
},
_KeyItem_CasinoChestKey = {
 cat = {"KeyItem" },
 name = "Casino Key",
 desc = "A key capable of unlocking one of the chests in the Caveling Casino!",
 value = 1,
 type = "keyitem"
},
_KeyItem_RoguelikeGoldenEssence = {
 cat = {"KeyItem" },
 name = "Golden Essence",
 desc = "A gilded divine figurine, warm to the touch. It brims gently with energy.",
 value = 40,
 type = "keyitem"
},
_KeyItem_RileysGuitar = {
 cat = {"KeyItem","SpecialEvent","DontSendToStoryMode" },
 name = "Invite Riley",
 desc = "Invite the famed musician Andrew Riley to Arcadia, letting you change music tracks!",
 value = 40,
 type = "keyitem"
},
_Egg_Chicken = {
 cat = {"KeyItem","KeepInRoguelike","PetEgg" },
 name = "Spotted Pink Egg",
 desc = "An egg that can be incubated and hatched! I wonder what's inside?",
 value = 2000,
 type = "keyitem"
},
_Egg_MiniChicken = {
 cat = {"KeyItem","KeepInRoguelike","PetEgg" },
 name = "Spotted Orange Egg",
 desc = "An egg that can be incubated and hatched! I wonder what's inside?",
 value = 2000,
 type = "keyitem"
},
_Egg_FluffyFeathers = {
 cat = {"KeyItem","KeepInRoguelike","PetEgg" },
 name = "Dragon Egg",
 desc = "An egg that can be incubated and hatched! I wonder what's inside?",
 value = 1,
 type = "keyitem"
},
_Egg_HealthLood = {
 cat = {"KeyItem","KeepInRoguelike","PetEgg" },
 name = "Red Egg",
 desc = "An egg that can be incubated and hatched! I wonder what's inside?",
 value = 1,
 type = "keyitem"
},
_Egg_TalentLood = {
 cat = {"KeyItem","KeepInRoguelike","PetEgg" },
 name = "Pink Egg",
 desc = "An egg that can be incubated and hatched! I wonder what's inside?",
 value = 1,
 type = "keyitem"
},
_Egg_GoldenLood = {
 cat = {"KeyItem","KeepInRoguelike","PetEgg" },
 name = "Golden Egg",
 desc = "An egg that can be incubated and hatched! I wonder what's inside?",
 value = 1,
 type = "keyitem"
},
_Egg_TreasureLood = {
 cat = {"KeyItem","KeepInRoguelike","PetEgg" },
 name = "Brown Egg",
 desc = "An egg that can be incubated and hatched! I wonder what's inside?",
 value = 1,
 type = "keyitem"
},
_Egg_PinLood = {
 cat = {"KeyItem","KeepInRoguelike","PetEgg" },
 name = "Green Egg",
 desc = "An egg that can be incubated and hatched! I wonder what's inside?",
 value = 1,
 type = "keyitem"
},
_Icon_PhaseShape_Orb = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Icon_PhaseShape_Cube = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Icon_PhaseShape_Heart = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_Icon_PhaseShape_Star = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_TreasureMap_Special_TrialPlayer01 = {
 cat = {"TreasureMap","SpecialEvent" },
 name = "Vegetable Juice",
 value = 1,
 type = "treasuremap"
},
_TreasureMap_TaiMing_TessensMap = {
 cat = {"TreasureMap" },
 name = "Tessen's Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 1,
 type = "treasuremap"
},
_TreasureMap_001 = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 100,
 type = "treasuremap"
},
_TreasureMap_002 = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 100,
 type = "treasuremap"
},
_TreasureMap_003 = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 100,
 type = "treasuremap"
},
_TreasureMap_004 = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 100,
 type = "treasuremap"
},
_TreasureMap_005 = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 100,
 type = "treasuremap"
},
_TreasureMap_006 = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 100,
 type = "treasuremap"
},
_TreasureMap_007 = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 100,
 type = "treasuremap"
},
_TreasureMap_008 = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 100,
 type = "treasuremap"
},
_TreasureMap_009_Fertilizer = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 100,
 type = "treasuremap"
},
_TreasureMap_010_Ugras = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 100,
 type = "treasuremap"
},
_TreasureMap_011 = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 400,
 type = "treasuremap"
},
_TreasureMap_012 = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 400,
 type = "treasuremap"
},
_TreasureMap_013 = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 700,
 type = "treasuremap"
},
_TreasureMap_014 = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 700,
 type = "treasuremap"
},
_TreasureMap_015 = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 1000,
 type = "treasuremap"
},
_TreasureMap_016 = {
 cat = {"TreasureMap" },
 name = "Treasure Map",
 desc = "A mysterious map with instructions on how to reach some kind of surely invaluable treasure!",
 value = 1000,
 type = "treasuremap"
},
_TreasureMap_Last = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_TavernTent = {
 cat = {"NonEquipable" },
 name = "Vegetable Juice",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_Roads = {
 cat = {"NonEquipable" },
 name = "Vegetable Juice",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_Well = {
 cat = {"NonEquipable" },
 name = "Vegetable Juice",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_FarmField = {
 cat = {"NonEquipable" },
 name = "Vegetable Juice",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_NoticeBoard = {
 cat = {"NonEquipable" },
 name = "Vegetable Juice",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_StartingtonHouses = {
 cat = {"NonEquipable" },
 name = "Vegetable Juice",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_ChickenCoop = {
 cat = {"NonEquipable" },
 name = "Vegetable Juice",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_GrindeaRenewed = {
 cat = {"NonEquipable" },
 name = "Vegetable Juice",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_PavedRoads = {
 cat = {"NonEquipable" },
 name = "Vegetable Juice",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_BetterFarmsAndFlowers = {
 cat = {"NonEquipable" },
 name = "Vegetable Juice",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_StreetLights = {
 cat = {"NonEquipable" },
 name = "Vegetable Juice",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_Fountain = {
 cat = {"NonEquipable" },
 name = "Vegetable Juice",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_EvergrindHouses = {
 cat = {"NonEquipable" },
 name = "Vegetable Juice",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_StatueObtained = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_IntroCutsceneWatched = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_BloomoFound = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_NPC_RobinHood = {
 cat = {"NonEquipable" },
 name = "Vegetable Juice",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_NPC_PapaGuard = {
 cat = {"NonEquipable" },
 name = "Vegetable Juice",
 value = 1,
 type = "unknown"
},
_RogueLikeArcadiaReward_PidgysBirds = {
 cat = { },
 name = "",
 value = 1,
 type = "unknown"
},

}
--[[ END AUTOGEN ITEM TABLE --]]

local extraStats = {
Apple = {
 sprite = "Apple.png",
 tags = {}
},
Carrot = {
 sprite = "Carrot.png",
 tags = {}
},
StickyMucus = {
 sprite = "StickyMucus.png",
 tags = {}
},
_Accessory_Amulet01Blue = {
 sprite = "Soulamulet.png",
 tags = {"StoryBuy"}
},
_Accessory_Amulet01Red = {
sprite = "Healthamulet.png",
 tags = {"StoryBuy"}
},
_Accessory_AncientPendant = {
 sprite = "Ancientpendant.png",
 tags = {}
},
_Accessory_CameraLens = {
 sprite = "Cameralens.png",
 tags = {}
},
_Accessory_EarringsOfBalance = {
 sprite = "Earrings of Balance.png",
 tags = {"ArcadeBuy"}
},
_Accessory_EazsunsRing = {
 sprite = "Garlandring.png",
 tags = {"NotInArcade"}
},
_Accessory_EndasilsMysteryCube = {
 sprite = "mysterycube.png",
 tags = {"NotInArcade"}
},
_Accessory_Gloves = {
 sprite = "Clothgloves.png",
 tags = {"StoryBuy"}
},
_Accessory_GoldenEarrings = {
 sprite = "Earrings.png",
 tags = {"StoryBuy"}
},
_Accessory_CaptainBonesHead = {
 sprite = "Boneshead.png",
 tags = {}
},
_Accessory_GoldenThree = {
 sprite = "Goldenthree.png",
 tags = {"NotInArcade"}
},
_Accessory_IceCrystalPendant = {
 sprite = "Squidlove.png",
 tags = {"ArcadeBuy"}
},
_Accessory_KobesTag = {
 sprite = "kobetag.png",
 tags = {"NotInArcade"}
},
_Accessory_LarvaArmband = {
 sprite = "Larvarmband.png",
 tags = {"ArcadeBuy"}
},
_Accessory_LightningGlove = {
 sprite = "Lightning glove.png",
 tags = {"ArcadeBuy"}
},
_Accessory_LuckyNumberSeven = {
 sprite = "Luckynumber7.png",
tags = {}
},
_Accessory_MagicBattery = {
 sprite = "Magicbattery.png",
 tags = {"ArcadeBuy"}
},
_Accessory_MissileControlUnit = {
 sprite = "Accessory_controlunit.png",
 tags = {}
},
_Accessory_PlasmaBracelet = {
 sprite = "Plasmabracelet.png",
 tags = {"ArcadeBuy"}
},
_Accessory_RabbitsFoot = {
 sprite = "Rabbitsfoot.png",
 tags = {}
},
_Accessory_RestlessSpirit = {
 sprite = "Restless.png",
 tags = {}
},
_Accessory_RibbonBroochBlue = {
 sprite = "Blue Ribbon Brooch.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Accessory_RibbonBroochRed = {
 sprite = "Red Ribbon Brooch.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Accessory_Ring01Blue = {
 sprite = "Bluering.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Accessory_Ring01Red = {
 sprite = "Redring.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Accessory_Ring01Yellow = {
sprite = "Swiftring.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Accessory_Ring02Blue = {
 sprite = "Smarter Ring.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Accessory_Ring02Red = {
 sprite = "Stronger Ring.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Accessory_Ring02Yellow = {
 sprite = "Swifter Ring.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Accessory_Scarf = {
 sprite = "Redscarf.png",
 tags = {"ArcadeBuy"}
},
_Accessory_SkullRing = {
 sprite = "Skullring.png",
 tags = {}
},
_Accessory_SlimeRing = {
 sprite = "Slimyring.png",
 tags = {"ArcadeBuy"}
},
_Accessory_Triskele = {
 sprite = "Triskele.png",
 tags = {"NotInArcade"}
},
_Accessory_VoodooDoll = {
 sprite = "Vodoodoll.png",
 tags = {"ArcadeBuy"}
},
_Armor_AdventureShirt = {
 sprite = "Adventurershirt.png",
 tags = {"StoryBuy"}
},
_Armor_AdventureVest = {
 sprite = "Armor adventurevest.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Armor_ApprenticeRobe = {
 sprite = "Armor magerobe01.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Armor_ArmorOfAutumn = {
 sprite = "Armorofautumn.png",
 tags = {"ArcadeBuy"}
},
_Armor_BarbarianStrap = {
 sprite = "Shoulderstrap.png",
 tags = {"ArcadeBuy"}
},
_Armor_BrawlerPlate = {
 sprite = "Armor brawler.png",
 tags = {"ArcadeBuy"}
},
_Armor_Breastplate = {
sprite = "Armor plate.png",
 tags = {"ArcadeBuy","StoryBuy"}
},
_Armor_ChainMail = {
 sprite = "Armor chainmail.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Armor_CrabbyArmor = {
 sprite = "Crabbyarmor.png",
 tags = {"NotInArcade"}
},
_Armor_DaisyArmor = {
 sprite = "Daisyarmor.png",
 tags = {"NotInArcade"}
},
_Armor_FightingVest = {
 sprite = "Vest.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Armor_GoblinJacket = {
 sprite = "Goblinjacket.png",
 tags = {"ArcadeBuy"}
},
_Armor_KnittedShirt = {
 sprite = "Birdie shirt.png",
 tags = {"NotInArcade"}
},
_Armor_LabCoat = {
 sprite = "Labcoat.png",
 tags = {"ArcadeBuy"}
},
_Armor_NinjaSuit = {
sprite = "Ninjaclothes.png",
 tags = {"NotInArcade"}
},
_Armor_PurpleKimono = {
 sprite = "Kimono purpl.png",
 tags = {"ArcadeBuy"}
},
_Armor_RobeOfEnergy = {
 sprite = "Armor magerobe03.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Armor_RobeOfFocus = {
 sprite = "Armor magerobe02.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Armor_Shawl = {
 sprite = "Shawl icon.png",
 tags = {"ArcadeBuy"}
},
_Armor_Shirt = {
 sprite = "Shirt.png",
 tags = {"NotInArcade"}
},
_Armor_SlimeArmor = {
 sprite = "Armor slimearmor.png",
 tags = {"ArcadeBuy"}
},
_Armor_SpinsectArmor = {
 sprite = "Spinsectarmor.png",
 tags = {"ArcadeBuy"}
},_Armor_Vest = {
 sprite = "Furvest.png",
 tags = {}
},
_Armor_WarriorArmor = {
 sprite = "Skeletonarmor01.png",
 tags = {"NotInArcade"}
},
_Armor_WizardArmor = {
 sprite = "Skeletonarmor02.png",
 tags = {"NotInArcade"}
},
_Armor_WornCropTop = {
 sprite = "Croptop.png",
 tags = {"NotInArcade"}
},
_Bow_Level2 = {
 sprite = "Bow02.png",
 tags = {},
 pricestory = 1500,
 pricearcade = 1000,
 bowdmg = 200
},
_Bow_Level3 = {
 sprite = "Bow03.png",
 tags = {},
 pricestory = 5000,
 pricearcade = 3000,
 bowdmg = 280
},
_Bow_Level4 = {
 sprite = "Bow04.png",
 tags = {},
 pricestory = 15000,
 pricearcade = 5000,
 bowdmg = 400
},
_Bow_WoodenBow = {
 sprite = "WoodenBow.png",
 tags = {},
 bowdmg = 80
},
_Coin_BigGold = {
 sprite = "GoldCoin.png",
 tags = {}
},
_Consumable_Berries = {
 sprite = "Berries.png",
 tags = {}
},
_Consumable_HealthPotion = {
 sprite = "Potion health-0.png",
 tags = {}
},
_Misc_SpeedPetFood = {
 sprite = "Petfood speed.png",
 tags = {}
},
_Facegear_Blindfold = {
 sprite = "Blindfold.png",
 tags = {"ArcadeBuy"}
},
_Facegear_BlindfoldWhite = {
 sprite = "Blindfold white.png",
 tags = {}
},
_Facegear_EyeMask = {
 sprite = "Evileyemask.png",
 tags = {"NotInArcade"}
},
_Facegear_EyebrowsAngry = {
sprite = "Eyebrows.png",
 tags = {}
},
_Facegear_FancyBeard = {
 sprite = "Fancy Beard.png",
 tags = {}
},
_Facegear_GasMask = {
 sprite = "Hat gasmask.png",
 tags = {"NotInArcade"}
},
_Facegear_Glasses = {
 sprite = "Spectacles.png",
 tags = {"StoryBuy"}
},
_Facegear_HybridGlasses = {
 sprite = "Hybridglasses.png",
 tags = {"NotInArcade"}
},
_Facegear_Masque = {
 sprite = "Masque.png",
 tags = {}
},
_Facegear_MonkeyEars = {
 sprite = "Monkeyears.png",
 tags = {}
},
_Facegear_NohMask = {
 sprite = "Mask noh.png",
tags = {"NotInArcade"}
},
_Facegear_Promo = {
 sprite = "Promotion_glasses.png",
 tags = {"NotInArcade"}
},
_Facegear_SantaBeard = {
 sprite = "Facegear BeardSanta.png",
 tags = {"NotInArcade"}
},
_Facegear_ScreamMask = {
 sprite = "THE SCREAM.png",
 tags = {"NotInArcade"}
},
_Facegear_SkiGoggles = {
 sprite = "Skiglasses.png",
 tags = {"NotInArcade"}
},
_Facegear_SpectralBlindfold = {
 sprite = "Blindfold ghost.png",
 tags = {"NotInArcade"}
},
_Facegear_SpinsectFeelers = {
 sprite = "Mask spinsect.png",
 tags = {"ArcadeBuy"}
},
_Furniture_BigStuff_BeerBarrel = {
sprite = "BigStuff_BeerBarrel.png",
 tags = {}
},
_Furniture_BigStuff_Cutout_Chicken = {
 sprite = "Cutout_chicken.png",
 tags = {}
},
_Furniture_BigStuff_Cutout_Snowbacca = {
 sprite = "Cutout_snowbacca.png",
 tags = {}
},
_Furniture_BigStuff_Cutout_WeddingPair = {
 sprite = "Cutout_wedding.png",
 tags = {}
},
_Furniture_BigStuff_LargeBeigeJar = {
 sprite = "LargeBeigeJar.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_BigStuff_LargeBlueJar = {
 sprite = "LargeBlueJar.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_BigStuff_LargeBrownJar = {
 sprite = "LargeBrownJar.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_BigStuff_LargeGrayJar = {
sprite = "LargeGrayJar.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_BigStuff_LargeGreenJar = {
 sprite = "LargeGreenJar.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_BigStuff_Palm = {
 sprite = "Palm.png",
 tags = {}
},
_Furniture_BigStuff_SeasonOrb = {
 sprite = "BigStuff_TempleofSeasonsOrb.png",
 tags = {"NotInArcade"}
},
_Furniture_BigStuff_FlyingFortressWisp = {
 sprite = "Wispsprite.png",
 tags = {}
},
_Furniture_Carpet_DesertidosGreen = {
 sprite = "GreenDesertidosCarpet.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Carpet_DesertidosOrange = {
 sprite = "OrangeDesertidosCarpet.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Carpet_DesertidosPurple = {
 sprite = "PurpleDesertidosCarpet.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Carpet_DesertidosRed = {
 sprite = "RedDesertidosCarpet.png",
tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Carpet_DesertunoGreen = {
 sprite = "GreenDesertunoCarpet.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Carpet_DesertunoOrange = {
 sprite = "OrangeDesertunoCarpet.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Carpet_DesertunoPurple = {
 sprite = "PurpleDesertunoCarpet.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Carpet_DesertunoRed = {
 sprite = "RedDesertunoCarpet.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Carpet_HalloweenModular = {
 sprite = "BasicPurpleCarpet.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Carpet_MasterHQBlue = {
 sprite = "BasicBlueCarpet.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Carpet_MasterHQGreen = {
 sprite = "BasicGreenCarpet.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Carpet_MasterHQRed = {sprite = "BasicRedCarpet.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Carpet_Seasonne = {
 sprite = "SeasonneCarpet.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_CatScreen = {
 sprite = "Screen cat.png",
 tags = {}
},
_Furniture_Chair_SlimeBeanBag = {
 sprite = "slimeseat.png",
 tags = {}
},
_Furniture_BigStuff_AncientStatue = {
 sprite = "Ancientstatue.png",
 tags = {}
},
_Furniture_BigStuff_ChristmasTree = {
 sprite = "Christmastree.png",
 tags = {}
},
_Furniture_Decoration_Bonsai = {
 sprite = "Bonsai.png",
 tags = {}
},
_Furniture_Decoration_CardInGlass = {
 sprite = "CardinGlass.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Decoration_CatFoodBowl = {
sprite = "Catfood.png",
 tags = {}
},
_Furniture_Decoration_DecorativeSkull = {
 sprite = "Skull.png",
 tags = {}
},
_Furniture_Decoration_DesertGrindeaFigurine = {
 sprite = "grindea_figurine.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Decoration_DesertLamp = {
 sprite = "desertlamp.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Decoration_DesertModelship = {
 sprite = "modelship.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Decoration_FakeCardAlbum = {
 sprite = "cardalbum_furniture.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_Decoration_PhasePlate = {
 sprite = "Phaseplate.png",
tags = {}
},
_Furniture_Decoration_SakuraBonsai = {
 sprite = "Bonsai02.png",
 tags = {}
},
_Furniture_Decoration_WeaponDisplayStanding1H = {
 sprite = "Weaponstand1h.png",
 tags = {}
},
_Furniture_Decoration_WeaponDisplayStanding2H = {
 sprite = "Weaponstand2h.png",
 tags = {}
},
_Furniture_BigStuff_Fireplace = {
 sprite = "Fireplace.png",
 tags = {}
},
_Furniture_WallDecor_Decor_RedFish = {
 sprite = "Walldecor_FishRed.png",
 tags = {}
},
_Furniture_Carpet_RedGigaSlimeCarpet = {
 sprite = "slimecarpet.png",
 tags = {}
},
_Furniture_WallDecor_Decor_DesertPoster = {
 sprite = "Desertposter.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Furniture_WallDecor_Decor_PhotoPainting_PumpkinMixer = {
 sprite = "Painting jumpkin.png",
 tags = {}
},
_Furniture_WallDecor_Decor_PhotoPainting_BoarKillWhiteRabby = {
 sprite = "Painting swine.png",
 tags = {}
},
_Furniture_WallDecor_Decor_PhotoPainting_SmashingGiga = {
 sprite = "Painting gigaslime.png",
 tags = {}
},
_Hat_AnglerFish = {
 sprite = "Hat anglerfish.png",
 tags = {"ArcadeBuy"}
},
_Hat_AppleHat = {
 sprite = "Applehat.png",
 tags = {"NotInArcade"}
},
_Hat_ArchersApple = {
 sprite = "ArcherAppleHat.png",
 tags = {"ArcadeBuy"}
},
_Hat_ArenaHat = {
sprite = "Arenahat.png",
 tags = {"NotInArcade"}
},
_Hat_BabyDevilHorns = {
 sprite = "Horns.png",
 tags = {"ArcadeBuy"}
},
_Hat_BananaHat = {
 sprite = "Bananahat.png",
 tags = {"ArcadeBuy"}
},
_Hat_Bandana = {
 sprite = "Bandana.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Hat_BarrelHat = {
 sprite = "Barrelhat.png",
 tags = {"NotInArcade"}
},
_Hat_Beret = {
 sprite = "Hat Beret.png",
 tags = {}
},
_Hat_BigBandana = {
sprite = "bigbandana.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Hat_BoarHat = {
 sprite = "Hat BoarFace.png",
 tags = {}
},
_Hat_BrawlerHelmet = {
 sprite = "BrawlerHelm.png",
 tags = {}
},
_Hat_BunnyEars = {
 sprite = "Hat bunny.png",
 tags = {}
},
_Hat_Can = {
 sprite = "TinCan.png",
 tags = {"NotInArcade"}
},
_Hat_CatEars = {
 sprite = "Cat Ears.png",
 tags = {}
},
_Hat_ChefHat = {
 sprite = "Chefhat.png",
 tags = {"NotInArcade"}
},
_Hat_ChickenHat = {
 sprite = "Chickenhat.png",
 tags = {"ArcadeBuy"}
},
_Hat_Chimney = {
 sprite = "Hat chimney.png",
 tags = {}
},
_Hat_CrabHelm = {
 sprite = "Crabbyhelm.png",
 tags = {"NotInArcade"}
},
_Hat_Crown = {
 sprite = "Hat crown.png",
 tags = {"ArcadeBuy"}
},
_Hat_Crystal = {
 sprite = "Hat crystal.png",
 tags = {"NotInArcade"}
},
_Hat_CrystalMulti = {
 sprite = "Hat crystalmulti.png",
tags = {"NotInArcade"}
},
_Hat_DojoHeadbelt_Black = {
 sprite = "Headband 06black.png",
 tags = {}
},
_Hat_DojoHeadbelt_Blue = {
 sprite = "Headband 03blue.png",
 tags = {}
},
_Hat_DojoHeadbelt_Brown = {
 sprite = "Headband 05brown.png",
 tags = {}
},
_Hat_DojoHeadbelt_Purple = {
 sprite = "Headband 04purple.png",
 tags = {}
},
_Hat_DojoHeadbelt_Red = {
 sprite = "Headband 07red.png",
 tags = {}
},
_Hat_DojoHeadbelt_White = {
 sprite = "Headband 01white.png",
 tags = {}
},
_Hat_DojoHeadbelt_Yellow = {
 sprite = "Headband 02yellow.png",
 tags = {}
},
_Hat_Earmuffs = {
 sprite = "Earmuffs.png",
 tags = {}
},
_Hat_Eggshell = {
 sprite = "Hat eggshell.png",
 tags = {"ArcadeBuy"}
},
_Hat_FaeWings_Autumn = {
 sprite = "FaeWings Autumn.png",
 tags = {}
},
_Hat_FaeWings_Winter = {
 sprite = "FaeWings Winter.png",
 tags = {}
},
_Hat_FancyHat = {
sprite = "Fancyhat.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Hat_Fez = {
 sprite = "Fez.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Hat_Fish = {
 sprite = "BigFish.png",
 tags = {"NotInArcade"}
},
_Hat_Garland_BluePetals = {
 sprite = "Garlandofflowers blue.png",
 tags = {"ArcadeBuy"}
},
_Hat_Garland_PurplePetals = {
 sprite = "Garlandofflowers purple.png",
 tags = {"ArcadeBuy"}
},
_Hat_GoblinHat = {
 sprite = "Goblinhat.png",
tags = {"ArcadeBuy"}
},
_Hat_GuardHat = {
 sprite = "GuardHat.png",
 tags = {}
},
_Hat_Halo = {
 sprite = "Halo.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Hat_Helmet = {
 sprite = "Hat helmet.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Hat_HoodOfDarkness = {
 sprite = "Hat HoodofDarkness.png",
 tags = {}
},
_Hat_HornedCap = {
 sprite = "Hat CapHorn.png",
 tags = {}
},
_Hat_IronCap = {
 sprite = "Hat cap.png",
tags = {"StoryBuy"}
},
_Hat_JesterHat = {
 sprite = "Jesterhat.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Hat_LeatherCap = {
 sprite = "Hat capleather.png",
 tags = {"StoryBuy"}
},
_Hat_Mossa = {
 sprite = "WarmHat.png",
 tags = {}
},
_Hat_Mushroom = {
 sprite = "Hat mushroomlarge.png",
 tags = {"ArcadeBuy"}
},
_Hat_MushroomMulti = {
 sprite = "Hat mushroommulti.png",
 tags = {"NotInArcade"}
},
_Hat_OrnateHelmet = {
 sprite = "Hat ornatehelmet.png",
tags = {"StoryBuy","ArcadeBuy"}
},
_Hat_Pan = {
 sprite = "Kastrull.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Hat_Paperbag = {
 sprite = "Paperbagheaditem.png",
 tags = {}
},
_Hat_Partyhat_Blue = {
 sprite = "Partyhat blue.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Hat_Partyhat_Green = {
 sprite = "Partyhat green.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Hat_Partyhat_Red = {
 sprite = "Partyhat red.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Hat_PeckoHat = {
 sprite = "Hat PeckoFace.png",
 tags = {}
},
_Hat_Phaseface = {
 sprite = "Hat phaseface.png",
 tags = {"ArcadeBuy"}
},
_Hat_PirateHat = {
 sprite = "Piratehat.png",
 tags = {"NotInArcade"}
},
_Hat_PopeHat = {
 sprite = "Hat pope.png",
 tags = {"NotInArcade"}
},
_Hat_PowerFlower = {
 sprite = "Hat PowerFace.png",
 tags = {}
},
_Hat_Promo = {
 sprite = "Promotion_headphone.png",
 tags = {"NotInArcade"}
},
_Hat_PumpkinMask = {
 sprite = "Pumpkinhat.png",
 tags = {"ArcadeBuy"}
},
_Hat_Pyramid = {
 sprite = "Pyramidhat.png",
 tags = {"NotInArcade"}
},
_Hat_RedSlimeKingHat = {
 sprite = "Hat SlimeGiga.png",
 tags = {}
},
_Hat_RoboticEars = {
 sprite = "Robotears.png",
 tags = {"NotInArcade"}
},
_Hat_Rosett_Blue = {
 sprite = "Rosett blue.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Hat_Rosett_Green = {
 sprite = "Rosett green.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Hat_Rosett_Pink = {
 sprite = "Rosett pink.png",
tags = {"StoryBuy","ArcadeBuy"}
},
_Hat_Rosett_Red = {
 sprite = "Rosett red.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Hat_SailorHat = {
 sprite = "Sailorhat.png",
 tags = {"NotInArcade"}
},
_Hat_SantaHat = {
 sprite = "Santahat.png",
 tags = {"NotInArcade"}
},
_Hat_SeasonKnight_Autumn = {
 sprite = "Hat knightautumn.png",
 tags = {}
},
_Hat_SeasonKnight_Summer = {
 sprite = "Hat knightsummer.png",
 tags = {}
},
_Hat_SeasonKnight_Winter = {sprite = "Hat knightwinter.png",
 tags = {}
},
_Hat_SeasonMage_Autumn = {
 sprite = "Hat wizardautumn.png",
 tags = {"ArcadeBuy"}
},
_Hat_SeasonMage_Summer = {
 sprite = "Hat wizardsummer.png",
 tags = {"ArcadeBuy"}
},
_Hat_SeasonMage_Winter = {
 sprite = "Hat wizardwinter.png",
 tags = {"ArcadeBuy"}
},
_Hat_SideBow_Blue = {
 sprite = "Sidebow blue.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Hat_SideBow_Green = {
 sprite = "Sidebow green.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Hat_SideBow_Purple = {
 sprite = "Sidebow purple.png",
tags = {"StoryBuy","NotInArcade"}
},
_Hat_SideBow_Red = {
 sprite = "Sidebow red.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Hat_SlimeHat = {
 sprite = "Slimehat.png",
 tags = {}
},
_Hat_SlimeHat_Blue = {
 sprite = "Slimehat blue.png",
 tags = {"ArcadeBuy"}
},
_Hat_SlimeHat_Orange = {
 sprite = "Slimehat orange.png",
 tags = {}
},
_Hat_SlimeHat_Red = {
 sprite = "RedSlimeHat.png",
 tags = {"ArcadeBuy"}
},
_Hat_SnowbaccaHat = {sprite = "Hat Snowbacca.png",
 tags = {}
},
_Hat_StatueMask = {
 sprite = "Statuemask.png",
 tags = {}
},
_Hat_Strawboater = {
 sprite = "Strawboater.png",
 tags = {"StoryBuy"}
},
_Hat_ThornMane = {
 sprite = "Thornwormhat.png",
 tags = {}
},
_Hat_Turban = {
 sprite = "Turban.png",
 tags = {}
},
_Hat_Ushanka = {
 sprite = "Ushanka.png",
 tags = {"ArcadeBuy"}
},
_Hat_ValkyrieHat_Neutral = {
 sprite = "Hat valkyrie neutral.png",
 tags = {}
},
_Hat_WitchHat = {
 sprite = "Witchhead.png",
 tags = {"ArcadeBuy"}
},
_Hat_Wormy = {
 sprite = "Hat WormFace.png",
 tags = {}
},
_KeyItem_AgedRum = {
 sprite = "rum.png",
 tags = {"NotInArcade"}
},
_KeyItem_CatalystOfAwakening = {
 sprite = "Catalystofawakening.png",
 tags = {}
},
_KeyItem_CatalystOfMortality = {
 sprite = "Catalystofmortality.png",
 tags = {}
},
_KeyItem_CatalystOfPower = {
 sprite = "Catalystofpower.png",
 tags = {}
},
treasuremap001 = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
treasuremap002 = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
treasuremap003 = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
treasuremap004 = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
treasuremap005 = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
treasuremap006 = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
treasuremap007 = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
treasuremap008 = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
treasuremap009 = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
ugrasmap = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
treasuremap010 = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
treasuremap011 = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
treasuremap012 = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
treasuremap013 = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
treasuremap014 = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
treasuremap015 = {
 sprite = "Map.png",
 tags = { "NotInArcade" }
},
_KeyItem_DeviousToaster = {
 sprite = "devioustoaster.png",
 tags = {}
},
_KeyItem_Fertilizer = {
 sprite = "Fertilizer.png",
 tags = {}
},
_KeyItem_Quiver = {
 sprite = "Quiver.png",
 tags = {}
},
_KeyItem_RoguelikeEssence = {
 sprite = "Essence.png",
 tags = {}
},
_Misc_Bamboo = {
 sprite = "Bamboo.png",
 tags = {}
},
_Misc_BasicJarShard = {
 sprite = "Shard basic.png",
 tags = {}
},
_Misc_Button = {
 sprite = "Button.png",
 tags = {}
},
_Misc_CandyCane = {
 sprite = "Candy Cane.png",
 tags = {}
},
_Misc_ChickenPlushie = {
 sprite = "Chicken.png",
 tags = {}
},
_Misc_CritPetFood = {
 sprite = "Petfood crit.png",
 tags = {}
},
_Misc_CrystalCrumbs = {
 sprite = "Crystalcrumbs.png",
 tags = {}
},
_Misc_CyberJarShard = {
 sprite = "Shard flyingtemple.png",
 tags = {}},
_Misc_DamagePetFood = {
 sprite = "Petfood dmg.png",
 tags = {}
},
_Misc_DefensePetFood = {
 sprite = "Petfood hp.png",
 tags = {}
},
_Misc_Desert_Beak = {
 sprite = "Beak.png",
 tags = {}
},
_Misc_Desert_CactusFlesh = {
 sprite = "Cactiflesh.png",
 tags = {}
},
_Misc_Desert_CactusFlower = {
 sprite = "Cactiflower.png",
 tags = {}
},
_Misc_Desert_CactusNeedle = {
sprite = "Cactineedle.png",
 tags = {}
},
_Misc_Desert_CoarseSand = {
 sprite = "Sand02.png",
 tags = {}
},
_Misc_Desert_FineSand = {
 sprite = "Sand01.png",
 tags = {}
},
_Misc_Desert_Onion = {
 sprite = "Onion.png",
 tags = {}
},
_Misc_Desert_Orange = {
 sprite = "Orange2.png",
 tags = {}
},
_Misc_Desert_OrangeGoo = {
 sprite = "Orangegoo.png",
 tags = {}
},
_Misc_Desert_Quill = {
sprite = "Quill.png",
 tags = {}
},
_Misc_Desert_RecipePage = {
 sprite = "Cookbookpage.png",
 tags = {}
},
_Misc_Desert_Tomato = {
 sprite = "Tomato.png",
 tags = {}
},
_Misc_Ectoplasm = {
 sprite = "Ectoplasm.png",
 tags = {}
},
_Misc_EmitterMatrix = {
 sprite = "Emittermatrix.png",
 tags = {}
},
_Misc_Fabric = {
 sprite = "Fabric.png",
 tags = {}
},
_Misc_Fish_Anglerfish = {
 sprite = "Anglerfish.png",
tags = {}
},
_Misc_Fish_Cactish = {
 sprite = "Cactish.png",
 tags = {}
},
_Misc_Fish_Clam = {
 sprite = "Clam.png",
 tags = {}
},
_Misc_Fish_Crabby = {
 sprite = "Crabby.png",
 tags = {}
},
_Misc_Fish_Crystalfish = {
 sprite = "Crystalfish.png",
 tags = {}
},
_Misc_Fish_DeadFish = {
 sprite = "Deadfish.png",
 tags = {}
},
_Misc_Fish_Eel = {
 sprite = "Eel.png",
 tags = {}
},
_Misc_Fish_Fatty = {
sprite = "Fatfish.png",
 tags = {}
},
_Misc_Fish_Fishie = {
 sprite = "Fishie.png",
 tags = {}
},
_Misc_Fish_FishieGreen = {
 sprite = "GreenFishie.png",
 tags = {}
},
_Misc_Fish_Fishstick = {
 sprite = "Fishsticks.png",
 tags = {}
},
_Misc_Fish_FrankenFish = {
 sprite = "Frankenfish.png",
 tags = {}
},
_Misc_Fish_Ghostfish = {
 sprite = "GhostFishie.png",
 tags = {}
},
_Misc_Fish_Goldfish = {
sprite = "Goldfish.png",
 tags = {}
},
_Misc_Fish_Icefish = {
 sprite = "Icefish.png",
 tags = {}
},
_Misc_Fish_Mes = {
 sprite = "Wimp.png",
 tags = {}
},
_Misc_Fish_Moray = {
 sprite = "Moray.png",
 tags = {}
},
_Misc_Fish_Mossfish = {
 sprite = "Mossfish.png",
 tags = {}
},
_Misc_Fish_Octopus = {
 sprite = "Octopus.png",
 tags = {}
},
_Misc_Fish_Penguish = {sprite = "Penguish.png",
 tags = {}
},
_Misc_Fish_RedFatty = {
 sprite = "Fatty_circle_red.png",
 tags = {}
},
_Misc_Fish_Rockfish = {
 sprite = "Rockfish.png",
 tags = {}
},
_Misc_Fish_Salmon = {
 sprite = "Salmon.png",
 tags = {}
},
_Misc_Fish_SandShark = {
 sprite = "Sandshark.png",
 tags = {}
},
_Misc_Fish_SeaHorse = {
 sprite = "Seahorse.png",
tags = {}
},
_Misc_Fish_Shrimp = {
 sprite = "Shrimp.png",
 tags = {}
},
_Misc_Fish_SnowFish = {
 sprite = "Snowfish.png",
 tags = {}
},
_Misc_Fish_Squid = {
 sprite = "Squid.png",
 tags = {}
},
_Misc_Fish_Starfish = {
 sprite = "Starfish.png",
 tags = {}
},
_Misc_Fish_Stingray = {
 sprite = "Stingray.png",
 tags = {}
},
_Misc_Fish_Vampirefish = {
 sprite = "VampireFish.png",
tags = {}
},
_Misc_Fish_Yetish = {
 sprite = "Yetish.png",
 tags = {}
},
_Misc_Fish_Zombiefish = {
 sprite = "ZombieFish.png",
 tags = {}
},
_Misc_Fur = {
 sprite = "Fur.png",
 tags = {}
},
_Misc_GhostShip_Bone = {
 sprite = "Bone.png",
 tags = {}
},
_Misc_GhostShip_CrabbyShellPiece = {
 sprite = "Crabbyshell.png",
 tags = {}
},
_Misc_GhostShip_HauntieFabric = {
 sprite = "Fabric2.png",
 tags = {}
},
_Misc_GhostShip_HauntiePurpleEctoplasm = {
sprite = "Ectoplasm2.png",
 tags = {}
},
_Misc_GhostShip_HauntieTwilightCore = {
 sprite = "Twilightcore.png",
 tags = {}
},
_Misc_GhostShip_WarriorCloth = {
 sprite = "Skeletoncloth01.png",
 tags = {}
},
_Misc_GhostShip_WizardCloth = {
 sprite = "Skeletoncloth02.png",
 tags = {}
},
_Misc_GiftBox_Consumable = {
 sprite = "Giftbox.png",
 tags = {}
},
_Misc_GuardianCrystal = {
 sprite = "Crystal.png",
 tags = {}
},
_Misc_Hay = {
 sprite = "Hay.png",
tags = {}
},
_Misc_HeartOfSeasons = {
 sprite = "Heartofseasons.png",
 tags = {}
},
_Misc_Honey = {
 sprite = "Honey.png",
 tags = {}
},
_Misc_Icicle = {
 sprite = "Istapp.png",
 tags = {}
},
_Misc_IcyGoo = {
 sprite = "StickyMucus blue.png",
 tags = {}
},
_Misc_Lantern = {
 sprite = "Lantern.png",
 tags = {}
},
_Misc_ManaPetFood = {
 sprite = "Petfood ep.png",
 tags = {}
},
_Misc_MetalPiece = {
 sprite = "Metalpiece.png",
 tags = {}
},
_Misc_MtBloom_CaveMoss = {
 sprite = "Moss.png",
 tags = {}
},
_Misc_MtBloom_LargeCrystal = {
 sprite = "Largecrystal.png",
 tags = {}
},
_Misc_MtBloom_LarvaAcid = {
 sprite = "Larvacid Item.png",
 tags = {}
},
_Misc_MtBloom_LarvaBall = {
 sprite = "Larvaball.png",
 tags = {}
},
_Misc_MtBloom_MagmaSpore = {
sprite = "Spores_magma.png",
 tags = {}
},
_Misc_MtBloom_MushroomSpores = {
 sprite = "Spores.png",
 tags = {}
},
_Misc_MtBloom_Silk = {
 sprite = "Silk.png",
 tags = {}
},
_Misc_MtBloom_SmallMushroom = {
 sprite = "Mushroom.png",
 tags = {}
},
_Misc_MtBloom_SpinsectCarapacePart = {
 sprite = "Spinsectpart.png",
 tags = {}
},
_Misc_MtBloom_SpinsectLeg = {
 sprite = "Spinsectleg.png",
 tags = {}
},
_Misc_PeckoDoll = {
sprite = "Doll pecko.png",
 tags = {}
},
_Misc_PeckoFeather = {
 sprite = "Feather.png",
 tags = {}
},
_Misc_PetalBlue = {
 sprite = "Petal blue.png",
 tags = {}
},
_Misc_PetalPurple = {
 sprite = "Petal purple.png",
 tags = {}
},
_Misc_PhaseResequencer_Part1 = {
 sprite = "Phasechanger part01.png",
 tags = {}
},
_Misc_PhaseResequencer_Part2 = {
 sprite = "Phasechanger part02.png",
 tags = {}
},_Misc_PhaseResequencer_Part3 = {
 sprite = "Phasechanger part03.png",
 tags = {}
},
_Misc_Pinecone = {
 sprite = "Pinecone.png",
 tags = {}
},
_Misc_Pollen = {
 sprite = "Pollen.png",
 tags = {}
},
_Misc_PowerCore = {
 sprite = "Powercore.png",
 tags = {}
},
_Misc_PowerFlowerSeed = {
 sprite = "PowerSeed.png",
 tags = {}
},
_Misc_PumpkinMeat = {
 sprite = "Pumpkin meat.png",
 tags = {}
},
_Misc_PumpkinSeeds = {
 sprite = "Pumpkinstem.png",
 tags = {}
},
_Misc_RedEmitterMatrix = {
 sprite = "RedEmitterMatrix.png",
 tags = {}
},
_Misc_RedGoo = {
 sprite = "StickyMucus_red.png",
 tags = {}
},
_Misc_Root = {
 sprite = "Root.png",
 tags = {}
},
_Misc_Season_ArmorScrap = {
 sprite = "Armorscrap.png",
 tags = {}
},
_Misc_Season_BrokenGreave = {
 sprite = "Brokengreave.png",
 tags = {}
},
_Misc_Season_EmblemAutumn = {
 sprite = "Emblem autumn.png",
tags = {}
},
_Misc_Season_EmblemSummer = {
 sprite = "Emblem summer.png",
 tags = {}
},
_Misc_Season_EmblemWinter = {
 sprite = "Emblem winter.png",
 tags = {}
},
_Misc_Season_MagicalSeasoning = {
 sprite = "Magicalseasoning.png",
 tags = {}
},
_Misc_Season_SeasonShard = {
 sprite = "Seasonshard.png",
 tags = {}
},
_Misc_Season_ShieldPiece = {
 sprite = "Shieldpiece.png",
 tags = {"StoryBuy"}
},
_Misc_Sheet = {
sprite = "Sheet.png",
 tags = {}
},
_Misc_SlimeCube = {
 sprite = "Slime Cube.png",
 tags = {}
},
_Misc_Stick = {
 sprite = "Stick.png",
 tags = {}
},
_Misc_Stinger = {
 sprite = "Stinger-0.png",
 tags = {}
},
_Misc_TaiMing_AncientRocks = {
 sprite = "Ancientrocks.png",
 tags = {}
},
_Misc_TaiMing_Banana = {
 sprite = "Banana.png",
tags = {}
},
_Misc_TaiMing_Dandelion = {
 sprite = "Dandelion.png",
 tags = {}
},
_Misc_TaiMing_Dirt = {
 sprite = "Dirt.png",
 tags = {}
},
_Misc_TaiMing_FabricOfTime = {
 sprite = "Fabric2.png",
 tags = {}
},
_Misc_TaiMing_Lettuce = {
 sprite = "Lettuce.png",
 tags = {}
},
_Misc_TaiMing_MagicalCore = {
 sprite = "Magical core.png",
 tags = {}
},
_Misc_TaiMing_MikiPlushie = {
 sprite = "Wormdoll.png",
 tags = {}
},
_Misc_TaiMing_MonkeyFur = {
 sprite = "Monkey fur.png",
 tags = {}
},
_Misc_TaiMing_MossFlower = {
 sprite = "Flower.png",
 tags = {}
},
_Misc_TaiMing_PorcelainShard = {
 sprite = "Jarshard.png",
 tags = {}
},
_Misc_TaiMing_SwordPiece = {
 sprite = "Swordpiece.png",
 tags = {}
},
_Misc_TaiMing_WormTeeth = {
 sprite = "Wormteeth.png",
tags = {}
},
_Misc_TaiMing_WormThorn = {
 sprite = "Wormthorn.png",
 tags = {}
},
_Misc_TaiMing_WornSoldierDoll = {
 sprite = "Wornsoldierdoll.png",
 tags = {}
},
_Misc_ToughSkin = {
 sprite = "Toughskin.png",
 tags = {}
},
_Misc_Turkey = {
 sprite = "Turkey.png",
 tags = {}
},_Misc_Tusk = {
 sprite = "Tusk.png",
 tags = {}
},
_Misc_YetiDoll = {
 sprite = "Yetidoll.png",
 tags = {}
},
_Misc_YetiFur = {
 sprite = "Yetifur.png",
 tags = {}
},
_OneHanded_AncientFan = {
 sprite = "Screenshot 1 (3)-0.png",
 tags = {"ArcadeBuy"}
},
_OneHanded_AutumnSword = {
 sprite = "Weapon autumnsword.png",
 tags = {"ArcadeBuy"}
},
_OneHanded_BambooSword = {
 sprite = "Bamboosword.png",
 tags = {"ArcadeBuy"}
},
_OneHanded_BestOfEggstraDeliciousRecipes = {
sprite = "1h cookbookred.png",
 tags = {"NotInArcade"}
},
_OneHanded_CarrotSword = {
 sprite = "CarrotSword.png",
 tags = {"ArcadeBuy"}
},
_OneHanded_CrabClaw = {
 sprite = "Crabclaw.png",
 tags = {"NotInArcade"}
},
_OneHanded_EggstraDeliciousRecipes = {
 sprite = "1h cookbook.png",
 tags = {}
},
_OneHanded_EmptyBottle = {
 sprite = "Bottle.png",
 tags = {"NotInArcade"}
},
_OneHanded_IronSword = {
 sprite = "Shortsword.png",
 tags = {"StoryBuy"}
},
_OneHanded_LaserSword = {
 sprite = "1h lasersword.png",
 tags = {"ArcadeBuy"}
},
_OneHanded_Mace = {
 sprite = "1h mace.png",
 tags = {"StoryBuy","NotInArcade"}
},
_OneHanded_MarinoRapier = {
 sprite = "Rapier.png",
 tags = {"NotInArcade"}
},
_OneHanded_Morningstar = {
 sprite = "Morningstar.png",
 tags = {"ArcadeBuy","NotInStory"}
},
_OneHanded_Pickaxe = {
 sprite = "Weapon pickaxe.png",
 tags = {"NotInArcade"}
},
_OneHanded_Promo = {
 sprite = "Promotion_1h.png",
tags = {"NotInArcade"}
},
_OneHanded_RedFlowerWhip = {
 sprite = "Weapon flower.png",
 tags = {"ArcadeBuy"}
},
_OneHanded_RedLaserSword = {
 sprite = "RedLaserSword.png",
 tags = {"ArcadeBuy"}
},
_OneHanded_Rod = {
 sprite = "Rod.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_OneHanded_RubyRod = {
 sprite = "1h rodruby.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_OneHanded_Scimitar = {
 sprite = "Scimitar.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_OneHanded_SkeletonHand = {
sprite = "Skeletonhand.png",
 tags = {"NotInArcade"}
},
_OneHanded_SteelSword = {
 sprite = "1h steelsword.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_OneHanded_Stinger = {
 sprite = "1h stinger.png",
 tags = {"ArcadeBuy"}
},
_OneHanded_TheQuill = {
 sprite = "1h quill.png",
 tags = {"NotInArcade"}
},
_OneHanded_ToyWand = {
 sprite = "Toy wand.png",
 tags = {}
},
_OneHanded_UgrasScroll = {
 sprite = "UgraScroll.png",
 tags = {"NotInArcade"}
},
_OneHanded_PlantBlade = {
 sprite = "1h_plantblade.png",
 tags = {"NotInArcade"}
},
_OneHanded_WarlockRod = {
sprite = "1h rodblue.png",
 tags = {"StoryBuy","NotInArcade"}
},
_OneHanded_WoodenLeg = {
 sprite = "Woodenleg.png",
 tags = {"NotInArcade"}
},
_OneHanded_WoodenSword = {
 sprite = "WoodenSword.png",
 tags = {"StoryBuy"}
},
_Orb_Health_Medium = {
 sprite = "HealthOrb.gif",
 tags = {}
},
_PotionType_Arrow = {
 sprite = "Potion arrow.png",
 tags = {}
},
_PotionType_Chicken = {
 sprite = "Potion chicken.png",
 tags = {}
},
_PotionType_Crit = {
 sprite = "Potion crit.png",
 tags = {}
},
_PotionType_Damage = {
sprite = "Potion damage-0.png",
 tags = {}
},
_PotionType_EMPTY = {
 sprite = "Potion empty.png",
 tags = {}
},
_PotionType_HealthDISABLED = {
 sprite = "Icon_nohealth.png",
 tags = {}
},
_PotionType_LOCKED = {
 sprite = "Lock.png",
 tags = {}
},
_PotionType_Lightning = {
 sprite = "Potion lightning.png",
 tags = {}
},
_PotionType_Loot = {
 sprite = "Potion loot.png",
 tags = {}
},
_PotionType_Speed = {
sprite = "Potion speed-0.png",
 tags = {}
},
_PotionType_Spirit = {
 sprite = "Potion spirit.png",
 tags = {}
},
_PotionType_UNKNOWN = {
 sprite = "Lock.png",
 tags = {}
},
_PotionType_Wealth = {
 sprite = "Potion gold.png",
 tags = {}
},
_Shield_Barrel = {
 sprite = "Barrelshield.png",
 tags = {"ArcadeBuy"}
},
_Shield_CalculatorShield = {
 sprite = "Shield calc.png",
 tags = {"NotInArcade"}
},
_Shield_CameraShield = {
 sprite = "Shield camera.png",
 tags = {"NotInArcade"}
},
_Shield_CogShield = {
 sprite = "Cogshield.png",
 tags = {}
},
_Shield_CrabShield = {
 sprite = "Crabshield.png",
 tags = {"NotInArcade"}
},
_Shield_Crystal = {
 sprite = "Cystalshield.png",
 tags = {"ArcadeBuy"}
},
_Shield_GiftBoxShield = {
 sprite = "Shield gift.png",
 tags = {"ArcadeBuy"}
},
_Shield_Iron = {
 sprite = "Ironshield.png",
 tags = {"StoryBuy"}
},
_Shield_MushroomShield = {
 sprite = "Mushroom shield.png",
 tags = {"ArcadeBuy"}
},
_Shield_Polished = {
 sprite = "Shield polished.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_Shield_Promo = {
 sprite = "Promotion_shield.png",
 tags = {"NotInArcade"}
},
_Shield_RobustShield = {
 sprite = "Shield round.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Shield_Shiidu = {
 sprite = "Shiidu.png",
 tags = {"NotInArcade"}
},_Shield_SolemShield = {
 sprite = "Shield solem.png",
 tags = {"NotInArcade"}
},
_Shield_ThornWormShield = {
 sprite = "Thornworm shield.png",
 tags = {"NotInArcade"}
},
_Shield_WintersGuard = {
 sprite = "Winters guard.png",
 tags = {"ArcadeBuy"}
},
_Shield_Wisp = {
 sprite = "Wispshield icon.png",
 tags = {"ArcadeBuy"}
},
_Shield_WoodenShield = {
 sprite = "WoodenShield.png",
 tags = {"StoryBuy"}
},
_Shoes_BirdFeet = {
 sprite = "Birdfeet-0.png",
tags = {"ArcadeBuy"}
},
_Shoes_BootsOfBloodthirst = {
 sprite = "Bootsofbloodthirst.png",
 tags = {"NotInArcade"}
},
_Shoes_CrystalPumps = {
 sprite = "Gear crystalpumps.png",
 tags = {"ArcadeBuy"}
},
_Shoes_FancySandals = {
 sprite = "Sandals.png",
 tags = {"NotInArcade"}
},
_Shoes_GoblinShoes = {
 sprite = "Goblinshoes.png",
 tags = {"ArcadeBuy"}
},
_Shoes_MountainBoots = {
 sprite = "Mountainboots.png",
 tags = {"StoryBuy"}
},
_Shoes_MushroomSlippers = {
 sprite = "Mushroomslippers.png",
tags = {"NotInArcade"}
},
_Shoes_PhasemanBoots = {
 sprite = "Phasemanboots.png",
 tags = {"ArcadeBuy"}
},
_Shoes_Rollerblades = {
 sprite = "Rollerblades.png",
 tags = {"ArcadeBuy"}
},
_Shoes_Sandals = {
 sprite = "Sandaler.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Shoes_Socks = {
 sprite = "Footwear socks.png",
 tags = {"StoryBuy"}
},
_Shoes_SturdyBoots = {
 sprite = "Shoes boots.png",
 tags = {"StoryBuy","NotInArcade"}
},
_Shoes_SummerGreaves = {sprite = "Summergreaves.png",
 tags = {"NotInArcade"}
},
_Shoes_VeryOrdinaryShoes = {
 sprite = "VOShoes.png",
 tags = {"StoryBuy","NotInArcade"}
},
_TwoHanded_AngelsThirst = {
 sprite = "Angels Thirst.png",
 tags = {"ArcadeBuy"}
},
_Misc_RedSlimeCube = {
 sprite = "Slimecube_red.png",
 tags = {"NotInArcade"}
},
_TwoHanded_SlimeStaff = {
 sprite = "Slimestaff.png",
 tags = {"NotInArcade"}
},
_Special_TalentOrbPickup = {
 sprite = "Talent Orb.png",
 tags = {}
},
_ArcadiaBlessings_ThreeTalents = {
 sprite = "Talentorbtrio.png",
 tags = {}
},
_Special_GoldSkillPointPickup = {
 sprite = "Skill Point Gold.png",
 tags = {}
},
_Special_SilverSkillPointPickup = {
 sprite = "Skill Point Silver.png",
 tags = {}
},
_TreasureMap_TaiMing_TessensMap = {
 sprite = "scroll_green.png",
 tags = {"NotInArcade"}
},
_TwoHanded_BirchBranch = {
 sprite = "2h birchbranch.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_TwoHanded_BladeOfEchoes = {
 sprite = "Blade of Echoes.png",
 tags = {"ArcadeBuy"}
},
_TwoHanded_Broadsword = {
 sprite = "2h broadsword.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_TwoHanded_BugNet = {
 sprite = "Butterflynet.png",
 tags = {}
},
_TwoHanded_CactusClub = {
 sprite = "2h cactus.png",
 tags = {"NotInArcade"}
},_TwoHanded_Claymore = {
 sprite = "Claymore.png",
 tags = {"StoryBuy"}
},
_TwoHanded_Club = {
 sprite = "2h club.png",
 tags = {"StoryBuy","ArcadeBuy"}
},
_TwoHanded_CurvedSpear = {
 sprite = "Curvedspear.png",
 tags = {"StoryBuy","NotInArcade"}
},
_TwoHanded_GiantScimitar = {
 sprite = "Giantscimitar.png",
 tags = {"NotInArcade"}
},
_TwoHanded_Icicle = {
 sprite = "Giant Icicle.png",
 tags = {"ArcadeBuy"}
},
_TwoHanded_Lantern = {
 sprite = "2h_lantern.png",
 tags = {"ArcadeBuy"}
},
_TwoHanded_LaserClaymore = {sprite = "2h lasersword.png",
 tags = {"NotInArcade"}
},
_TwoHanded_LumberAxe = {
 sprite = "2h lumberaxe.png",
 tags = {"ArcadeBuy"}
},
_TwoHanded_Mushroom = {
 sprite = "2h mushroom.png",
 tags = {"ArcadeBuy"}
},
_TwoHanded_Promo = {
 sprite = "Promotion_2h.png",
 tags = {"NotInArcade"}
},
_TwoHanded_RedSlimeHammer = {
 sprite = "2h slimehammer red.png",
 tags = {"ArcadeBuy"}
},
_TwoHanded_SlimeHammer = {
 sprite = "2h slimehammer.png",
 tags = {"ArcadeBuy"}
},
_TwoHanded_SpikedClub = {sprite = "2h_clubspiked.png",
 tags = {"ArcadeBuy","NotInStory"}
},
_TwoHanded_Staff = {
 sprite = "Staff.png",
 tags = {"StoryBuy"}
},
_TwoHanded_Stick = {
 sprite = "Pinne.png",
 tags = {"StoryBuy"}
},
_TwoHanded_SummerHammer = {
 sprite = "Summer's Smite.png",
 tags = {"ArcadeBuy"}
},
_TwoHanded_WinterSpear = {
 sprite = "Weapon winterspear.png",
 tags = {"ArcadeBuy"}
},
_Usable_ButterflyPheromones = {
sprite = "Butterflycatcher.png",
 tags = {}
},
_Usable_ButterflySummoner = {
 sprite = "Emitter_butterfly.png",
 tags = {}
},
_Usable_CardAlbum = {
 sprite = "Cardalbum.png",
 tags = {}
},
_Usable_FaeCharm = {
 sprite = "Faesummon.png",
 tags = {}
},
_Usable_GhostCharm = {
 sprite = "Ghostie.png",
 tags = {}
},
_Usable_PhaseReSequencer = {
 sprite = "Phasechanger.png",
tags = {"NotInArcade"}
},
_Usable_SnowflakeCharm = {
 sprite = "Snowflakemachine.png",
 tags = {"NotInArcade"}
},
_Usable_SpiderCharm = {
 sprite = "Spidertrinket.png",
 tags = {"NotInArcade"}
},
_Usable_SpringCharm = {
 sprite = "Flowermachine.png",
 tags = {"NotInArcade"}
},
_Misc_BloomoSeed = {
 sprite = "Seed bloomo.png",
 tags = {}
},
_Misc_HalloweedSeed = {
 sprite = "Seed halloweed.png",
 tags = {}
},
_Misc_MossSeed = {
 sprite = "Seed moss.png",
 tags = {}
},
_Misc_PoisonFlowerSeed = {
 sprite = "Seed poisonflower.png",
 tags = {}
},
_Misc_MotherPlantSeed = {
 sprite = "Seed mamaplant.png",
 tags = {}
},
_Misc_CactusSeed = {
 sprite = "Seed cacute.png",
 tags = {}
},
_Misc_SuperSaladSeed = {
 sprite = "Seed supersalad.png",
 tags = {}
},
_Misc_TomatoSeed = {
 sprite = "Seed tomato.png",
 tags = {}
},
_Misc_LettuceSeed = {
 sprite = "Seed salad.png",
 tags = {}
},
_Misc_CarrotSeed = {
 sprite = "Seed carrot.png",
 tags = {}
},
_Misc_OnionSeed = {
 sprite = "Seed onion.png",
 tags = {}
},
_Misc_JumpkinSeed = {
 sprite = "Seed jumpkin.png",
 tags = {}
},
_Misc_OneHandedWeaponSeed = {
 sprite = "Seed sword.png",
 tags = {}
},
_Furniture_BigStuff_UnGrownPlant_Bloomo = {
 sprite = "PotBloomo.png",
 tags = {"StoryBuy"}
},
_Furniture_BigStuff_UnGrownPlant_Halloweed = {
 sprite = "PotHalloweed.png",
 tags = {"StoryBuy"}
},
_Furniture_BigStuff_UnGrownPlant_Moss = {
 sprite = "PotMoss.png",
 tags = {"StoryBuy"}
},
_Furniture_BigStuff_UnGrownPlant_PoisonFlower = {
 sprite = "PotPoisonFlower.png",
 tags = {}
},
_Furniture_BigStuff_UnGrownPlant_PowerFlower = {
 sprite = "PotPowerFlower.png",
 tags = {"StoryBuy"}
},
_Furniture_BigStuff_UnGrownPlant_MotherPlant = {
 sprite = "PotMotherplant.png",
 tags = {"StoryBuy"}
},
_Furniture_SmallStuff_UnGrownPlant_Cactus = {
 sprite = "Cacute pot.png",
 tags = {"StoryBuy"}
},
_Furniture_SmallStuff_UnGrownPlant_SuperSalad = {
 sprite = "PotSuperSalad.png",
 tags = {"StoryBuy"}
},
_Furniture_SmallStuff_UnGrownPlant_Tomato = {
 sprite = "PotTomato.png",
 tags = {"StoryBuy"}
},
_Furniture_SmallStuff_UnGrownPlant_Lettuce = {
 sprite = "PotLettuce.png",
 tags = {"StoryBuy"}
},
_Furniture_SmallStuff_UnGrownPlant_Carrot = {
 sprite = "PotCarrot.png",
 tags = {"StoryBuy"}
},
_Furniture_SmallStuff_UnGrownPlant_Onion = {
 sprite = "PotOnion.png",
 tags = {"StoryBuy"}
},
_Furniture_SmallStuff_UnGrownPlant_Jumpkin = {
 sprite = "PotJumpkin.png",
 tags = {"StoryBuy"}
},
_Furniture_SmallStuff_UnGrownPlant_OneHandWeaponPlant = {
 sprite = "PotBladePlant.png",
 tags = {"StoryBuy"}
},
_Furniture_BigStuff_Tree_MossyElm = {
 sprite = "tree01 Mossy Elm.png",
 tags = {"StoryBuy"}
},
_Furniture_BigStuff_Tree_AutumnOak = {
 sprite = "tree02b Autumn Oak.png",
 tags = {"StoryBuy"}
},
_Furniture_BigStuff_Tree_SummerOak = {
 sprite = "tree03b Summer Oak.png",
 tags = {"StoryBuy"}
},
_Furniture_BigStuff_Tree_ScaryOak = {
 sprite = "tree04b Scary Oak.png",
 tags = {"StoryBuy"}
},
_Furniture_BigStuff_Tree_CherryTree = {
 sprite = "tree05b Cherry Tree.png",
 tags = {"StoryBuy"}
},
_Furniture_BigStuff_Tree_SeasonTree = {
 sprite = "tree06b Season Tree.png",
 tags = {"StoryBuy"}
},
_Furniture_BigStuff_Tree_BigBirch = {
 sprite = "tree07b Big Birch.png",
 tags = {"StoryBuy"}
},
_Furniture_BigStuff_Tree_DryTree = {
 sprite = "tree08 Dry Tree.png",
 tags = {"StoryBuy"}
},
}

local aliases = {
treasuremap001 = "_TreasureMap_001",
treasuremap002 = "_TreasureMap_002",
treasuremap003 = "_TreasureMap_003",
treasuremap004 = "_TreasureMap_004",
treasuremap005 = "_TreasureMap_005",
treasuremap006 = "_TreasureMap_006",
treasuremap007 = "_TreasureMap_007",
treasuremap008 = "_TreasureMap_008",
treasuremap009 = "_TreasureMap_009_Fertilizer",
ugrasmap = "_TreasureMap_010_Ugras",
treasuremap010 = "_TreasureMap_011",
treasuremap011 = "_TreasureMap_012",
treasuremap012 = "_TreasureMap_013",
treasuremap013 = "_TreasureMap_014",
treasuremap014 = "_TreasureMap_015",
treasuremap015 = "_TreasureMap_016",
adventureshirt = "_Armor_AdventureShirt",
adventurevest = "_Armor_AdventureVest",
agedrum = "_KeyItem_AgedRum",
ancientpendant = "_Accessory_AncientPendant",
ancientrocks = "_Misc_TaiMing_AncientRocks",
ancientstatue_furniture = "_Furniture_BigStuff_AncientStatue",
angelsthirst = "_TwoHanded_AngelsThirst",
anglerfish = "_Misc_Fish_Anglerfish",
anglerfishhat = "_Hat_AnglerFish",
angryeyebrows = "_Facegear_EyebrowsAngry",
apple = "Apple",
applehat = "_Hat_AppleHat",
apprenticerobe = "_Armor_ApprenticeRobe",
apprenticestaff = "_TwoHanded_Staff",
archersapple = "_Hat_ArchersApple",
arenahat = "_Hat_ArenaHat",
armorofautumn = "_Armor_ArmorOfAutumn",
armorscrap = "_Misc_Season_ArmorScrap",
arrowpotion = "_PotionType_Arrow",
arrowquiver = "_KeyItem_Quiver",
autumnemblem = "_Misc_Season_EmblemAutumn",
autumnfaewings = "_Hat_FaeWings_Autumn",
autumnhelmet = "_Hat_SeasonKnight_Autumn",
autumnmagehat = "_Hat_SeasonMage_Autumn",
babydevilshorns = "_Hat_BabyDevilHorns",
badhealthpotion = "_PotionType_HealthDISABLED",
bamboo = "_Misc_Bamboo",
bamboosword = "_OneHanded_BambooSword",
banana = "_Misc_TaiMing_Banana",
bananahat = "_Hat_BananaHat",
bandana = "_Hat_Bandana",
barbarianstrap = "_Armor_BarbarianStrap",
barrelhat = "_Hat_BarrelHat",
barrelshield = "_Shield_Barrel",
basicbluecarpet = "_Furniture_Carpet_MasterHQBlue",
basicgreencarpet = "_Furniture_Carpet_MasterHQGreen",
basicpurplecarpet = "_Furniture_Carpet_HalloweenModular",
basicredcarpet = "_Furniture_Carpet_MasterHQRed",
battlesandals = "_Shoes_FancySandals",
beak = "_Misc_Desert_Beak",
beerbarrel_furniture = "_Furniture_BigStuff_BeerBarrel",
beestinger = "_Misc_Stinger",
beret = "_Hat_Beret",
berries = "_Consumable_Berries",
bestrecipebook = "_OneHanded_BestOfEggstraDeliciousRecipes",
bigbranch = "_TwoHanded_Stick",
bigeggshell = "_Hat_Eggshell",
bigfish = "_Hat_Fish",
biggoldcoin = "_Coin_BigGold",
birchbranch = "_TwoHanded_BirchBranch",
birdfeet = "_Shoes_BirdFeet",
blackheadbelt = "_Hat_DojoHeadbelt_Black",
bladeofechoes = "_TwoHanded_BladeOfEchoes",
blindfold = "_Facegear_Blindfold",
bluehairbow = "_Hat_Rosett_Blue",
blueheadbelt = "_Hat_DojoHeadbelt_Blue",
bluepartyhat = "_Hat_Partyhat_Blue",
bluepetal = "_Misc_PetalBlue",
bluepetalgarland = "_Hat_Garland_BluePetals",
blueribbonbrooch = "_Accessory_RibbonBroochBlue",
bluesidebow = "_Hat_SideBow_Blue",
blueslimehat = "_Hat_SlimeHat_Blue",
boarhat = "_Hat_BoarHat",
boartusk = "_Misc_Tusk",
bone = "_Misc_GhostShip_Bone",
bonsaicherrytree_furniture = "_Furniture_Decoration_SakuraBonsai",
bonsaitree_furniture = "_Furniture_Decoration_Bonsai",
bootsofbloodthirst = "_Shoes_BootsOfBloodthirst",
brawlerhelmet = "_Hat_BrawlerHelmet",
brawlerplate = "_Armor_BrawlerPlate",
breastplate = "_Armor_Breastplate",
broadsword = "_TwoHanded_Broadsword",
brokengreave = "_Misc_Season_BrokenGreave",
brownheadbelt = "_Hat_DojoHeadbelt_Brown",
bugnet = "_TwoHanded_BugNet",
bunchofmushrooms = "_Hat_MushroomMulti",
bunnyears = "_Hat_BunnyEars",
butterflycharm = "_Usable_ButterflySummoner",
butterflypheromones = "_Usable_ButterflyPheromones",
button = "_Misc_Button",
cactish = "_Misc_Fish_Cactish",
cactusclub = "_TwoHanded_CactusClub",
cactusflesh = "_Misc_Desert_CactusFlesh",
cactusflower = "_Misc_Desert_CactusFlower",
cactusneedle = "_Misc_Desert_CactusNeedle",
calculatorshield = "_Shield_CalculatorShield",
cameralens = "_Accessory_CameraLens",
camerashield = "_Shield_CameraShield",
candycane = "_Misc_CandyCane",
captainboneshead = "_Accessory_CaptainBonesHead",
cardalbum = "_Usable_CardAlbum",
cardinglass_furniture = "_Furniture_Decoration_CardInGlass",
carrot = "Carrot",
carrotsword = "_OneHanded_CarrotSword",
catalystofawakening = "_KeyItem_CatalystOfAwakening",
catalystofmortality = "_KeyItem_CatalystOfMortality",
catalystofpower = "_KeyItem_CatalystOfPower",
catears = "_Hat_CatEars",
catfoodbowl_furniture = "_Furniture_Decoration_CatFoodBowl",
catscreen_furniture = "_Furniture_CatScreen",
cavemoss = "_Misc_MtBloom_CaveMoss",
chainmail = "_Armor_ChainMail",
chefhat = "_Hat_ChefHat",
chickencutout_furniture = "_Furniture_BigStuff_Cutout_Chicken",
chickenhat = "_Hat_ChickenHat",
chickenplushie = "_Misc_ChickenPlushie",
chickenpotion = "_PotionType_Chicken",
chimneyhat = "_Hat_Chimney",
christmastree_furniture = "_Furniture_BigStuff_ChristmasTree",
clam = "_Misc_Fish_Clam",
clothgloves = "_Accessory_Gloves",
club = "_TwoHanded_Club",
coarsesand = "_Misc_Desert_CoarseSand",
cogshield = "_Shield_CogShield",
compositebow = "_Bow_Level2",
healthpotionconsumable = "_Consumable_HealthPotion",
crabby = "_Misc_Fish_Crabby",
crabbyarmor = "_Armor_CrabbyArmor",
crabbyclaw = "_OneHanded_CrabClaw",
crabbyhelm = "_Hat_CrabHelm",
crabbyshellpiece = "_Misc_GhostShip_CrabbyShellPiece",
crabbyshield = "_Shield_CrabShield",
critpotion = "_PotionType_Crit",
crystal = "_Misc_GuardianCrystal",
crystalcrumbs = "_Misc_CrystalCrumbs",
crystalfish = "_Misc_Fish_Crystalfish",
crystalhairband = "_Hat_Crystal",
crystalhat = "_Hat_CrystalMulti",
crystalpumps = "_Shoes_CrystalPumps",
crystalshield = "_Shield_Crystal",
curvedspear = "_TwoHanded_CurvedSpear",
cyberjarshard = "_Misc_CyberJarShard",
daisyarmor = "_Armor_DaisyArmor",
damagepotion = "_PotionType_Damage",
dandelion = "_Misc_TaiMing_Dandelion",
deadfish = "_Misc_Fish_DeadFish",
decorativeskull_furniture = "_Furniture_Decoration_DecorativeSkull",
desertlamp_furniture = "_Furniture_Decoration_DesertLamp",
desertposter_furniture = "_Furniture_WallDecor_Decor_DesertPoster",
devioustoaster_furniture = "_KeyItem_DeviousToaster",
dirt = "_Misc_TaiMing_Dirt",
earmuffs = "_Hat_Earmuffs",
earringsofbalance = "_Accessory_EarringsOfBalance",
eazsunring = "_Accessory_EazsunsRing",
ectoplasm = "_Misc_Ectoplasm",
eel = "_Misc_Fish_Eel",
emittermatrix = "_Misc_EmitterMatrix",
emptyflask = "_PotionType_EMPTY",
emptyrumbottle = "_OneHanded_EmptyBottle",
energyshield = "_Shield_Wisp",
essenceofgrindea = "_KeyItem_RoguelikeEssence",
evileyemask = "_Facegear_EyeMask",
expertbow = "_Bow_Level4",
fabric = "_Misc_Fabric",
fabricoftime = "_Misc_TaiMing_FabricOfTime",
faesidekick = "_Usable_FaeCharm",
fakecardalbum_furniture = "_Furniture_Decoration_FakeCardAlbum",
fallsedge = "_OneHanded_AutumnSword",
fancybeard = "_Facegear_FancyBeard",
fancyhat = "_Hat_FancyHat",
fatfish = "_Misc_Fish_Fatty",
fez = "_Hat_Fez",
fightingvest = "_Armor_FightingVest",
finesand = "_Misc_Desert_FineSand",
fireplace_furniture = "_Furniture_BigStuff_Fireplace",
fishie = "_Misc_Fish_Fishie",
fishstick = "_Misc_Fish_Fishstick",
flower = "_Misc_TaiMing_MossFlower",
flowerwhip = "_OneHanded_RedFlowerWhip",
frankenfish = "_Misc_Fish_FrankenFish",
frostlinghood = "_Hat_GoblinHat",
frostlingjacket = "_Armor_GoblinJacket",
frostlingshoes = "_Shoes_GoblinShoes",
frozenshieldpiece = "_Misc_Season_ShieldPiece",
furvest = "_Armor_Vest",
gasmask = "_Facegear_GasMask",
ghostcharm = "_Usable_GhostCharm",
ghostfish = "_Misc_Fish_Ghostfish",
gianticicle = "_TwoHanded_Icicle",
giantscimitar = "_TwoHanded_GiantScimitar",
giftbox = "_Misc_GiftBox_Consumable",
giftboxshield = "_Shield_GiftBoxShield",
gigaslimebeanbag_furniture = "_Furniture_Chair_SlimeBeanBag",
goldenearrings = "_Accessory_GoldenEarrings",
goldenthree = "_Accessory_GoldenThree",
goldpoint = "_Special_GoldSkillPointPickup",
goldfish = "_Misc_Fish_Goldfish",
greendesertidoscarpet = "_Furniture_Carpet_DesertidosGreen",
greendesertunocarpet = "_Furniture_Carpet_DesertunoGreen",
greenfishie = "_Misc_Fish_FishieGreen",
greengoo = "StickyMucus",
greenhairbow = "_Hat_Rosett_Green",
greenpartyhat = "_Hat_Partyhat_Green",
greensidebow = "_Hat_SideBow_Green",
greenslimearmor = "_Armor_SlimeArmor",
greenslimehammer = "_TwoHanded_SlimeHammer",
greenslimehat = "_Hat_SlimeHat",
grilledribeyesteak = "_Misc_DamagePetFood",
grindeafigurine_furniture = "_Furniture_Decoration_DesertGrindeaFigurine",
guardhat = "_Hat_GuardHat",
halo = "_Hat_Halo",
hauntedblindfold = "_Facegear_SpectralBlindfold",
hauntedfabric = "_Misc_GhostShip_HauntieFabric",
hay = "_Misc_Hay",
healthamulet = "_Accessory_Amulet01Red",
healthorb = "_Orb_Health_Medium",
healthpotion = "_Consumable_HealthPotion",
heartofseasons = "_Misc_HeartOfSeasons",
heartystew = "_Misc_DefensePetFood",
helmet = "_Hat_Helmet",
highqualityshirt = "_Armor_Shirt",
honey = "_Misc_Honey",
hoodofdarkness = "_Hat_HoodOfDarkness",
hornedcap = "_Hat_HornedCap",
hugemushroomcap = "_Hat_Mushroom",
hybridglasses = "_Facegear_HybridGlasses",
icefish = "_Misc_Fish_Icefish",
icicle = "_Misc_Icicle",
icygoo = "_Misc_IcyGoo",
ironcap = "_Hat_IronCap",
ironshield = "_Shield_Iron",
jarshard = "_Misc_BasicJarShard",
jesterhat = "_Hat_JesterHat",
knittedshirt = "_Armor_KnittedShirt",
kobestag = "_Accessory_KobesTag",
labcoat = "_Armor_LabCoat",
lantern = "_Misc_Lantern",
largebeigejar = "_Furniture_BigStuff_LargeBeigeJar",
largebluejar = "_Furniture_BigStuff_LargeBlueJar",
largebrownjar = "_Furniture_BigStuff_LargeBrownJar",
largecrystal = "_Misc_MtBloom_LargeCrystal",
largegrayjar = "_Furniture_BigStuff_LargeGrayJar",
largegreenjar = "_Furniture_BigStuff_LargeGreenJar",
largeweapondisplay_furniture = "_Furniture_Decoration_WeaponDisplayStanding2H",
larvaacid = "_Misc_MtBloom_LarvaAcid",
larvaball = "_Misc_MtBloom_LarvaBall",
larvarmband = "_Accessory_LarvaArmband",
laserclaymore = "_TwoHanded_LaserClaymore",
lasersword = "_OneHanded_LaserSword",
leathercap = "_Hat_LeatherCap",
lettuce = "_Misc_TaiMing_Lettuce",
lightcaesarsalad = "_Misc_SpeedPetFood",
lightningglove = "_Accessory_LightningGlove",
lightningpotion = "_PotionType_Lightning",
lockedflask = "_PotionType_LOCKED",
lootpotion = "_PotionType_Loot",
luckynumber7 = "_Accessory_LuckyNumberSeven",
mace = "_OneHanded_Mace",
magicalcore = "_Misc_TaiMing_MagicalCore",
magicalseasoning = "_Misc_Season_MagicalSeasoning",
magicbattery = "_Accessory_MagicBattery",
magiciansrod = "_OneHanded_Rod",
magicmushroom = "_TwoHanded_Mushroom",
magmaspore = "_Misc_MtBloom_MagmaSpore",
marinosrapier = "_OneHanded_MarinoRapier",
masque = "_Facegear_Masque",
metalpiece = "_Misc_MetalPiece",
missilecontrolunit = "_Accessory_MissileControlUnit",
modelship_furniture = "_Furniture_Decoration_DesertModelship",
monkeyears = "_Facegear_MonkeyEars",
monkeyfur = "_Misc_TaiMing_MonkeyFur",
moray = "_Misc_Fish_Moray",
morningstar = "_OneHanded_Morningstar",
mossfish = "_Misc_Fish_Mossfish",
mountainboots = "_Shoes_MountainBoots",
mushroomshield = "_Shield_MushroomShield",
mushroomslippers = "_Shoes_MushroomSlippers",
mushroomspores = "_Misc_MtBloom_MushroomSpores",
mysteriouscube = "_Accessory_EndasilsMysteryCube",
mysticfan = "_OneHanded_AncientFan",
ninjasuit = "_Armor_NinjaSuit",
nohmask = "_Facegear_NohMask",
octopus = "_Misc_Fish_Octopus",
onion = "_Misc_Desert_Onion",
orange = "_Misc_Desert_Orange",
orangedesertidoscarpet = "_Furniture_Carpet_DesertidosOrange",
orangedesertunocarpet = "_Furniture_Carpet_DesertunoOrange",
orangegoo = "_Misc_Desert_OrangeGoo",
orangeslimehat = "_Hat_SlimeHat_Orange",
ornatehelmet = "_Hat_OrnateHelmet",
palm_furniture = "_Furniture_BigStuff_Palm",
panhat = "_Hat_Pan",
paperbag = "_Hat_Paperbag",
peckodoll = "_Misc_PeckoDoll",
peckofeather = "_Misc_PeckoFeather",
peckohat = "_Hat_PeckoHat",
penguish = "_Misc_Fish_Penguish",
phasemanboots = "_Shoes_PhasemanBoots",
phasemansface = "_Hat_Phaseface",
phaseplate_furniture = "_Furniture_Decoration_PhasePlate",
phaseresequencer = "_Usable_PhaseReSequencer",
photo_pumpkindash_furniture = "_Furniture_WallDecor_Decor_PhotoPainting_PumpkinMixer",
photo_boarvsrabby_furniture = "_Furniture_WallDecor_Decor_PhotoPainting_BoarKillWhiteRabby",
photo_gigaslime_furniture = "_Furniture_WallDecor_Decor_PhotoPainting_SmashingGiga",
pickaxe = "_OneHanded_Pickaxe",
pinecone = "_Misc_Pinecone",
pinkhairbow = "_Hat_Rosett_Pink",
piratehat = "_Hat_PirateHat",
plasmabracelet = "_Accessory_PlasmaBracelet",
polishedshield = "_Shield_Polished",
pollen = "_Misc_Pollen",
popehat = "_Hat_PopeHat",
porcelainshard = "_Misc_TaiMing_PorcelainShard",
powercore = "_Misc_PowerCore",
powerflowermask = "_Hat_PowerFlower",
powerflowerseed = "_Misc_PowerFlowerSeed",
promo_1h = "_OneHanded_Promo",
promo_2h = "_TwoHanded_Promo",
promo_facegear = "_Facegear_Promo",
promo_hat = "_Hat_Promo",
promo_shield = "_Shield_Promo",
pumpkinmask = "_Hat_PumpkinMask",
pumpkinmeat = "_Misc_PumpkinMeat",
pumpkinseeds = "_Misc_PumpkinSeeds",
purpledesertidoscarpet = "_Furniture_Carpet_DesertidosPurple",
purpledesertunocarpet = "_Furniture_Carpet_DesertunoPurple",
purpleectoplasm = "_Misc_GhostShip_HauntiePurpleEctoplasm",
purpleheadbelt = "_Hat_DojoHeadbelt_Purple",
purplekimono = "_Armor_PurpleKimono",
purplepetal = "_Misc_PetalPurple",
purplepetalgarland = "_Hat_Garland_PurplePetals",
purplesidebow = "_Hat_SideBow_Purple",
pyramidhat = "_Hat_Pyramid",
quill = "_Misc_Desert_Quill",
rabbitsfoot = "_Accessory_RabbitsFoot",
rabbyfur = "_Misc_Fur",
rabbyushanka = "_Hat_Ushanka",
recipebook = "_OneHanded_EggstraDeliciousRecipes",
recipepage = "_Misc_Desert_RecipePage",
reddesertidoscarpet = "_Furniture_Carpet_DesertidosRed",
reddesertunocarpet = "_Furniture_Carpet_DesertunoRed",
redemittermatrix = "_Misc_RedEmitterMatrix",
redfatfish = "_Misc_Fish_RedFatty",
redfatfishdisplay_furniture = "_Furniture_WallDecor_Decor_RedFish",
redgoo = "_Misc_RedGoo",
redhairbow = "_Hat_Rosett_Red",
redheadbelt = "_Hat_DojoHeadbelt_Red",
redlasersword = "_OneHanded_RedLaserSword",
redpartyhat = "_Hat_Partyhat_Red",
redribbonbrooch = "_Accessory_RibbonBroochRed",
redscarf = "_Accessory_Scarf",
redsidebow = "_Hat_SideBow_Red",
redslimecube = "_Misc_RedSlimeCube",
redslimehammer = "_TwoHanded_RedSlimeHammer",
redslimehat = "_Hat_SlimeHat_Red",
redslimekinghat = "_Hat_RedSlimeKingHat",
resequencerpart1 = "_Misc_PhaseResequencer_Part1",
resequencerpart2 = "_Misc_PhaseResequencer_Part2",
resequencerpart3 = "_Misc_PhaseResequencer_Part3",
restlessspirit = "_Accessory_RestlessSpirit",
robeofenergy = "_Armor_RobeOfEnergy",
robeoffocus = "_Armor_RobeOfFocus",
robotears = "_Hat_RoboticEars",
robustbuckler = "_Shield_RobustShield",
rockfish = "_Misc_Fish_Rockfish",
rollerblades = "_Shoes_Rollerblades",
root = "_Misc_Root",
royalcrown = "_Hat_Crown",
rubyrod = "_OneHanded_RubyRod",
sailorhat = "_Hat_SailorHat",
salmon = "_Misc_Fish_Salmon",
sandals = "_Shoes_Sandals",
sandshark = "_Misc_Fish_SandShark",
santahat = "_Hat_SantaHat",
santasbeard = "_Facegear_SantaBeard",
scimitar = "_OneHanded_Scimitar",
seahorse = "_Misc_Fish_SeaHorse",
seasonnecarpet = "_Furniture_Carpet_Seasonne",
seasonorb_furniture = "_Furniture_BigStuff_SeasonOrb",
seasonshard = "_Misc_Season_SeasonShard",
shawl = "_Armor_Shawl",
sheet = "_Misc_Sheet",
shiidu = "_Shield_Shiidu",
shrimp = "_Misc_Fish_Shrimp",
silkthread = "_Misc_MtBloom_Silk",
silverpoint = "_Special_SilverSkillPointPickup",
skeletonhand = "_OneHanded_SkeletonHand",
skigoggles = "_Facegear_SkiGoggles",
skullring = "_Accessory_SkullRing",
slimecarpet_furniture = "_Furniture_Carpet_RedGigaSlimeCarpet",
slimecube = "_Misc_SlimeCube",
slimyring = "_Accessory_SlimeRing",
smallmushroom = "_Misc_MtBloom_SmallMushroom",
smallstick = "_Misc_Stick",
smallweapondisplay_furniture = "_Furniture_Decoration_WeaponDisplayStanding1H",
smarterring = "_Accessory_Ring02Blue",
smartring = "_Accessory_Ring01Blue",
smashlight = "_TwoHanded_Lantern",
snowbaccacutout_furniture = "_Furniture_BigStuff_Cutout_Snowbacca",
snowbaccahat = "_Hat_SnowbaccaHat",
snowfish = "_Misc_Fish_SnowFish",
snowflakecharm = "_Usable_SnowflakeCharm",
socks = "_Shoes_Socks",
solemshield = "_Shield_SolemShield",
soulamulet = "_Accessory_Amulet01Blue",
spectacles = "_Facegear_Glasses",
speedpotion = "_PotionType_Speed",
spicyprawnsoup = "_Misc_CritPetFood",
spidercharm = "_Usable_SpiderCharm",
spikedclub = "_TwoHanded_SpikedClub",
spinsectarmor = "_Armor_SpinsectArmor",
spinsectcarapace = "_Misc_MtBloom_SpinsectCarapacePart",
spinsectfeelers = "_Facegear_SpinsectFeelers",
spinsectleg = "_Misc_MtBloom_SpinsectLeg",
spiritpotion = "_PotionType_Spirit",
springcharm = "_Usable_SpringCharm",
squid = "_Misc_Fish_Squid",
squidlove = "_Accessory_IceCrystalPendant",
icecrystalpendant = "_Accessory_IceCrystalPendant",
squiresclaymore = "_TwoHanded_Claymore",
squiresword = "_OneHanded_IronSword",
staffofslimes = "_TwoHanded_SlimeStaff",
starfish = "_Misc_Fish_Starfish",
statuemask = "_Hat_StatueMask",
steelsword = "_OneHanded_SteelSword",
stingray = "_Misc_Fish_Stingray",
strawboater = "_Hat_Strawboater",
strongerring = "_Accessory_Ring02Red",
strongring = "_Accessory_Ring01Red",
sturdyboots = "_Shoes_SturdyBoots",
summeremblem = "_Misc_Season_EmblemSummer",
summergreaves = "_Shoes_SummerGreaves",
summerhelmet = "_Hat_SeasonKnight_Summer",
summermagehat = "_Hat_SeasonMage_Summer",
summerssmite = "_TwoHanded_SummerHammer",
superfertilizer = "_KeyItem_Fertilizer",
sweetsundae = "_Misc_ManaPetFood",
swifterring = "_Accessory_Ring02Yellow",
swiftring = "_Accessory_Ring01Yellow",
swordpiece = "_Misc_TaiMing_SwordPiece",
talentpoint = "_Special_TalentOrbPickup",
tessensmap = "_TreasureMap_TaiMing_TessensMap",
thequill = "_OneHanded_TheQuill",
thescream = "_Facegear_ScreamMask",
thestinger = "_OneHanded_Stinger",
thickbandana = "_Hat_BigBandana",
threetalentpoints = "_ArcadiaBlessings_ThreeTalents",
thornmane = "_Hat_ThornMane",
thornwormmask = "_Hat_Wormy",
thornwormplushie = "_Misc_TaiMing_MikiPlushie",
thornwormshield = "_Shield_ThornWormShield",
tincan = "_Hat_Can",
tomato = "_Misc_Desert_Tomato",
toughskin = "_Misc_ToughSkin",
toyaxe = "_TwoHanded_LumberAxe",
toywand = "_OneHanded_ToyWand",
triskele = "_Accessory_Triskele",
turban = "_Hat_Turban",
turkey = "_Misc_Turkey",
twilightcore = "_Misc_GhostShip_HauntieTwilightCore",
ugrascroll = "_OneHanded_UgrasScroll",
unknownpotion = "_PotionType_UNKNOWN",
valkyriehelmet = "_Hat_ValkyrieHat_Neutral",
vampirefish = "_Misc_Fish_Vampirefish",
veryordinaryshoes = "_Shoes_VeryOrdinaryShoes",
voodoodoll = "_Accessory_VoodooDoll",
warlockscepter = "_OneHanded_WarlockRod",
warmhat = "_Hat_Mossa",
warriorcloth = "_Misc_GhostShip_WarriorCloth",
warriorponcho = "_Armor_WarriorArmor",
wealthpotion = "_PotionType_Wealth",
weddingpaircutout_furniture = "_Furniture_BigStuff_Cutout_WeddingPair",
whiteblindfold = "_Facegear_BlindfoldWhite",
whiteheadbelt = "_Hat_DojoHeadbelt_White",
wimp = "_Misc_Fish_Mes",
winteremblem = "_Misc_Season_EmblemWinter",
winterfaewings = "_Hat_FaeWings_Winter",
winterhelmet = "_Hat_SeasonKnight_Winter",
wintermagehat = "_Hat_SeasonMage_Winter",
wintersbite = "_TwoHanded_WinterSpear",
wintershield = "_Shield_WintersGuard",
winterwoodbow = "_Bow_Level3",
wisp_furniture = "_Furniture_BigStuff_FlyingFortressWisp",
witchhat = "_Hat_WitchHat",
wizardcloth = "_Misc_GhostShip_WizardCloth",
wizardponcho = "_Armor_WizardArmor",
woodenbow = "_Bow_WoodenBow",
woodenleg = "_OneHanded_WoodenLeg",
woodenshield = "_Shield_WoodenShield",
woodensword = "_OneHanded_WoodenSword",
wormteeth = "_Misc_TaiMing_WormTeeth",
wormthorn = "_Misc_TaiMing_WormThorn",
worncroptop = "_Armor_WornCropTop",
wornsoldierdoll = "_Misc_TaiMing_WornSoldierDoll",
yellowheadbelt = "_Hat_DojoHeadbelt_Yellow",
yetidoll = "_Misc_YetiDoll",
yetifur = "_Misc_YetiFur",
yetish = "_Misc_Fish_Yetish",
zombiefish = "_Misc_Fish_Zombiefish",
}

-- Table used to convert the item type to a text with a page link
local typeToLink = {
  ["1h"] = "[[Weapons|Weapon]]",
  ["2h"] = "[[Weapons|Weapon]]",
  ["1h-m"] = "[[Weapons|Weapon]]",
  ["2h-m"] = "[[Weapons|Weapon]]",
  ["hat"] = "[[Hats|Hat]]",
  ["hat-style"] = "[[Hats|Hat]]",
  ["mask"] = "[[Hats|Hat]]",
  ["mask-style"] = "[[Hats|Hat]]",
  ["facegear"] = "[[Facegear]]",
  ["facegear-style"] = "[[Facegear]]",
  ["armor"] = "[[Armor]]",
  ["shoes"] = "[[Shoes]]",
  ["accessory"] = "[[Accessories|Accessory]]",
  ["shield"] = "[[Shields|Shield]]",
  ["misc"] = "[[:Category:Misc|Miscellaneous Item]]",
  ["bow"] = "[[Weapons|Bow]]",
  ["furniture"] = "[[:Category:Furniture|Furniture]]",
  ["special"] = "Special Item",
  ["usable"] = "Usable Item",
  ["keyitem"] = "Key Item"
}

-- Table used to convert the item type to an item class (AKA item subtype)
-- If not empty, itembox should show a field under the item type
local typeToClass = {
  ["1h"] = "One-Handed Melee",
  ["2h"] = "Two-Handed Melee",
  ["1h-m"] = "One-Handed Magic",
  ["2h-m"] = "Two-Handed Magic",
  ["hat"] = "Functional Hat",
  ["hat-style"] = "Style Hat",
  ["mask"] = "Functional Mask",
  ["mask-style"] = "Style Mask",
  ["facegear"] = "Functional Facegear",
  ["facegear-style"] = "Style Facegear",
  ["armor"] = "",
  ["shoes"] = "",
  ["accessory"] = "",
  ["shield"] = "",
  ["misc"] = "",
  ["bow"] = "",
  ["furniture"] = "",
  ["special"] = "",
  ["usable"] = "",
  ["keyitem"] = ""
}

local effects = {
  _Unique_AncientPendant_IncreasedChargeSpeed = "Reduces skill charge time",
  _Unique_ArcherApple = "Increases bow damage",
  _Unique_BarrelHat_BarrelShieldSynergy = "Damage taken by the Barrel Shield is dramatically reduced",
  _Unique_BladeOfEchoes_Cursed = "An Echo attacks you upon dealing damage",
  _Unique_BootsOfBloodthirst_HPDrainASPDBuff = "Attacking or casting spells causes you to bleed out",
  _Unique_BugNet_BugCatcher = "Catch matriatch butterflies with basic attacks",
  _Unique_CactusClub_SpawnThorns = "Fire thorns on melee skill casts",
  _Unique_CameraLens_CritIncreaseOnPG = "Increases critical chance after a Perfect Guard",
  _Unique_CameraShield_StunOnPG = "Stun on Perfect Guard",
  _Unique_CaptainBonesHead_Summon = "Summon Captain Bones, who occasionally casts fireballs at enemies",
  _Unique_CogShield_EPRegenOnGuard = "Regenerate EP when shielding attacks",
  _Unique_CrystalPumps_MoveSlowWhileChargingMagic = "Move slow while charging skills",
  _Unique_CrystalShield_PGDamageReduce01 = "Perfect Guards reduces damage taken further",
  _Unique_CrystalShield_PGDamageReduce02 = "Perfect Guards reduces damage taken to a minimal amount",
  _Unique_EmptyBottle_QuickerPotionRecharge = "Quicker potion recharge",
  _Unique_ExtraDamagePerCard = "Gain 3 ATK per card owned",
  _Unique_GasMask_PoisonResistance = "Increased poison resistance",
  _Unique_GiantIcicle_ChillingTouch = "Adds chance to chill on a basic attack",
  _Unique_GoblinShoes_LessSlippery = "Increases traction on ice",
  _Unique_GoldenEarrings_IncreasedGoldDrops = "Increases gold drops from enemies",
  _Unique_IcePendant_StrongerIceSpells = "Increases damage of ice spells",
  _Unique_KobesTag_SummonCollar = "Reduces summon Max EP cost",
  _Unique_LightningGlove_StaticTouch = "Static fires at enemies when dealing damage",
  _Unique_LuckySeven_GuaranteedCrits = "Every seventh basic attack is a critical hit",
  _Unique_MagicBattery_EPRegOnCrit = "Increases energy regen after a critical hit",
  _Unique_MissileControlUnit = "Unimplemented",
  _Unique_MushroomShield_SpawnShrooms = "Blindness mushrooms appear near you when shielding an attack",
  _Unique_MushroomSlippers_EPRegWhileBlinded = "Gain bonus EP regen while blind",
  _Unique_MysteryCube_RandomEffectOnBasicAttackHit = "Casts random effects on basic attacks",
  _Unique_Pan_PotionRechargeIncrease = "Increases potion recharge speed",
  _Unique_Pickaxe_InstantBreakEnvironment = "Break environment objects faster",
  _Unique_PlantBlade_IncreasedSeedDrops = "Greatly increases seed drops from enemies",
  _Unique_RecipeBook_LoosePages = "Drop pages on basic attacks",
  _Unique_RedFlowerWhip_LongerPlantDurations = "Increases plant lifetime",
  _Unique_RestlessSpirit_RandomMovementWhenIdle = "Move randomly if idle for too long",
  _Unique_RollerBlades_FasterChargeMovement = "Move faster while charging",
  _Unique_SailorHat_FasterChargeMovement = "Move faster while charging",
  _Unique_Shiidu = "Unable to shield, even if equipped in the style slot",
  _Unique_SlimeFriend = "Summon friendly slimes that attack enemies",
  _Unique_SmashLight_BurningTouch = "Burn enemies with your Wand Projectiles",
  _Unique_SolemShield_LaserBlast = "Fire a beam on Perfect Guard",
  _Unique_SpectralBlindfold_TradeHPForEP = "Trade HP for EP when your EP is low",
  _Unique_StingerBonuses = "Halved charge time for Piercing Dash",
  _Unique_SunShield_SpinningSun = "Creates a spinning sun projectile while shielding",
  _Unique_ThornMane_ThornWormTrail = "Creates a Thorn-Worm trail that damages enemies",
  _Unique_ThornWorm_ReturnDamage = "Retaliate against melee attackers when shielding",
  _Unique_WinterShield_ColdGuard = "Freeze enemies on Perfect Guard",
  _Unique_WispShield_BetterProjectileReflect = "Reflected projectiles deal double damage",
}

local p = {
  stats = stats,
  extraStats = extraStats,
  aliases = aliases,
  effects = effects,
  typeToLink = typeToLink,
  typeToClass = typeToClass
}

return p