Module:Items/data

From Idlescape Wiki
Revision as of 14:53, 14 February 2022 by Silent1 (talk | contribs) (Complete item data)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

return {
  ["1"] = {
    ["id"] = "1",
    ["name"] = "Gold",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/money_icon.png",
    ["extraTooltipInfo"] = "Gold is used to purchase items from the market and shops. You can get more gold by selling resources or fighting monsters.",
    ["class"] = "gold"
  },
  ["2"] = {
    ["id"] = "2",
    ["name"] = "Heat",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/heat_icon.png",
    ["extraTooltipInfo"] = "Heat is used to smelt bars and cook food. You can get heat by burning various items such as logs, branches and coal.",
    ["class"] = "heat"
  },
  ["3"] = {
    ["id"] = "3",
    ["name"] = "Air Essence",
    ["essence"] = "!0",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/runecrafting/air_essence.png",
    ["extraTooltipInfo"] = "Air Essence can be gathered by waiting patiently."
  },
  ["4"] = {
    ["id"] = "4",
    ["name"] = "Earth Essence",
    ["essence"] = "!0",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/runecrafting/earth_essence.png",
    ["extraTooltipInfo"] = "Earth Essence can be gathered while mining."
  },
  ["5"] = {
    ["id"] = "5",
    ["name"] = "Fire Essence",
    ["essence"] = "!0",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/runecrafting/fire_essence.png",
    ["extraTooltipInfo"] = "Fire Essence can be gathered while smithing or cooking."
  },
  ["6"] = {
    ["id"] = "6",
    ["name"] = "Water Essence",
    ["essence"] = "!0",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/runecrafting/water_essence.png",
    ["extraTooltipInfo"] = "Water Essence can be gathered by fishing."
  },
  ["7"] = {
    ["id"] = "7",
    ["name"] = "Blood Essence",
    ["essence"] = "!0",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/runecrafting/blood_essence.png",
    ["extraTooltipInfo"] = "Blood Essence can be gathered by dealing damage."
  },
  ["8"] = {
    ["id"] = "8",
    ["name"] = "Death Essence",
    ["essence"] = "!0",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/runecrafting/death_essence.png",
    ["extraTooltipInfo"] = "Death Essence can be gathered by killing opponents."
  },
  ["9"] = {
    ["id"] = "9",
    ["name"] = "Chaos Essence",
    ["essence"] = "!0",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/runecrafting/chaos_essence.png",
    ["extraTooltipInfo"] = "Chaos Essence can be gathered by attempting to hit an enemy."
  },
  ["10"] = {
    ["id"] = "10",
    ["name"] = "Nature Essence",
    ["essence"] = "!0",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/runecrafting/nature_essence.png",
    ["extraTooltipInfo"] = "Nature Essence can be gathered by foraging and farming."
  },
  ["11"] = {
    ["id"] = "11",
    ["name"] = "Mind Essence",
    ["essence"] = "!0",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/runecrafting/mind_essence.png",
    ["extraTooltipInfo"] = "Mind Essence can be gathered by enchanting and augmenting items."
  },
  ["12"] = {
    ["id"] = "12",
    ["name"] = "Cosmic Essence",
    ["essence"] = "!0",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/runecrafting/cosmic_essence.png",
    ["extraTooltipInfo"] = "Cosmic Essence can be gathered by enchanting or runecrafting."
  },
  ["50"] = {
    ["name"] = "Book",
    ["id"] = "50",
    ["value"] = "500",
    ["tradeable"] = "!0",
    ["heat"] = "50",
    ["isBook"] = "!0",
    ["itemImage"] = "/images/misc/book.png",
    ["extraTooltipInfo"] = "A dusty tome. Perhaps I should read it?",
    ["class"] = "gem",
    ["tags"] = "book,story"
  },
  ["51"] = {
    ["name"] = "Task",
    ["id"] = "51",
    ["tradeable"] = "!1",
    ["isBook"] = "!0",
    ["questItem"] = "!0",
    ["itemImage"] = "/images/misc/task.png",
    ["altItemImage"] = "/images/christmas/wishlist.png",
    ["extraTooltipInfo"] = "Adventure awaits! HUZZAH!",
    ["class"] = "gem",
    ["tags"] = "book,story,misc,quest"
  },
  ["60"] = {
    ["id"] = "60",
    ["name"] = "Raw Shrimp",
    ["level"] = "1",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["experience"] = "5",
    ["isIngredient"] = "!0",
    ["isFish"] = "!0",
    ["itemImage"] = "/images/fishing/raw_shrimp.png",
    ["class"] = "fish",
    ["extraTooltipInfo"] = "S h r i m p",
    ["time"] = "1e4",
    ["tags"] = "ingredient,cooking"
  },
  ["61"] = {
    ["id"] = "61",
    ["name"] = "Raw Anchovy",
    ["level"] = "15",
    ["value"] = "15",
    ["tradeable"] = "!0",
    ["experience"] = "10",
    ["isIngredient"] = "!0",
    ["isFish"] = "!0",
    ["itemImage"] = "/images/fishing/raw_anchovy.png",
    ["class"] = "fish",
    ["extraTooltipInfo"] = "In what scape would these look like blue shrimp?",
    ["time"] = "1e4",
    ["tags"] = "ingredient,cooking"
  },
  ["62"] = {
    ["id"] = "62",
    ["name"] = "Raw Trout",
    ["level"] = "20",
    ["value"] = "25",
    ["tradeable"] = "!0",
    ["experience"] = "25",
    ["isIngredient"] = "!0",
    ["isFish"] = "!0",
    ["itemImage"] = "/images/fishing/raw_trout.png",
    ["class"] = "fish",
    ["extraTooltipInfo"] = "The fisherman's participation award.",
    ["time"] = "1e4",
    ["tags"] = "ingredient,cooking"
  },
  ["63"] = {
    ["id"] = "63",
    ["name"] = "Raw Salmon",
    ["level"] = "35",
    ["value"] = "50",
    ["tradeable"] = "!0",
    ["experience"] = "40",
    ["isIngredient"] = "!0",
    ["isFish"] = "!0",
    ["itemImage"] = "/images/fishing/raw_salmon.png",
    ["class"] = "fish",
    ["extraTooltipInfo"] = "Not going up any rivers anymore.",
    ["time"] = "1e4",
    ["tags"] = "ingredient,cooking"
  },
  ["64"] = {
    ["id"] = "64",
    ["name"] = "Raw Lobster",
    ["level"] = "40",
    ["value"] = "75",
    ["tradeable"] = "!0",
    ["experience"] = "75",
    ["isIngredient"] = "!0",
    ["isFish"] = "!0",
    ["itemImage"] = "/images/fishing/raw_lobster.png",
    ["class"] = "fish",
    ["extraTooltipInfo"] = "Raw Lobster!",
    ["time"] = "1e4",
    ["tags"] = "ingredient,cooking"
  },
  ["65"] = {
    ["id"] = "65",
    ["name"] = "Raw Tuna",
    ["level"] = "50",
    ["value"] = "100",
    ["tradeable"] = "!0",
    ["experience"] = "100",
    ["isIngredient"] = "!0",
    ["isFish"] = "!0",
    ["itemImage"] = "/images/fishing/raw_tuna.png",
    ["class"] = "fish",
    ["extraTooltipInfo"] = "Tuna Tuna Tuna",
    ["time"] = "1e4",
    ["tags"] = "ingredient,cooking"
  },
  ["66"] = {
    ["id"] = "66",
    ["name"] = "Raw Shark",
    ["level"] = "70",
    ["value"] = "125",
    ["tradeable"] = "!0",
    ["experience"] = "125",
    ["isFish"] = "!0",
    ["isIngredient"] = "!0",
    ["itemImage"] = "/images/fishing/raw_shark.png",
    ["class"] = "fish",
    ["extraTooltipInfo"] = "A big toothy fish. It's a fish, right?",
    ["time"] = "1e4",
    ["tags"] = "ingredient,cooking"
  },
  ["67"] = {
    ["id"] = "67",
    ["name"] = "Raw Megalodon",
    ["level"] = "90",
    ["value"] = "350",
    ["tradeable"] = "!0",
    ["experience"] = "175",
    ["isIngredient"] = "!0",
    ["isFish"] = "!0",
    ["itemImage"] = "/images/fishing/raw_megalodon.png",
    ["class"] = "fish",
    ["extraTooltipInfo"] = "A monstrously large shark with incredibly tough meat.",
    ["time"] = "1e4",
    ["tags"] = "ingredient,cooking"
  },
  ["68"] = {
    ["id"] = "68",
    ["name"] = "Raw Ancient Lobster",
    ["level"] = "40",
    ["value"] = "225",
    ["tradeable"] = "!0",
    ["experience"] = "150",
    ["isIngredient"] = "!0",
    ["isFish"] = "!0",
    ["itemImage"] = "/images/fishing/raw_ancient_lobster.png",
    ["class"] = "fish",
    ["extraTooltipInfo"] = "A mean looking and monstrously heavy lobster. It's definitely a lot older than you are.",
    ["time"] = "1e4",
    ["tags"] = "ingredient,cooking"
  },
  ["69"] = {
    ["id"] = "69",
    ["name"] = "Raw Tentacle Meat",
    ["level"] = "40",
    ["value"] = "400",
    ["tradeable"] = "!0",
    ["experience"] = "200",
    ["isIngredient"] = "!0",
    ["isFish"] = "!0",
    ["itemImage"] = "/images/fishing/raw_tentacle_chunk.png",
    ["class"] = "fish",
    ["extraTooltipInfo"] = "A massive chunk of ancient rubbery meat torn from some sort of tentacled monster.",
    ["time"] = "1e4",
    ["tags"] = "ingredient,cooking"
  },
  ["70"] = {
    ["id"] = "70",
    ["name"] = "Raw Huge Tuna",
    ["level"] = "70",
    ["value"] = "150",
    ["tradeable"] = "!0",
    ["experience"] = "150",
    ["isIngredient"] = "!0",
    ["isFish"] = "!0",
    ["itemImage"] = "/images/fishing/raw_huge_tuna.png",
    ["class"] = "fish",
    ["extraTooltipInfo"] = "A huge tuna!",
    ["time"] = "1e4",
    ["tags"] = "ingredient,cooking"
  },
  ["71"] = {
    ["id"] = "71",
    ["name"] = "Seaweed",
    ["tradeable"] = "!0",
    ["value"] = "25",
    ["experience"] = "10",
    ["isIngredient"] = "!0",
    ["itemImage"] = "images/fishing/seaweed.png",
    ["extraTooltipInfo"] = "Smells real bad.",
    ["class"] = "fish",
    ["tags"] = "ingredient,cooking,fishing"
  },
  ["72"] = {
    ["id"] = "72",
    ["name"] = "Raw Magnetic Minnow",
    ["tradeable"] = "!0",
    ["value"] = "150",
    ["experience"] = "50",
    ["isIngredient"] = "!0",
    ["itemImage"] = "images/fishing/raw_minnow.png",
    ["extraTooltipInfo"] = "It didn't even bite the hook, it just got stuck to it.",
    ["class"] = "fish",
    ["tags"] = "ingredient,cooking,fishing"
  },
  ["73"] = {
    ["id"] = "73",
    ["name"] = "Raw Tigerfish",
    ["tradeable"] = "!0",
    ["value"] = "100",
    ["experience"] = "50",
    ["isIngredient"] = "!0",
    ["itemImage"] = "images/fishing/raw_tigerfish.png",
    ["extraTooltipInfo"] = "Mean looking and strong to boot!",
    ["class"] = "fish",
    ["tags"] = "ingredient,cooking,fishing"
  },
  ["74"] = {
    ["id"] = "74",
    ["name"] = "Raw Slippery Eel",
    ["tradeable"] = "!0",
    ["value"] = "125",
    ["experience"] = "75",
    ["isIngredient"] = "!0",
    ["itemImage"] = "images/fishing/raw_eel.png",
    ["extraTooltipInfo"] = "Slippery and oily!",
    ["class"] = "fish",
    ["tags"] = "ingredient,cooking,fishing"
  },
  ["75"] = {
    ["id"] = "75",
    ["name"] = "Raw Great White Shark",
    ["tradeable"] = "!0",
    ["value"] = "150",
    ["experience"] = "125",
    ["isIngredient"] = "!0",
    ["itemImage"] = "images/fishing/raw_greatwhite.png",
    ["extraTooltipInfo"] = "A deadly creature to be sure.",
    ["class"] = "fish",
    ["tags"] = "ingredient,cooking,fishing"
  },
  ["76"] = {
    ["id"] = "76",
    ["name"] = "Raw Hammerhead Shark",
    ["value"] = "150",
    ["tradeable"] = "!0",
    ["experience"] = "125",
    ["isIngredient"] = "!0",
    ["isFish"] = "!0",
    ["itemImage"] = "/images/fishing/raw_hammerhead.png",
    ["extraTooltipInfo"] = "Probably can't actually be used as a hammer.",
    ["class"] = "fish",
    ["time"] = "1e4",
    ["tags"] = "ingredient,cooking"
  },
  ["77"] = {
    ["id"] = "77",
    ["name"] = "Raw Crab",
    ["value"] = "85",
    ["tradeable"] = "!0",
    ["experience"] = "75",
    ["isIngredient"] = "!0",
    ["isFish"] = "!0",
    ["itemImage"] = "/images/fishing/raw_crab.png",
    ["extraTooltipInfo"] = "In some places it's considered less desirable than lobster, but not here.",
    ["class"] = "fish",
    ["time"] = "1e4",
    ["tags"] = "ingredient,cooking"
  },
  ["95"] = {
    ["id"] = "95",
    ["name"] = "Burnt Fish",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/burnt_fish.png",
    ["itemName"] = "Burnt fish",
    ["class"] = "cookedFish",
    ["extraTooltipInfo"] = "The result of an overzealous cook. Perhaps studying this will make you a better cook?",
    ["resourceImage"] = "/images/cooking/burnt_fish.png",
    ["tags"] = "misc"
  },
  ["96"] = {
    ["id"] = "96",
    ["name"] = "Burnt Food",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/burnt_food.png",
    ["itemName"] = "Burnt Food",
    ["class"] = "cookedFish",
    ["extraTooltipInfo"] = "The result of an overzealous cook. Perhaps studying this will make you a better cook?",
    ["resourceImage"] = "/images/cooking/burnt_food.png",
    ["tags"] = "misc"
  },
  ["101"] = {
    ["id"] = "101",
    ["name"] = "Copper Ore",
    ["level"] = "1",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["experience"] = "5",
    ["time"] = "5e3",
    ["itemImage"] = "/images/mining/copper_ore.png",
    ["extraTooltipInfo"] = "Can be smelted into bronze bars with the help of some tin.",
    ["tags"] = "ore,bronze,smithing,mining"
  },
  ["102"] = {
    ["id"] = "102",
    ["name"] = "Tin Ore",
    ["level"] = "1",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["experience"] = "5",
    ["time"] = "5e3",
    ["itemImage"] = "/images/mining/tin_ore.png",
    ["extraTooltipInfo"] = "Can be smelted into bronze bars with the help of some copper.",
    ["tags"] = "ore,bronze,smithing,mining"
  },
  ["103"] = {
    ["id"] = "103",
    ["name"] = "Iron Ore",
    ["level"] = "15",
    ["value"] = "20",
    ["tradeable"] = "!0",
    ["experience"] = "15",
    ["time"] = "15e3",
    ["itemImage"] = "/images/mining/iron_ore.png",
    ["extraTooltipInfo"] = "Can be smelted into the most basic of basic metal bars, iron.",
    ["tags"] = "ore,iron,smithing,mining"
  },
  ["104"] = {
    ["id"] = "104",
    ["name"] = "Gold Ore",
    ["level"] = "30",
    ["value"] = "100",
    ["tradeable"] = "!0",
    ["experience"] = "25",
    ["time"] = "3e4",
    ["itemImage"] = "/images/mining/gold_ore.png",
    ["extraTooltipInfo"] = "A large chunk of gold ready to be smelted into a bar.",
    ["class"] = "ore",
    ["tags"] = "ore,gold,smithing"
  },
  ["105"] = {
    ["id"] = "105",
    ["name"] = "Mithril Ore",
    ["level"] = "50",
    ["value"] = "75",
    ["tradeable"] = "!0",
    ["experience"] = "50",
    ["time"] = "45e3",
    ["itemImage"] = "/images/mining/mithril_ore.png",
    ["extraTooltipInfo"] = "A dark blue tinted and hardy metal that can be smelted into bars.",
    ["class"] = "ore",
    ["tags"] = "ore,mithril,smithing"
  },
  ["106"] = {
    ["id"] = "106",
    ["name"] = "Adamantite Ore",
    ["level"] = "60",
    ["value"] = "100",
    ["tradeable"] = "!0",
    ["experience"] = "75",
    ["time"] = "6e4",
    ["itemImage"] = "/images/mining/adamantite_ore.png",
    ["extraTooltipInfo"] = "A green hued metal most consider nearly worthless that can be smelted into bars.",
    ["class"] = "ore",
    ["tags"] = "ore,adamantite,smithing"
  },
  ["107"] = {
    ["id"] = "107",
    ["name"] = "Runite Ore",
    ["level"] = "85",
    ["value"] = "200",
    ["tradeable"] = "!0",
    ["experience"] = "100",
    ["time"] = "12e4",
    ["itemImage"] = "/images/mining/runite_ore.png",
    ["extraTooltipInfo"] = "One of the hardest naturally occuring metals that may be smelted into tough bars.",
    ["class"] = "ore",
    ["tags"] = "ore,runite,smithing"
  },
  ["108"] = {
    ["id"] = "108",
    ["name"] = "Clay",
    ["level"] = "1",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["experience"] = "1",
    ["time"] = "5e3",
    ["itemImage"] = "/images/mining/clay.png",
    ["extraTooltipInfo"] = "It may not be what plants crave, but you could probably mix this with sand to make fertilizer.",
    ["class"] = "ore",
    ["tags"] = "misc"
  },
  ["109"] = {
    ["id"] = "109",
    ["name"] = "Stone",
    ["level"] = "1",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["experience"] = "1",
    ["time"] = "5e3",
    ["itemImage"] = "/images/mining/stone.png",
    ["extraTooltipInfo"] = "This doesn't seem useful.",
    ["class"] = "ore",
    ["tags"] = "misc"
  },
  ["110"] = {
    ["id"] = "110",
    ["name"] = "Sand",
    ["level"] = "1",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["experience"] = "1",
    ["time"] = "5e3",
    ["itemImage"] = "/images/mining/sand.png",
    ["extraTooltipInfo"] = "Some particularly nutritious sand can be used to create fertilizer, though eating the sand itself doesn't seem like a good idea...",
    ["class"] = "ore",
    ["tags"] = "misc"
  },
  ["111"] = {
    ["id"] = "111",
    ["name"] = "Silver",
    ["level"] = "30",
    ["value"] = "100",
    ["tradeable"] = "!0",
    ["experience"] = "25",
    ["time"] = "5e3",
    ["itemImage"] = "/images/mining/silver.png",
    ["extraTooltipInfo"] = "A great material for channeling magic essence.",
    ["class"] = "ore",
    ["tags"] = "misc,mining"
  },
  ["112"] = {
    ["id"] = "112",
    ["name"] = "Coal",
    ["level"] = "1",
    ["value"] = "20",
    ["tradeable"] = "!0",
    ["experience"] = "10",
    ["time"] = "5e3",
    ["heat"] = "10",
    ["itemImage"] = "/images/mining/coal.png",
    ["extraTooltipInfo"] = "Burn it up to make heat! It's okay, the industrial revolution hasn't happened yet so you're safe from environmental activists.",
    ["class"] = "ore",
    ["tags"] = "misc,mining"
  },
  ["113"] = {
    ["id"] = "113",
    ["name"] = "Rune Slate",
    ["level"] = "1",
    ["value"] = "15",
    ["tradeable"] = "!0",
    ["experience"] = "10",
    ["time"] = "5e3",
    ["itemImage"] = "/images/runecrafting/rune_slate.png",
    ["extraTooltipInfo"] = "A blank magical canvas.",
    ["class"] = "ore",
    ["tags"] = "misc,mining,enchanting,runecrafting"
  },
  ["114"] = {
    ["id"] = "114",
    ["name"] = "Stygian Ore",
    ["level"] = "90",
    ["value"] = "500",
    ["tradeable"] = "!0",
    ["experience"] = "150",
    ["time"] = "5e3",
    ["itemImage"] = "/images/mining/stygian_ore.png",
    ["extraTooltipInfo"] = "An unnaturally glittering ore sourced from the deepest of delves. May be smelted into bars with the aid of ichor.",
    ["class"] = "ore",
    ["tags"] = "ore,stygian,mining,enchanting"
  },
  ["150"] = {
    ["id"] = "150",
    ["name"] = "Fertilizer",
    ["price"] = "1e4",
    ["value"] = "100",
    ["tradeable"] = "!0",
    ["class"] = "seed",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "24",
    ["[110"] = "10",
    ["96"] = "10",
    ["110"] = "10",
    ["95"] = "10",
    ["2014"] = "10",
    ["108"] = "10",
    ["itemImage"] = "/images/farming/fertilizer.png",
    ["extraTooltipInfo"] = "Stinky sack of nutrients. Makes plants grow faster.",
    ["craftingDescription"] = "Stinky sack of nutrients. Makes plants grow faster.",
    ["tags"] = "misc,farming"
  },
  ["151"] = {
    ["id"] = "151",
    ["name"] = "Carrot Seed",
    ["level"] = "1",
    ["value"] = "5",
    ["experience"] = "10",
    ["farmingExperience"] = "30",
    ["time"] = "30",
    ["tradeable"] = "!0",
    ["seedHeight"] = "1",
    ["seedWidth"] = "1",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/600",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/carrot_seed.png",
    ["plantImage"] = "/images/farming/carrot_plant.png",
    ["tags"] = "seed,farming"
  },
  ["152"] = {
    ["id"] = "152",
    ["name"] = "Peppercorn Seed",
    ["level"] = "30",
    ["value"] = "5",
    ["experience"] = "20",
    ["farmingExperience"] = "120",
    ["time"] = "30",
    ["tradeable"] = "!0",
    ["seedHeight"] = "1",
    ["seedWidth"] = "1",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/600",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/peppercorn_seed.png",
    ["plantImage"] = "/images/farming/peppercorn_plant.png",
    ["tags"] = "seed,farming"
  },
  ["153"] = {
    ["id"] = "153",
    ["name"] = "Sugarcane Seed",
    ["level"] = "20",
    ["value"] = "5",
    ["experience"] = "15",
    ["farmingExperience"] = "80",
    ["time"] = "30",
    ["tradeable"] = "!0",
    ["seedHeight"] = "1",
    ["seedWidth"] = "1",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/600",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/sugarcane_seed.png",
    ["plantImage"] = "/images/farming/sugarcane_plant.png",
    ["tags"] = "seed,farming"
  },
  ["154"] = {
    ["id"] = "154",
    ["name"] = "Wheat Seed",
    ["level"] = "8",
    ["value"] = "5",
    ["experience"] = "10",
    ["farmingExperience"] = "50",
    ["time"] = "30",
    ["tradeable"] = "!0",
    ["seedHeight"] = "1",
    ["seedWidth"] = "1",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/600",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/wheat_seed.png",
    ["plantImage"] = "/images/farming/wheat_plant.png",
    ["tags"] = "seed,farming"
  },
  ["155"] = {
    ["id"] = "155",
    ["name"] = "Potato Seed",
    ["level"] = "3",
    ["value"] = "5",
    ["experience"] = "10",
    ["farmingExperience"] = "40",
    ["time"] = "30",
    ["tradeable"] = "!0",
    ["seedHeight"] = "1",
    ["seedWidth"] = "1",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/600",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/potato_seed.png",
    ["plantImage"] = "/images/farming/potato_plant.png",
    ["tags"] = "seed,farming"
  },
  ["156"] = {
    ["id"] = "156",
    ["name"] = "Rice Seed",
    ["level"] = "25",
    ["value"] = "5",
    ["experience"] = "10",
    ["farmingExperience"] = "100",
    ["time"] = "30",
    ["tradeable"] = "!0",
    ["seedHeight"] = "1",
    ["seedWidth"] = "1",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/600",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/rice_seed.png",
    ["plantImage"] = "/images/farming/rice_plant.png",
    ["tags"] = "seed,farming"
  },
  ["157"] = {
    ["id"] = "157",
    ["name"] = "Tomato Seed",
    ["level"] = "12",
    ["value"] = "5",
    ["experience"] = "10",
    ["farmingExperience"] = "60",
    ["time"] = "30",
    ["tradeable"] = "!0",
    ["seedHeight"] = "1",
    ["seedWidth"] = "1",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/600",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/tomato_seed.png",
    ["plantImage"] = "/images/farming/tomato_plant.png",
    ["tags"] = "seed,farming"
  },
  ["158"] = {
    ["id"] = "158",
    ["name"] = "Wildberry Bush Seed",
    ["level"] = "5",
    ["value"] = "5",
    ["experience"] = "10",
    ["farmingExperience"] = "200",
    ["time"] = "60",
    ["tradeable"] = "!0",
    ["seedHeight"] = "1",
    ["seedWidth"] = "2",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/600",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/wildberry_bush_seed.png",
    ["plantImage"] = "/images/farming/wildberry_plant.png",
    ["tags"] = "seed,farming"
  },
  ["159"] = {
    ["id"] = "159",
    ["name"] = "Chili Pepper Seed",
    ["level"] = "20",
    ["value"] = "5",
    ["experience"] = "30",
    ["farmingExperience"] = "90",
    ["time"] = "30",
    ["tradeable"] = "!0",
    ["seedHeight"] = "1",
    ["seedWidth"] = "1",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/600",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/chili_pepper_seed.png",
    ["plantImage"] = "/images/farming/chili_pepper_plant.png",
    ["tags"] = "seed,farming"
  },
  ["160"] = {
    ["id"] = "160",
    ["name"] = "Pumpkin Seed",
    ["level"] = "25",
    ["value"] = "5",
    ["experience"] = "30",
    ["farmingExperience"] = "110",
    ["time"] = "30",
    ["tradeable"] = "!0",
    ["seedHeight"] = "1",
    ["seedWidth"] = "1",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/600",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/pumpkin_seed.png",
    ["plantImage"] = "/images/farming/pumpkin_plant.png",
    ["tags"] = "seed,farming"
  },
  ["161"] = {
    ["id"] = "161",
    ["name"] = "Mushroom Spore",
    ["level"] = "15",
    ["value"] = "5",
    ["experience"] = "10",
    ["farmingExperience"] = "70",
    ["time"] = "30",
    ["tradeable"] = "!0",
    ["seedHeight"] = "1",
    ["seedWidth"] = "1",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/600",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/mushroom_spore.png",
    ["plantImage"] = "/images/farming/mushroom_plant.png",
    ["tags"] = "seed,farming"
  },
  ["170"] = {
    ["id"] = "170",
    ["name"] = "Tree Seed",
    ["level"] = "10",
    ["value"] = "5",
    ["experience"] = "20",
    ["farmingExperience"] = "450",
    ["time"] = "120",
    ["tradeable"] = "!0",
    ["seedHeight"] = "2",
    ["seedWidth"] = "2",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/300",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/tree_seed.png",
    ["plantImage"] = "/images/farming/normal_tree_plant.png",
    ["tags"] = "seed,farming"
  },
  ["171"] = {
    ["id"] = "171",
    ["name"] = "Oak Tree Seed",
    ["level"] = "17",
    ["value"] = "5",
    ["experience"] = "40",
    ["farmingExperience"] = "1250",
    ["time"] = "120",
    ["tradeable"] = "!0",
    ["seedHeight"] = "2",
    ["seedWidth"] = "2",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/300",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/oak_tree_seed.png",
    ["plantImage"] = "/images/farming/oak_tree_plant.png",
    ["tags"] = "seed,farming"
  },
  ["172"] = {
    ["id"] = "172",
    ["name"] = "Willow Tree Seed",
    ["level"] = "20",
    ["value"] = "5",
    ["experience"] = "60",
    ["farmingExperience"] = "1800",
    ["time"] = "120",
    ["tradeable"] = "!0",
    ["seedHeight"] = "2",
    ["seedWidth"] = "2",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/300",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/willow_tree_seed.png",
    ["plantImage"] = "/images/farming/willow_tree_plant.png",
    ["tags"] = "seed,farming"
  },
  ["173"] = {
    ["id"] = "173",
    ["name"] = "Maple Tree Seed",
    ["level"] = "25",
    ["value"] = "5",
    ["experience"] = "80",
    ["farmingExperience"] = "2e3",
    ["time"] = "120",
    ["tradeable"] = "!0",
    ["seedHeight"] = "2",
    ["seedWidth"] = "2",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/300",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/maple_tree_seed.png",
    ["plantImage"] = "/images/farming/maple_tree_plant.png",
    ["tags"] = "seed,farming"
  },
  ["174"] = {
    ["id"] = "174",
    ["name"] = "Yew Tree Seed",
    ["level"] = "35",
    ["value"] = "5",
    ["experience"] = "100",
    ["farmingExperience"] = "2200",
    ["time"] = "120",
    ["tradeable"] = "!0",
    ["seedHeight"] = "2",
    ["seedWidth"] = "2",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/300",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/yew_tree_seed.png",
    ["plantImage"] = "/images/farming/yew_tree_plant.png",
    ["tags"] = "seed,farming"
  },
  ["175"] = {
    ["id"] = "175",
    ["name"] = "Banana Tree Seed",
    ["level"] = "20",
    ["value"] = "5",
    ["experience"] = "25",
    ["farmingExperience"] = "2250",
    ["time"] = "150",
    ["tradeable"] = "!0",
    ["seedHeight"] = "2",
    ["seedWidth"] = "2",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = ".004",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/banana_tree_seed.png",
    ["plantImage"] = "/images/farming/banana_tree_plant.png",
    ["tags"] = "seed,farming"
  },
  ["176"] = {
    ["id"] = "176",
    ["name"] = "Apple Tree Seed",
    ["level"] = "20",
    ["value"] = "5",
    ["experience"] = "25",
    ["farmingExperience"] = "2250",
    ["time"] = "150",
    ["tradeable"] = "!0",
    ["seedHeight"] = "2",
    ["seedWidth"] = "2",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = ".004",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/apple_tree_seed.png",
    ["plantImage"] = "/images/farming/apple_tree_plant.png",
    ["tags"] = "seed,farming"
  },
  ["177"] = {
    ["id"] = "177",
    ["name"] = "Elder Tree Seed",
    ["level"] = "50",
    ["value"] = "100",
    ["experience"] = "50",
    ["farmingExperience"] = "2e4",
    ["time"] = "240",
    ["tradeable"] = "!0",
    ["seedHeight"] = "4",
    ["seedWidth"] = "4",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = ".01",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/elder_tree_seed.png",
    ["extraTooltipInfo"] = "Every type of forest can be traced back to one of these trees.",
    ["plantImage"] = "/images/farming/elder_tree_plant.png",
    ["tags"] = "seed,farming"
  },
  ["180"] = {
    ["id"] = "180",
    ["name"] = "Sageberry Bush Seed",
    ["level"] = "25",
    ["value"] = "5",
    ["experience"] = "25",
    ["farmingExperience"] = "450",
    ["time"] = "60",
    ["tradeable"] = "!0",
    ["seedHeight"] = "1",
    ["seedWidth"] = "2",
    ["[chance"] = "1",
    ["ingredient"] = "185",
    ["min"] = "1",
    ["max"] = "1",
    ["chance"] = "1/300",
    ["class"] = "seed",
    ["itemImage"] = "/images/farming/sageberry_seed.png",
    ["extraTooltipInfo"] = "It may be wise to plant this.",
    ["plantImage"] = "/images/farming/sageberry_bush.png",
    ["tags"] = "seed,farming"
  },
  ["185"] = {
    ["id"] = "185",
    ["name"] = "Mysterious Seed",
    ["level"] = "1",
    ["value"] = "7",
    ["experience"] = "50",
    ["farmingExperience"] = "800",
    ["time"] = "60",
    ["tradeable"] = "!0",
    ["seedHeight"] = "1",
    ["seedWidth"] = "1",
    ["seedMaxHeight"] = "4",
    ["seedMaxWidth"] = "4",
    ["[chance"] = ".005",
    ["ingredient"] = "901",
    ["min"] = "1",
    ["max"] = "10",
    ["chance"] = ".005",
    ["class"] = "seed",
    ["craftingLevel"] = "70",
    ["craftingExperience"] = "6e3",
    ["180"] = "1",
    ["800"] = "100",
    ["craftingDescription"] = "The blessing of life steeped in the ooze of corruption. This will have a random size when created.",
    ["itemImage"] = "/images/farming/mysterious_seed.png",
    ["extraTooltipInfo"] = "Life is not necessarily the opposite of corruption. I wonder what this could grow into?",
    ["category"] = "Rare",
    ["plantImage"] = "/images/farming/mysterious_plant.png",
    ["tags"] = "seed,farming"
  },
  ["201"] = {
    ["id"] = "201",
    ["name"] = "Bronze Bar",
    ["skill"] = "smithing",
    ["level"] = "1",
    ["101"] = "1",
    ["102"] = "1",
    ["2"] = "1",
    ["value"] = "25",
    ["tradeable"] = "!0",
    ["experience"] = "10",
    ["time"] = "6e3",
    ["itemImage"] = "/images/smithing/bronze_bar.png",
    ["loot"] = "201",
    ["class"] = "bar",
    ["extraTooltipInfo"] = "Used as a crafting material.",
    ["tags"] = "bar,mining,smithing"
  },
  ["202"] = {
    ["id"] = "202",
    ["name"] = "Iron Bar",
    ["skill"] = "smithing",
    ["level"] = "15",
    ["103"] = "3",
    ["2"] = "5",
    ["value"] = "100",
    ["tradeable"] = "!0",
    ["experience"] = "100",
    ["time"] = "12e3",
    ["itemImage"] = "/images/smithing/iron_bar.png",
    ["loot"] = "202",
    ["class"] = "bar",
    ["extraTooltipInfo"] = "May be used to craft iron equipment or to augment obsidian gear.",
    ["tags"] = "bar,mining,smithing"
  },
  ["203"] = {
    ["id"] = "203",
    ["name"] = "Gold Bar",
    ["skill"] = "smithing",
    ["level"] = "30",
    ["104"] = "10",
    ["2"] = "20",
    ["value"] = "1500",
    ["tradeable"] = "!0",
    ["experience"] = "100",
    ["time"] = "2e4",
    ["itemImage"] = "/images/smithing/gold_bar.png",
    ["loot"] = "203",
    ["class"] = "bar",
    ["extraTooltipInfo"] = "May be used to craft or augment jewelry. Sadly you aren't authorized to create your own currency.",
    ["tags"] = "bar,mining,smithing"
  },
  ["204"] = {
    ["id"] = "204",
    ["name"] = "Mithril Bar",
    ["skill"] = "smithing",
    ["level"] = "50",
    ["105"] = "5",
    ["2"] = "50",
    ["value"] = "500",
    ["tradeable"] = "!0",
    ["experience"] = "200",
    ["time"] = "3e4",
    ["itemImage"] = "/images/smithing/mithril_bar.png",
    ["loot"] = "204",
    ["class"] = "bar",
    ["extraTooltipInfo"] = "May be used to craft mithril equipment or to augment obsidian gear.",
    ["tags"] = "bar,mining,smithing"
  },
  ["205"] = {
    ["id"] = "205",
    ["name"] = "Adamantite Bar",
    ["skill"] = "smithing",
    ["level"] = "60",
    ["106"] = "10",
    ["2"] = "100",
    ["value"] = "3e3",
    ["tradeable"] = "!0",
    ["experience"] = "300",
    ["time"] = "44e3",
    ["itemImage"] = "/images/smithing/adamantite_bar.png",
    ["loot"] = "205",
    ["class"] = "bar",
    ["extraTooltipInfo"] = "A rather limited, yet hard, metal. May only be used to create Adamantite gear.",
    ["tags"] = "bar,mining,smithing"
  },
  ["206"] = {
    ["id"] = "206",
    ["name"] = "Runite Bar",
    ["skill"] = "smithing",
    ["level"] = "85",
    ["107"] = "15",
    ["2"] = "200",
    ["value"] = "9e3",
    ["tradeable"] = "!0",
    ["experience"] = "1e3",
    ["time"] = "9e4",
    ["itemImage"] = "/images/smithing/runite_bar.png",
    ["loot"] = "206",
    ["class"] = "bar",
    ["extraTooltipInfo"] = "One of the toughest natural metals. May be used to craft Runite equipment.",
    ["tags"] = "bar,mining,smithing"
  },
  ["207"] = {
    ["id"] = "207",
    ["name"] = "Stygian Bar",
    ["skill"] = "smithing",
    ["level"] = "90",
    ["114"] = "25",
    ["800"] = "10",
    ["2"] = "500",
    ["value"] = "12e3",
    ["tradeable"] = "!0",
    ["experience"] = "1500",
    ["time"] = "106e3",
    ["itemImage"] = "/images/smithing/stygian_bar.png",
    ["loot"] = "207",
    ["class"] = "bar",
    ["extraTooltipInfo"] = "An unnaturally tough metal that is almost crystalline in nature. May be used to craft Stygian equipment.",
    ["tags"] = "bar,mining,smithing"
  },
  ["301"] = {
    ["id"] = "301",
    ["name"] = "Branch",
    ["level"] = "1",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["heat"] = "1",
    ["experience"] = "1",
    ["time"] = "2e3",
    ["itemImage"] = "/images/foraging/branch.png",
    ["nodeName"] = "Bush",
    ["loot"] = "301",
    ["nodeImage"] = "/images/foraging/bush.png",
    ["class"] = "log",
    ["extraTooltipInfo"] = "Used as a crafting material or turned into heat.",
    ["tags"] = "wood,foraging"
  },
  ["302"] = {
    ["id"] = "302",
    ["name"] = "Log",
    ["level"] = "5",
    ["value"] = "3",
    ["tradeable"] = "!0",
    ["heat"] = "5",
    ["experience"] = "20",
    ["craftingExperience"] = "12",
    ["time"] = "5e3",
    ["craftingLevel"] = "1",
    ["301"] = "20",
    ["itemImage"] = "/images/foraging/log.png",
    ["loot"] = "302",
    ["craftingDescription"] = "Combine your branches to craft one log",
    ["class"] = "log",
    ["extraTooltipInfo"] = "Used as a crafting material or turned into heat.",
    ["category"] = "Logs",
    ["tags"] = "wood,foraging"
  },
  ["303"] = {
    ["id"] = "303",
    ["name"] = "Oak Log",
    ["level"] = "10",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["heat"] = "10",
    ["experience"] = "40",
    ["time"] = "1e4",
    ["itemImage"] = "/images/foraging/oak_log.png",
    ["loot"] = "303",
    ["class"] = "log",
    ["extraTooltipInfo"] = "Used as a crafting material or turned into heat.",
    ["tags"] = "wood,foraging"
  },
  ["304"] = {
    ["id"] = "304",
    ["name"] = "Willow Log",
    ["level"] = "30",
    ["value"] = "20",
    ["tradeable"] = "!0",
    ["heat"] = "20",
    ["experience"] = "60",
    ["time"] = "15e3",
    ["itemImage"] = "/images/foraging/willow_log.png",
    ["loot"] = "304",
    ["class"] = "log",
    ["extraTooltipInfo"] = "Used as a crafting material or turned into heat.",
    ["tags"] = "wood,foraging"
  },
  ["305"] = {
    ["id"] = "305",
    ["name"] = "Maple Log",
    ["level"] = "45",
    ["value"] = "40",
    ["tradeable"] = "!0",
    ["heat"] = "70",
    ["experience"] = "80",
    ["time"] = "25e3",
    ["itemImage"] = "/images/foraging/maple_log.png",
    ["loot"] = "305",
    ["class"] = "log",
    ["extraTooltipInfo"] = "Used as a crafting material or turned into heat.",
    ["tags"] = "wood,foraging"
  },
  ["306"] = {
    ["id"] = "306",
    ["name"] = "Yew Log",
    ["level"] = "60",
    ["value"] = "100",
    ["tradeable"] = "!0",
    ["heat"] = "200",
    ["experience"] = "100",
    ["time"] = "6e4",
    ["itemImage"] = "/images/foraging/yew_log.png",
    ["loot"] = "306",
    ["class"] = "log",
    ["extraTooltipInfo"] = "Used as a crafting material or turned into heat.",
    ["tags"] = "wood,foraging"
  },
  ["400"] = {
    ["id"] = "400",
    ["name"] = "Sapphire",
    ["value"] = "1e3",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/mining/sapphire.png",
    ["class"] = "gem",
    ["extraTooltipInfo"] = "An inexpensive blue gem that may be used for crafting.",
    ["tags"] = "gem"
  },
  ["401"] = {
    ["id"] = "401",
    ["name"] = "Emerald",
    ["value"] = "2e3",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/mining/emerald.png",
    ["class"] = "gem",
    ["extraTooltipInfo"] = "An inexpensive green gem that may be used for crafting.",
    ["tags"] = "gem"
  },
  ["402"] = {
    ["id"] = "402",
    ["name"] = "Ruby",
    ["value"] = "5e3",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/mining/ruby.png",
    ["class"] = "gem",
    ["extraTooltipInfo"] = "An uncommon red gem that may be used for crafting.",
    ["tags"] = "gem"
  },
  ["403"] = {
    ["id"] = "403",
    ["name"] = "Diamond",
    ["value"] = "1e4",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/mining/diamond.png",
    ["class"] = "gem",
    ["extraTooltipInfo"] = "An uncommon gem that may be used for crafting.",
    ["tags"] = "gem"
  },
  ["404"] = {
    ["id"] = "404",
    ["name"] = "Black Opal",
    ["value"] = "5e4",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/mining/black_opal.png",
    ["class"] = "gem",
    ["extraTooltipInfo"] = "A rare black gem that may be used for crafting. It is said that you can see the whole universe inside of one of these.",
    ["tags"] = "gem"
  },
  ["500"] = {
    ["id"] = "500",
    ["name"] = "Air Talisman",
    ["talisman"] = "!0",
    ["tradeable"] = "!0",
    ["value"] = "2e4",
    ["itemImage"] = "/images/runecrafting/air_talisman.png",
    ["extraTooltipInfo"] = "A magical talisman that can be consumed to strengthen your link to air magic.",
    ["class"] = "rune",
    ["tags"] = "talisman,essence"
  },
  ["501"] = {
    ["id"] = "501",
    ["name"] = "Earth Talisman",
    ["talisman"] = "!0",
    ["tradeable"] = "!0",
    ["value"] = "2e4",
    ["itemImage"] = "/images/runecrafting/earth_talisman.png",
    ["extraTooltipInfo"] = "A magical talisman that can be consumed to strengthen your link to earth magic.",
    ["class"] = "rune",
    ["tags"] = "talisman,essence"
  },
  ["502"] = {
    ["id"] = "502",
    ["name"] = "Fire Talisman",
    ["talisman"] = "!0",
    ["tradeable"] = "!0",
    ["value"] = "2e4",
    ["itemImage"] = "/images/runecrafting/fire_talisman.png",
    ["extraTooltipInfo"] = "A magical talisman that can be consumed to strengthen your link to fire magic.",
    ["class"] = "rune",
    ["tags"] = "talisman,essence"
  },
  ["503"] = {
    ["id"] = "503",
    ["name"] = "Water Talisman",
    ["talisman"] = "!0",
    ["tradeable"] = "!0",
    ["value"] = "2e4",
    ["itemImage"] = "/images/runecrafting/water_talisman.png",
    ["extraTooltipInfo"] = "A magical talisman that can be consumed to strengthen your link to water magic.",
    ["class"] = "rune",
    ["tags"] = "talisman,essence"
  },
  ["504"] = {
    ["id"] = "504",
    ["name"] = "Blood Talisman",
    ["talisman"] = "!0",
    ["tradeable"] = "!0",
    ["value"] = "2e4",
    ["itemImage"] = "/images/runecrafting/blood_talisman.png",
    ["extraTooltipInfo"] = "A magical talisman that can be consumed to strengthen your link to blood magic.",
    ["class"] = "rune",
    ["tags"] = "talisman,essence"
  },
  ["505"] = {
    ["id"] = "505",
    ["name"] = "Death Talisman",
    ["talisman"] = "!0",
    ["tradeable"] = "!0",
    ["value"] = "2e4",
    ["itemImage"] = "/images/runecrafting/death_talisman.png",
    ["extraTooltipInfo"] = "A magical talisman that can be consumed to strengthen your link to death magic.",
    ["class"] = "rune",
    ["tags"] = "talisman,essence"
  },
  ["506"] = {
    ["id"] = "506",
    ["name"] = "Chaos Talisman",
    ["talisman"] = "!0",
    ["tradeable"] = "!0",
    ["value"] = "2e4",
    ["itemImage"] = "/images/runecrafting/chaos_talisman.png",
    ["extraTooltipInfo"] = "A magical talisman that can be consumed to strengthen your link to chaos magic.",
    ["class"] = "rune",
    ["tags"] = "talisman,essence"
  },
  ["507"] = {
    ["id"] = "507",
    ["name"] = "Nature Talisman",
    ["talisman"] = "!0",
    ["tradeable"] = "!0",
    ["value"] = "2e4",
    ["itemImage"] = "/images/runecrafting/nature_talisman.png",
    ["extraTooltipInfo"] = "A magical talisman that can be consumed to strengthen your link to nature magic.",
    ["class"] = "rune",
    ["tags"] = "talisman,essence"
  },
  ["508"] = {
    ["id"] = "508",
    ["name"] = "Mind Talisman",
    ["talisman"] = "!0",
    ["tradeable"] = "!0",
    ["value"] = "2e4",
    ["itemImage"] = "/images/runecrafting/mind_talisman.png",
    ["extraTooltipInfo"] = "A magical talisman that can be consumed to strengthen your link to mind magic.",
    ["class"] = "rune",
    ["tags"] = "talisman,essence"
  },
  ["509"] = {
    ["id"] = "509",
    ["name"] = "Cosmic Talisman",
    ["talisman"] = "!0",
    ["tradeable"] = "!0",
    ["value"] = "2e4",
    ["itemImage"] = "/images/runecrafting/cosmic_talisman.png",
    ["extraTooltipInfo"] = "A magical talisman that can be consumed to strengthen your link to cosmic magic.",
    ["class"] = "rune",
    ["tags"] = "talisman,essence"
  },
  ["510"] = {
    ["name"] = "Air Rune",
    ["id"] = "510",
    ["3"] = "400",
    ["113"] = "1",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["time"] = "5e3",
    ["itemImage"] = "/images/runecrafting/air_rune.png",
    ["extraTooltipInfo"] = "A slate imbued with magic essence. Often needed to perform magic.",
    ["class"] = "rune",
    ["tags"] = "rune,runecrafting"
  },
  ["511"] = {
    ["name"] = "Earth Rune",
    ["id"] = "511",
    ["4"] = "400",
    ["113"] = "1",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["time"] = "5e3",
    ["itemImage"] = "/images/runecrafting/earth_rune.png",
    ["extraTooltipInfo"] = "A slate imbued with magic essence. Often needed to perform magic.",
    ["class"] = "rune",
    ["tags"] = "rune,runecrafting"
  },
  ["512"] = {
    ["name"] = "Fire Rune",
    ["id"] = "512",
    ["5"] = "400",
    ["113"] = "1",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["time"] = "5e3",
    ["itemImage"] = "/images/runecrafting/fire_rune.png",
    ["extraTooltipInfo"] = "A slate imbued with magic essence. Often needed to perform magic.",
    ["class"] = "rune",
    ["tags"] = "rune,runecrafting"
  },
  ["513"] = {
    ["name"] = "Water Rune",
    ["id"] = "513",
    ["6"] = "400",
    ["113"] = "1",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["time"] = "5e3",
    ["itemImage"] = "/images/runecrafting/water_rune.png",
    ["extraTooltipInfo"] = "A slate imbued with magic essence. Often needed to perform magic.",
    ["class"] = "rune",
    ["tags"] = "rune,runecrafting"
  },
  ["514"] = {
    ["name"] = "Blood Rune",
    ["id"] = "514",
    ["7"] = "400",
    ["113"] = "1",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["time"] = "5e3",
    ["itemImage"] = "/images/runecrafting/blood_rune.png",
    ["extraTooltipInfo"] = "A slate imbued with magic essence. Often needed to perform magic.",
    ["class"] = "rune",
    ["tags"] = "rune,runecrafting"
  },
  ["515"] = {
    ["name"] = "Death Rune",
    ["id"] = "515",
    ["8"] = "400",
    ["113"] = "1",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["time"] = "5e3",
    ["itemImage"] = "/images/runecrafting/death_rune.png",
    ["extraTooltipInfo"] = "A slate imbued with magic essence. Often needed to perform magic.",
    ["class"] = "rune",
    ["tags"] = "rune,runecrafting"
  },
  ["516"] = {
    ["name"] = "Chaos Rune",
    ["id"] = "516",
    ["9"] = "400",
    ["113"] = "1",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["time"] = "5e3",
    ["itemImage"] = "/images/runecrafting/chaos_rune.png",
    ["extraTooltipInfo"] = "A slate imbued with magic essence. Often needed to perform magic.",
    ["class"] = "rune",
    ["tags"] = "rune,runecrafting"
  },
  ["517"] = {
    ["name"] = "Nature Rune",
    ["id"] = "517",
    ["10"] = "400",
    ["113"] = "1",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["time"] = "5e3",
    ["itemImage"] = "/images/runecrafting/nature_rune.png",
    ["extraTooltipInfo"] = "A slate imbued with magic essence. Often needed to perform magic.",
    ["class"] = "rune",
    ["tags"] = "rune,runecrafting"
  },
  ["518"] = {
    ["name"] = "Mind Rune",
    ["activeMessage"] = "Crafting mind runes",
    ["id"] = "518",
    ["11"] = "400",
    ["113"] = "1",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["time"] = "5e3",
    ["itemImage"] = "/images/runecrafting/mind_rune.png",
    ["extraTooltipInfo"] = "A slate imbued with magic essence. Often needed to perform magic.",
    ["class"] = "rune",
    ["actionButton"] = "Craft",
    ["tags"] = "rune,runecrafting"
  },
  ["519"] = {
    ["name"] = "Cosmic Rune",
    ["id"] = "519",
    ["12"] = "400",
    ["113"] = "1",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["time"] = "5e3",
    ["itemImage"] = "/images/runecrafting/cosmic_rune.png",
    ["extraTooltipInfo"] = "A slate imbued with magic essence. Often needed to perform magic.",
    ["class"] = "rune",
    ["tags"] = "rune,runecrafting"
  },
  ["600"] = {
    ["id"] = "600",
    ["slot"] = "pickaxe",
    ["name"] = "Bronze Pickaxe",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "1",
    ["201"] = "40",
    ["302"] = "20",
    ["craftingExperience"] = "156",
    ["craftingLevel"] = "2",
    ["mining"] = "1",
    ["itemImage"] = "/images/mining/bronze_pickaxe.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 10 to your mining level when determining speed.",
    ["extraTooltipInfo"] = "Adds 10 to your mining level when determining speed.",
    ["category"] = "Bronze",
    ["enchantable"] = "!0",
    ["Mining Skill"] = "",
    ["tags"] = "tool,bronze,mining"
  },
  ["601"] = {
    ["id"] = "601",
    ["slot"] = "pickaxe",
    ["name"] = "Iron Pickaxe",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "2",
    ["202"] = "75",
    ["303"] = "35",
    ["craftingExperience"] = "576",
    ["craftingLevel"] = "16",
    ["mining"] = "10",
    ["itemImage"] = "/images/mining/iron_pickaxe.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 20 to your mining level when determining speed.",
    ["extraTooltipInfo"] = "Adds 20 to your mining level when determining speed.",
    ["category"] = "Iron",
    ["enchantable"] = "!0",
    ["Mining Skill"] = "",
    ["tags"] = "tool,iron,mining"
  },
  ["602"] = {
    ["id"] = "602",
    ["slot"] = "pickaxe",
    ["name"] = "Mithril Pickaxe",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "3",
    ["204"] = "130",
    ["304"] = "65",
    ["craftingExperience"] = "3471",
    ["craftingLevel"] = "31",
    ["mining"] = "30",
    ["itemImage"] = "/images/mining/mithril_pickaxe.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 30 to your mining level when determining speed.",
    ["extraTooltipInfo"] = "Adds 30 to your mining level when determining speed.",
    ["category"] = "Mithril",
    ["enchantable"] = "!0",
    ["Mining Skill"] = "",
    ["tags"] = "tool,mithril,mining"
  },
  ["603"] = {
    ["id"] = "603",
    ["slot"] = "pickaxe",
    ["name"] = "Adamantite Pickaxe",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "4",
    ["205"] = "200",
    ["305"] = "100",
    ["craftingExperience"] = "10320",
    ["craftingLevel"] = "51",
    ["mining"] = "40",
    ["itemImage"] = "/images/mining/adamantite_pickaxe.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 40 to your mining level when determining speed.",
    ["extraTooltipInfo"] = "Adds 40 to your mining level when determining speed.",
    ["category"] = "Adamantite",
    ["enchantable"] = "!0",
    ["Mining Skill"] = "",
    ["tags"] = "tool,adamantite,mining"
  },
  ["604"] = {
    ["id"] = "604",
    ["slot"] = "pickaxe",
    ["name"] = "Runite Pickaxe",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "5",
    ["206"] = "27",
    ["306"] = "14",
    ["craftingExperience"] = "27135",
    ["craftingLevel"] = "71",
    ["mining"] = "50",
    ["itemImage"] = "/images/mining/rune_pickaxe.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 50 to your mining level when determining speed.",
    ["extraTooltipInfo"] = "Adds 50 to your mining level when determining speed.",
    ["category"] = "Runite",
    ["enchantable"] = "!0",
    ["Mining Skill"] = "",
    ["tags"] = "tool,runite,mining"
  },
  ["605"] = {
    ["id"] = "605",
    ["slot"] = "pickaxe",
    ["name"] = "Stygian Pickaxe",
    ["value"] = "3",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "6",
    ["207"] = "35",
    ["800"] = "20",
    ["craftingExperience"] = "75600",
    ["craftingLevel"] = "90",
    ["mining"] = "60",
    ["itemImage"] = "/images/mining/stygian_pickaxe.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 60 to your mining level when determining speed.",
    ["extraTooltipInfo"] = "Adds 60 to your mining level when determining speed.",
    ["category"] = "Stygian",
    ["enchantable"] = "!0",
    ["Mining Skill"] = "",
    ["tags"] = "tool,stygian,mining"
  },
  ["610"] = {
    ["id"] = "610",
    ["slot"] = "hatchet",
    ["name"] = "Bronze Hatchet",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "1",
    ["201"] = "4",
    ["302"] = "2",
    ["craftingExperience"] = "156",
    ["craftingLevel"] = "2",
    ["foraging"] = "1",
    ["itemImage"] = "/images/foraging/bronze_hatchet.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 10 to your foraging level when determining speed.",
    ["extraTooltipInfo"] = "Adds 10 to your foraging level when determining speed.",
    ["category"] = "Bronze",
    ["enchantable"] = "!0",
    ["Foraging Skill"] = "",
    ["tags"] = "tool,bronze,foraging"
  },
  ["611"] = {
    ["id"] = "611",
    ["slot"] = "hatchet",
    ["name"] = "Iron Hatchet",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "2",
    ["202"] = "8",
    ["303"] = "4",
    ["craftingExperience"] = "576",
    ["craftingLevel"] = "16",
    ["foraging"] = "10",
    ["itemImage"] = "/images/foraging/iron_hatchet.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 20 to your foraging level when determining speed.",
    ["extraTooltipInfo"] = "Adds 20 to your foraging level when determining speed.",
    ["category"] = "Iron",
    ["enchantable"] = "!0",
    ["Foraging Skill"] = "",
    ["tags"] = "tool,iron,foraging"
  },
  ["612"] = {
    ["id"] = "612",
    ["slot"] = "hatchet",
    ["name"] = "Mithril Hatchet",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "3",
    ["204"] = "13",
    ["304"] = "7",
    ["craftingExperience"] = "3471",
    ["craftingLevel"] = "31",
    ["foraging"] = "30",
    ["itemImage"] = "/images/foraging/mithril_hatchet.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 30 to your foraging level when determining speed.",
    ["extraTooltipInfo"] = "Adds 30 to your foraging level when determining speed.",
    ["category"] = "Mithril",
    ["enchantable"] = "!0",
    ["Foraging Skill"] = "",
    ["tags"] = "tool,mithril,foraging"
  },
  ["613"] = {
    ["id"] = "613",
    ["slot"] = "hatchet",
    ["name"] = "Adamantite Hatchet",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "4",
    ["205"] = "20",
    ["305"] = "10",
    ["craftingExperience"] = "10320",
    ["craftingLevel"] = "51",
    ["foraging"] = "40",
    ["itemImage"] = "/images/foraging/adamantite_hatchet.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 40 to your foraging level when determining speed.",
    ["extraTooltipInfo"] = "Adds 40 to your foraging level when determining speed.",
    ["category"] = "Adamantite",
    ["enchantable"] = "!0",
    ["Foraging Skill"] = "",
    ["tags"] = "tool,adamantite,foraging"
  },
  ["614"] = {
    ["id"] = "614",
    ["slot"] = "hatchet",
    ["name"] = "Runite Hatchet",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "5",
    ["206"] = "27",
    ["306"] = "14",
    ["craftingExperience"] = "27135",
    ["craftingLevel"] = "71",
    ["foraging"] = "50",
    ["itemImage"] = "/images/foraging/rune_hatchet.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 50 to your foraging level when determining speed.",
    ["extraTooltipInfo"] = "Adds 50 to your foraging level when determining speed.",
    ["category"] = "Runite",
    ["enchantable"] = "!0",
    ["Foraging Skill"] = "",
    ["tags"] = "tool,runite,foraging"
  },
  ["615"] = {
    ["id"] = "615",
    ["slot"] = "hatchet",
    ["name"] = "Stygian Hatchet",
    ["value"] = "3",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "6",
    ["207"] = "35",
    ["800"] = "20",
    ["craftingExperience"] = "75600",
    ["craftingLevel"] = "90",
    ["foraging"] = "60",
    ["itemImage"] = "/images/foraging/stygian_hatchet.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 60 to your foraging level when determining speed.",
    ["extraTooltipInfo"] = "Adds 60 to your foraging level when determining speed.",
    ["category"] = "Stygian",
    ["enchantable"] = "!0",
    ["Foraging Skill"] = "",
    ["tags"] = "tool,stygian,foraging"
  },
  ["620"] = {
    ["id"] = "620",
    ["slot"] = "ring",
    ["name"] = "Sapphire Ring",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "1",
    ["203"] = "50",
    ["400"] = "1",
    ["640"] = "1",
    ["craftingExperience"] = "1920",
    ["craftingLevel"] = "5",
    ["itemImage"] = "/images/jewellery/sapphire_ring.png",
    ["class"] = "equipment",
    ["craftingDescription"] = "A ring capable of holding weak enchantments.",
    ["extraTooltipInfo"] = "A ring capable of holding weak enchantments.",
    ["category"] = "Gold",
    ["enchantable"] = "!0",
    ["Attack (Accuracy)"] = "",
    ["tags"] = "jewelry"
  },
  ["621"] = {
    ["id"] = "621",
    ["slot"] = "necklace",
    ["name"] = "Sapphire Necklace",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "1",
    ["203"] = "50",
    ["400"] = "1",
    ["641"] = "1",
    ["craftingExperience"] = "1920",
    ["craftingLevel"] = "5",
    ["itemImage"] = "/images/jewellery/sapphire_necklace.png",
    ["class"] = "equipment",
    ["craftingDescription"] = "A necklace capable of holding weak enchantments.",
    ["extraTooltipInfo"] = "A necklace capable of holding weak enchantments.",
    ["category"] = "Gold",
    ["enchantable"] = "!0",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "jewelry"
  },
  ["622"] = {
    ["id"] = "622",
    ["slot"] = "ring",
    ["name"] = "Emerald Ring",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "2",
    ["203"] = "50",
    ["401"] = "1",
    ["640"] = "1",
    ["craftingExperience"] = "3120",
    ["craftingLevel"] = "10",
    ["itemImage"] = "/images/jewellery/emerald_ring.png",
    ["class"] = "equipment",
    ["craftingDescription"] = "A ring capable of holding moderate enchantments.",
    ["extraTooltipInfo"] = "A ring capable of holding moderate enchantments.",
    ["category"] = "Gold",
    ["enchantable"] = "!0",
    ["Attack (Accuracy)"] = "",
    ["tags"] = "jewelry"
  },
  ["623"] = {
    ["id"] = "623",
    ["slot"] = "necklace",
    ["name"] = "Emerald Necklace",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "2",
    ["203"] = "50",
    ["401"] = "1",
    ["641"] = "1",
    ["craftingExperience"] = "3120",
    ["craftingLevel"] = "10",
    ["itemImage"] = "/images/jewellery/emerald_necklace.png",
    ["class"] = "equipment",
    ["craftingDescription"] = "A necklace capable of holding moderate enchantments.",
    ["extraTooltipInfo"] = "A necklace capable of holding moderate enchantments.",
    ["category"] = "Gold",
    ["enchantable"] = "!0",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "jewelry"
  },
  ["624"] = {
    ["id"] = "624",
    ["slot"] = "ring",
    ["name"] = "Ruby Ring",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "3",
    ["203"] = "50",
    ["402"] = "1",
    ["640"] = "1",
    ["craftingExperience"] = "4320",
    ["craftingLevel"] = "25",
    ["itemImage"] = "/images/jewellery/ruby_ring.png",
    ["class"] = "equipment",
    ["craftingDescription"] = "A ring capable of holding decent enchantments.",
    ["extraTooltipInfo"] = "A ring capable of holding decent enchantments.",
    ["category"] = "Gold",
    ["enchantable"] = "!0",
    ["Attack (Accuracy)"] = "",
    ["tags"] = "jewelry"
  },
  ["625"] = {
    ["id"] = "625",
    ["slot"] = "necklace",
    ["name"] = "Ruby Necklace",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "3",
    ["203"] = "50",
    ["402"] = "1",
    ["641"] = "1",
    ["craftingExperience"] = "4320",
    ["craftingLevel"] = "25",
    ["itemImage"] = "/images/jewellery/ruby_necklace.png",
    ["class"] = "equipment",
    ["craftingDescription"] = "A necklace capable of holding decent enchantments.",
    ["extraTooltipInfo"] = "A necklace capable of holding decent enchantments.",
    ["category"] = "Gold",
    ["enchantable"] = "!0",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "jewelry"
  },
  ["626"] = {
    ["id"] = "626",
    ["slot"] = "ring",
    ["name"] = "Diamond Ring",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "4",
    ["203"] = "50",
    ["403"] = "1",
    ["640"] = "1",
    ["craftingExperience"] = "5520",
    ["craftingLevel"] = "50",
    ["itemImage"] = "/images/jewellery/diamond_ring.png",
    ["class"] = "equipment",
    ["craftingDescription"] = "A ring capable of holding strong enchantments.",
    ["extraTooltipInfo"] = "A ring capable of holding strong enchantments.",
    ["category"] = "Gold",
    ["enchantable"] = "!0",
    ["Attack (Accuracy)"] = "",
    ["tags"] = "jewelry"
  },
  ["627"] = {
    ["id"] = "627",
    ["slot"] = "necklace",
    ["name"] = "Diamond Necklace",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "4",
    ["203"] = "50",
    ["403"] = "1",
    ["641"] = "1",
    ["craftingExperience"] = "5520",
    ["craftingLevel"] = "50",
    ["itemImage"] = "/images/jewellery/diamond_necklace.png",
    ["class"] = "equipment",
    ["craftingDescription"] = "A necklace capable of holding strong enchantments.",
    ["extraTooltipInfo"] = "A necklace capable of holding strong enchantments.",
    ["category"] = "Gold",
    ["enchantable"] = "!0",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "jewelry"
  },
  ["628"] = {
    ["id"] = "628",
    ["slot"] = "necklace",
    ["name"] = "Prismatic Necklace",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "6",
    ["203"] = "100",
    ["400"] = "1",
    ["401"] = "1",
    ["402"] = "1",
    ["403"] = "1",
    ["404"] = "1",
    ["craftingExperience"] = "12e4",
    ["craftingLevel"] = "60",
    ["itemImage"] = "/images/jewellery/prismatic_necklace.png",
    ["extraTooltipInfo"] = "A necklace capable of holding extraordinary enchantments.",
    ["class"] = "equipment",
    ["enchantable"] = "!0",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "jewelry"
  },
  ["629"] = {
    ["id"] = "629",
    ["slot"] = "ring",
    ["name"] = "Prismatic Ring",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "6",
    ["203"] = "500",
    ["400"] = "1",
    ["401"] = "1",
    ["402"] = "1",
    ["403"] = "1",
    ["craftingExperience"] = "12e4",
    ["craftingLevel"] = "60",
    ["itemImage"] = "/images/jewellery/prismatic_ring.png",
    ["extraTooltipInfo"] = "A ring capable of holding extraordinary enchantments.",
    ["class"] = "equipment",
    ["enchantable"] = "!0",
    ["Attack (Accuracy)"] = "",
    ["tags"] = "jewelry"
  },
  ["630"] = {
    ["id"] = "630",
    ["slot"] = "ring",
    ["name"] = "Black Opal Ring",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "5",
    ["203"] = "50",
    ["404"] = "1",
    ["640"] = "1",
    ["craftingExperience"] = "6720",
    ["craftingLevel"] = "60",
    ["itemImage"] = "/images/jewellery/black_opal_ring.png",
    ["class"] = "equipment",
    ["craftingDescription"] = "A ring capable of holding powerful enchantments.",
    ["extraTooltipInfo"] = "A ring capable of holding powerful enchantments.",
    ["category"] = "Gold",
    ["enchantable"] = "!0",
    ["Attack (Accuracy)"] = "",
    ["tags"] = "jewelry"
  },
  ["631"] = {
    ["id"] = "631",
    ["slot"] = "necklace",
    ["name"] = "Black Opal Necklace",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "5",
    ["203"] = "50",
    ["404"] = "1",
    ["641"] = "1",
    ["craftingExperience"] = "6720",
    ["craftingLevel"] = "60",
    ["itemImage"] = "/images/jewellery/black_opal_necklace.png",
    ["class"] = "equipment",
    ["craftingDescription"] = "A necklace capable of holding powerful enchantments.",
    ["extraTooltipInfo"] = "A necklace capable of holding powerful enchantments.",
    ["category"] = "Gold",
    ["enchantable"] = "!0",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "jewelry"
  },
  ["640"] = {
    ["id"] = "640",
    ["slot"] = "ring",
    ["name"] = "Gold Ring",
    ["value"] = "1e5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "0",
    ["203"] = "100",
    ["craftingExperience"] = "1200",
    ["craftingLevel"] = "1",
    ["itemImage"] = "/images/jewellery/gold_ring.png",
    ["class"] = "equipment",
    ["craftingDescription"] = "An ordinary ring with no special properties.",
    ["category"] = "Gold",
    ["tags"] = "jewelry"
  },
  ["641"] = {
    ["id"] = "641",
    ["slot"] = "necklace",
    ["name"] = "Gold Necklace",
    ["value"] = "1e5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "0",
    ["203"] = "100",
    ["craftingExperience"] = "1200",
    ["craftingLevel"] = "1",
    ["itemImage"] = "/images/jewellery/gold_necklace.png",
    ["class"] = "equipment",
    ["craftingDescription"] = "An ordinary necklace with no special properties.",
    ["category"] = "Gold",
    ["tags"] = "jewelry"
  },
  ["642"] = {
    ["id"] = "642",
    ["slot"] = "ring",
    ["name"] = "Corrupted Ring",
    ["value"] = ".5",
    ["tradeable"] = "!1",
    ["enchantmentTier"] = "3",
    ["203"] = "50",
    ["1544"] = "1",
    ["401"] = "5",
    ["404"] = "2",
    ["craftingExperience"] = "21480",
    ["craftingLevel"] = "55",
    ["forcedEnchant"] = "43",
    ["forcedEnchantAmount"] = "3",
    ["overwriteEnchant"] = "!1",
    ["accuracy"] = "0",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["melee"] = "5",
    ["itemImage"] = "/images/jewellery/corrupted_ring.png",
    ["class"] = "equipment",
    ["craftingDescription"] = "None are incorruptible. Succumb to the hunger. Once crafted the Corruption enchant will be applied to the ring.",
    ["extraTooltipInfo"] = "None are incorruptible. Succumb to the hunger.",
    ["category"] = "Gold",
    ["Strength (Melee)"] = "",
    ["tags"] = "jewelry"
  },
  ["643"] = {
    ["id"] = "643",
    ["slot"] = "necklace",
    ["name"] = "Ancient Nature Amulet",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "3",
    ["10"] = "5e3",
    ["517"] = "50",
    ["507"] = "1",
    ["accuracy"] = "0",
    ["stab"] = "5",
    ["slash"] = "5",
    ["crush"] = "5",
    ["magic"] = "0",
    ["range"] = "0",
    ["melee"] = "0",
    ["enchantmentOverrideSlot"] = "combat-talisman",
    ["forcedEnchant"] = "44",
    ["forcedEnchantAmount"] = "4",
    ["relatedAbility"] = "27",
    ["itemImage"] = "/images/jewellery/ancient_nature_talisman.png",
    ["class"] = "equipment",
    ["extraTooltipInfo"] = "An ancient energy keeps you from attempting to absorb the talisman.",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "jewelry,equipment"
  },
  ["644"] = {
    ["id"] = "644",
    ["slot"] = "necklace",
    ["name"] = "Ancient Fire Amulet",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "1",
    ["5"] = "5e3",
    ["512"] = "50",
    ["502"] = "1",
    ["accuracy"] = "10",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["melee"] = "3",
    ["enchantmentOverrideSlot"] = "combat-talisman",
    ["forcedEnchant"] = "45",
    ["forcedEnchantAmount"] = "1",
    ["relatedAbility"] = "31",
    ["itemImage"] = "/images/jewellery/ancient_fire_talisman.png",
    ["class"] = "equipment",
    ["extraTooltipInfo"] = "An ancient energy keeps you from attempting to absorb the talisman. With this you could wield an aspect of flame.",
    ["Strength (Melee)"] = "",
    ["Attack (Accuracy)"] = "",
    ["tags"] = "jewelry,equipment"
  },
  ["660"] = {
    ["id"] = "660",
    ["slot"] = "hoe",
    ["name"] = "Bronze Hoe",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "1",
    ["201"] = "4",
    ["302"] = "2",
    ["craftingExperience"] = "156",
    ["craftingLevel"] = "2",
    ["farming"] = "1",
    ["itemImage"] = "/images/farming/bronze_hoe.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 10 to your farming level when determining plant yield.",
    ["extraTooltipInfo"] = "Adds 10 to your farming level when determining plant yield.",
    ["category"] = "Bronze",
    ["enchantable"] = "!0",
    ["Farming Skill"] = "",
    ["tags"] = "tool,farming,hoe"
  },
  ["661"] = {
    ["id"] = "661",
    ["slot"] = "hoe",
    ["name"] = "Iron Hoe",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "2",
    ["202"] = "8",
    ["303"] = "4",
    ["craftingExperience"] = "576",
    ["craftingLevel"] = "16",
    ["farming"] = "10",
    ["itemImage"] = "/images/farming/iron_hoe.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 20 to your farming level when determining plant yield.",
    ["extraTooltipInfo"] = "Adds 20 to your farming level when determining plant yield.",
    ["category"] = "Iron",
    ["enchantable"] = "!0",
    ["Farming Skill"] = "",
    ["tags"] = "tool,farming,hoe"
  },
  ["662"] = {
    ["id"] = "662",
    ["slot"] = "hoe",
    ["name"] = "Mithril Hoe",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "3",
    ["204"] = "13",
    ["304"] = "7",
    ["craftingExperience"] = "3471",
    ["craftingLevel"] = "31",
    ["farming"] = "30",
    ["itemImage"] = "/images/farming/mithril_hoe.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 30 to your farming level when determining plant yield.",
    ["extraTooltipInfo"] = "Adds 30 to your farming level when determining plant yield.",
    ["category"] = "Mithril",
    ["enchantable"] = "!0",
    ["Farming Skill"] = "",
    ["tags"] = "tool,farming,hoe"
  },
  ["663"] = {
    ["id"] = "663",
    ["slot"] = "hoe",
    ["name"] = "Adamantite Hoe",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "4",
    ["205"] = "20",
    ["305"] = "10",
    ["craftingExperience"] = "10320",
    ["craftingLevel"] = "51",
    ["farming"] = "40",
    ["itemImage"] = "/images/farming/adamantite_hoe.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 40 to your farming level when determining plant yield.",
    ["extraTooltipInfo"] = "Adds 40 to your farming level when determining plant yield.",
    ["category"] = "Adamantite",
    ["enchantable"] = "!0",
    ["Farming Skill"] = "",
    ["tags"] = "tool,farming,hoe"
  },
  ["664"] = {
    ["id"] = "664",
    ["slot"] = "hoe",
    ["name"] = "Runite Hoe",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "5",
    ["206"] = "27",
    ["306"] = "14",
    ["craftingExperience"] = "27135",
    ["craftingLevel"] = "71",
    ["farming"] = "50",
    ["itemImage"] = "/images/farming/runite_hoe.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 50 to your farming level when determining plant yield.",
    ["extraTooltipInfo"] = "Adds 50 to your farming level when determining plant yield.",
    ["category"] = "Runite",
    ["enchantable"] = "!0",
    ["Farming Skill"] = "",
    ["tags"] = "tool,farming,hoe"
  },
  ["665"] = {
    ["id"] = "665",
    ["slot"] = "hoe",
    ["name"] = "Stygian Hoe",
    ["value"] = "3",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "6",
    ["207"] = "35",
    ["800"] = "20",
    ["craftingExperience"] = "75600",
    ["craftingLevel"] = "90",
    ["farming"] = "60",
    ["itemImage"] = "/images/farming/stygian_hoe.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "Adds 60 to your farming level when determining plant yield.",
    ["extraTooltipInfo"] = "Adds 60 to your farming level when determining plant yield.",
    ["category"] = "Stygian",
    ["enchantable"] = "!0",
    ["Farming Skill"] = "",
    ["tags"] = "tool,farming,hoe"
  },
  ["690"] = {
    ["id"] = "690",
    ["name"] = "Fishing Net",
    ["value"] = "100",
    ["tradeable"] = "!0",
    ["301"] = "150",
    ["craftingExperience"] = "90",
    ["craftingLevel"] = "1",
    ["itemImage"] = "/images/fishing/net.png",
    ["craftingDescription"] = "A rough net assembled from branches. Used as part of tackleboxes and other fishing gear.",
    ["extraTooltipInfo"] = "A rough net assembled from branches. Used as part of tackleboxes and other fishing gear.",
    ["class"] = "fish",
    ["category"] = "Fishing",
    ["tags"] = "tool"
  },
  ["691"] = {
    ["id"] = "691",
    ["name"] = "Fly Fishing Rod",
    ["value"] = "200",
    ["tradeable"] = "!0",
    ["301"] = "200",
    ["302"] = "100",
    ["craftingExperience"] = "240",
    ["craftingLevel"] = "15",
    ["itemImage"] = "/images/fishing/fishing_rod.png",
    ["craftingDescription"] = "String on a stick. Used as part of tackleboxes and other fishing gear.",
    ["extraTooltipInfo"] = "String on a stick. Used as part of tackleboxes and other fishing gear.",
    ["class"] = "fish",
    ["category"] = "Fishing",
    ["tags"] = "tool"
  },
  ["692"] = {
    ["id"] = "692",
    ["name"] = "Cage",
    ["value"] = "500",
    ["tradeable"] = "!0",
    ["303"] = "200",
    ["202"] = "50",
    ["craftingExperience"] = "1320",
    ["craftingLevel"] = "25",
    ["itemImage"] = "/images/fishing/fishing_cage_2.png",
    ["craftingDescription"] = "An iron cage. Used as part of tackleboxes and other fishing gear.",
    ["extraTooltipInfo"] = "An iron cage. Used as part of tackleboxes and other fishing gear.",
    ["class"] = "fish",
    ["category"] = "Fishing",
    ["tags"] = "tool"
  },
  ["693"] = {
    ["id"] = "693",
    ["name"] = "Harpoon",
    ["value"] = "1e3",
    ["tradeable"] = "!0",
    ["304"] = "200",
    ["205"] = "25",
    ["craftingExperience"] = "1680",
    ["craftingLevel"] = "40",
    ["itemImage"] = "/images/fishing/harpoon.png",
    ["craftingDescription"] = "A barbed spear. Used as part of tackleboxes and other fishing gear.",
    ["extraTooltipInfo"] = "A barbed spear. Used as part of tackleboxes and other fishing gear.",
    ["class"] = "fish",
    ["category"] = "Fishing",
    ["tags"] = "tool"
  },
  ["700"] = {
    ["id"] = "700",
    ["name"] = "Feather",
    ["price"] = "10",
    ["tradeable"] = "!0",
    ["value"] = "6",
    ["itemImage"] = "images/fishing/feather.png",
    ["description"] = "Feather, from a chicken most likely.",
    ["class"] = "fish"
  },
  ["701"] = {
    ["id"] = "701",
    ["name"] = "Fish Oil",
    ["value"] = "50",
    ["tradeable"] = "!0",
    ["isIngredient"] = "!0",
    ["itemImage"] = "/images/cooking/fish_oil.png",
    ["extraTooltipInfo"] = "Ew, slimy. Should make logs burn longer or make cooking faster, though!",
    ["level"] = "rare",
    ["description"] = "Oil from cooking fish.",
    ["class"] = "cookedFish",
    ["tags"] = "misc,cooking"
  },
  ["702"] = {
    ["id"] = "702",
    ["name"] = "Pyre Log",
    ["craftingLevel"] = "3",
    ["value"] = "60",
    ["tradeable"] = "!0",
    ["heat"] = "100",
    ["701"] = "1",
    ["302"] = "10",
    ["craftingExperience"] = "60",
    ["itemImage"] = "/images/foraging/pyre.png",
    ["craftingDescription"] = "Pour your fish oil on logs and make them incredibly flammable",
    ["extraTooltipInfo"] = "These can be burned for some heat.",
    ["class"] = "log",
    ["category"] = "Logs",
    ["tags"] = "wood"
  },
  ["703"] = {
    ["id"] = "703",
    ["name"] = "Pyre Oak Log",
    ["craftingLevel"] = "17",
    ["value"] = "200",
    ["tradeable"] = "!0",
    ["heat"] = "200",
    ["701"] = "2",
    ["303"] = "10",
    ["craftingExperience"] = "120",
    ["itemImage"] = "/images/foraging/oak_pyre.png",
    ["craftingDescription"] = "Pour your fish oil on oak logs and make them incredibly flammable",
    ["extraTooltipInfo"] = "These can be burned for moderate heat.",
    ["class"] = "log",
    ["category"] = "Logs",
    ["tags"] = "wood"
  },
  ["704"] = {
    ["id"] = "704",
    ["name"] = "Pyre Willow Log",
    ["craftingLevel"] = "32",
    ["value"] = "400",
    ["tradeable"] = "!0",
    ["heat"] = "400",
    ["701"] = "3",
    ["304"] = "10",
    ["craftingExperience"] = "180",
    ["itemImage"] = "/images/foraging/willow_pyre.png",
    ["craftingDescription"] = "Pour your fish oil on willow logs and make them incredibly flammable",
    ["extraTooltipInfo"] = "These can be burned for high heat.",
    ["class"] = "log",
    ["category"] = "Logs",
    ["tags"] = "wood"
  },
  ["705"] = {
    ["id"] = "705",
    ["name"] = "Pyre Maple Log",
    ["craftingLevel"] = "47",
    ["value"] = "800",
    ["tradeable"] = "!0",
    ["heat"] = "800",
    ["701"] = "4",
    ["305"] = "10",
    ["craftingExperience"] = "240",
    ["itemImage"] = "/images/foraging/maple_pyre.png",
    ["craftingDescription"] = "Pour your fish oil on maple logs and make them incredibly flammable",
    ["extraTooltipInfo"] = "These can be burned for a lot of heat.",
    ["class"] = "log",
    ["category"] = "Logs",
    ["tags"] = "wood"
  },
  ["706"] = {
    ["id"] = "706",
    ["name"] = "Pyre Yew Log",
    ["craftingLevel"] = "62",
    ["value"] = "2e3",
    ["tradeable"] = "!0",
    ["heat"] = "3e3",
    ["701"] = "5",
    ["306"] = "10",
    ["craftingExperience"] = "300",
    ["itemImage"] = "/images/foraging/yew_pyre.png",
    ["craftingDescription"] = "Pour your fish oil on yew logs and make them incredibly flammable",
    ["extraTooltipInfo"] = "These can be burned for massive heat.",
    ["class"] = "log",
    ["category"] = "Logs",
    ["tags"] = "wood"
  },
  ["800"] = {
    ["id"] = "800",
    ["name"] = "Ichor",
    ["value"] = "500",
    ["tradeable"] = "!0",
    ["isIngredient"] = "!0",
    ["itemImage"] = "/images/smithing/ichor.png",
    ["extraTooltipInfo"] = "A strange substance found in the presence of demons.",
    ["class"] = "bar",
    ["tags"] = "cooking,ingredient"
  },
  ["900"] = {
    ["name"] = "Geode",
    ["id"] = "900",
    ["value"] = "1e3",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/misc/geode.png",
    ["canBeOpened"] = "!0",
    ["class"] = "gem",
    ["tags"] = "chest"
  },
  ["901"] = {
    ["name"] = "Bird's Nest",
    ["id"] = "901",
    ["value"] = "1e3",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/misc/bird_nest.png",
    ["canBeOpened"] = "!0",
    ["class"] = "gem",
    ["tags"] = "chest"
  },
  ["902"] = {
    ["name"] = "Sunken Treasure",
    ["id"] = "902",
    ["value"] = "1e3",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/misc/sunken_treasure.png",
    ["canBeOpened"] = "!0",
    ["class"] = "gem",
    ["tags"] = "chest"
  },
  ["903"] = {
    ["name"] = "Satchel",
    ["id"] = "903",
    ["value"] = "1e3",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/misc/satchel.png",
    ["canBeOpened"] = "!0",
    ["class"] = "gem",
    ["tags"] = "chest"
  },
  ["904"] = {
    ["name"] = "Ancient Treasure",
    ["id"] = "904",
    ["value"] = "1e5",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/misc/unsunken_treasure.png",
    ["canBeOpened"] = "!0",
    ["class"] = "gem",
    ["tags"] = "chest"
  },
  ["1000"] = {
    ["name"] = "Bronze Scimitar",
    ["id"] = "1e3",
    ["tradeable"] = "!0",
    ["slot"] = "weapon",
    ["201"] = "4",
    ["302"] = "1",
    ["enchantmentTier"] = "1",
    ["craftingLevel"] = "5",
    ["craftingExperience"] = "138",
    ["value"] = ".5",
    ["style"] = "slash",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "1",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "7",
    ["melee"] = "0",
    ["attackSpeed"] = "2.4",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/bronze_scimitar.png",
    ["itemIcon"] = "/images/combat/equipment/bronze_scimitar_icon.png",
    ["class"] = "equipment",
    ["visual"] = "scimitar",
    ["craftingDescription"] = "Slash your enemies. Requires Attack level of 1 to wield.",
    ["category"] = "Bronze",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,bronze,onehand"
  },
  ["1001"] = {
    ["name"] = "Bronze Battleaxe",
    ["id"] = "1001",
    ["slot"] = "weapon",
    ["201"] = "6",
    ["302"] = "2",
    ["enchantmentTier"] = "1",
    ["craftingLevel"] = "10",
    ["craftingExperience"] = "216",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["style"] = "crush",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "6",
    ["melee"] = "0",
    ["attackSpeed"] = "3",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/bronze_battleaxe.png",
    ["itemIcon"] = "/images/combat/equipment/bronze_battleaxe_icon.png",
    ["class"] = "equipment",
    ["visual"] = "battleaxe",
    ["craftingDescription"] = "Crush your enemies. Requires Attack level of 1 to wield.",
    ["category"] = "Bronze",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,bronze,onehand"
  },
  ["1002"] = {
    ["name"] = "Bronze Daggers",
    ["id"] = "1002",
    ["slot"] = "weapon",
    ["201"] = "2",
    ["302"] = "1",
    ["enchantmentTier"] = "1",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "69",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["style"] = "stab",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "5",
    ["melee"] = "0",
    ["attackSpeed"] = "2",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/bronze_dagger.png",
    ["itemIcon"] = "/images/combat/equipment/bronze_daggers_icon.png",
    ["class"] = "equipment",
    ["visual"] = "daggers",
    ["isDaggers"] = "!0",
    ["craftingDescription"] = "Stab your enemies. Requires Attack level of 1 to wield.",
    ["category"] = "Bronze",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,bronze,twohand"
  },
  ["1003"] = {
    ["name"] = "Bronze Greatsword",
    ["id"] = "1003",
    ["slot"] = "weapon",
    ["201"] = "8",
    ["302"] = "2",
    ["enchantmentTier"] = "1",
    ["craftingLevel"] = "14",
    ["craftingExperience"] = "267",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["style"] = "slash",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "10",
    ["melee"] = "0",
    ["attackSpeed"] = "3.4",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/bronze_2h_sword.png",
    ["itemIcon"] = "/images/combat/equipment/bronze_2h_sword_icon.png",
    ["class"] = "equipment",
    ["visual"] = "sword-2h",
    ["craftingDescription"] = "Powerfully slash your enemies. Requires Attack level of 1 to wield.",
    ["category"] = "Bronze",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,bronze,twohand"
  },
  ["1004"] = {
    ["name"] = "Iron Scimitar",
    ["id"] = "1004",
    ["slot"] = "weapon",
    ["202"] = "8",
    ["303"] = "2",
    ["enchantmentTier"] = "2",
    ["craftingLevel"] = "20",
    ["craftingExperience"] = "486",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["style"] = "slash",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "1",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "10",
    ["melee"] = "0",
    ["attackSpeed"] = "2.4",
    ["constitution"] = "1",
    ["attack"] = "10",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/iron_scimitar.png",
    ["itemIcon"] = "/images/combat/equipment/iron_scimitar_icon.png",
    ["class"] = "equipment",
    ["visual"] = "scimitar",
    ["craftingDescription"] = "Slash your enemies. Requires Attack level of 10 to wield.",
    ["category"] = "Iron",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,iron,onehand"
  },
  ["1005"] = {
    ["name"] = "Iron Battleaxe",
    ["id"] = "1005",
    ["slot"] = "weapon",
    ["202"] = "10",
    ["303"] = "3",
    ["enchantmentTier"] = "2",
    ["craftingLevel"] = "25",
    ["craftingExperience"] = "708",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["style"] = "crush",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "8",
    ["melee"] = "0",
    ["attackSpeed"] = "3",
    ["constitution"] = "1",
    ["attack"] = "10",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/iron_battleaxe.png",
    ["itemIcon"] = "/images/combat/equipment/iron_battleaxe_icon.png",
    ["class"] = "equipment",
    ["visual"] = "battleaxe",
    ["craftingDescription"] = "Crush your enemies. Requires Attack level of 10 to wield.",
    ["category"] = "Iron",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,iron,onehand"
  },
  ["1006"] = {
    ["name"] = "Iron Daggers",
    ["id"] = "1006",
    ["slot"] = "weapon",
    ["202"] = "5",
    ["303"] = "1",
    ["enchantmentTier"] = "2",
    ["craftingLevel"] = "15",
    ["craftingExperience"] = "336",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["style"] = "stab",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "7",
    ["melee"] = "0",
    ["attackSpeed"] = "2",
    ["constitution"] = "1",
    ["attack"] = "10",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/iron_dagger.png",
    ["itemIcon"] = "/images/combat/equipment/iron_daggers_icon.png",
    ["class"] = "equipment",
    ["visual"] = "daggers",
    ["isDaggers"] = "!0",
    ["craftingDescription"] = "Stab your enemies. Requires Attack level of 10 to wield.",
    ["category"] = "Iron",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,iron,twohand"
  },
  ["1007"] = {
    ["name"] = "Iron Greatsword",
    ["id"] = "1007",
    ["slot"] = "weapon",
    ["202"] = "13",
    ["303"] = "3",
    ["enchantmentTier"] = "2",
    ["craftingLevel"] = "29",
    ["craftingExperience"] = "840",
    ["value"] = "3",
    ["tradeable"] = "!0",
    ["style"] = "slash",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "14",
    ["melee"] = "0",
    ["attackSpeed"] = "3.4",
    ["constitution"] = "1",
    ["attack"] = "10",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/iron_2h_sword.png",
    ["itemIcon"] = "/images/combat/equipment/iron_2h_sword_icon.png",
    ["class"] = "equipment",
    ["visual"] = "sword-2h",
    ["craftingDescription"] = "Powerfully slash your enemies. Requires Attack level of 10 to wield.",
    ["category"] = "Iron",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,iron,twohand"
  },
  ["1008"] = {
    ["name"] = "Obsidian Scimitar",
    ["id"] = "1008",
    ["slot"] = "weapon",
    ["204"] = "20",
    ["302"] = "10",
    ["enchantmentTier"] = "5",
    ["202"] = "20",
    ["303"] = "4",
    ["304"] = "4",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["style"] = "slash",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "1",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "19",
    ["melee"] = "0",
    ["attackSpeed"] = "2.4",
    ["constitution"] = "1",
    ["attack"] = "20",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/black_scimitar.png",
    ["itemIcon"] = "/images/combat/equipment/black_scimitar_icon.png",
    ["class"] = "equipment",
    ["visual"] = "scimitar",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,obsidian,onehand"
  },
  ["1009"] = {
    ["name"] = "Obsidian Battleaxe",
    ["id"] = "1009",
    ["slot"] = "weapon",
    ["204"] = "25",
    ["302"] = "10",
    ["enchantmentTier"] = "5",
    ["202"] = "25",
    ["303"] = "8",
    ["304"] = "8",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["style"] = "crush",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "20",
    ["melee"] = "0",
    ["attackSpeed"] = "3",
    ["constitution"] = "1",
    ["attack"] = "20",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/black_battleaxe.png",
    ["itemIcon"] = "/images/combat/equipment/black_battleaxe_icon.png",
    ["class"] = "equipment",
    ["visual"] = "battleaxe",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,obsidian,onehand"
  },
  ["1010"] = {
    ["name"] = "Obsidian Daggers",
    ["id"] = "1010",
    ["slot"] = "weapon",
    ["204"] = "15",
    ["304"] = "3",
    ["enchantmentTier"] = "5",
    ["202"] = "15",
    ["303"] = "3",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["style"] = "stab",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "13",
    ["melee"] = "0",
    ["attackSpeed"] = "2",
    ["constitution"] = "1",
    ["attack"] = "20",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/black_dagger.png",
    ["itemIcon"] = "/images/combat/equipment/black_daggers_icon.png",
    ["class"] = "equipment",
    ["visual"] = "daggers",
    ["isDaggers"] = "!0",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,obsidian,twohand"
  },
  ["1011"] = {
    ["name"] = "Obsidian Greatsword",
    ["id"] = "1011",
    ["slot"] = "weapon",
    ["204"] = "30",
    ["304"] = "6",
    ["enchantmentTier"] = "5",
    ["202"] = "30",
    ["303"] = "6",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "4.5",
    ["tradeable"] = "!0",
    ["style"] = "slash",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "30",
    ["melee"] = "0",
    ["attackSpeed"] = "3.4",
    ["constitution"] = "1",
    ["attack"] = "20",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/black_2h_sword.png",
    ["itemIcon"] = "/images/combat/equipment/black_2h_sword_icon.png",
    ["class"] = "equipment",
    ["visual"] = "sword-2h",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,obsidian,twohand"
  },
  ["1012"] = {
    ["name"] = "Mithril Scimitar",
    ["id"] = "1012",
    ["slot"] = "weapon",
    ["204"] = "13",
    ["304"] = "3",
    ["enchantmentTier"] = "3",
    ["craftingLevel"] = "35",
    ["craftingExperience"] = "3255",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["style"] = "slash",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "1",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "21",
    ["melee"] = "0",
    ["attackSpeed"] = "2.4",
    ["constitution"] = "1",
    ["attack"] = "30",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/mithril_scimitar.png",
    ["itemIcon"] = "/images/combat/equipment/mithril_scimitar_icon.png",
    ["class"] = "equipment",
    ["visual"] = "scimitar",
    ["craftingDescription"] = "Slash your enemies. Requires Attack level of 30 to wield.",
    ["category"] = "Mithril",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,mithril,onehand"
  },
  ["1013"] = {
    ["name"] = "Mithril Battleaxe",
    ["id"] = "1013",
    ["slot"] = "weapon",
    ["204"] = "16",
    ["304"] = "5",
    ["enchantmentTier"] = "3",
    ["craftingLevel"] = "40",
    ["craftingExperience"] = "4110",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["style"] = "crush",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "22",
    ["melee"] = "0",
    ["attackSpeed"] = "3",
    ["constitution"] = "1",
    ["attack"] = "30",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/mithril_battleaxe.png",
    ["itemIcon"] = "/images/combat/equipment/mithril_battleaxe_icon.png",
    ["class"] = "equipment",
    ["visual"] = "battleaxe",
    ["craftingDescription"] = "Crush your enemies. Requires Attack level of 30 to wield.",
    ["category"] = "Mithril",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,mithril,onehand"
  },
  ["1014"] = {
    ["name"] = "Mithril Daggers",
    ["id"] = "1014",
    ["slot"] = "weapon",
    ["204"] = "10",
    ["304"] = "3",
    ["enchantmentTier"] = "3",
    ["craftingLevel"] = "30",
    ["craftingExperience"] = "2535",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["style"] = "stab",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "14",
    ["melee"] = "0",
    ["attackSpeed"] = "2",
    ["constitution"] = "1",
    ["attack"] = "30",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/mithril_dagger.png",
    ["itemIcon"] = "/images/combat/equipment/mithril_daggers_icon.png",
    ["class"] = "equipment",
    ["visual"] = "daggers",
    ["isDaggers"] = "!0",
    ["craftingDescription"] = "Stab your enemies. Requires Attack level of 30 to wield.",
    ["category"] = "Mithril",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,mithril,twohand"
  },
  ["1015"] = {
    ["name"] = "Mithril Greatsword",
    ["id"] = "1015",
    ["slot"] = "weapon",
    ["204"] = "20",
    ["304"] = "4",
    ["enchantmentTier"] = "3",
    ["craftingLevel"] = "44",
    ["craftingExperience"] = "4896",
    ["value"] = "4.5",
    ["tradeable"] = "!0",
    ["style"] = "slash",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "33",
    ["melee"] = "0",
    ["attackSpeed"] = "3.4",
    ["constitution"] = "1",
    ["attack"] = "30",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/mithril_2h_sword.png",
    ["itemIcon"] = "/images/combat/equipment/mithril_2h_sword_icon.png",
    ["class"] = "equipment",
    ["visual"] = "sword-2h",
    ["craftingDescription"] = "Powerfully slash your enemies. Requires Attack level of 30 to wield.",
    ["category"] = "Mithril",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,mithril,twohand"
  },
  ["1016"] = {
    ["name"] = "Adamantite Scimitar",
    ["id"] = "1016",
    ["slot"] = "weapon",
    ["205"] = "20",
    ["305"] = "4",
    ["enchantmentTier"] = "4",
    ["craftingLevel"] = "55",
    ["craftingExperience"] = "9960",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["style"] = "slash",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "1",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "29",
    ["melee"] = "0",
    ["attackSpeed"] = "2.4",
    ["constitution"] = "1",
    ["attack"] = "40",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/adamantite_scimitar.png",
    ["itemIcon"] = "/images/combat/equipment/adamantite_scimitar_icon.png",
    ["class"] = "equipment",
    ["visual"] = "scimitar",
    ["craftingDescription"] = "Slash your enemies. Requires Attack level of 40 to wield.",
    ["category"] = "Adamantite",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,adamantite,onehand"
  },
  ["1017"] = {
    ["name"] = "Adamantite Battleaxe",
    ["id"] = "1017",
    ["slot"] = "weapon",
    ["205"] = "24",
    ["305"] = "7",
    ["enchantmentTier"] = "4",
    ["craftingLevel"] = "60",
    ["craftingExperience"] = "12024",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["style"] = "crush",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "31",
    ["melee"] = "0",
    ["attackSpeed"] = "3",
    ["constitution"] = "1",
    ["attack"] = "40",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/adamantite_battleaxe.png",
    ["itemIcon"] = "/images/combat/equipment/adamantite_battleaxe_icon.png",
    ["class"] = "equipment",
    ["visual"] = "battleaxe",
    ["craftingDescription"] = "Crush your enemies. Requires Attack level of 40 to wield.",
    ["category"] = "Adamantite",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,adamantite,onehand"
  },
  ["1018"] = {
    ["name"] = "Adamantite Daggers",
    ["id"] = "1018",
    ["slot"] = "weapon",
    ["205"] = "16",
    ["305"] = "3",
    ["enchantmentTier"] = "4",
    ["craftingLevel"] = "50",
    ["craftingExperience"] = "7896",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["style"] = "stab",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "20",
    ["melee"] = "0",
    ["attackSpeed"] = "2",
    ["constitution"] = "1",
    ["attack"] = "40",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/adamantite_dagger.png",
    ["itemIcon"] = "/images/combat/equipment/adamantite_daggers_icon.png",
    ["class"] = "equipment",
    ["visual"] = "daggers",
    ["isDaggers"] = "!0",
    ["craftingDescription"] = "Stab your enemies. Requires Attack level of 40 to wield.",
    ["category"] = "Adamantite",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,adamantite,twohand"
  },
  ["1019"] = {
    ["name"] = "Adamantite Greatsword",
    ["id"] = "1019",
    ["slot"] = "weapon",
    ["205"] = "28",
    ["305"] = "6",
    ["enchantmentTier"] = "4",
    ["craftingLevel"] = "64",
    ["craftingExperience"] = "13836",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["style"] = "slash",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "47",
    ["melee"] = "0",
    ["attackSpeed"] = "3.4",
    ["constitution"] = "1",
    ["attack"] = "40",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/adamantite_2h_sword.png",
    ["itemIcon"] = "/images/combat/equipment/adamantite_2h_sword_icon.png",
    ["class"] = "equipment",
    ["visual"] = "sword-2h",
    ["craftingDescription"] = "Powerfully slash your enemies. Requires Attack level of 40 to wield.",
    ["category"] = "Adamantite",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,adamantite,twohand"
  },
  ["1020"] = {
    ["name"] = "Runite Scimitar",
    ["id"] = "1020",
    ["slot"] = "weapon",
    ["206"] = "27",
    ["306"] = "6",
    ["enchantmentTier"] = "5",
    ["craftingLevel"] = "75",
    ["craftingExperience"] = "26415",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["style"] = "slash",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "1",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "45",
    ["melee"] = "0",
    ["attackSpeed"] = "2.4",
    ["constitution"] = "1",
    ["attack"] = "50",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/rune_scimitar.png",
    ["itemIcon"] = "/images/combat/equipment/rune_scimitar_icon.png",
    ["class"] = "equipment",
    ["visual"] = "scimitar",
    ["craftingDescription"] = "Slash your enemies. Requires Attack level of 50 to wield.",
    ["category"] = "Runite",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,runite,onehand"
  },
  ["1021"] = {
    ["name"] = "Runite Battleaxe",
    ["id"] = "1021",
    ["slot"] = "weapon",
    ["206"] = "32",
    ["306"] = "19",
    ["enchantmentTier"] = "5",
    ["craftingLevel"] = "80",
    ["craftingExperience"] = "31095",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["style"] = "crush",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "48",
    ["melee"] = "0",
    ["attackSpeed"] = "3",
    ["constitution"] = "1",
    ["attack"] = "50",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/rune_battleaxe.png",
    ["itemIcon"] = "/images/combat/equipment/rune_battleaxe_icon.png",
    ["class"] = "equipment",
    ["visual"] = "battleaxe",
    ["craftingDescription"] = "Crush your enemies. Requires Attack level of 50 to wield.",
    ["category"] = "Runite",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,runite,onehand"
  },
  ["1022"] = {
    ["name"] = "Runite Daggers",
    ["id"] = "1022",
    ["slot"] = "weapon",
    ["206"] = "23",
    ["306"] = "5",
    ["enchantmentTier"] = "5",
    ["craftingLevel"] = "70",
    ["craftingExperience"] = "22005",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["style"] = "stab",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "35",
    ["melee"] = "0",
    ["attackSpeed"] = "2",
    ["constitution"] = "1",
    ["attack"] = "50",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/rune_dagger.png",
    ["itemIcon"] = "/images/combat/equipment/rune_daggers_icon.png",
    ["class"] = "equipment",
    ["visual"] = "daggers",
    ["isDaggers"] = "!0",
    ["craftingDescription"] = "Stab your enemies. Requires Attack level of 50 to wield.",
    ["category"] = "Runite",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,runite,twohand"
  },
  ["1023"] = {
    ["name"] = "Runite Greatsword",
    ["id"] = "1023",
    ["slot"] = "weapon",
    ["206"] = "36",
    ["306"] = "7",
    ["enchantmentTier"] = "5",
    ["craftingLevel"] = "84",
    ["craftingExperience"] = "35190",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["style"] = "slash",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "76",
    ["melee"] = "0",
    ["attackSpeed"] = "3.4",
    ["constitution"] = "1",
    ["attack"] = "50",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/rune_2h_sword.png",
    ["itemIcon"] = "/images/combat/equipment/rune_2h_sword_icon.png",
    ["class"] = "equipment",
    ["visual"] = "sword-2h",
    ["craftingDescription"] = "Powerfully slash your enemies. Requires Attack level of 50 to wield.",
    ["category"] = "Runite",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,runite,twohand"
  },
  ["1024"] = {
    ["name"] = "Stygian Scimitar",
    ["id"] = "1024",
    ["slot"] = "weapon",
    ["207"] = "35",
    ["800"] = "7",
    ["enchantmentTier"] = "6",
    ["craftingLevel"] = "85",
    ["craftingExperience"] = "70560",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["style"] = "slash",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "1",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "67",
    ["melee"] = "0",
    ["attackSpeed"] = "2.4",
    ["constitution"] = "1",
    ["attack"] = "60",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/stygian_scimitar.png",
    ["itemIcon"] = "/images/combat/equipment/stygian_scimitar_icon.png",
    ["class"] = "equipment",
    ["visual"] = "scimitar",
    ["craftingDescription"] = "Slash your enemies. Requires Attack level of 60 to wield.",
    ["category"] = "Stygian",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,stygian,onehand"
  },
  ["1025"] = {
    ["name"] = "Stygian Battleaxe",
    ["id"] = "1025",
    ["slot"] = "weapon",
    ["207"] = "40",
    ["800"] = "12",
    ["enchantmentTier"] = "6",
    ["craftingLevel"] = "90",
    ["craftingExperience"] = "82560",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["style"] = "crush",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "70",
    ["melee"] = "0",
    ["attackSpeed"] = "3",
    ["constitution"] = "1",
    ["attack"] = "60",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/stygian_battleaxe.png",
    ["itemIcon"] = "/images/combat/equipment/stygian_battleaxe_icon.png",
    ["class"] = "equipment",
    ["visual"] = "stygian-battleaxe",
    ["craftingDescription"] = "Crush your enemies. Requires Attack level of 60 to wield.",
    ["category"] = "Stygian",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,stygian,onehand"
  },
  ["1026"] = {
    ["name"] = "Stygian Daggers",
    ["id"] = "1026",
    ["slot"] = "weapon",
    ["207"] = "30",
    ["800"] = "6",
    ["enchantmentTier"] = "6",
    ["craftingLevel"] = "80",
    ["craftingExperience"] = "60480",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["style"] = "stab",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "55",
    ["melee"] = "0",
    ["attackSpeed"] = "2",
    ["constitution"] = "1",
    ["attack"] = "60",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/stygian_dagger.png",
    ["itemIcon"] = "/images/combat/equipment/stygian_daggers_icon.png",
    ["class"] = "equipment",
    ["visual"] = "stygian-daggers",
    ["isDaggers"] = "!0",
    ["craftingDescription"] = "Stab your enemies. Requires Attack level of 60 to wield.",
    ["category"] = "Stygian",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,stygian,twohand"
  },
  ["1027"] = {
    ["name"] = "Stygian Greatsword",
    ["id"] = "1027",
    ["slot"] = "weapon",
    ["207"] = "45",
    ["800"] = "9",
    ["enchantmentTier"] = "6",
    ["craftingLevel"] = "94",
    ["craftingExperience"] = "90720",
    ["value"] = "6",
    ["tradeable"] = "!0",
    ["style"] = "slash",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "101",
    ["melee"] = "0",
    ["attackSpeed"] = "3.4",
    ["constitution"] = "1",
    ["attack"] = "60",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/stygian_2h_sword.png",
    ["itemIcon"] = "/images/combat/equipment/stygian_2h_sword_icon.png",
    ["class"] = "equipment",
    ["visual"] = "stygian-sword-2h",
    ["craftingDescription"] = "Powerfully slash your enemies. Requires Attack level of 60 to wield.",
    ["category"] = "Stygian",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,stygian,twohand"
  },
  ["1050"] = {
    ["name"] = "Bronze Helm",
    ["id"] = "1050",
    ["slot"] = "helm",
    ["201"] = "2",
    ["enchantmentTier"] = "1",
    ["craftingLevel"] = "3",
    ["craftingExperience"] = "60",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "3",
    ["slash"] = "4",
    ["crush"] = "2",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/bronze_med_helm.png",
    ["itemIcon"] = "/images/combat/equipment/bronze_med_helm_icon.png",
    ["twoSided"] = "!0",
    ["class"] = "equipment",
    ["visual"] = "med-helm",
    ["craftingDescription"] = "Requires Defense level of 1 to wield.",
    ["category"] = "Bronze",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1051"] = {
    ["name"] = "Iron Helm",
    ["id"] = "1051",
    ["slot"] = "helm",
    ["202"] = "5",
    ["enchantmentTier"] = "2",
    ["craftingLevel"] = "18",
    ["craftingExperience"] = "300",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "10",
    ["stab"] = "4",
    ["slash"] = "6",
    ["crush"] = "3",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/iron_med_helm.png",
    ["itemIcon"] = "/images/combat/equipment/iron_med_helm_icon.png",
    ["twoSided"] = "!0",
    ["class"] = "equipment",
    ["visual"] = "med-helm",
    ["craftingDescription"] = "Requires Defense level of 10 to wield.",
    ["category"] = "Iron",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1052"] = {
    ["name"] = "Obsidian Helm",
    ["id"] = "1052",
    ["slot"] = "helm",
    ["204"] = "15",
    ["enchantmentTier"] = "5",
    ["202"] = "15",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "20",
    ["stab"] = "9",
    ["slash"] = "10",
    ["crush"] = "8",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/black_med_helm.png",
    ["itemIcon"] = "/images/combat/equipment/black_med_helm_icon.png",
    ["twoSided"] = "!0",
    ["class"] = "equipment",
    ["visual"] = "med-helm",
    ["category"] = "armor,combat",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1053"] = {
    ["name"] = "Mithril Helm",
    ["id"] = "1053",
    ["slot"] = "helm",
    ["204"] = "10",
    ["enchantmentTier"] = "3",
    ["craftingLevel"] = "33",
    ["craftingExperience"] = "2400",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "30",
    ["stab"] = "10",
    ["slash"] = "11",
    ["crush"] = "9",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/mithril_med_helm.png",
    ["itemIcon"] = "/images/combat/equipment/mithril_med_helm_icon.png",
    ["twoSided"] = "!0",
    ["class"] = "equipment",
    ["visual"] = "med-helm",
    ["craftingDescription"] = "Requires Defense level of 30 to wield.",
    ["category"] = "Mithril",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1054"] = {
    ["name"] = "Adamantite Helm",
    ["id"] = "1054",
    ["slot"] = "helm",
    ["205"] = "16",
    ["enchantmentTier"] = "4",
    ["craftingLevel"] = "53",
    ["craftingExperience"] = "7680",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "40",
    ["stab"] = "14",
    ["slash"] = "15",
    ["crush"] = "13",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/adamantite_med_helm.png",
    ["itemIcon"] = "/images/combat/equipment/adamantite_med_helm_icon.png",
    ["twoSided"] = "!0",
    ["class"] = "equipment",
    ["visual"] = "med-helm",
    ["craftingDescription"] = "Requires Defense level of 40 to wield.",
    ["category"] = "Adamantite",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1055"] = {
    ["name"] = "Runite Helm",
    ["id"] = "1055",
    ["slot"] = "helm",
    ["206"] = "23",
    ["enchantmentTier"] = "5",
    ["craftingLevel"] = "73",
    ["craftingExperience"] = "21600",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "50",
    ["stab"] = "22",
    ["slash"] = "23",
    ["crush"] = "21",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/rune_med_helm.png",
    ["itemIcon"] = "/images/combat/equipment/rune_med_helm_icon.png",
    ["twoSided"] = "!0",
    ["class"] = "equipment",
    ["visual"] = "med-helm",
    ["craftingDescription"] = "Requires Defense level of 50 to wield.",
    ["category"] = "Runite",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1056"] = {
    ["name"] = "Stygian Helm",
    ["id"] = "1056",
    ["slot"] = "helm",
    ["207"] = "30",
    ["800"] = "6",
    ["enchantmentTier"] = "6",
    ["craftingLevel"] = "83",
    ["craftingExperience"] = "60480",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "60",
    ["stab"] = "33",
    ["slash"] = "35",
    ["crush"] = "32",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/stygian_med_helm.png",
    ["itemIcon"] = "/images/combat/equipment/stygian_med_helm_icon.png",
    ["twoSided"] = "!0",
    ["class"] = "equipment",
    ["visual"] = "med-helm",
    ["craftingDescription"] = "Requires Defense level of 60 to wield.",
    ["category"] = "Stygian",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1060"] = {
    ["name"] = "Bronze Full Helm",
    ["id"] = "1060",
    ["slot"] = "helm",
    ["201"] = "4",
    ["enchantmentTier"] = "1",
    ["craftingLevel"] = "7",
    ["craftingExperience"] = "120",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "4",
    ["slash"] = "5",
    ["crush"] = "3",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/bronze_full_helm.png",
    ["class"] = "equipment",
    ["visual"] = "full-helm",
    ["craftingDescription"] = "Requires Defense level of 1 to wield.",
    ["category"] = "Bronze",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1061"] = {
    ["name"] = "Iron Full Helm",
    ["id"] = "1061",
    ["slot"] = "helm",
    ["202"] = "8",
    ["enchantmentTier"] = "2",
    ["craftingLevel"] = "22",
    ["craftingExperience"] = "450",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "10",
    ["stab"] = "6",
    ["slash"] = "7",
    ["crush"] = "5",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/iron_full_helm.png",
    ["class"] = "equipment",
    ["visual"] = "full-helm",
    ["craftingDescription"] = "Requires Defense level of 10 to wield.",
    ["category"] = "Iron",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1062"] = {
    ["name"] = "Obsidian Full Helm",
    ["id"] = "1062",
    ["slot"] = "helm",
    ["204"] = "20",
    ["enchantmentTier"] = "5",
    ["202"] = "20",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "20",
    ["stab"] = "12",
    ["slash"] = "13",
    ["crush"] = "10",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/black_full_helm.png",
    ["class"] = "equipment",
    ["visual"] = "full-helm",
    ["category"] = "armor,combat",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1063"] = {
    ["name"] = "Mithril Full Helm",
    ["id"] = "1063",
    ["slot"] = "helm",
    ["204"] = "13",
    ["enchantmentTier"] = "3",
    ["craftingLevel"] = "37",
    ["craftingExperience"] = "3120",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "30",
    ["stab"] = "13",
    ["slash"] = "14",
    ["crush"] = "11",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/mithril_full_helm.png",
    ["class"] = "equipment",
    ["visual"] = "full-helm",
    ["craftingDescription"] = "Requires Defense level of 30 to wield.",
    ["category"] = "Mithril",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1064"] = {
    ["name"] = "Adamantite Full Helm",
    ["id"] = "1064",
    ["slot"] = "helm",
    ["205"] = "20",
    ["enchantmentTier"] = "4",
    ["craftingLevel"] = "57",
    ["craftingExperience"] = "9600",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "40",
    ["stab"] = "19",
    ["slash"] = "21",
    ["crush"] = "16",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/adamantite_full_helm.png",
    ["class"] = "equipment",
    ["visual"] = "full-helm",
    ["craftingDescription"] = "Requires Defense level of 40 to wield.",
    ["category"] = "Adamantite",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1065"] = {
    ["name"] = "Runite Full Helm",
    ["id"] = "1065",
    ["slot"] = "helm",
    ["206"] = "27",
    ["enchantmentTier"] = "5",
    ["craftingLevel"] = "77",
    ["craftingExperience"] = "25920",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "50",
    ["stab"] = "30",
    ["slash"] = "32",
    ["crush"] = "27",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/rune_full_helm.png",
    ["class"] = "equipment",
    ["visual"] = "full-helm",
    ["craftingDescription"] = "Requires Defense level of 50 to wield.",
    ["category"] = "Runite",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1066"] = {
    ["name"] = "Stygian Full Helm",
    ["id"] = "1066",
    ["slot"] = "helm",
    ["207"] = "35",
    ["800"] = "7",
    ["enchantmentTier"] = "6",
    ["craftingLevel"] = "87",
    ["craftingExperience"] = "70560",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "60",
    ["stab"] = "45",
    ["slash"] = "48",
    ["crush"] = "41",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/stygian_full_helm.png",
    ["class"] = "equipment",
    ["visual"] = "full-helm",
    ["craftingDescription"] = "Requires Defense level of 60 to wield.",
    ["category"] = "Stygian",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1070"] = {
    ["name"] = "Bronze Shield",
    ["id"] = "1070",
    ["slot"] = "shield",
    ["201"] = "6",
    ["enchantmentTier"] = "1",
    ["craftingLevel"] = "8",
    ["craftingExperience"] = "180",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "5",
    ["slash"] = "7",
    ["crush"] = "6",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/bronze_shield.png",
    ["itemIcon"] = "/images/combat/equipment/bronze_shield_icon.png",
    ["class"] = "equipment",
    ["visual"] = "shield",
    ["craftingDescription"] = "Requires Defense level of 1 to wield.",
    ["category"] = "Bronze",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,shield"
  },
  ["1071"] = {
    ["name"] = "Iron Shield",
    ["id"] = "1071",
    ["slot"] = "shield",
    ["202"] = "10",
    ["enchantmentTier"] = "2",
    ["craftingLevel"] = "23",
    ["craftingExperience"] = "600",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "10",
    ["stab"] = "8",
    ["slash"] = "10",
    ["crush"] = "9",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/iron_shield.png",
    ["itemIcon"] = "/images/combat/equipment/iron_shield_icon.png",
    ["class"] = "equipment",
    ["visual"] = "shield",
    ["craftingDescription"] = "Requires Defense level of 10 to wield.",
    ["category"] = "Iron",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,shield"
  },
  ["1072"] = {
    ["name"] = "Obsidian Shield",
    ["id"] = "1072",
    ["slot"] = "shield",
    ["201"] = "10",
    ["enchantmentTier"] = "5",
    ["202"] = "25",
    ["204"] = "25",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "20",
    ["stab"] = "17",
    ["slash"] = "19",
    ["crush"] = "18",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/black_shield.png",
    ["itemIcon"] = "/images/combat/equipment/black_shield_icon.png",
    ["class"] = "equipment",
    ["visual"] = "shield",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,shield"
  },
  ["1073"] = {
    ["name"] = "Mithril Shield",
    ["id"] = "1073",
    ["slot"] = "shield",
    ["204"] = "16",
    ["enchantmentTier"] = "3",
    ["craftingLevel"] = "38",
    ["craftingExperience"] = "3840",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "30",
    ["stab"] = "18",
    ["slash"] = "22",
    ["crush"] = "20",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/mithril_shield.png",
    ["itemIcon"] = "/images/combat/equipment/mithril_shield_icon.png",
    ["class"] = "equipment",
    ["visual"] = "shield",
    ["craftingDescription"] = "Requires Defense level of 30 to wield.",
    ["category"] = "Mithril",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,shield"
  },
  ["1074"] = {
    ["name"] = "Adamantite Shield",
    ["id"] = "1074",
    ["slot"] = "shield",
    ["205"] = "24",
    ["enchantmentTier"] = "4",
    ["craftingLevel"] = "58",
    ["craftingExperience"] = "11520",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "40",
    ["stab"] = "27",
    ["slash"] = "31",
    ["crush"] = "29",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/adamantite_shield.png",
    ["itemIcon"] = "/images/combat/equipment/adamantite_shield_icon.png",
    ["class"] = "equipment",
    ["visual"] = "shield",
    ["craftingDescription"] = "Requires Defense level of 40 to wield.",
    ["category"] = "Adamantite",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,shield"
  },
  ["1075"] = {
    ["name"] = "Runite Shield",
    ["id"] = "1075",
    ["slot"] = "shield",
    ["206"] = "32",
    ["enchantmentTier"] = "5",
    ["craftingLevel"] = "78",
    ["craftingExperience"] = "30240",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "50",
    ["stab"] = "44",
    ["slash"] = "48",
    ["crush"] = "46",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/rune_shield.png",
    ["itemIcon"] = "/images/combat/equipment/rune_shield_icon.png",
    ["class"] = "equipment",
    ["visual"] = "shield",
    ["craftingDescription"] = "Requires Defense level of 50 to wield.",
    ["category"] = "Runite",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,shield"
  },
  ["1076"] = {
    ["name"] = "Stygian Shield",
    ["id"] = "1076",
    ["slot"] = "shield",
    ["207"] = "40",
    ["800"] = "8",
    ["enchantmentTier"] = "6",
    ["craftingLevel"] = "88",
    ["craftingExperience"] = "80640",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "60",
    ["stab"] = "56",
    ["slash"] = "60",
    ["crush"] = "58",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/stygian_shield.png",
    ["itemIcon"] = "/images/combat/equipment/stygian_shield_icon.png",
    ["class"] = "equipment",
    ["visual"] = "shield",
    ["craftingDescription"] = "Requires Defense level of 60 to wield.",
    ["category"] = "Stygian",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,shield"
  },
  ["1090"] = {
    ["name"] = "Bronze Breastplate",
    ["id"] = "1090",
    ["slot"] = "body",
    ["201"] = "10",
    ["enchantmentTier"] = "1",
    ["craftingLevel"] = "18",
    ["craftingExperience"] = "300",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "15",
    ["slash"] = "14",
    ["crush"] = "9",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/bronze_platebody.png",
    ["class"] = "equipment",
    ["visual"] = "platebody",
    ["craftingDescription"] = "Requires Defense level of 1 to wield.",
    ["category"] = "Bronze",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["1091"] = {
    ["name"] = "Bronze Chainmail",
    ["id"] = "1091",
    ["slot"] = "body",
    ["201"] = "6",
    ["enchantmentTier"] = "1",
    ["craftingLevel"] = "11",
    ["craftingExperience"] = "180",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "7",
    ["slash"] = "11",
    ["crush"] = "13",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/bronze_chainbody.png",
    ["class"] = "equipment",
    ["visual"] = "chainbody",
    ["craftingDescription"] = "Requires Defense level of 1 to wield.",
    ["category"] = "Bronze",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["1092"] = {
    ["name"] = "Iron Breastplate",
    ["id"] = "1092",
    ["slot"] = "body",
    ["202"] = "15",
    ["enchantmentTier"] = "2",
    ["craftingLevel"] = "33",
    ["craftingExperience"] = "900",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "10",
    ["stab"] = "21",
    ["slash"] = "20",
    ["crush"] = "12",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/iron_platebody.png",
    ["class"] = "equipment",
    ["visual"] = "platebody",
    ["craftingDescription"] = "Requires Defense level of 10 to wield.",
    ["category"] = "Iron",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["1093"] = {
    ["name"] = "Iron Chainmail",
    ["id"] = "1093",
    ["slot"] = "body",
    ["202"] = "10",
    ["enchantmentTier"] = "2",
    ["craftingLevel"] = "26",
    ["craftingExperience"] = "600",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "10",
    ["stab"] = "10",
    ["slash"] = "15",
    ["crush"] = "19",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/iron_chainbody.png",
    ["class"] = "equipment",
    ["visual"] = "chainbody",
    ["craftingDescription"] = "Requires Defense level of 10 to wield.",
    ["category"] = "Iron",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["1094"] = {
    ["name"] = "Obsidian Breastplate",
    ["id"] = "1094",
    ["slot"] = "body",
    ["205"] = "2e3",
    ["enchantmentTier"] = "5",
    ["202"] = "35",
    ["204"] = "35",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "20",
    ["stab"] = "41",
    ["slash"] = "40",
    ["crush"] = "30",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/black_platebody.png",
    ["class"] = "equipment",
    ["visual"] = "platebody",
    ["category"] = "armor,combat",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["1095"] = {
    ["name"] = "Obsidian Chainmail",
    ["id"] = "1095",
    ["slot"] = "body",
    ["206"] = "3e3",
    ["enchantmentTier"] = "5",
    ["202"] = "25",
    ["204"] = "25",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "20",
    ["stab"] = "22",
    ["slash"] = "32",
    ["crush"] = "39",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/black_chainbody.png",
    ["class"] = "equipment",
    ["visual"] = "chainbody",
    ["category"] = "armor,combat",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["1096"] = {
    ["name"] = "Mithril Breastplate",
    ["id"] = "1096",
    ["slot"] = "body",
    ["204"] = "23",
    ["enchantmentTier"] = "3",
    ["craftingLevel"] = "48",
    ["craftingExperience"] = "5520",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "30",
    ["stab"] = "46",
    ["slash"] = "44",
    ["crush"] = "38",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/mithril_platebody.png",
    ["class"] = "equipment",
    ["visual"] = "platebody",
    ["craftingDescription"] = "Requires Defense level of 30 to wield.",
    ["category"] = "Mithril",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["1097"] = {
    ["name"] = "Mithril Chainmail",
    ["id"] = "1097",
    ["slot"] = "body",
    ["204"] = "16",
    ["enchantmentTier"] = "3",
    ["craftingLevel"] = "41",
    ["craftingExperience"] = "3840",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "30",
    ["stab"] = "25",
    ["slash"] = "35",
    ["crush"] = "42",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/mithril_chainbody.png",
    ["class"] = "equipment",
    ["visual"] = "chainbody",
    ["craftingDescription"] = "Requires Defense level of 30 to wield.",
    ["category"] = "Mithril",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["1098"] = {
    ["name"] = "Adamantite Breastplate",
    ["id"] = "1098",
    ["slot"] = "body",
    ["205"] = "32",
    ["enchantmentTier"] = "4",
    ["craftingLevel"] = "68",
    ["craftingExperience"] = "15360",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "40",
    ["stab"] = "65",
    ["slash"] = "63",
    ["crush"] = "55",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/adamantite_platebody.png",
    ["class"] = "equipment",
    ["visual"] = "platebody",
    ["craftingDescription"] = "Requires Defense level of 40 to wield.",
    ["category"] = "Adamantite",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["1099"] = {
    ["name"] = "Adamantite Chainmail",
    ["id"] = "1099",
    ["slot"] = "body",
    ["205"] = "24",
    ["enchantmentTier"] = "4",
    ["craftingLevel"] = "61",
    ["craftingExperience"] = "11520",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "40",
    ["stab"] = "36",
    ["slash"] = "50",
    ["crush"] = "61",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/adamantite_chainbody.png",
    ["class"] = "equipment",
    ["visual"] = "chainbody",
    ["craftingDescription"] = "Requires Defense level of 40 to wield.",
    ["category"] = "Adamantite",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["1100"] = {
    ["name"] = "Runite Breastplate",
    ["id"] = "1100",
    ["slot"] = "body",
    ["206"] = "41",
    ["enchantmentTier"] = "5",
    ["craftingLevel"] = "88",
    ["craftingExperience"] = "38880",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "50",
    ["stab"] = "82",
    ["slash"] = "80",
    ["crush"] = "72",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/rune_platebody.png",
    ["class"] = "equipment",
    ["visual"] = "platebody",
    ["craftingDescription"] = "Requires Defense level of 50 to wield.",
    ["category"] = "Runite",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["1101"] = {
    ["name"] = "Runite Chainmail",
    ["id"] = "1101",
    ["slot"] = "body",
    ["206"] = "32",
    ["enchantmentTier"] = "5",
    ["craftingLevel"] = "81",
    ["craftingExperience"] = "30240",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "50",
    ["stab"] = "63",
    ["slash"] = "72",
    ["crush"] = "78",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/rune_chainbody.png",
    ["class"] = "equipment",
    ["visual"] = "chainbody",
    ["craftingDescription"] = "Requires Defense level of 50 to wield.",
    ["category"] = "Runite",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["1102"] = {
    ["name"] = "Stygian Breastplate",
    ["id"] = "1102",
    ["slot"] = "body",
    ["207"] = "50",
    ["800"] = "10",
    ["enchantmentTier"] = "6",
    ["craftingLevel"] = "98",
    ["craftingExperience"] = "100800",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "60",
    ["stab"] = "109",
    ["slash"] = "107",
    ["crush"] = "97",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/stygian_platebody.png",
    ["class"] = "equipment",
    ["visual"] = "platebody",
    ["craftingDescription"] = "Requires Defense level of 60 to wield.",
    ["category"] = "Stygian",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["1103"] = {
    ["name"] = "Stygian Chainmail",
    ["id"] = "1103",
    ["slot"] = "body",
    ["207"] = "40",
    ["800"] = "8",
    ["enchantmentTier"] = "6",
    ["craftingLevel"] = "91",
    ["craftingExperience"] = "80640",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "60",
    ["stab"] = "81",
    ["slash"] = "93",
    ["crush"] = "98",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/stygian_chainbody.png",
    ["class"] = "equipment",
    ["visual"] = "chainbody",
    ["craftingDescription"] = "Requires Defense level of 60 to wield.",
    ["category"] = "Stygian",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["1110"] = {
    ["name"] = "Bronze Plate Leggings",
    ["id"] = "1110",
    ["slot"] = "legs",
    ["201"] = "4",
    ["enchantmentTier"] = "1",
    ["craftingLevel"] = "16",
    ["craftingExperience"] = "120",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "8",
    ["slash"] = "7",
    ["crush"] = "6",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/bronze_platelegs.png",
    ["class"] = "equipment",
    ["visual"] = "platelegs",
    ["craftingDescription"] = "Requires Defense level of 1 to wield.",
    ["category"] = "Bronze",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,legpiece"
  },
  ["1111"] = {
    ["name"] = "Iron Plate Leggings",
    ["id"] = "1111",
    ["slot"] = "legs",
    ["202"] = "8",
    ["enchantmentTier"] = "2",
    ["craftingLevel"] = "31",
    ["craftingExperience"] = "450",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "10",
    ["stab"] = "11",
    ["slash"] = "10",
    ["crush"] = "10",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/iron_platelegs.png",
    ["class"] = "equipment",
    ["visual"] = "platelegs",
    ["craftingDescription"] = "Requires Defense level of 10 to wield.",
    ["category"] = "Iron",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,legpiece"
  },
  ["1112"] = {
    ["name"] = "Obsidian Plate Leggings",
    ["id"] = "1112",
    ["slot"] = "legs",
    ["201"] = "10",
    ["enchantmentTier"] = "5",
    ["202"] = "20",
    ["204"] = "20",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "20",
    ["stab"] = "21",
    ["slash"] = "20",
    ["crush"] = "19",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/black_platelegs.png",
    ["class"] = "equipment",
    ["visual"] = "platelegs",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,legpiece"
  },
  ["1113"] = {
    ["name"] = "Mithril Plate Leggings",
    ["id"] = "1113",
    ["slot"] = "legs",
    ["204"] = "13",
    ["enchantmentTier"] = "3",
    ["craftingLevel"] = "46",
    ["craftingExperience"] = "3120",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "30",
    ["stab"] = "24",
    ["slash"] = "22",
    ["crush"] = "20",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/mithril_platelegs.png",
    ["class"] = "equipment",
    ["visual"] = "platelegs",
    ["craftingDescription"] = "Requires Defense level of 30 to wield.",
    ["category"] = "Mithril",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,legpiece"
  },
  ["1114"] = {
    ["name"] = "Adamantite Plate Leggings",
    ["id"] = "1114",
    ["slot"] = "legs",
    ["205"] = "20",
    ["enchantmentTier"] = "4",
    ["craftingLevel"] = "66",
    ["craftingExperience"] = "9600",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "40",
    ["stab"] = "33",
    ["slash"] = "31",
    ["crush"] = "29",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/adamantite_platelegs.png",
    ["class"] = "equipment",
    ["visual"] = "platelegs",
    ["craftingDescription"] = "Requires Defense level of 40 to wield.",
    ["category"] = "Adamantite",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,legpiece"
  },
  ["1115"] = {
    ["name"] = "Runite Plate Leggings",
    ["id"] = "1115",
    ["slot"] = "legs",
    ["206"] = "27",
    ["enchantmentTier"] = "5",
    ["craftingLevel"] = "86",
    ["craftingExperience"] = "25920",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "50",
    ["stab"] = "51",
    ["slash"] = "49",
    ["crush"] = "47",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/rune_platelegs.png",
    ["class"] = "equipment",
    ["visual"] = "platelegs",
    ["craftingDescription"] = "Requires Defense level of 50 to wield.",
    ["category"] = "Runite",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,legpiece"
  },
  ["1116"] = {
    ["name"] = "Stygian Plate Leggings",
    ["id"] = "1116",
    ["slot"] = "legs",
    ["207"] = "35",
    ["800"] = "7",
    ["enchantmentTier"] = "6",
    ["craftingLevel"] = "96",
    ["craftingExperience"] = "70560",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "60",
    ["stab"] = "68",
    ["slash"] = "66",
    ["crush"] = "63",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/stygian_platelegs.png",
    ["class"] = "equipment",
    ["visual"] = "platelegs",
    ["craftingDescription"] = "Requires Defense level of 60 to wield.",
    ["category"] = "Stygian",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,legpiece"
  },
  ["1130"] = {
    ["name"] = "Bronze Boots",
    ["id"] = "1130",
    ["slot"] = "boots",
    ["enchantmentTier"] = "1",
    ["201"] = "4",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "1",
    ["slash"] = "2",
    ["crush"] = "3",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/bronze_boots.png",
    ["itemIcon"] = "/images/combat/equipment/bronze_boots_icon.png",
    ["class"] = "equipment",
    ["visual"] = "boots",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,boots"
  },
  ["1131"] = {
    ["name"] = "Iron Boots",
    ["id"] = "1131",
    ["slot"] = "boots",
    ["enchantmentTier"] = "2",
    ["202"] = "8",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "10",
    ["stab"] = "2",
    ["slash"] = "3",
    ["crush"] = "4",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/iron_boots.png",
    ["itemIcon"] = "/images/combat/equipment/iron_boots_icon.png",
    ["class"] = "equipment",
    ["visual"] = "boots",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,boots"
  },
  ["1132"] = {
    ["name"] = "Obsidian Boots",
    ["id"] = "1132",
    ["slot"] = "boots",
    ["enchantmentTier"] = "5",
    ["202"] = "20",
    ["204"] = "20",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "20",
    ["stab"] = "7",
    ["slash"] = "8",
    ["crush"] = "9",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/black_boots.png",
    ["itemIcon"] = "/images/combat/equipment/black_boots_icon.png",
    ["class"] = "equipment",
    ["visual"] = "boots",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,boots"
  },
  ["1133"] = {
    ["name"] = "Mithril Boots",
    ["id"] = "1133",
    ["slot"] = "boots",
    ["enchantmentTier"] = "3",
    ["204"] = "13",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "30",
    ["stab"] = "8",
    ["slash"] = "9",
    ["crush"] = "10",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/mithril_boots.png",
    ["itemIcon"] = "/images/combat/equipment/mithril_boots_icon.png",
    ["class"] = "equipment",
    ["visual"] = "boots",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,boots"
  },
  ["1134"] = {
    ["name"] = "Adamantite Boots",
    ["id"] = "1134",
    ["slot"] = "boots",
    ["enchantmentTier"] = "4",
    ["205"] = "20",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "40",
    ["stab"] = "10",
    ["slash"] = "11",
    ["crush"] = "12",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/adamantite_boots.png",
    ["itemIcon"] = "/images/combat/equipment/adamantite_boots_icon.png",
    ["class"] = "equipment",
    ["visual"] = "boots",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,boots"
  },
  ["1135"] = {
    ["name"] = "Runite Boots",
    ["id"] = "1135",
    ["slot"] = "boots",
    ["enchantmentTier"] = "5",
    ["206"] = "28",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "50",
    ["stab"] = "12",
    ["slash"] = "13",
    ["crush"] = "14",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/rune_boots.png",
    ["itemIcon"] = "/images/combat/equipment/rune_boots_icon.png",
    ["class"] = "equipment",
    ["visual"] = "boots",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,boots"
  },
  ["1136"] = {
    ["name"] = "Stygian Boots",
    ["id"] = "1136",
    ["slot"] = "boots",
    ["enchantmentTier"] = "6",
    ["207"] = "35",
    ["800"] = "5",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "60",
    ["stab"] = "16",
    ["slash"] = "17",
    ["crush"] = "18",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/stygian_boots.png",
    ["itemIcon"] = "/images/combat/equipment/stygian_boots_icon.png",
    ["class"] = "equipment",
    ["visual"] = "boots",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,boots"
  },
  ["1150"] = {
    ["name"] = "Bronze Gloves",
    ["id"] = "1150",
    ["slot"] = "gloves",
    ["enchantmentTier"] = "1",
    ["201"] = "8",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["price"] = "100",
    ["value"] = ".5",
    ["tradeable"] = "!1",
    ["stab"] = "2",
    ["slash"] = "2",
    ["crush"] = "2",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "1",
    ["melee"] = "2",
    ["itemImage"] = "/images/combat/equipment/bronze_gloves.png",
    ["itemIcon"] = "/images/combat/equipment/bronze_gloves.png",
    ["extraTooltipInfo"] = "Gloves cannot be traded.",
    ["class"] = "equipment",
    ["visual"] = "gloves",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,gloves"
  },
  ["1151"] = {
    ["name"] = "Iron Gloves",
    ["id"] = "1151",
    ["slot"] = "gloves",
    ["enchantmentTier"] = "2",
    ["202"] = "13",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["price"] = "3e3",
    ["value"] = "1",
    ["tradeable"] = "!1",
    ["stab"] = "3",
    ["slash"] = "3",
    ["crush"] = "3",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "4",
    ["melee"] = "3",
    ["itemImage"] = "/images/combat/equipment/iron_gloves.png",
    ["itemIcon"] = "/images/combat/equipment/iron_gloves.png",
    ["extraTooltipInfo"] = "Gloves cannot be traded.",
    ["class"] = "equipment",
    ["visual"] = "gloves",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,gloves"
  },
  ["1152"] = {
    ["name"] = "Obsidian Gloves",
    ["id"] = "1152",
    ["slot"] = "gloves",
    ["enchantmentTier"] = "5",
    ["202"] = "40",
    ["204"] = "40",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "1.5",
    ["tradeable"] = "!1",
    ["stab"] = "5",
    ["slash"] = "5",
    ["crush"] = "5",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "8",
    ["melee"] = "5",
    ["itemImage"] = "/images/combat/equipment/black_gloves.png",
    ["itemIcon"] = "/images/combat/equipment/black_gloves.png",
    ["extraTooltipInfo"] = "Gloves cannot be traded.",
    ["class"] = "equipment",
    ["visual"] = "gloves",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,gloves"
  },
  ["1153"] = {
    ["name"] = "Mithril Gloves",
    ["id"] = "1153",
    ["slot"] = "gloves",
    ["enchantmentTier"] = "3",
    ["204"] = "20",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["price"] = "25e4",
    ["value"] = "1.5",
    ["tradeable"] = "!1",
    ["stab"] = "6",
    ["slash"] = "6",
    ["crush"] = "6",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "12",
    ["melee"] = "6",
    ["itemImage"] = "/images/combat/equipment/mithril_gloves.png",
    ["itemIcon"] = "/images/combat/equipment/mithril_gloves.png",
    ["extraTooltipInfo"] = "Gloves cannot be traded.",
    ["class"] = "equipment",
    ["visual"] = "gloves",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,gloves"
  },
  ["1154"] = {
    ["name"] = "Adamantite Gloves",
    ["id"] = "1154",
    ["slot"] = "gloves",
    ["enchantmentTier"] = "4",
    ["205"] = "28",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["price"] = "15e5",
    ["value"] = "2",
    ["tradeable"] = "!1",
    ["stab"] = "7",
    ["slash"] = "7",
    ["crush"] = "7",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "16",
    ["melee"] = "7",
    ["itemImage"] = "/images/combat/equipment/adamantite_gloves.png",
    ["itemIcon"] = "/images/combat/equipment/adamantite_gloves.png",
    ["extraTooltipInfo"] = "Gloves cannot be traded.",
    ["class"] = "equipment",
    ["visual"] = "gloves",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,gloves"
  },
  ["1155"] = {
    ["name"] = "Runite Gloves",
    ["id"] = "1155",
    ["slot"] = "gloves",
    ["enchantmentTier"] = "5",
    ["206"] = "36",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["price"] = "75e5",
    ["value"] = "2",
    ["tradeable"] = "!1",
    ["stab"] = "8",
    ["slash"] = "8",
    ["crush"] = "8",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "20",
    ["melee"] = "8",
    ["itemImage"] = "/images/combat/equipment/rune_gloves.png",
    ["itemIcon"] = "/images/combat/equipment/rune_gloves.png",
    ["extraTooltipInfo"] = "Gloves cannot be traded.",
    ["class"] = "equipment",
    ["visual"] = "gloves",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,gloves"
  },
  ["1156"] = {
    ["name"] = "Stygian Gloves",
    ["id"] = "1156",
    ["slot"] = "gloves",
    ["enchantmentTier"] = "6",
    ["207"] = "70",
    ["800"] = "10",
    ["price"] = "3e7",
    ["value"] = "2.5",
    ["stab"] = "9",
    ["slash"] = "9",
    ["crush"] = "9",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "24",
    ["melee"] = "9",
    ["itemImage"] = "/images/combat/equipment/stygian_gloves.png",
    ["extraTooltipInfo"] = "Gloves cannot be traded.",
    ["class"] = "equipment",
    ["visual"] = "gloves",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,gloves"
  },
  ["1500"] = {
    ["name"] = "Santa Hat",
    ["id"] = "1500",
    ["slot"] = "helm",
    ["201"] = "10",
    ["enchantmentTier"] = "5",
    ["112"] = "1e3",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/santa_hat.png",
    ["class"] = "equipment",
    ["visual"] = "santa-hat",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet,unique"
  },
  ["1501"] = {
    ["name"] = "Snowman Head",
    ["id"] = "1501",
    ["slot"] = "helm",
    ["201"] = "10",
    ["enchantmentTier"] = "5",
    ["112"] = "1e3",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/snowman_head.png",
    ["class"] = "equipment",
    ["visual"] = "snowman-head",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet,unique"
  },
  ["1502"] = {
    ["name"] = "Tophat",
    ["id"] = "1502",
    ["slot"] = "helm",
    ["201"] = "10",
    ["enchantmentTier"] = "5",
    ["112"] = "1e3",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/tophat.png",
    ["class"] = "equipment",
    ["visual"] = "tophat",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet,unique"
  },
  ["1503"] = {
    ["name"] = "Lesser Ladle",
    ["id"] = "1503",
    ["slot"] = "weapon",
    ["204"] = "99999999",
    ["304"] = "10",
    ["enchantmentTier"] = "5",
    ["95"] = "600",
    ["402"] = "1",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "3",
    ["tradeable"] = "!0",
    ["enchantmentOverrideSlot"] = "ladle",
    ["style"] = "crush",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "10",
    ["melee"] = "0",
    ["attackSpeed"] = "2",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/lesser_ladle.png",
    ["extraTooltipInfo"] = "This could help you with cooking even if it doesn't look like much!",
    ["class"] = "equipment",
    ["visual"] = "lesser-ladle",
    ["Cooking Skill"] = "",
    ["tags"] = "melee,equipment,onehand,weapon"
  },
  ["1504"] = {
    ["name"] = "Ladle",
    ["id"] = "1504",
    ["slot"] = "weapon",
    ["204"] = "10",
    ["302"] = "999999999",
    ["enchantmentTier"] = "5",
    ["95"] = "600",
    ["402"] = "1",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "3",
    ["tradeable"] = "!0",
    ["enchantmentOverrideSlot"] = "ladle",
    ["style"] = "crush",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "1",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "19",
    ["melee"] = "0",
    ["attackSpeed"] = "2.4",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/ladle.png",
    ["extraTooltipInfo"] = "This could help you with cooking!",
    ["class"] = "equipment",
    ["visual"] = "ladle",
    ["Cooking Skill"] = "",
    ["tags"] = "melee,equipment,onehand,weapon"
  },
  ["1505"] = {
    ["name"] = "Greater Ladle",
    ["id"] = "1505",
    ["slot"] = "weapon",
    ["204"] = "999999999",
    ["304"] = "10",
    ["enchantmentTier"] = "5",
    ["95"] = "600",
    ["402"] = "1",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "3",
    ["tradeable"] = "!0",
    ["enchantmentOverrideSlot"] = "ladle",
    ["style"] = "crush",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "27",
    ["melee"] = "0",
    ["attackSpeed"] = "3",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/greater_ladle.png",
    ["extraTooltipInfo"] = "For when you're allowed only a single spoonful.",
    ["class"] = "equipment",
    ["visual"] = "greater-ladle",
    ["Cooking Skill"] = "",
    ["tags"] = "melee,equipment,twohand,weapon"
  },
  ["1506"] = {
    ["name"] = "Moss Maul",
    ["id"] = "1506",
    ["slot"] = "weapon",
    ["enchantmentTier"] = "8",
    ["401"] = "3",
    ["306"] = "1e3",
    ["value"] = "7",
    ["tradeable"] = "!0",
    ["style"] = "crush",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "140",
    ["melee"] = "0",
    ["attackSpeed"] = "3.4",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "85",
    ["defense"] = "1",
    ["relatedAbility"] = "18",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/moss_maul.png",
    ["itemIcon"] = "/images/combat/equipment/moss_maul_icon.png",
    ["extraTooltipInfo"] = "A hulking mass of moss covered material; requires a giant's strength to wield properly!",
    ["class"] = "equipment",
    ["visual"] = "moss-maul",
    ["category"] = "weapon,combat",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,twohand"
  },
  ["1507"] = {
    ["name"] = "Modified Diving Gloves",
    ["id"] = "1507",
    ["slot"] = "weapon",
    ["enchantmentTier"] = "6",
    ["513"] = "50",
    ["701"] = "20",
    ["value"] = "3",
    ["tradeable"] = "!0",
    ["relatedAbility"] = "25",
    ["style"] = "slash",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "48",
    ["melee"] = "0",
    ["attackSpeed"] = "2",
    ["constitution"] = "1",
    ["attack"] = "55",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/modified_diving_gloves.png",
    ["itemIcon"] = "/images/combat/equipment/modified_diving_gloves_icon.png",
    ["extraTooltipInfo"] = "Ready to punch anything you might encounter underwater or above!",
    ["class"] = "equipment",
    ["visual"] = "modified-diving-gloves",
    ["category"] = "weapon,combat",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,twohand"
  },
  ["1508"] = {
    ["name"] = "King's Crown",
    ["id"] = "1508",
    ["slot"] = "helm",
    ["enchantmentTier"] = "8",
    ["513"] = "100",
    ["403"] = "2",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "85",
    ["stab"] = "65",
    ["slash"] = "68",
    ["crush"] = "61",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["relatedAbility"] = "29",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/kings_crown.png",
    ["extraTooltipInfo"] = "The crown of a Valley's true forever king.",
    ["class"] = "equipment",
    ["visual"] = "kings-crown",
    ["category"] = "armor,combat",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1509"] = {
    ["name"] = "Fire Orb",
    ["id"] = "1509",
    ["slot"] = "shield",
    ["enchantmentTier"] = "8",
    ["512"] = "100",
    ["402"] = "4",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["relatedAbility"] = "31",
    ["constitution"] = "1",
    ["attack"] = "85",
    ["strength"] = "85",
    ["defense"] = "1",
    ["stab"] = "25",
    ["slash"] = "24",
    ["crush"] = "23",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "25",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/fire_orb.png",
    ["extraTooltipInfo"] = "This orb of living flame sharpens the senses to an inhuman degree.",
    ["class"] = "equipment",
    ["visual"] = "fire-orb",
    ["category"] = "armor,combat",
    ["Attack (Accuracy)"] = "",
    ["tags"] = "armor,equipment,shield"
  },
  ["1510"] = {
    ["id"] = "1510",
    ["name"] = "Kalanahmatti",
    ["value"] = "336e4",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/combat/equipment/kalanahmatti.png",
    ["extraTooltipInfo"] = "A mere fragment of the legendary spear 'Kalanahmatti' can still be fashioned into a powerful weapon!",
    ["class"] = "bar",
    ["tags"] = "unique,crafting"
  },
  ["1511"] = {
    ["name"] = "Shard of Kalanahmatti",
    ["id"] = "1511",
    ["slot"] = "weapon",
    ["1510"] = "1",
    ["306"] = "500",
    ["206"] = "100",
    ["enchantmentTier"] = "8",
    ["craftingLevel"] = "99",
    ["craftingExperience"] = "148200",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["relatedAbility"] = "19",
    ["style"] = "slash",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "1",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "94",
    ["melee"] = "0",
    ["attackSpeed"] = "2.4",
    ["constitution"] = "1",
    ["attack"] = "85",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/shard_of_kalanahmatti.png",
    ["itemIcon"] = "/images/combat/equipment/shard_of_kalanahmatti_icon.png",
    ["class"] = "equipment",
    ["visual"] = "shard-of-kalanahmatti",
    ["craftingDescription"] = "Powerful weapon made out of the legendary spear 'Kalanahmatti'.",
    ["extraTooltipInfo"] = "This powerful blade is fashioned from a shard of the legendary spear 'Kalanahmatti.'",
    ["category"] = "Rare",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,equipment,weapon,onehand"
  },
  ["1512"] = {
    ["name"] = "Zero Edge",
    ["id"] = "1512",
    ["slot"] = "weapon",
    ["enchantmentTier"] = "5",
    ["206"] = "50",
    ["value"] = "3",
    ["tradeable"] = "!0",
    ["relatedAbility"] = "22",
    ["style"] = "slash",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "1",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "50",
    ["melee"] = "0",
    ["attackSpeed"] = "2",
    ["constitution"] = "1",
    ["attack"] = "50",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/zero_edge.png",
    ["itemIcon"] = "/images/combat/equipment/zero_edge_icon.png",
    ["itemSet"] = "zero edge",
    ["itemSetDescription"] = "Aspect of Lightning - Converts auto attack element to lightning.",
    ["class"] = "equipment",
    ["extraTooltipInfo"] = "Lightning never strikes twice, so surely this is an anomaly.",
    ["visual"] = "zero",
    ["category"] = "weapon,combat",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,equipment,weapon,onehand"
  },
  ["1513"] = {
    ["name"] = "Crest of Chaos",
    ["id"] = "1513",
    ["slot"] = "helm",
    ["204"] = "200",
    ["enchantmentTier"] = "5",
    ["112"] = "200",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "3",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "20",
    ["stab"] = "9",
    ["slash"] = "10",
    ["crush"] = "8",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["relatedAbility"] = "28",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/crest_of_chaos.png",
    ["itemIcon"] = "/images/combat/equipment/crest_of_chaos_icon.png",
    ["extraTooltipInfo"] = "The heat of this helm could empower your smithing abilities!",
    ["class"] = "equipment",
    ["visual"] = "crest-of-chaos",
    ["category"] = "armor,combat",
    ["Smithing Skill"] = "",
    ["tags"] = "armor,equipment,helmet,smithing"
  },
  ["1514"] = {
    ["name"] = "Forgotten Soul",
    ["id"] = "1514",
    ["slot"] = "weapon",
    ["enchantmentTier"] = "0",
    ["515"] = "100",
    ["800"] = "50",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["relatedAbility"] = "23",
    ["style"] = "crush",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "70",
    ["melee"] = "0",
    ["attackSpeed"] = "2.7",
    ["constitution"] = "1",
    ["attack"] = "70",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/forgotten-soul-axe.png",
    ["itemIcon"] = "/images/combat/equipment/forgotten-soul-sad-icon.png",
    ["extraTooltipInfo"] = "Long forgotten in the waves.",
    ["class"] = "equipment",
    ["visual"] = "forgotten-soul-axe",
    ["category"] = "weapon,combat",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,equipment,weapon,onehand"
  },
  ["1515"] = {
    ["name"] = "Forgotten Soul",
    ["id"] = "1515",
    ["slot"] = "weapon",
    ["enchantmentTier"] = "0",
    ["515"] = "100",
    ["800"] = "50",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["relatedAbility"] = "23",
    ["style"] = "slash",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "1",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "70",
    ["melee"] = "0",
    ["attackSpeed"] = "2.16",
    ["constitution"] = "1",
    ["attack"] = "70",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/forgotten-soul-scimitar.png",
    ["itemIcon"] = "/images/combat/equipment/forgotten-soul-crazy-icon.png",
    ["extraTooltipInfo"] = "Driven mad by its endless drifting.",
    ["class"] = "equipment",
    ["visual"] = "forgotten-soul-scim",
    ["category"] = "weapon,combat",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,equipment,weapon,onehand"
  },
  ["1516"] = {
    ["name"] = "Forgotten Soul",
    ["id"] = "1516",
    ["slot"] = "weapon",
    ["enchantmentTier"] = "0",
    ["515"] = "100",
    ["800"] = "50",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["relatedAbility"] = "23",
    ["style"] = "slash",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "90",
    ["melee"] = "0",
    ["attackSpeed"] = "2.7",
    ["constitution"] = "1",
    ["attack"] = "70",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/forgotten-soul-two-handed.png",
    ["itemIcon"] = "/images/combat/equipment/forgotten-soul-mad-icon.png",
    ["class"] = "equipment",
    ["extraTooltipInfo"] = "Perhaps forgotten, absolutely enraged.",
    ["visual"] = "forgotten-soul-two",
    ["category"] = "weapon,combat",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,equipment,weapon,twohand"
  },
  ["1517"] = {
    ["name"] = "Gargoyle Chainmail",
    ["id"] = "1517",
    ["slot"] = "body",
    ["enchantmentTier"] = "5",
    ["202"] = "100",
    ["204"] = "100",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "40",
    ["stab"] = "63",
    ["slash"] = "72",
    ["crush"] = "78",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/gargoyle_chain.png",
    ["class"] = "equipment",
    ["visual"] = "chainbody-gargoyle",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece,gargoyle"
  },
  ["1518"] = {
    ["name"] = "Gargoyle Legs",
    ["id"] = "1518",
    ["slot"] = "legs",
    ["enchantmentTier"] = "5",
    ["202"] = "80",
    ["204"] = "80",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "40",
    ["stab"] = "51",
    ["slash"] = "49",
    ["crush"] = "47",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/gargoyle_pants.png",
    ["class"] = "equipment",
    ["visual"] = "platelegs",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,legpiece,gargoyle"
  },
  ["1519"] = {
    ["name"] = "Gargoyle Boots",
    ["id"] = "1519",
    ["slot"] = "boots",
    ["enchantmentTier"] = "5",
    ["202"] = "80",
    ["204"] = "80",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "40",
    ["stab"] = "12",
    ["slash"] = "13",
    ["crush"] = "14",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/gargoyle_boots.png",
    ["itemIcon"] = "/images/combat/equipment/gargoyle_boots_icon.png",
    ["class"] = "equipment",
    ["visual"] = "boots",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,boots,gargoyle"
  },
  ["1520"] = {
    ["name"] = "Gargoyle Helm",
    ["id"] = "1520",
    ["slot"] = "helm",
    ["enchantmentTier"] = "5",
    ["202"] = "60",
    ["204"] = "60",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "40",
    ["stab"] = "22",
    ["slash"] = "23",
    ["crush"] = "21",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/gargoyle_helm.png",
    ["itemIcon"] = "/images/combat/equipment/gargoyle_helm_icon.png",
    ["twoSided"] = "!0",
    ["class"] = "equipment",
    ["visual"] = "gargoyle-helm",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet,gargoyle"
  },
  ["1521"] = {
    ["name"] = "Gargoyle Shield",
    ["id"] = "1521",
    ["slot"] = "shield",
    ["enchantmentTier"] = "5",
    ["202"] = "100",
    ["204"] = "100",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "40",
    ["stab"] = "44",
    ["slash"] = "48",
    ["crush"] = "46",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/gargoyle_shield.png",
    ["itemIcon"] = "/images/combat/equipment/gargoyle_shield_1.png",
    ["class"] = "equipment",
    ["visual"] = "gargoyle-shield",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,shield,gargoyle"
  },
  ["1522"] = {
    ["name"] = "Gargoyle Falchion",
    ["id"] = "1522",
    ["slot"] = "weapon",
    ["enchantmentTier"] = "5",
    ["202"] = "80",
    ["204"] = "80",
    ["303"] = "20",
    ["304"] = "20",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["style"] = "slash",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "1",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "45",
    ["melee"] = "0",
    ["attackSpeed"] = "2.4",
    ["constitution"] = "1",
    ["attack"] = "40",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/gargoyle_falchion.png",
    ["itemIcon"] = "/images/combat/equipment/gargoyle_falcion_icon.png",
    ["class"] = "equipment",
    ["visual"] = "gargoyle-falchion",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,scimitar,onehand,gargoyle"
  },
  ["1523"] = {
    ["name"] = "Gargoyle Daggers",
    ["id"] = "1523",
    ["slot"] = "weapon",
    ["enchantmentTier"] = "5",
    ["202"] = "60",
    ["204"] = "60",
    ["303"] = "15",
    ["304"] = "15",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["style"] = "stab",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "35",
    ["melee"] = "0",
    ["attackSpeed"] = "2",
    ["constitution"] = "1",
    ["attack"] = "40",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/dagger_gargoyle.png",
    ["itemIcon"] = "/images/combat/equipment/dagger_gargoyle_icon.png",
    ["class"] = "equipment",
    ["visual"] = "gargoyle-daggers",
    ["isDaggers"] = "!0",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,daggers,twohand,gargoyle"
  },
  ["1524"] = {
    ["name"] = "Gargoyle Glaive",
    ["id"] = "1524",
    ["slot"] = "weapon",
    ["enchantmentTier"] = "5",
    ["202"] = "120",
    ["204"] = "120",
    ["303"] = "30",
    ["304"] = "30",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["style"] = "stab",
    ["oneHanded"] = "!1",
    ["stab"] = "10",
    ["slash"] = "10",
    ["crush"] = "10",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "76",
    ["melee"] = "0",
    ["attackSpeed"] = "2.8",
    ["constitution"] = "1",
    ["attack"] = "40",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/gargoyle_glaive.png",
    ["itemIcon"] = "/images/combat/equipment/gargoyle_glaive_icon.png",
    ["class"] = "equipment",
    ["visual"] = "spear",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,spear,twohand,gargoyle"
  },
  ["1525"] = {
    ["name"] = "Infernal Lance",
    ["id"] = "1525",
    ["slot"] = "weapon",
    ["enchantmentTier"] = "8",
    ["112"] = "100",
    ["512"] = "100",
    ["207"] = "50",
    ["value"] = "7",
    ["tradeable"] = "!0",
    ["relatedAbility"] = "20",
    ["style"] = "stab",
    ["oneHanded"] = "!1",
    ["stab"] = "15",
    ["slash"] = "15",
    ["crush"] = "15",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "160",
    ["melee"] = "0",
    ["attackSpeed"] = "3",
    ["constitution"] = "1",
    ["attack"] = "40",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/infernal_lance.png",
    ["itemIcon"] = "/images/combat/equipment/infernal_lance_icon.png",
    ["extraTooltipInfo"] = "A legendary weapon of great prestige and power.",
    ["class"] = "equipment",
    ["visual"] = "spear",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,spear,twohand"
  },
  ["1526"] = {
    ["name"] = "Black Knight Great Helm",
    ["id"] = "1526",
    ["slot"] = "helm",
    ["enchantmentTier"] = "0",
    ["tradeable"] = "!0",
    ["202"] = "60",
    ["204"] = "60",
    ["value"] = "5",
    ["stab"] = "30",
    ["slash"] = "30",
    ["crush"] = "30",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "40",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/black_black_knight_great_helm.png",
    ["itemIcon"] = "/images/combat/equipment/black_black_knight_great_helm_icon.png",
    ["extraTooltipInfo"] = "A helm of unknown make that grants superhuman strength to its wearer!",
    ["class"] = "equipment",
    ["visual"] = "black-knight-full-helm",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1527"] = {
    ["name"] = "Chorus of Souls",
    ["id"] = "1527",
    ["slot"] = "weapon",
    ["enchantmentTier"] = "6",
    ["515"] = "200",
    ["800"] = "100",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["style"] = "crush",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "85",
    ["melee"] = "0",
    ["attackSpeed"] = "3.4",
    ["constitution"] = "1",
    ["attack"] = "70",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/chorus_of_souls.png",
    ["itemIcon"] = "/images/combat/equipment/chorus_of_souls_icon.png",
    ["extraTooltipInfo"] = "It wails with every swing. Unnerving.",
    ["class"] = "equipment",
    ["visual"] = "chorus-of-souls",
    ["category"] = "weapon,combat",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,onehand"
  },
  ["1528"] = {
    ["name"] = "Decayed Cloak",
    ["id"] = "1528",
    ["slot"] = "cape",
    ["enchantmentTier"] = "0",
    ["515"] = "500",
    ["800"] = "50",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["stab"] = "20",
    ["slash"] = "20",
    ["crush"] = "20",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/decayed_cloak.png",
    ["itemIcon"] = "/images/combat/equipment/decayed_cloak_hood.png",
    ["extraTooltipInfo"] = "Despite its ragged appearance it is immensely durable. What could have caused this damage?",
    ["class"] = "equipment",
    ["visual"] = "cape",
    ["category"] = "weapon,combat,christmas",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "melee,armor,equipment,unique,cape"
  },
  ["1530"] = {
    ["name"] = "Mysterious Man",
    ["id"] = "1530",
    ["slot"] = "helm",
    ["enchantmentTier"] = "5",
    ["800"] = "1e4",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/hatcontest_mysterious_man.png",
    ["itemIcon"] = "/images/combat/equipment/hatcontest_mysterious_man_icon.png",
    ["extraTooltipInfo"] = "Who are they? What are they? How did they get here?",
    ["class"] = "equipment",
    ["visual"] = "mysteriousman",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1531"] = {
    ["name"] = "Corny Joke",
    ["id"] = "1531",
    ["slot"] = "helm",
    ["201"] = "10",
    ["enchantmentTier"] = "5",
    ["800"] = "1e4",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/hatcontest_cornyjoke.png",
    ["itemIcon"] = "/images/combat/equipment/hatcontest_cornyjoke_icon.png",
    ["extraTooltipInfo"] = "You ever heard of this joke? Me neither",
    ["class"] = "equipment",
    ["visual"] = "cornyjoke",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1532"] = {
    ["name"] = "Death Metal Wig",
    ["id"] = "1532",
    ["slot"] = "helm",
    ["201"] = "10",
    ["enchantmentTier"] = "5",
    ["800"] = "1e4",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/hatcontest_death_metal_wig.png",
    ["itemIcon"] = "/images/combat/equipment/hatcontest_death_metal_wig_icon.png",
    ["extraTooltipInfo"] = "Who said Death metal is all evil?",
    ["twoSided"] = "!0",
    ["class"] = "equipment",
    ["visual"] = "deathmetalwig",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1540"] = {
    ["name"] = "Shrimp Carapace",
    ["id"] = "1540",
    ["slot"] = "body",
    ["enchantmentTier"] = "0",
    ["value"] = "2",
    ["5e3"] = "1",
    ["tradeable"] = "!1",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "30",
    ["stab"] = "60",
    ["slash"] = "60",
    ["crush"] = "60",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/shrimp_armor.png",
    ["itemIcon"] = "/images/combat/equipment/shrimp_armor_icon.png",
    ["itemSet"] = "shrimp",
    ["itemSetDescription"] = "Shrimp - 3 pieces grants 2 passive Demon Skin, 4 pieces grants 4 passive Demon Skin.",
    ["extraTooltipInfo"] = "The chitinous shell of the Aberrant Shrimp formed into armor; it's tainted by some sort of demonic magic. Is this a blessing or a curse?",
    ["class"] = "equipment",
    ["visual"] = "shrimp-armor",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece,shrimp"
  },
  ["1541"] = {
    ["name"] = "Shrimp Greaves",
    ["id"] = "1541",
    ["slot"] = "legs",
    ["enchantmentTier"] = "0",
    ["value"] = "2",
    ["5e3"] = "1",
    ["tradeable"] = "!1",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "30",
    ["stab"] = "30",
    ["slash"] = "30",
    ["crush"] = "30",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/shrimp_pants.png",
    ["itemSet"] = "shrimp",
    ["itemSetDescription"] = "Shrimp - 3 pieces grants 2 passive Demon Skin, 4 pieces grants 4 passive Demon Skin.",
    ["extraTooltipInfo"] = "The chitinous shell of the Aberrant Shrimp formed into greaves; it's tainted by some sort of demonic magic. Is this a blessing or a curse?",
    ["class"] = "equipment",
    ["visual"] = "shrimp-legs",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,legpiece,shrimp"
  },
  ["1542"] = {
    ["name"] = "Shrimp Helm",
    ["id"] = "1542",
    ["slot"] = "helm",
    ["enchantmentTier"] = "0",
    ["value"] = "2",
    ["5e3"] = "1",
    ["tradeable"] = "!1",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "30",
    ["stab"] = "20",
    ["slash"] = "20",
    ["crush"] = "20",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/shrimp_helm.png",
    ["itemIcon"] = "/images/combat/equipment/shrimp_helm_icon.png",
    ["itemSet"] = "shrimp",
    ["itemSetDescription"] = "Shrimp - 3 pieces grants 2 passive Demon Skin, 4 pieces grants 4 passive Demon Skin.",
    ["extraTooltipInfo"] = "The chitinous shell of the Aberrant Shrimp formed into a helmet; it's tainted by some sort of demonic magic. Is this a blessing or a curse?",
    ["class"] = "equipment",
    ["visual"] = "shrimp-helm",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,helmet,shrimp"
  },
  ["1543"] = {
    ["name"] = "Shrimp Shell",
    ["id"] = "1543",
    ["slot"] = "shield",
    ["enchantmentTier"] = "0",
    ["value"] = "2",
    ["5e3"] = "1",
    ["tradeable"] = "!1",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "30",
    ["stab"] = "30",
    ["slash"] = "30",
    ["crush"] = "30",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/shrimp_shield.png",
    ["itemIcon"] = "/images/combat/equipment/shrimp_shield_icon.png",
    ["itemSet"] = "shrimp",
    ["itemSetDescription"] = "Shrimp - 3 pieces grants 2 passive Demon Skin, 4 pieces grants 4 passive Demon Skin.",
    ["extraTooltipInfo"] = "The chitinous shell of the Aberrant Shrimp formed into a shield; it's tainted by some sort of demonic magic. Is this a blessing or a curse?",
    ["class"] = "equipment",
    ["visual"] = "shrimp-shield",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,shield,shrimp"
  },
  ["1544"] = {
    ["name"] = "Naga's Bracelet",
    ["id"] = "1544",
    ["slot"] = "gloves",
    ["enchantmentTier"] = "0",
    ["value"] = "75e3",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/combat/equipment/nagas_bracelet.png",
    ["itemIcon"] = "/images/combat/equipment/nagas_bracelet.png",
    ["extraTooltipInfo"] = "The liquid inlaid into the carvings seems far too familiar... Wearing the bracelet gives you a craving you cannot describe; if used to create an enchanted piece of jewelry perhaps it will become more apparent to you, but you may run the risk of corrupting its original power...",
    ["class"] = "equipment",
    ["visual"] = "",
    ["tags"] = "armor,equipment,gloves"
  },
  ["1545"] = {
    ["name"] = "Titanic Gauntlet",
    ["id"] = "1545",
    ["slot"] = "gloves",
    ["1549"] = "400",
    ["enchantmentTier"] = "0",
    ["1548"] = "1",
    ["404"] = "3",
    ["403"] = "6",
    ["402"] = "9",
    ["401"] = "12",
    ["400"] = "15",
    ["craftingLevel"] = "99",
    ["craftingExperience"] = "192e3",
    ["value"] = "3.5",
    ["stab"] = "15",
    ["slash"] = "15",
    ["crush"] = "15",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "32",
    ["melee"] = "15",
    ["itemImage"] = "/images/combat/equipment/titanic_gauntlet.png",
    ["craftingDescription"] = "This gauntlet could become so much more if wielded by one with a strong will.",
    ["extraTooltipInfo"] = "This gauntlet could become so much more if wielded by one with a strong will.",
    ["category"] = "Rare",
    ["class"] = "equipment",
    ["visual"] = "awakened-titanic-gauntlet gloves",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment"
  },
  ["1546"] = {
    ["name"] = "Awakened World Shaper",
    ["id"] = "1546",
    ["slot"] = "gloves",
    ["enchantmentTier"] = "6",
    ["1548"] = "1",
    ["404"] = "3",
    ["403"] = "6",
    ["402"] = "9",
    ["401"] = "12",
    ["400"] = "15",
    ["value"] = "1.5",
    ["relatedAbility"] = "30",
    ["stab"] = "18",
    ["slash"] = "18",
    ["crush"] = "18",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "36",
    ["melee"] = "18",
    ["itemImage"] = "/images/combat/equipment/awakened_world_shaper.png",
    ["extraTooltipInfo"] = "You feel as if infinite power lies within your grasp.",
    ["class"] = "equipment",
    ["visual"] = "awakened-titanic-gauntlet gloves",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "armor,equipment"
  },
  ["1547"] = {
    ["name"] = "Shapeless Scythe",
    ["id"] = "1547",
    ["slot"] = "weapon",
    ["enchantmentTier"] = "8",
    ["1548"] = "1",
    ["1549"] = "40",
    ["value"] = "9",
    ["tradeable"] = "!0",
    ["relatedAbility"] = "33",
    ["style"] = "slash",
    ["oneHanded"] = "!1",
    ["stab"] = "20",
    ["slash"] = "20",
    ["crush"] = "20",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "216",
    ["melee"] = "0",
    ["attackSpeed"] = "2.8",
    ["constitution"] = "1",
    ["attack"] = "85",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/Shapeless_Scythe.png",
    ["itemIcon"] = "/images/combat/equipment/Shapeless_Scythe_Icon.png",
    ["class"] = "equipment",
    ["extraTooltipInfo"] = "Its vorpal edge seems to shimmer and distort as you examine it.",
    ["visual"] = "scythe",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "melee,weapon,equipment,twohand,unique"
  },
  ["1548"] = {
    ["name"] = "Giant King's Jewel",
    ["id"] = "1548",
    ["value"] = "25e5",
    ["craftingLevel"] = "85",
    ["craftingExperience"] = "12500",
    ["1549"] = "250",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/magic/giants_gem.png",
    ["class"] = "gem",
    ["craftingDescription"] = "Surely a jewel can be scavenged from these scraps.",
    ["extraTooltipInfo"] = "You feel limitless energy pulsing from the jewel.",
    ["category"] = "Rare"
  },
  ["1549"] = {
    ["name"] = "Giant Scraps",
    ["id"] = "1549",
    ["value"] = "5e4",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/misc/Giant_Scrap.png",
    ["class"] = "bar",
    ["extraTooltipInfo"] = "It would take a master craftsman to reshape this into something usable."
  },
  ["1550"] = {
    ["name"] = "World Walkers",
    ["id"] = "1550",
    ["slot"] = "boots",
    ["1549"] = "50",
    ["enchantmentTier"] = "6",
    ["craftingLevel"] = "99",
    ["craftingExperience"] = "192e3",
    ["value"] = "3.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "85",
    ["stab"] = "22",
    ["slash"] = "23",
    ["crush"] = "24",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/World_Walkers_Silver_Version.png",
    ["itemIcon"] = "/images/combat/equipment/World_Walkers_Silver_Version_Icon.png",
    ["extraTooltipInfo"] = "No terrain is too difficult to traverse with these on.",
    ["craftingDescription"] = "No terrain is too difficult to traverse with these on.",
    ["category"] = "Rare",
    ["class"] = "equipment",
    ["visual"] = "winged-boots",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment"
  },
  ["1551"] = {
    ["name"] = "Giant King's Nails",
    ["id"] = "1551",
    ["isIngredient"] = "!0",
    ["value"] = "20",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/cooking/banana.png",
    ["extraTooltipInfo"] = "... You could try cooking it?",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient,consumable,food"
  },
  ["1552"] = {
    ["name"] = "Cooked Giant King's Nails",
    ["id"] = "1552",
    ["isEdible"] = "!0",
    ["healing"] = "1",
    ["value"] = "20",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/cooking/banana.png",
    ["extraTooltipInfo"] = "Why would you eat this? That's disgusting.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["1553"] = {
    ["name"] = "Crystal Mace",
    ["id"] = "1553",
    ["slot"] = "weapon",
    ["enchantmentTier"] = "8",
    ["403"] = "4",
    ["207"] = "10",
    ["304"] = "750",
    ["305"] = "500",
    ["306"] = "250",
    ["516"] = "5e3",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["relatedAbility"] = "21",
    ["style"] = "crush",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "140",
    ["melee"] = "0",
    ["attackSpeed"] = "3.4",
    ["constitution"] = "1",
    ["attack"] = "85",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/crystal_mace.png",
    ["itemIcon"] = "/images/combat/equipment/crystal_mace_icon.png",
    ["extraTooltipInfo"] = "A manifested shard of chaos. If only you knew how to utilize it's energy to perform magic!",
    ["class"] = "equipment",
    ["visual"] = "crystal-mace",
    ["category"] = "weapon,combat",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["Strength (Magic)"] = "",
    ["tags"] = "melee,weapon,equipment,onehand"
  },
  ["1554"] = {
    ["id"] = "1554",
    ["slot"] = "ring",
    ["name"] = "Signet Ring",
    ["value"] = "1.5",
    ["tradeable"] = "!1",
    ["enchantmentTier"] = "3",
    ["2"] = "5e4",
    ["207"] = "10",
    ["203"] = "100",
    ["404"] = "1",
    ["516"] = "2500",
    ["forcedEnchant"] = "47",
    ["forcedEnchantAmount"] = "3",
    ["overwriteEnchant"] = "!1",
    ["accuracy"] = "5",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "5",
    ["range"] = "0",
    ["melee"] = "5",
    ["relatedAbility"] = "26",
    ["itemImage"] = "/images/jewellery/signet_ring.png",
    ["class"] = "equipment",
    ["extraTooltipInfo"] = "Carries the signature of some unknown entity.",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["Strength (Magic)"] = "",
    ["Defense (Magic)"] = "",
    ["tags"] = "jewelry"
  },
  ["1555"] = {
    ["name"] = "Mantle of Flame",
    ["id"] = "1555",
    ["slot"] = "cape",
    ["enchantmentTier"] = "0",
    ["512"] = "2500",
    ["2"] = "15e3",
    ["700"] = "1e3",
    ["9013"] = "1",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["stab"] = "10",
    ["slash"] = "10",
    ["crush"] = "10",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "15",
    ["melee"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/mantle_of_flame.gif",
    ["itemIcon"] = "/images/combat/equipment/mantle_of_flame.png",
    ["itemSet"] = "phoenix",
    ["itemSetDescription"] = "Phoenix's Flame - Gives a chance that increases with augments for a fatal blow to be rendered non-fatal; if this happens the Resurrection Sickness debuff (reduced healing, offensive, and defensive stats) with stacks equal to the hitpoints will be applied.",
    ["extraTooltipInfo"] = "Wrap yourself in the cozy flames of a dying star and be reborn.",
    ["class"] = "equipment",
    ["visual"] = "phoenix-cape",
    ["category"] = "weapon,combat",
    ["Strength (Melee)"] = "",
    ["Strength (Magic)"] = "",
    ["Attack (Accuracy)"] = "",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["tags"] = "melee,armor,equipment,unique,cape"
  },
  ["1556"] = {
    ["name"] = "max account consumable dev",
    ["id"] = "1556",
    ["value"] = "9",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/cooking/banana.png",
    ["extraTooltipInfo"] = "yes"
  },
  ["1557"] = {
    ["name"] = "stone castle bricks",
    ["id"] = "1557",
    ["value"] = "9",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/cooking/banana.png"
  },
  ["1558"] = {
    ["name"] = "elite moon god potion",
    ["id"] = "1558",
    ["value"] = "9",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/cooking/banana.png",
    ["extraTooltipInfo"] = "yes"
  },
  ["1559"] = {
    ["name"] = "Black Knight Titan's Helm",
    ["id"] = "1559",
    ["slot"] = "helm",
    ["enchantmentTier"] = "6",
    ["tradeable"] = "!0",
    ["205"] = "150",
    ["203"] = "150",
    ["207"] = "50",
    ["value"] = "5",
    ["stab"] = "48",
    ["slash"] = "54",
    ["crush"] = "44",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "70",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/black_knight_titan_helm.png",
    ["itemIcon"] = "/images/combat/equipment/black_knight_titan_helm_icon.png",
    ["extraTooltipInfo"] = "A helm that grants the strength of titans to its wearer!",
    ["class"] = "equipment",
    ["visual"] = "black-knight-full-helm",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Range)"] = "",
    ["Defense (Magic)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1560"] = {
    ["name"] = "Elven Mage's Hood",
    ["id"] = "1560",
    ["slot"] = "helm",
    ["enchantmentTier"] = "6",
    ["tradeable"] = "!0",
    ["value"] = "2.5",
    ["207"] = "50",
    ["stab"] = "44",
    ["slash"] = "42",
    ["crush"] = "48",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "65",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/stygian_med_helm.png",
    ["itemIcon"] = "/images/combat/equipment/stygian_med_helm_icon.png",
    ["extraTooltipInfo"] = "A magical hood of elven make.",
    ["class"] = "equipment",
    ["visual"] = "med-helm",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["1561"] = {
    ["name"] = "Elven Warrior's Mail",
    ["id"] = "1561",
    ["slot"] = "body",
    ["enchantmentTier"] = "6",
    ["207"] = "40",
    ["800"] = "8",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "65",
    ["stab"] = "91",
    ["slash"] = "98",
    ["crush"] = "128",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/stygian_chainbody.png",
    ["class"] = "equipment",
    ["visual"] = "chainbody",
    ["extraTooltipInfo"] = "An unnaturally light chainmail of elven make.",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["1562"] = {
    ["name"] = "Elven Ranger's Leggings",
    ["id"] = "1562",
    ["slot"] = "legs",
    ["enchantmentTier"] = "6",
    ["207"] = "50",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "65",
    ["stab"] = "44",
    ["slash"] = "48",
    ["crush"] = "64",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/stygian_platelegs.png",
    ["class"] = "equipment",
    ["visual"] = "platelegs",
    ["extraTooltipInfo"] = "A pair of comfortably fitting leggings of elven make.",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,legpiece"
  },
  ["1563"] = {
    ["name"] = "Elven Cavalry Boots",
    ["id"] = "1563",
    ["slot"] = "boots",
    ["enchantmentTier"] = "6",
    ["207"] = "50",
    ["value"] = "2.5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "65",
    ["stab"] = "17",
    ["slash"] = "18",
    ["crush"] = "19",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "2",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/stygian_boots.png",
    ["itemIcon"] = "/images/combat/equipment/stygian_boots_icon.png",
    ["class"] = "equipment",
    ["visual"] = "boots",
    ["extraTooltipInfo"] = "A set of light cavalry boots of elven make.",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["tags"] = "armor,equipment,boots"
  },
  ["1564"] = {
    ["name"] = "Searing Ladle",
    ["id"] = "1564",
    ["slot"] = "weapon",
    ["enchantmentTier"] = "6",
    ["95"] = "1e3",
    ["96"] = "100",
    ["402"] = "1",
    ["403"] = "1",
    ["5"] = "15e3",
    ["value"] = "4",
    ["tradeable"] = "!0",
    ["enchantmentOverrideSlot"] = "ladle",
    ["relatedAbility"] = "32",
    ["style"] = "crush",
    ["oneHanded"] = "!0",
    ["stab"] = "0",
    ["slash"] = "1",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "21",
    ["melee"] = "0",
    ["attackSpeed"] = "2.4",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/searing_ladle.png",
    ["extraTooltipInfo"] = "Each time it's augmented it just gets hotter! Anything you cook with this is probably more likely to get burnt than anything else!",
    ["class"] = "equipment",
    ["visual"] = "ladle",
    ["Cooking Skill"] = "",
    ["tags"] = "melee,equipment,onehand,weapon"
  },
  ["1565"] = {
    ["name"] = "Black Knight's Gauntlets",
    ["id"] = "1565",
    ["slot"] = "gloves",
    ["enchantmentTier"] = "0",
    ["205"] = "100",
    ["207"] = "35",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["stab"] = "3",
    ["slash"] = "3",
    ["crush"] = "3",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "28",
    ["melee"] = "14",
    ["itemImage"] = "/images/combat/equipment/black_gloves.png",
    ["itemIcon"] = "/images/combat/equipment/black_gloves.png",
    ["extraTooltipInfo"] = "You feel like you could bend steel with these gauntlets on... but what is steel?",
    ["class"] = "equipment",
    ["visual"] = "gloves",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["tags"] = "armor,equipment"
  },
  ["1600"] = {
    ["name"] = "Scroll",
    ["skill"] = "enchanting",
    ["id"] = "1600",
    ["price"] = "5e5",
    ["tradeable"] = "!0",
    ["value"] = "900",
    ["itemImage"] = "/images/enchanting/scroll.png",
    ["Used in magic to store magical properties"] = " enchantments.",
    ["class"] = "enchanted-scroll",
    ["tags"] = "enchanting"
  },
  ["1601"] = {
    ["name"] = "Scroll of Embers",
    ["activeMessage"] = "Making Scrolls of Embers",
    ["enchant"] = "!0",
    ["enchantmentID"] = "1",
    ["categories"] = "hatchet",
    ["time"] = "6e4",
    ["id"] = "1601",
    ["level"] = "61",
    ["experience"] = "4200",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "700",
    ["512"] = "70",
    ["517"] = "70",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_embers.png",
    ["enchantName"] = "embers",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain a 10% chance to instantly burn Logs and Branches for double heat every foraging action.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1602"] = {
    ["name"] = "Scroll of the Prospector",
    ["activeMessage"] = "Making Scrolls of the Prospector",
    ["enchant"] = "!0",
    ["enchantmentID"] = "2",
    ["categories"] = "pickaxe",
    ["time"] = "6e4",
    ["id"] = "1602",
    ["level"] = "25",
    ["experience"] = "1500",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "300",
    ["510"] = "40",
    ["512"] = "40",
    ["519"] = "40",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_the_prospector.png",
    ["enchantName"] = "prospector",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Increases your chance to find gems by a mysterious amount.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1603"] = {
    ["name"] = "Scroll of the Scholar",
    ["activeMessage"] = "Making Scrolls of the Scholar",
    ["enchant"] = "!0",
    ["enchantmentID"] = "3",
    ["categories"] = "ring,necklace",
    ["time"] = "6e4",
    ["id"] = "1603",
    ["level"] = "88",
    ["experience"] = "6500",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "1e3",
    ["516"] = "90",
    ["518"] = "90",
    ["519"] = "90",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_the_scholar.png",
    ["enchantName"] = "scholar",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain 20% more experience, but NO items. Only works on Mastery experience.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,ring"
  },
  ["1604"] = {
    ["name"] = "Scroll of Gathering",
    ["activeMessage"] = "Making Scrolls of Gathering",
    ["enchant"] = "!0",
    ["enchantmentID"] = "4",
    ["categories"] = "ring,necklace",
    ["time"] = "6e4",
    ["id"] = "1604",
    ["level"] = "64",
    ["experience"] = "4300",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "800",
    ["511"] = "70",
    ["512"] = "70",
    ["513"] = "70",
    ["518"] = "70",
    ["519"] = "70",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_gathering.png",
    ["enchantName"] = "gathering",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain a 10% chance to find an extra resource.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,ring"
  },
  ["1605"] = {
    ["name"] = "Scroll of Superheating",
    ["activeMessage"] = "Making Scrolls of Superheating",
    ["enchant"] = "!0",
    ["enchantmentID"] = "5",
    ["categories"] = "pickaxe",
    ["time"] = "6e4",
    ["id"] = "1605",
    ["level"] = "76",
    ["experience"] = "5400",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "900",
    ["511"] = "80",
    ["512"] = "80",
    ["519"] = "80",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_superheating.png",
    ["enchantName"] = "superheating",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain a 1% chance to instantly smelt an ore into a bar when mining.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1606"] = {
    ["name"] = "Scroll of Pyromancy",
    ["activeMessage"] = "Making Scrolls of Pyromancy",
    ["enchant"] = "!0",
    ["enchantmentID"] = "6",
    ["categories"] = "ring,necklace",
    ["time"] = "6e4",
    ["id"] = "1606",
    ["level"] = "7",
    ["experience"] = "600",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "100",
    ["512"] = "30",
    ["513"] = "30",
    ["517"] = "30",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_pyromancy.png",
    ["enchantName"] = "pyromancy",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Use 10% less heat when cooking and smithing.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,ring"
  },
  ["1607"] = {
    ["name"] = "Scroll of Wealth",
    ["activeMessage"] = "Making scrolls of wealth",
    ["enchant"] = "!0",
    ["enchantmentID"] = "7",
    ["categories"] = "ring,necklace",
    ["time"] = "6e4",
    ["id"] = "1607",
    ["level"] = "37",
    ["experience"] = "2300",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "500",
    ["517"] = "50",
    ["518"] = "50",
    ["519"] = "50",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_wealth.png",
    ["enchantName"] = "wealth",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Automatically sell resources for 20% more gold than their normal value.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,ring"
  },
  ["1608"] = {
    ["name"] = "Scroll of Haste",
    ["activeMessage"] = "Making scrolls of haste",
    ["enchant"] = "!0",
    ["enchantmentID"] = "8",
    ["categories"] = "ring,necklace",
    ["time"] = "6e4",
    ["id"] = "1608",
    ["level"] = "94",
    ["experience"] = "7500",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "1100",
    ["510"] = "100",
    ["516"] = "100",
    ["518"] = "100",
    ["519"] = "100",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_haste.png",
    ["enchantName"] = "haste",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Increases non-combat action speed by 4%.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,ring"
  },
  ["1609"] = {
    ["name"] = "Scroll of Naturalist",
    ["activeMessage"] = "Making scrolls of naturalist",
    ["enchant"] = "!0",
    ["enchantmentID"] = "9",
    ["categories"] = "gloves,boots",
    ["time"] = "6e4",
    ["id"] = "1609",
    ["level"] = "49",
    ["experience"] = "3200",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "600",
    ["510"] = "60",
    ["513"] = "60",
    ["517"] = "60",
    ["519"] = "60",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_naturalist_v2.png",
    ["enchantName"] = "naturalist",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Increase your chance to gain chests while gathering by 20%.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,gloves"
  },
  ["1610"] = {
    ["name"] = "Scroll of Acrobatics",
    ["activeMessage"] = "Making scrolls of acrobatics",
    ["enchant"] = "!0",
    ["hidden"] = "!0",
    ["enchantmentID"] = "10",
    ["categories"] = "weapon",
    ["time"] = "6e4",
    ["id"] = "1610",
    ["level"] = "100",
    ["experience"] = "1",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1"] = "9999999999",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_naturalist_v2.png",
    ["enchantName"] = "acrobatics",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain 1% chance to hit twice when attacking.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1611"] = {
    ["name"] = "Scroll of Critical Strike",
    ["activeMessage"] = "Making scrolls of critical strike",
    ["enchant"] = "!0",
    ["enchantmentID"] = "11",
    ["categories"] = "weapon",
    ["time"] = "6e4",
    ["id"] = "1611",
    ["level"] = "52",
    ["experience"] = "3300",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "600",
    ["514"] = "60",
    ["515"] = "60",
    ["516"] = "60",
    ["519"] = "60",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_critical_strike.png",
    ["enchantName"] = "critical strike",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain a 5% chance on hit to critically strike, dealing 130% damage.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1612"] = {
    ["name"] = "Scroll of Poisoning",
    ["activeMessage"] = "Making scrolls of poisoning",
    ["enchant"] = "!0",
    ["hidden"] = "!0",
    ["enchantmentID"] = "12",
    ["categories"] = "weapon",
    ["time"] = "6e4",
    ["id"] = "1612",
    ["level"] = "100",
    ["experience"] = "1",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1"] = "9999999999",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_naturalist_v2.png",
    ["enchantName"] = "poisoning",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "On every hit you deal 1 damage as extra poison damage. This gives no experience.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1613"] = {
    ["name"] = "Scroll of Accuracy",
    ["activeMessage"] = "Making scrolls of accuracy",
    ["enchant"] = "!0",
    ["enchantmentID"] = "13",
    ["categories"] = "weapon",
    ["time"] = "6e4",
    ["id"] = "1613",
    ["level"] = "28",
    ["experience"] = "1600",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "400",
    ["514"] = "40",
    ["515"] = "40",
    ["518"] = "40",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_accuracy.png",
    ["enchantName"] = "accuracy",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Increase the players accuracy bonus 5%.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1614"] = {
    ["name"] = "Scroll of Deflect",
    ["activeMessage"] = "Making scrolls of deflect",
    ["enchant"] = "!0",
    ["hidden"] = "!0",
    ["enchantmentID"] = "14",
    ["categories"] = "shield",
    ["time"] = "6e4",
    ["id"] = "1614",
    ["level"] = "100",
    ["experience"] = "1",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1"] = "999999999999999",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_naturalist_v2.png",
    ["enchantName"] = "deflect",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Deflect 1 damage on each successful hit back to the enemy.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1615"] = {
    ["name"] = "Scroll of Force",
    ["activeMessage"] = "Making scrolls of force",
    ["enchant"] = "!0",
    ["enchantmentID"] = "15",
    ["categories"] = "shield",
    ["time"] = "6e4",
    ["id"] = "1615",
    ["level"] = "79",
    ["experience"] = "5500",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "900",
    ["514"] = "80",
    ["515"] = "80",
    ["516"] = "80",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_force.png",
    ["enchantName"] = "force",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain 10% of the shield's average melee defense as accuracy. The shield no longer provides any defensive bonuses.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1616"] = {
    ["name"] = "Scroll of Healing",
    ["activeMessage"] = "Making scrolls of healing",
    ["enchant"] = "!0",
    ["enchantmentID"] = "16",
    ["categories"] = "shield,combat-talisman",
    ["time"] = "6e4",
    ["id"] = "1616",
    ["level"] = "10",
    ["experience"] = "700",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "200",
    ["514"] = "30",
    ["517"] = "30",
    ["519"] = "30",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_healing.png",
    ["enchantName"] = "healing",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Passive healing is increased by 0.5 health per minute.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1617"] = {
    ["name"] = "Scroll of Weakening",
    ["activeMessage"] = "Making scrolls of weakening",
    ["enchant"] = "!0",
    ["enchantmentID"] = "17",
    ["categories"] = "helm,body,legs,shield,weapon",
    ["time"] = "6e4",
    ["id"] = "1617",
    ["level"] = "4",
    ["experience"] = "300",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "100",
    ["510"] = "20",
    ["512"] = "20",
    ["518"] = "20",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_weakening.png",
    ["enchantName"] = "weakening",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Decreases the level requirements of the item by 5.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,helm,body,legs,shield"
  },
  ["1618"] = {
    ["name"] = "Scroll of Reinforcement",
    ["activeMessage"] = "Making scrolls of reinforcement",
    ["enchant"] = "!0",
    ["enchantmentID"] = "18",
    ["categories"] = "helm,body,legs",
    ["time"] = "6e4",
    ["id"] = "1618",
    ["level"] = "13",
    ["experience"] = "800",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "200",
    ["515"] = "30",
    ["516"] = "30",
    ["518"] = "30",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_reinforcement.png",
    ["enchantName"] = "reinforcement",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Reduce the enemy's chance to hit by 5%.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,helm,body"
  },
  ["1619"] = {
    ["name"] = "Scroll of Protection",
    ["activeMessage"] = "Making scrolls of protection",
    ["enchant"] = "!0",
    ["enchantmentID"] = "19",
    ["categories"] = "helm,body,legs",
    ["time"] = "6e4",
    ["id"] = "1619",
    ["level"] = "31",
    ["experience"] = "1700",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "400",
    ["510"] = "40",
    ["511"] = "40",
    ["519"] = "40",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_protection.png",
    ["enchantName"] = "protection",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Reduces all damage taken by 4%",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,helm,body"
  },
  ["1620"] = {
    ["name"] = "Scroll of Counterattack",
    ["activeMessage"] = "Making scrolls of counterattack",
    ["enchant"] = "!0",
    ["hidden"] = "!0",
    ["enchantmentID"] = "20",
    ["categories"] = "body,legs",
    ["time"] = "6e4",
    ["id"] = "1620",
    ["level"] = "100",
    ["experience"] = "1",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1"] = "999999999999",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_naturalist_v2.png",
    ["enchantName"] = "counterattack",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain 2% chance to counterattack enemy's attack.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,body"
  },
  ["1621"] = {
    ["name"] = "Scroll of Recklessness",
    ["activeMessage"] = "Making scrolls of recklessness",
    ["enchant"] = "!0",
    ["enchantmentID"] = "21",
    ["categories"] = "helm,body,legs",
    ["time"] = "6e4",
    ["id"] = "1621",
    ["level"] = "81",
    ["experience"] = "5600",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "1e3",
    ["514"] = "80",
    ["515"] = "80",
    ["516"] = "80",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_recklessness.png",
    ["enchantName"] = "recklessness",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Increases outgoing damage by 1",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,helm,body"
  },
  ["1622"] = {
    ["name"] = "Scroll of Efficiency",
    ["activeMessage"] = "Making scrolls of efficiency",
    ["enchant"] = "!0",
    ["enchantmentID"] = "22",
    ["categories"] = "gloves,boots",
    ["time"] = "6e4",
    ["id"] = "1622",
    ["level"] = "91",
    ["experience"] = "6600",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "1100",
    ["510"] = "90",
    ["511"] = "90",
    ["512"] = "90",
    ["513"] = "90",
    ["517"] = "90",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_efficiency.png",
    ["enchantName"] = "efficiency",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain 1% chance to produce an extra item during cooking and smithing.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,gloves"
  },
  ["1623"] = {
    ["name"] = "Scroll of Fishing",
    ["activeMessage"] = "Making scrolls of fishing",
    ["enchant"] = "!0",
    ["enchantmentID"] = "23",
    ["categories"] = "gloves,boots",
    ["time"] = "6e4",
    ["id"] = "1623",
    ["level"] = "55",
    ["experience"] = "3400",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "700",
    ["511"] = "60",
    ["513"] = "60",
    ["518"] = "60",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_fishing.png",
    ["enchantName"] = "fishing",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Increase fish catch chance by 2.5%.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,gloves"
  },
  ["1624"] = {
    ["name"] = "Scroll of Cooking",
    ["activeMessage"] = "Making scrolls of cooking",
    ["enchant"] = "!0",
    ["enchantmentID"] = "24",
    ["categories"] = "gloves,boots",
    ["time"] = "6e4",
    ["id"] = "1624",
    ["level"] = "40",
    ["experience"] = "2400",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "500",
    ["511"] = "50",
    ["512"] = "50",
    ["513"] = "50",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_cooking.png",
    ["enchantName"] = "cooking",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Decrease chance to burn food while cooking by 4%.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,gloves"
  },
  ["1625"] = {
    ["name"] = "Scroll of Crafting",
    ["activeMessage"] = "Making scrolls of crafting",
    ["enchant"] = "!0",
    ["enchantmentID"] = "25",
    ["categories"] = "gloves,boots",
    ["time"] = "6e4",
    ["id"] = "1625",
    ["level"] = "67",
    ["experience"] = "4400",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "800",
    ["510"] = "70",
    ["517"] = "70",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_crafting.png",
    ["enchantName"] = "crafting",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Each crafted item costs 2% less ingredients.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,gloves"
  },
  ["1626"] = {
    ["name"] = "Scroll of Refining",
    ["activeMessage"] = "Making scrolls of refining",
    ["enchant"] = "!0",
    ["enchantmentID"] = "26",
    ["categories"] = "gloves,boots",
    ["time"] = "6e4",
    ["id"] = "1626",
    ["level"] = "34",
    ["experience"] = "1800",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "400",
    ["510"] = "40",
    ["511"] = "40",
    ["512"] = "40",
    ["519"] = "40",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_refining.png",
    ["enchantName"] = "refining",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain a chance to find gems while smithing.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,gloves"
  },
  ["1627"] = {
    ["name"] = "Scroll of Runecrafting",
    ["activeMessage"] = "Making scrolls of runecrafting",
    ["enchant"] = "!0",
    ["enchantmentID"] = "27",
    ["categories"] = "gloves,boots",
    ["time"] = "6e4",
    ["id"] = "1627",
    ["level"] = "43",
    ["experience"] = "2500",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "500",
    ["517"] = "50",
    ["518"] = "50",
    ["519"] = "50",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_runecrafting.png",
    ["enchantName"] = "runecrafting",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Reduces essences used in runecrafting by 5%",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,gloves"
  },
  ["1628"] = {
    ["name"] = "Scroll of Chances",
    ["activeMessage"] = "Making scrolls of chances",
    ["enchant"] = "!0",
    ["enchantmentID"] = "28",
    ["categories"] = "gloves,boots",
    ["time"] = "6e4",
    ["id"] = "1628",
    ["level"] = "70",
    ["experience"] = "4500",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "800",
    ["517"] = "70",
    ["518"] = "70",
    ["519"] = "70",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_chances_v2.png",
    ["enchantName"] = "chance",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Increased chance of augmentation by 1%.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,gloves"
  },
  ["1629"] = {
    ["name"] = "Scroll of the Shrimp Lord",
    ["activeMessage"] = "Making scrolls of the Shrimp Lord",
    ["enchant"] = "!0",
    ["enchantmentID"] = "29",
    ["categories"] = "gloves,boots",
    ["time"] = "6e4",
    ["id"] = "1629",
    ["level"] = "1",
    ["experience"] = "80",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "100",
    ["510"] = "10",
    ["513"] = "10",
    ["516"] = "10",
    ["517"] = "10",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_the_shrimp_lord.png",
    ["enchantName"] = "Shrimp Lord",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain 5% chance per cooking action to gain one Raw Shrimp.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,gloves"
  },
  ["1630"] = {
    ["name"] = "Scroll of Enlightenment",
    ["activeMessage"] = "Making scrolls of enlightment",
    ["enchant"] = "!0",
    ["enchantmentID"] = "30",
    ["categories"] = "gloves,boots",
    ["time"] = "6e4",
    ["id"] = "1630",
    ["level"] = "73",
    ["experience"] = "4600",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "900",
    ["510"] = "70",
    ["513"] = "70",
    ["516"] = "70",
    ["518"] = "70",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_enlightment.png",
    ["enchantName"] = "enlightenment",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain 1 more essence per action where essence is acquired.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,gloves"
  },
  ["1631"] = {
    ["name"] = "Scroll of Prolonging",
    ["activeMessage"] = "Making scrolls of prolonging",
    ["enchant"] = "!0",
    ["enchantmentID"] = "31",
    ["categories"] = "gloves,boots",
    ["time"] = "6e4",
    ["id"] = "1631",
    ["level"] = "58",
    ["experience"] = "3500",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "700",
    ["517"] = "60",
    ["518"] = "60",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_boosting.png",
    ["enchantName"] = "prolonging",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Grants 10% more buff stacks from consumables.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,gloves"
  },
  ["1632"] = {
    ["name"] = "Scroll of the Treasure Hunter",
    ["activeMessage"] = "Making scrolls of treasure hunter",
    ["enchant"] = "!0",
    ["enchantmentID"] = "32",
    ["categories"] = "gloves,boots,combat-boots,combat-gloves",
    ["time"] = "6e4",
    ["id"] = "1632",
    ["level"] = "85",
    ["experience"] = "5700",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "1e3",
    ["516"] = "80",
    ["517"] = "80",
    ["519"] = "80",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_treasure_hunter.png",
    ["enchantName"] = "treasure hunter",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Increases your chance of finding items from slain enemies by 3%.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,gloves"
  },
  ["1633"] = {
    ["name"] = "Scroll of Inferno",
    ["activeMessage"] = "Making scrolls of inferno",
    ["enchant"] = "!0",
    ["enchantmentID"] = "33",
    ["categories"] = "boots,gloves",
    ["time"] = "6e4",
    ["id"] = "1633",
    ["level"] = "46",
    ["experience"] = "2600",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "600",
    ["511"] = "50",
    ["512"] = "50",
    ["516"] = "50",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_inferno.png",
    ["enchantName"] = "inferno",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain a 5% chance per smithing/cooking action to complete another smithing/cooking action.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,gloves"
  },
  ["1634"] = {
    ["name"] = "Scroll of Destructive Testing",
    ["activeMessage"] = "Making scrolls of destructive testing",
    ["enchant"] = "!0",
    ["enchantmentID"] = "34",
    ["categories"] = "pickaxe",
    ["time"] = "6e4",
    ["id"] = "1634",
    ["level"] = "16",
    ["experience"] = "900",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "200",
    ["511"] = "30",
    ["512"] = "30",
    ["516"] = "30",
    ["518"] = "30",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_destructive_testing.png",
    ["enchantName"] = "destructive testing",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Sand, Stone and Clay mined will be destroyed and provide 5 mining experience per piece.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1635"] = {
    ["name"] = "Scroll of Nature",
    ["activeMessage"] = "Making scrolls of the nature",
    ["enchant"] = "!0",
    ["enchantmentID"] = "35",
    ["categories"] = "hatchet",
    ["time"] = "6e4",
    ["id"] = "1635",
    ["level"] = "19",
    ["experience"] = "1e3",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "300",
    ["511"] = "30",
    ["513"] = "30",
    ["517"] = "30",
    ["519"] = "30",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_nature.png",
    ["enchantName"] = "nature",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain a 5% chance to generate a random log or branch every foraging action.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1636"] = {
    ["name"] = "Scroll of Root Digging",
    ["activeMessage"] = "Making scrolls of root digging",
    ["enchant"] = "!0",
    ["enchantmentID"] = "36",
    ["categories"] = "hatchet",
    ["time"] = "6e4",
    ["id"] = "1636",
    ["level"] = "22",
    ["experience"] = "1e3",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "300",
    ["511"] = "30",
    ["517"] = "30",
    ["519"] = "30",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_root_digging.png",
    ["enchantName"] = "root digging",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain a chance to find gems while foraging.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1637"] = {
    ["name"] = "Scroll of Patience",
    ["activeMessage"] = "Making scrolls of patience",
    ["enchant"] = "!0",
    ["enchantmentID"] = "37",
    ["categories"] = "body,legs",
    ["time"] = "6e4",
    ["id"] = "1637",
    ["level"] = "82",
    ["experience"] = "5600",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "1e3",
    ["510"] = "80",
    ["515"] = "80",
    ["513"] = "80",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_patience.png",
    ["enchantName"] = "patience",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Increases the efficiency of slower attacks.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant,body"
  },
  ["1638"] = {
    ["name"] = "Scroll of Overhealing",
    ["activeMessage"] = "Making scrolls of overhealing",
    ["enchant"] = "!0",
    ["enchantmentID"] = "38",
    ["categories"] = "weapon",
    ["time"] = "6e4",
    ["id"] = "1638",
    ["level"] = "11",
    ["experience"] = "700",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "200",
    ["510"] = "30",
    ["515"] = "30",
    ["513"] = "30",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_overhealing.png",
    ["enchantName"] = "overhealing",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Heal for 1% of overkill damage on a target.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1639"] = {
    ["name"] = "Scroll of Farming",
    ["activeMessage"] = "Making scrolls of farming",
    ["enchant"] = "!0",
    ["enchantmentID"] = "39",
    ["categories"] = "hoe",
    ["time"] = "6e4",
    ["id"] = "1639",
    ["level"] = "72",
    ["experience"] = "4600",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "900",
    ["517"] = "70",
    ["511"] = "70",
    ["513"] = "70",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_farming.png",
    ["enchantName"] = "farming",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain a 1% chance to get double yield when harvesting.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1640"] = {
    ["name"] = "Scroll of the Gold Digger",
    ["activeMessage"] = "Making scrolls of gold digger",
    ["enchant"] = "!0",
    ["enchantmentID"] = "40",
    ["categories"] = "hoe",
    ["time"] = "6e4",
    ["id"] = "1640",
    ["level"] = "36",
    ["experience"] = "2300",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "500",
    ["517"] = "50",
    ["511"] = "50",
    ["519"] = "50",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_the_gold_digger.png",
    ["enchantName"] = "Gold Digger",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain a fixed 10% chance per harvested plant to get 1000 Gold Coins.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1641"] = {
    ["name"] = "Scroll of Fertilizing",
    ["activeMessage"] = "Making scrolls of fertilizing",
    ["enchant"] = "!0",
    ["enchantmentID"] = "41",
    ["categories"] = "hoe",
    ["time"] = "6e4",
    ["id"] = "1641",
    ["level"] = "90",
    ["experience"] = "6600",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "1100",
    ["510"] = "90",
    ["511"] = "90",
    ["519"] = "90",
    ["513"] = "90",
    ["517"] = "90",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_fertilizing.png",
    ["enchantName"] = "Fertilizing",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain 1% increased harvest speed.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1642"] = {
    ["name"] = "Scroll of Cultivation",
    ["activeMessage"] = "Making scrolls of cultivation",
    ["enchant"] = "!0",
    ["enchantmentID"] = "42",
    ["categories"] = "hoe",
    ["time"] = "6e4",
    ["id"] = "1642",
    ["level"] = "12",
    ["experience"] = "800",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "200",
    ["510"] = "30",
    ["514"] = "30",
    ["513"] = "30",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_cultivation.png",
    ["enchantName"] = "Cultivation",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Gain a 1% chance to get your seed back when harvesting.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1643"] = {
    ["name"] = "Scroll of Fortitude",
    ["activeMessage"] = "Making scrolls of fortitude",
    ["enchant"] = "!0",
    ["hidden"] = "!0",
    ["enchantmentID"] = "44",
    ["categories"] = "shield,combat-talisman",
    ["id"] = "1643",
    ["tradeable"] = "!0",
    ["1"] = "1",
    ["value"] = "25e4",
    ["itemImage"] = "/images/enchanting/scroll_of_fortitude.png",
    ["enchantName"] = "Fortitude",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["extraTooltipInfo"] = "Gain 4.5 health per enchantment slot filled, rounded down.",
    ["tags"] = "enchanting,enchant"
  },
  ["1644"] = {
    ["name"] = "Scroll of Pungent Bait",
    ["activeMessage"] = "Making scrolls of pungent bait",
    ["enchant"] = "!0",
    ["enchantmentID"] = "49",
    ["categories"] = "tacklebox",
    ["time"] = "6e4",
    ["id"] = "1644",
    ["level"] = "14",
    ["experience"] = "850",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "200",
    ["513"] = "30",
    ["517"] = "30",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_pungentbait.png",
    ["enchantName"] = "pungentBait",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Increase bait power by 3.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1645"] = {
    ["name"] = "Scroll of Reinforced Line",
    ["activeMessage"] = "Making scrolls of reinforced line",
    ["enchant"] = "!0",
    ["enchantmentID"] = "50",
    ["categories"] = "tacklebox",
    ["time"] = "6e4",
    ["id"] = "1645",
    ["level"] = "23",
    ["experience"] = "1250",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "300",
    ["511"] = "40",
    ["513"] = "40",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_reinforcedline.png",
    ["enchantName"] = "reinforcedLine",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Increase reel power by 3.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1646"] = {
    ["name"] = "Scroll of Fishing Magnetism",
    ["activeMessage"] = "Making scrolls of fishing magnetism",
    ["enchant"] = "!0",
    ["enchantmentID"] = "48",
    ["categories"] = "tacklebox",
    ["time"] = "6e4",
    ["id"] = "1646",
    ["level"] = "33",
    ["experience"] = "1750",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "400",
    ["511"] = "40",
    ["513"] = "40",
    ["519"] = "40",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_fishingmagnetism.png",
    ["enchantName"] = "fishingMagnetism",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Increase bonus rarity by 2 and decreases bait and reel power by the same amount. Increases chance to find known rare nodes.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1647"] = {
    ["name"] = "Scroll of Bait Preservation",
    ["activeMessage"] = "Making scrolls of bait preservation",
    ["enchant"] = "!0",
    ["enchantmentID"] = "51",
    ["categories"] = "tacklebox",
    ["time"] = "6e4",
    ["id"] = "1647",
    ["level"] = "47",
    ["experience"] = "2800",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "600",
    ["511"] = "60",
    ["513"] = "60",
    ["516"] = "60",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_baitpreservation.png",
    ["enchantName"] = "baitPreservation",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Increases chance to preserve bait by 4%.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1648"] = {
    ["name"] = "Scroll of Oil Spill",
    ["activeMessage"] = "Making scrolls of oil spill",
    ["enchant"] = "!0",
    ["enchantmentID"] = "52",
    ["categories"] = "tacklebox",
    ["time"] = "6e4",
    ["id"] = "1648",
    ["level"] = "69",
    ["experience"] = "4450",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "800",
    ["511"] = "70",
    ["513"] = "70",
    ["515"] = "70",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_oilspill.png",
    ["enchantName"] = "oilSpill",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Adds a 7.5% chance to try and extract fish oil from a fish based on the fish's size. There is a chance that fish oil may not be created if the fish is too small.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1649"] = {
    ["name"] = "Scroll of Deadliest Catch",
    ["activeMessage"] = "Making scrolls of deadliest catch",
    ["enchant"] = "!0",
    ["enchantmentID"] = "53",
    ["categories"] = "tacklebox",
    ["time"] = "6e4",
    ["id"] = "1649",
    ["level"] = "71",
    ["experience"] = "4550",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "900",
    ["511"] = "70",
    ["513"] = "70",
    ["514"] = "70",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_deadliestcatch.png",
    ["enchantName"] = "deadliestCatch",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Increases bonuses from bait by 5% but decreases chance of bait preservation by 5%. Increases chance to find known rare resources.",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["1650"] = {
    ["name"] = "Scroll of Master Chef",
    ["activeMessage"] = "Making scrolls of master chef",
    ["enchant"] = "!0",
    ["enchantmentID"] = "54",
    ["categories"] = "ladle",
    ["time"] = "6e4",
    ["id"] = "1650",
    ["level"] = "84",
    ["experience"] = "5650",
    ["baseSuccessChance"] = ".4",
    ["tradeable"] = "!0",
    ["1600"] = "1",
    ["111"] = "1e3",
    ["511"] = "80",
    ["512"] = "80",
    ["513"] = "80",
    ["value"] = "2e3",
    ["itemImage"] = "/images/enchanting/scroll_of_masterchef.png",
    ["enchantName"] = "masterChef",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "Decrease chance to burn food while cooking by 4% of your effective cooking level. (level 99 * 4% = -3.96% burn chance)",
    ["getChance"] = "function(e,t){return(100*Math.min(1,Math.max(.4,.4+(t-e.level)/25))).toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["2000"] = {
    ["name"] = "Raw Chicken",
    ["id"] = "2e3",
    ["isIngredient"] = "!0",
    ["value"] = "75",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/raw_chicken.png",
    ["extraTooltipInfo"] = "Clucked its last cluck.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking"
  },
  ["2001"] = {
    ["name"] = "Raw Beef",
    ["id"] = "2001",
    ["isIngredient"] = "!0",
    ["value"] = "75",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/raw_beef.png",
    ["extraTooltipInfo"] = "Fresh, never frozen!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking"
  },
  ["2009"] = {
    ["name"] = "Spider Legs",
    ["id"] = "2009",
    ["isIngredient"] = "!0",
    ["enchantment"] = "2e3",
    ["value"] = "100",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/spider_legs.png",
    ["extraTooltipInfo"] = "It is somehow difficult to thread on a skewer.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking"
  },
  ["2010"] = {
    ["name"] = "Goblin Brain",
    ["id"] = "2010",
    ["isIngredient"] = "!0",
    ["value"] = "25",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/goblin_brain.png",
    ["extraTooltipInfo"] = "They are dumb. They are sad. Their brain run by Runecrafting. Beat them.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking"
  },
  ["2012"] = {
    ["name"] = "Pepper",
    ["id"] = "2012",
    ["isIngredient"] = "!0",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["experience"] = "10",
    ["itemImage"] = "/images/cooking/pepper.png",
    ["extraTooltipInfo"] = "Don't sneeze or you'll dump too much ore into the forge! Achoo!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient"
  },
  ["2013"] = {
    ["name"] = "Salt",
    ["id"] = "2013",
    ["isIngredient"] = "!0",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["experience"] = "10",
    ["itemImage"] = "/images/cooking/salt.png",
    ["extraTooltipInfo"] = "For some reason it reminds you of yourself. A great chef! ... Probably.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking"
  },
  ["2014"] = {
    ["name"] = "Ashes",
    ["id"] = "2014",
    ["isIngredient"] = "!0",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "60",
    ["[2"] = "100",
    ["302"] = "30",
    ["2"] = "100",
    ["303"] = "25",
    ["304"] = "20",
    ["305"] = "15",
    ["306"] = "10",
    ["itemImage"] = "/images/cooking/ashes.png",
    ["craftingDescription"] = "The remnants of life.",
    ["extraTooltipInfo"] = "The remnants of life.",
    ["category"] = "General",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking"
  },
  ["2015"] = {
    ["name"] = "Sugar",
    ["id"] = "2015",
    ["isIngredient"] = "!0",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/sugar.png",
    ["extraTooltipInfo"] = "A sugar rush would definitely make you more efficient!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking"
  },
  ["2016"] = {
    ["name"] = "Honey",
    ["id"] = "2016",
    ["isIngredient"] = "!0",
    ["isEdible"] = "!0",
    ["healing"] = "2",
    ["value"] = "20",
    ["tradeable"] = "!0",
    ["experience"] = "15",
    ["itemImage"] = "/images/cooking/honey.png",
    ["extraTooltipInfo"] = "Why do fish like this so much?",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient,consumable,food"
  },
  ["2017"] = {
    ["name"] = "Milk",
    ["id"] = "2017",
    ["isIngredient"] = "!0",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "15",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/milk.png",
    ["extraTooltipInfo"] = "mooooooooo",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient,consumable"
  },
  ["2018"] = {
    ["name"] = "Butter",
    ["id"] = "2018",
    ["isIngredient"] = "!0",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "18",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["2017"] = "5",
    ["itemImage"] = "/images/cooking/butter.png",
    ["craftingDescription"] = "I can't believe it",
    ["category"] = "General",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking"
  },
  ["2019"] = {
    ["name"] = "Egg",
    ["id"] = "2019",
    ["isIngredient"] = "!0",
    ["value"] = "15",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/egg.png",
    ["extraTooltipInfo"] = "GEG, scrambled egg.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking"
  },
  ["2020"] = {
    ["name"] = "Mushroom",
    ["id"] = "2020",
    ["isIngredient"] = "!0",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["experience"] = "15",
    ["itemImage"] = "/images/cooking/mushroom.png",
    ["extraTooltipInfo"] = "A mushroom- the ultimate natural ingredient.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient"
  },
  ["2021"] = {
    ["name"] = "Carrot",
    ["id"] = "2021",
    ["isIngredient"] = "!0",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "15",
    ["tradeable"] = "!0",
    ["experience"] = "10",
    ["itemImage"] = "/images/cooking/carrot.png",
    ["extraTooltipInfo"] = "Build your own snowman kit. Just add water and coal!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient,consumable,food"
  },
  ["2022"] = {
    ["name"] = "Chili Pepper",
    ["id"] = "2022",
    ["isIngredient"] = "!0",
    ["isEdible"] = "!0",
    ["healing"] = "2",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["experience"] = "10",
    ["itemImage"] = "/images/cooking/chili_pepper.png",
    ["extraTooltipInfo"] = "So hot you feel like you could almost smelt ores with it!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient,consumable,food"
  },
  ["2023"] = {
    ["name"] = "Potato",
    ["id"] = "2023",
    ["isIngredient"] = "!0",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["experience"] = "10",
    ["itemImage"] = "/images/cooking/potato.png",
    ["extraTooltipInfo"] = "What's 'taters, eh?",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient"
  },
  ["2024"] = {
    ["name"] = "Pumpkin",
    ["id"] = "2024",
    ["isIngredient"] = "!0",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["experience"] = "20",
    ["itemImage"] = "/images/cooking/pumpkin.png",
    ["extraTooltipInfo"] = "Such a weird carrot!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient"
  },
  ["2025"] = {
    ["name"] = "Tomato",
    ["id"] = "2025",
    ["isIngredient"] = "!0",
    ["isEdible"] = "!0",
    ["healing"] = "1",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["experience"] = "10",
    ["itemImage"] = "/images/cooking/tomato.png",
    ["extraTooltipInfo"] = "Definitely a fruit.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient,consumable,food"
  },
  ["2026"] = {
    ["name"] = "Apple",
    ["id"] = "2026",
    ["isIngredient"] = "!0",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "20",
    ["tradeable"] = "!0",
    ["experience"] = "10",
    ["itemImage"] = "/images/cooking/apple.png",
    ["extraTooltipInfo"] = "Didn't fall far from the tree",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient,consumable,food"
  },
  ["2027"] = {
    ["name"] = "Wildberry",
    ["id"] = "2027",
    ["isIngredient"] = "!0",
    ["isEdible"] = "!0",
    ["healing"] = "1",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["experience"] = "10",
    ["itemImage"] = "/images/cooking/wildberry.png",
    ["extraTooltipInfo"] = "Like a blueberry, but wild.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient,consumable,food"
  },
  ["2028"] = {
    ["name"] = "Banana",
    ["id"] = "2028",
    ["isIngredient"] = "!0",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "20",
    ["tradeable"] = "!0",
    ["experience"] = "10",
    ["itemImage"] = "/images/cooking/banana.png",
    ["extraTooltipInfo"] = "Gather 'em up in bunches!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient,consumable,food"
  },
  ["2029"] = {
    ["name"] = "Wheat",
    ["id"] = "2029",
    ["isIngredient"] = "!0",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["experience"] = "10",
    ["itemImage"] = "/images/cooking/wheat.png",
    ["extraTooltipInfo"] = "How many of these do I need to make a Straw Hat?",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient,consumable,food"
  },
  ["2030"] = {
    ["name"] = "Rice",
    ["id"] = "2030",
    ["isIngredient"] = "!0",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["experience"] = "10",
    ["itemImage"] = "/images/cooking/rice.png",
    ["extraTooltipInfo"] = "You're telling me a Limpe fried this rice?",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient,consumable,food"
  },
  ["2031"] = {
    ["name"] = "Sageberry",
    ["id"] = "2031",
    ["isIngredient"] = "!0",
    ["value"] = "150",
    ["tradeable"] = "!0",
    ["experience"] = "0",
    ["itemImage"] = "/images/farming/sage_berry.png",
    ["extraTooltipInfo"] = "The ultimate big brain berry.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,ingredient,consumable,food"
  },
  ["2100"] = {
    ["name"] = "Questionable Food",
    ["id"] = "2100",
    ["isEdible"] = "!0",
    ["healing"] = "1",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/questionable_food.png",
    ["extraTooltipInfo"] = "You're not quite sure what this is supposed to be.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2101"] = {
    ["name"] = "Monster Surprise",
    ["id"] = "2101",
    ["isEdible"] = "!0",
    ["healing"] = "1",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/monster_surprise.png",
    ["extraTooltipInfo"] = "... Probably edible!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2102"] = {
    ["name"] = "Seared Steak",
    ["id"] = "2102",
    ["isEdible"] = "!0",
    ["healing"] = "1",
    ["value"] = "50",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/seared_steak.png",
    ["extraTooltipInfo"] = "A nice juicy steak.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2103"] = {
    ["name"] = "Seared Fish",
    ["id"] = "2103",
    ["isEdible"] = "!0",
    ["healing"] = "1",
    ["value"] = "30",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/seared_fish.png",
    ["extraTooltipInfo"] = "You're not entirely sure which fish this is, but it's definitely seared!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2104"] = {
    ["name"] = "Seared Poultry",
    ["id"] = "2104",
    ["isEdible"] = "!0",
    ["healing"] = "1",
    ["value"] = "50",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/seared_bird.png",
    ["extraTooltipInfo"] = "It's not fried but it'll do.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2105"] = {
    ["name"] = "Birdie Pasta",
    ["id"] = "2105",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "75",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/birdie_pasta.png",
    ["extraTooltipInfo"] = "The invention of a true madman.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2106"] = {
    ["name"] = "Spaghetti & Meat",
    ["id"] = "2106",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "75",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/spaghetti_meat.png",
    ["extraTooltipInfo"] = "Classic.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2107"] = {
    ["name"] = "Sushi",
    ["id"] = "2107",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "100",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/sushi.png",
    ["extraTooltipInfo"] = "Wait, is the fish raw or not?",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2108"] = {
    ["name"] = "Birdie Pie",
    ["id"] = "2108",
    ["isEdible"] = "!0",
    ["healing"] = "4",
    ["value"] = "125",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/birdie_pie.png",
    ["extraTooltipInfo"] = "Could almost be called a chicken pot pie!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2109"] = {
    ["name"] = "Cottage Pie",
    ["id"] = "2109",
    ["isEdible"] = "!0",
    ["healing"] = "4",
    ["value"] = "125",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/cottage_pie.png",
    ["extraTooltipInfo"] = "Maybe you should have cut the meat up first.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2110"] = {
    ["name"] = "Fisherman's Pie",
    ["id"] = "2110",
    ["isEdible"] = "!0",
    ["healing"] = "4",
    ["value"] = "125",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/fisherman_pie.png",
    ["extraTooltipInfo"] = "... is that a whole fin sticking out of the crust?",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2111"] = {
    ["name"] = "Fruit Pie",
    ["id"] = "2111",
    ["isEdible"] = "!0",
    ["healing"] = "4",
    ["value"] = "125",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/fruit_pie.png",
    ["extraTooltipInfo"] = "I don't think that's what many people have in mind when describing a fruit pie.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2112"] = {
    ["name"] = "Demon Cake",
    ["id"] = "2112",
    ["isEdible"] = "!0",
    ["healing"] = "4",
    ["value"] = "175",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/demon_cake.png",
    ["extraTooltipInfo"] = "Probably not inherently evil! Probably.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2113"] = {
    ["name"] = "Cake",
    ["id"] = "2113",
    ["isEdible"] = "!0",
    ["healing"] = "4",
    ["value"] = "100",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/cake.png",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable,food"
  },
  ["2114"] = {
    ["name"] = "Fruit Cake",
    ["id"] = "2114",
    ["isEdible"] = "!0",
    ["healing"] = "4",
    ["value"] = "125",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/fruit_cake.png",
    ["extraTooltipInfo"] = "Pretty please with a cherry on top?",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2115"] = {
    ["name"] = "Grain Cake",
    ["id"] = "2115",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "125",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/grain_cake.png",
    ["extraTooltipInfo"] = "A little dry.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2116"] = {
    ["name"] = "Omelette",
    ["id"] = "2116",
    ["isEdible"] = "!0",
    ["healing"] = "2",
    ["value"] = "75",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/omelette.png",
    ["extraTooltipInfo"] = "Sometimes you just gotta break a few eggs.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2117"] = {
    ["name"] = "Monster Omelette",
    ["id"] = "2117",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "150",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/monster_omelette.png",
    ["extraTooltipInfo"] = "Is it alive?",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2118"] = {
    ["name"] = "Meaty Omelette",
    ["id"] = "2118",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "125",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/meat_omelette.png",
    ["extraTooltipInfo"] = "Rich and savoury!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2119"] = {
    ["name"] = "Veggie Crepe",
    ["id"] = "2119",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "125",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/veggie_crepe.png",
    ["extraTooltipInfo"] = "Vegetables are crepe'y! Get it? No? Okay...",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2120"] = {
    ["name"] = "Fruity Crepe",
    ["id"] = "2120",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "150",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/fruit_crepe.png",
    ["extraTooltipInfo"] = "Should probably only be eaten as a dessert!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2121"] = {
    ["name"] = "Eggnog",
    ["id"] = "2121",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "50",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/egg_nog.png",
    ["extraTooltipInfo"] = "Good all year round!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2122"] = {
    ["name"] = "Meat Roast",
    ["id"] = "2122",
    ["isEdible"] = "!0",
    ["healing"] = "4",
    ["value"] = "150",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/meat_roast.png",
    ["extraTooltipInfo"] = "PROTEIN!!!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2123"] = {
    ["name"] = "Fried Fruit",
    ["id"] = "2123",
    ["isEdible"] = "!0",
    ["healing"] = "1",
    ["value"] = "100",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/fried_fruit.png",
    ["extraTooltipInfo"] = "Basically candy at this point.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2124"] = {
    ["name"] = "Grilled Veggies",
    ["id"] = "2124",
    ["isEdible"] = "!0",
    ["healing"] = "1",
    ["value"] = "100",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/grilled_veggies.png",
    ["extraTooltipInfo"] = "Grilled to perfection!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2125"] = {
    ["name"] = "Kebabs",
    ["id"] = "2125",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "150",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/kababs.png",
    ["extraTooltipInfo"] = "The action man's food!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2126"] = {
    ["name"] = "Candied Fruit",
    ["id"] = "2126",
    ["isEdible"] = "!0",
    ["healing"] = "2",
    ["value"] = "125",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/candied_fruit.png",
    ["extraTooltipInfo"] = "Almost too sweet to handle!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2127"] = {
    ["name"] = "Milkshake",
    ["id"] = "2127",
    ["isEdible"] = "!0",
    ["healing"] = "4",
    ["value"] = "75",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/milkshake.png",
    ["extraTooltipInfo"] = "Brings all the boys to the raid!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2128"] = {
    ["name"] = "Vegetable Stew",
    ["id"] = "2128",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "150",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/veggie_stew.png",
    ["extraTooltipInfo"] = "Reminds you of home.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2129"] = {
    ["name"] = "Meaty Stew",
    ["id"] = "2129",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "125",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/meaty_stew.png",
    ["extraTooltipInfo"] = "Definitely not just fried chicken in a bowl of sauce!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2130"] = {
    ["name"] = "Monster Stew",
    ["id"] = "2130",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "200",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/monster_stew.png",
    ["extraTooltipInfo"] = "Parts of it are definitely still moving.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2131"] = {
    ["name"] = "Jerky",
    ["id"] = "2131",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "75",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/jerky.png",
    ["extraTooltipInfo"] = "A chewy treat.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2132"] = {
    ["name"] = "Pudding",
    ["id"] = "2132",
    ["isEdible"] = "!0",
    ["healing"] = "4",
    ["value"] = "100",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/pudding.png",
    ["extraTooltipInfo"] = "The old man's favorite. Don't steal it!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2133"] = {
    ["name"] = "Ice Cream",
    ["id"] = "2133",
    ["isEdible"] = "!0",
    ["healing"] = "3",
    ["value"] = "100",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/icecream.png",
    ["extraTooltipInfo"] = "The ultimate dairy product. Comes with a free spoon!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2134"] = {
    ["name"] = "Monster Curry",
    ["id"] = "2134",
    ["isEdible"] = "!0",
    ["healing"] = "4",
    ["value"] = "150",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/monster_curry.png",
    ["extraTooltipInfo"] = "Might actually be mildly edible!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2135"] = {
    ["name"] = "Birdie Curry",
    ["id"] = "2135",
    ["isEdible"] = "!0",
    ["healing"] = "4",
    ["value"] = "175",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/birdie_curry.png",
    ["extraTooltipInfo"] = "Did you just put an entire chicken in this dish without preparing it first?",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2136"] = {
    ["name"] = "Beast Curry",
    ["id"] = "2136",
    ["isEdible"] = "!0",
    ["healing"] = "4",
    ["value"] = "175",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/beast_curry.png",
    ["extraTooltipInfo"] = "Meat, spice, and everything nice! Or grain, mostly grain.",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2137"] = {
    ["name"] = "Seafood Curry",
    ["id"] = "2137",
    ["isEdible"] = "!0",
    ["healing"] = "4",
    ["value"] = "175",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/seafood_curry.png",
    ["extraTooltipInfo"] = "There's just a whole fish in there. Why did you do that?",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["2138"] = {
    ["name"] = "Monster Gelato",
    ["id"] = "2138",
    ["isEdible"] = "!0",
    ["healing"] = "4",
    ["value"] = "225",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/cooking/monster_gelato.png",
    ["extraTooltipInfo"] = "Only partially inedible!",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking,consumable"
  },
  ["3000"] = {
    ["name"] = "Water Imbued Dust",
    ["id"] = "3e3",
    ["isIngredient"] = "!0",
    ["craftingLevel"] = "70",
    ["healing"] = "0",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["513"] = "128",
    ["2014"] = "12",
    ["craftingMultiplier"] = "8",
    ["craftingExperience"] = "60",
    ["itemImage"] = "/images/cooking/water_dust.png",
    ["craftingDescription"] = "Each craft results in 8 dust. Crushed up water runes. Not exactly a delicacy, but it might have some sort of effect when cooked.",
    ["extraTooltipInfo"] = "Crushed up water runes. Not exactly a delicacy, but it might have some sort of effect when cooked.",
    ["category"] = "Dungeon",
    ["class"] = "cooking-ingredient",
    ["tags"] = "cooking"
  },
  ["5000"] = {
    ["name"] = "Shrimp Bauble",
    ["id"] = "5e3",
    ["tradeable"] = "!1",
    ["enchantmentTier"] = "0",
    ["value"] = "10"
  },
  ["5001"] = {
    ["id"] = "5001",
    ["name"] = "Shrimp",
    ["tradeable"] = "!1",
    ["enchantmentTier"] = "0"
  },
  ["5002"] = {
    ["id"] = "5002",
    ["name"] = "Shrimp Ascendant",
    ["tradeable"] = "!1",
    ["enchantmentTier"] = "0"
  },
  ["6000"] = {
    ["id"] = "6e3",
    ["name"] = "Gold Medal",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/ui/highscore_gold.png",
    ["extraTooltipInfo"] = "First place award!",
    ["class"] = "gold-medal"
  },
  ["6001"] = {
    ["id"] = "6001",
    ["name"] = "Silver Medal",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/ui/highscore_silver.png",
    ["extraTooltipInfo"] = "Second place award!",
    ["class"] = "silver-medal"
  },
  ["6002"] = {
    ["id"] = "6002",
    ["name"] = "Bronze Medal",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/ui/highscore_bronze.png",
    ["extraTooltipInfo"] = "Third place award!",
    ["class"] = "bronze-medal"
  },
  ["6950"] = {
    ["id"] = "6950",
    ["name"] = "Event Token",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/misc/event_token.png",
    ["extraTooltipInfo"] = "Can be spent in the Event Shop for various event related items and buffs.",
    ["class"] = "gold-medal",
    ["tags"] = "misc"
  },
  ["7000"] = {
    ["id"] = "7e3",
    ["name"] = "Snow",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/christmas/snow.png",
    ["extraTooltipInfo"] = "Used to make Snowballs!",
    ["class"] = "christmas-drop",
    ["tags"] = "misc"
  },
  ["7001"] = {
    ["id"] = "7001",
    ["name"] = "Snowball",
    ["craftingLevel"] = "1",
    ["tradeable"] = "!1",
    ["7e3"] = "100",
    ["craftingExperience"] = "1",
    ["itemImage"] = "/images/christmas/snowball.png",
    ["extraTooltipInfo"] = "Use '/throw NAME' to throw at people!",
    ["class"] = "christmas-drop",
    ["category"] = "Christmas",
    ["tags"] = "christmas"
  },
  ["7002"] = {
    ["id"] = "7002",
    ["name"] = "Wrapping Paper",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/christmas/wrapping_paper.png",
    ["extraTooltipInfo"] = "Born to be torn apart",
    ["class"] = "christmas-drop",
    ["tags"] = "christmas"
  },
  ["7003"] = {
    ["id"] = "7003",
    ["name"] = "Present",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/christmas/present.png",
    ["canBeOpened"] = "!0",
    ["extraTooltipInfo"] = "Merry Christmas!",
    ["class"] = "christmas-present",
    ["tags"] = "christmas"
  },
  ["7004"] = {
    ["id"] = "7004",
    ["name"] = "Cookie Dough",
    ["tradeable"] = "!1",
    ["level"] = "1",
    ["experience"] = "1",
    ["isIngredient"] = "!0",
    ["itemImage"] = "/images/christmas/cookie_dough.png",
    ["extraTooltipInfo"] = "It smells like cookies",
    ["class"] = "christmas-food",
    ["time"] = "1e3",
    ["tags"] = "christmas,cooking,ingredient,consumable"
  },
  ["7005"] = {
    ["id"] = "7005",
    ["name"] = "Cookie",
    ["isEdible"] = "!0",
    ["healing"] = "2",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/christmas/cookie.png",
    ["extraTooltipInfo"] = "It reminds you of your childhood",
    ["class"] = "christmas-food",
    ["tags"] = "christmas,cooking,consumable"
  },
  ["7006"] = {
    ["id"] = "7006",
    ["name"] = "Gummy Fish",
    ["tradeable"] = "!1",
    ["level"] = "1",
    ["experience"] = "1",
    ["itemImage"] = "/images/christmas/gummy_fish.png",
    ["extraTooltipInfo"] = "Delicious candy!",
    ["class"] = "christmas-drop",
    ["time"] = "1e3",
    ["tags"] = "christmas,ingredient,cooking,consumable,food"
  },
  ["7007"] = {
    ["id"] = "7007",
    ["name"] = "Gummy Shark Fin",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/christmas/gummy_shark_fin.png",
    ["extraTooltipInfo"] = "Looks like it came off a Gummy Shark!",
    ["class"] = "christmas-drop",
    ["tags"] = "christmas"
  },
  ["7008"] = {
    ["id"] = "7008",
    ["name"] = "Krampus' Horn",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/christmas/krampus_horn.png",
    ["extraTooltipInfo"] = "A deathly energy weakly pulses from them still...",
    ["class"] = "christmas-drop",
    ["tags"] = "christmas"
  },
  ["7009"] = {
    ["id"] = "7009",
    ["name"] = "Candy Buttons",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/christmas/candy_buttons.png",
    ["extraTooltipInfo"] = "The buttons from Lumpy, Dumpy and Clumpy!",
    ["class"] = "christmas-drop",
    ["tags"] = "christmas"
  },
  ["7010"] = {
    ["id"] = "7010",
    ["name"] = "Scarf",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/christmas/scarf.png",
    ["extraTooltipInfo"] = "Keeps you warm while you play in the snow!",
    ["class"] = "christmas-drop",
    ["tags"] = "christmas"
  },
  ["7011"] = {
    ["id"] = "7011",
    ["name"] = "Evergreen Log",
    ["tradeable"] = "!1",
    ["level"] = "1",
    ["experience"] = "1",
    ["itemImage"] = "/images/christmas/evergreen_log.png",
    ["extraTooltipInfo"] = "Smells faintly of mint and cinnamon",
    ["class"] = "christmas-drop",
    ["tags"] = "christmas,wood,foraging"
  },
  ["7012"] = {
    ["id"] = "7012",
    ["name"] = "Corrupted Evergreen Log",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/christmas/corrupted_evergreen_log.png",
    ["extraTooltipInfo"] = "It reeks of decay",
    ["class"] = "christmas-drop",
    ["tags"] = "christmas,wood,foraging"
  },
  ["7013"] = {
    ["id"] = "7013",
    ["name"] = "Magic Ice",
    ["tradeable"] = "!1",
    ["level"] = "1",
    ["experience"] = "1",
    ["time"] = "1e3",
    ["itemImage"] = "/images/christmas/magic_ice.png",
    ["extraTooltipInfo"] = "Magically makes you want to lick it",
    ["class"] = "christmas-drop",
    ["tags"] = "christmas,ore"
  },
  ["7014"] = {
    ["id"] = "7014",
    ["name"] = "Inferior Bearded Wanderer",
    ["tradeable"] = "!1",
    ["slot"] = "helm",
    ["enchantmentTier"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["christmas"] = "25",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["itemImage"] = "/images/christmas/christmas_helmet_worn.png",
    ["itemIcon"] = "/images/christmas/christmas_helmet.png",
    ["extraTooltipInfo"] = "The hat's a little loose and the beard is itchy",
    ["visual"] = "christmas-helmet",
    ["class"] = "christmas-tier1",
    ["tags"] = "christmas,equipment,helmet"
  },
  ["7015"] = {
    ["id"] = "7015",
    ["name"] = "Inferior Reindeer Hunters' Armor",
    ["tradeable"] = "!1",
    ["slot"] = "body",
    ["enchantmentTier"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["christmas"] = "25",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["itemImage"] = "/images/christmas/christmas_chestplate_worn.png",
    ["itemIcon"] = "/images/christmas/christmas_chestplate.png",
    ["extraTooltipInfo"] = "Not the warmest or most protective, but it'll work!",
    ["visual"] = "christmas-breastplate",
    ["class"] = "christmas-tier1",
    ["tags"] = "christmas,equipment"
  },
  ["7016"] = {
    ["id"] = "7016",
    ["name"] = "Inferior Reindeer Hunters' Leggings",
    ["tradeable"] = "!1",
    ["slot"] = "legs",
    ["enchantmentTier"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["christmas"] = "25",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["itemImage"] = "/images/christmas/christmas_leggings_worn.png",
    ["itemIcon"] = "/images/christmas/christmas_leggings.png",
    ["extraTooltipInfo"] = "Chafes in all the wrong places",
    ["visual"] = "christmas-leggings",
    ["class"] = "christmas-tier1",
    ["tags"] = "christmas,equipment"
  },
  ["7017"] = {
    ["id"] = "7017",
    ["name"] = "Inferior Christmas Lights",
    ["tradeable"] = "!1",
    ["slot"] = "weapon",
    ["style"] = "slash",
    ["oneHanded"] = "!0",
    ["attackSpeed"] = "2.4",
    ["enchantmentTier"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["christmas"] = "25",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["itemImage"] = "/images/christmas/christmas_weapon_worn.png",
    ["itemIcon"] = "/images/christmas/christmas_weapon.png",
    ["extraTooltipInfo"] = "Still a little dusty from being in storage",
    ["visual"] = "christmas-weapon",
    ["class"] = "christmas-tier1",
    ["tags"] = "christmas,equipment"
  },
  ["7018"] = {
    ["id"] = "7018",
    ["name"] = "SuperSled 1337",
    ["tradeable"] = "!1",
    ["slot"] = "shield",
    ["enchantmentTier"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["christmas"] = "25",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["itemImage"] = "/images/christmas/christmas_shield_worn.png",
    ["itemIcon"] = "/images/christmas/christmas_shield.png",
    ["extraTooltipInfo"] = "An elite sled for elite sledders",
    ["visual"] = "christmas-shield",
    ["class"] = "christmas-tier1",
    ["tags"] = "christmas,equipment"
  },
  ["7019"] = {
    ["id"] = "7019",
    ["name"] = "Bearded Wanderer",
    ["tradeable"] = "!1",
    ["slot"] = "helm",
    ["enchantmentTier"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["christmas"] = "35",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["itemImage"] = "/images/christmas/christmas_helmet_worn.png",
    ["itemIcon"] = "/images/christmas/christmas_helmet.png",
    ["extraTooltipInfo"] = "The hat's too tight and the beard smells funny.",
    ["visual"] = "christmas-helmet",
    ["class"] = "christmas-tier2",
    ["tags"] = "christmas,equipment,helmet"
  },
  ["7020"] = {
    ["id"] = "7020",
    ["name"] = "Reindeer Hunters' Armor",
    ["tradeable"] = "!1",
    ["slot"] = "body",
    ["enchantmentTier"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["christmas"] = "35",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["itemImage"] = "/images/christmas/christmas_chestplate_worn.png",
    ["itemIcon"] = "/images/christmas/christmas_chestplate.png",
    ["extraTooltipInfo"] = "Hypothermia is no longer your biggest threat!",
    ["visual"] = "christmas-breastplate",
    ["class"] = "christmas-tier2",
    ["tags"] = "christmas,equipment"
  },
  ["7021"] = {
    ["id"] = "7021",
    ["name"] = "Reindeer Hunters' Leggings",
    ["tradeable"] = "!1",
    ["slot"] = "legs",
    ["enchantmentTier"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["christmas"] = "35",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["itemImage"] = "/images/christmas/christmas_leggings_worn.png",
    ["itemIcon"] = "/images/christmas/christmas_leggings.png",
    ["extraTooltipInfo"] = "There's no holes, at least!",
    ["visual"] = "christmas-leggings",
    ["class"] = "christmas-tier2",
    ["tags"] = "christmas,equipment"
  },
  ["7022"] = {
    ["id"] = "7022",
    ["name"] = "Christmas Lights",
    ["tradeable"] = "!1",
    ["slot"] = "weapon",
    ["style"] = "slash",
    ["oneHanded"] = "!0",
    ["attackSpeed"] = "2.4",
    ["enchantmentTier"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["christmas"] = "35",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["itemImage"] = "/images/christmas/christmas_weapon_worn.png",
    ["itemIcon"] = "/images/christmas/christmas_weapon.png",
    ["extraTooltipInfo"] = "Not for the nice!",
    ["visual"] = "christmas-weapon",
    ["class"] = "christmas-tier2",
    ["tags"] = "christmas,equipment"
  },
  ["7023"] = {
    ["id"] = "7023",
    ["name"] = "SuperSled 9000",
    ["tradeable"] = "!1",
    ["slot"] = "shield",
    ["enchantmentTier"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["christmas"] = "35",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["itemImage"] = "/images/christmas/christmas_shield_worn.png",
    ["itemIcon"] = "/images/christmas/christmas_shield.png",
    ["extraTooltipInfo"] = "For when sledding meets extreme sports",
    ["visual"] = "christmas-shield",
    ["class"] = "christmas-tier2",
    ["tags"] = "christmas,equipment"
  },
  ["7024"] = {
    ["id"] = "7024",
    ["name"] = "Superior Bearded Wanderer",
    ["tradeable"] = "!1",
    ["slot"] = "helm",
    ["enchantmentTier"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["christmas"] = "45",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["itemImage"] = "/images/christmas/christmas_helmet_worn.png",
    ["itemIcon"] = "/images/christmas/christmas_helmet.png",
    ["extraTooltipInfo"] = "The hat's just right and the beard is perfectly groomed.",
    ["visual"] = "christmas-helmet",
    ["class"] = "christmas-tier3",
    ["tags"] = "christmas,equipment,helmet"
  },
  ["7025"] = {
    ["id"] = "7025",
    ["name"] = "Superior Reindeer Hunters' Armor",
    ["tradeable"] = "!1",
    ["slot"] = "body",
    ["enchantmentTier"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["christmas"] = "45",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["itemImage"] = "/images/christmas/christmas_chestplate_worn.png",
    ["itemIcon"] = "/images/christmas/christmas_chestplate.png",
    ["extraTooltipInfo"] = "The skull whispers to you softly, urging you to kill",
    ["visual"] = "christmas-breastplate",
    ["class"] = "christmas-tier3",
    ["tags"] = "christmas,equipment"
  },
  ["7026"] = {
    ["id"] = "7026",
    ["name"] = "Superior Reindeer Hunters' Leggings",
    ["tradeable"] = "!1",
    ["slot"] = "legs",
    ["enchantmentTier"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["christmas"] = "45",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["itemImage"] = "/images/christmas/christmas_leggings_worn.png",
    ["itemIcon"] = "/images/christmas/christmas_leggings.png",
    ["extraTooltipInfo"] = "The hide might not have protected the reindeer, but it will protect you.",
    ["visual"] = "christmas-leggings",
    ["class"] = "christmas-tier3",
    ["tags"] = "christmas,equipment"
  },
  ["7027"] = {
    ["id"] = "7027",
    ["name"] = "Superior Christmas Lights",
    ["tradeable"] = "!1",
    ["slot"] = "weapon",
    ["style"] = "slash",
    ["oneHanded"] = "!0",
    ["attackSpeed"] = "2.4",
    ["enchantmentTier"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["christmas"] = "45",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["itemImage"] = "/images/christmas/christmas_weapon_worn.png",
    ["itemIcon"] = "/images/christmas/christmas_weapon.png",
    ["extraTooltipInfo"] = "For the naughty!",
    ["visual"] = "christmas-weapon",
    ["class"] = "christmas-tier3",
    ["tags"] = "christmas,equipment"
  },
  ["7028"] = {
    ["id"] = "7028",
    ["name"] = "SuperSled 9001",
    ["tradeable"] = "!1",
    ["slot"] = "shield",
    ["enchantmentTier"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["christmas"] = "45",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["itemImage"] = "/images/christmas/christmas_shield_worn.png",
    ["itemIcon"] = "/images/christmas/christmas_shield.png",
    ["extraTooltipInfo"] = "It's over 9000!",
    ["visual"] = "christmas-shield",
    ["class"] = "christmas-tier3",
    ["tags"] = "christmas,equipment"
  },
  ["7029"] = {
    ["name"] = "Magical Snowball",
    ["id"] = "7029",
    ["slot"] = "shield",
    ["enchantmentTier"] = "5",
    ["519"] = "500",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "50",
    ["strength"] = "50",
    ["defense"] = "1",
    ["stab"] = "18",
    ["slash"] = "17",
    ["crush"] = "16",
    ["magic"] = "0",
    ["range"] = "0",
    ["christmas"] = "60",
    ["accuracy"] = "18",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/christmas/magical_snowball.png",
    ["class"] = "equipment",
    ["visual"] = "magical-snowball",
    ["category"] = "armor,combat,christmas",
    ["Attack (Accuracy)"] = "",
    ["Christmas (Event)"] = "",
    ["tags"] = "armor,equipment,shield"
  },
  ["7030"] = {
    ["name"] = "Candy Cane Daggers",
    ["id"] = "7030",
    ["slot"] = "weapon",
    ["enchantmentTier"] = "5",
    ["2015"] = "100",
    ["value"] = "10",
    ["tradeable"] = "!0",
    ["style"] = "stab",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["christmas"] = "100",
    ["accuracy"] = "45",
    ["melee"] = "0",
    ["attackSpeed"] = "2",
    ["constitution"] = "1",
    ["attack"] = "50",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/christmas/candy_cane_dagger.png",
    ["itemIcon"] = "/images/christmas/candy_cane_daggers_icon.png",
    ["class"] = "equipment",
    ["visual"] = "candy-cane-daggers",
    ["isDaggers"] = "!0",
    ["category"] = "weapon,combat,christmas",
    ["Attack (Accuracy)"] = "",
    ["Strength (Melee)"] = "",
    ["Christmas (Event)"] = "",
    ["tags"] = "melee,weapon,equipment,twohand"
  },
  ["7031"] = {
    ["name"] = "Festive Shroud",
    ["id"] = "7031",
    ["slot"] = "cape",
    ["enchantmentTier"] = "0",
    ["2015"] = "100",
    ["value"] = "5",
    ["tradeable"] = "!0",
    ["stab"] = "20",
    ["slash"] = "20",
    ["crush"] = "20",
    ["magic"] = "0",
    ["range"] = "0",
    ["christmas"] = "50",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/christmas/festive_shroud.png",
    ["itemIcon"] = "/images/christmas/festive_shroud_hood.png",
    ["class"] = "equipment",
    ["visual"] = "cape",
    ["category"] = "weapon,combat,christmas",
    ["Defense (Stab)"] = "",
    ["Defense (Slash)"] = "",
    ["Defense (Crush)"] = "",
    ["Defense (Magic)"] = "",
    ["Defense (Range)"] = "",
    ["Christmas (Event)"] = "",
    ["tags"] = "melee,armor,equipment,unique,cape"
  },
  ["7032"] = {
    ["name"] = "Merry Maker's Mittens",
    ["id"] = "7032",
    ["slot"] = "gloves",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["itemImage"] = "/images/christmas/christmas_gloves.png",
    ["itemSet"] = "jolly",
    ["itemSetDescription"] = "Jolly - Wearing both the Merry Maker's Mittens and Mistletoe Treads grants the Jolly buff, enabling combat in Krampus' Lair.",
    ["extraTooltipInfo"] = "A pair of mittens to keep you warm in the bitter cold! Wait, are they fingerless?",
    ["class"] = "equipment",
    ["visual"] = "gloves",
    ["augmentationStats"] = "",
    ["tags"] = "christmas,equipment"
  },
  ["7033"] = {
    ["name"] = "Mistletoe Treads",
    ["id"] = "7033",
    ["slot"] = "boots",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["itemImage"] = "/images/christmas/christmas_boots.png",
    ["itemIcon"] = "/images/christmas/christmas_boots_icon.png",
    ["itemSet"] = "jolly",
    ["itemSetDescription"] = "Jolly - Wearing both the Merry Maker's Mittens and Mistletoe Treads grants the Jolly buff, enabling combat in Krampus' Lair.",
    ["extraTooltipInfo"] = "For treading on snow or enemy faces.",
    ["class"] = "equipment",
    ["visual"] = "boots",
    ["tags"] = "christmas,equipment"
  },
  ["7034"] = {
    ["id"] = "7034",
    ["name"] = "Magic Ice Bar",
    ["skill"] = "smithing",
    ["level"] = "1",
    ["7013"] = "2",
    ["2"] = "100",
    ["experience"] = "100",
    ["time"] = "12e3",
    ["itemImage"] = "/images/christmas/ice_bar.png",
    ["loot"] = "7034",
    ["class"] = "bar",
    ["extraTooltipInfo"] = "A coalesced bar of magic ice. Cold to the touch!",
    ["tags"] = "bar,mining,smithing"
  },
  ["7035"] = {
    ["name"] = "Winter Rune",
    ["id"] = "7035",
    ["113"] = "1",
    ["7038"] = "400",
    ["time"] = "5e3",
    ["itemImage"] = "/images/christmas/Snow_Rune.png",
    ["extraTooltipInfo"] = "A slate imbued with the essence of winter.",
    ["class"] = "rune",
    ["tags"] = "rune,runecrafting"
  },
  ["7036"] = {
    ["name"] = "Scroll of Candy Canes",
    ["activeMessage"] = "Making Scrolls of Candy Canes",
    ["enchant"] = "!0",
    ["hidden"] = "!0",
    ["categories"] = "christmas elf gear",
    ["time"] = "6e4",
    ["id"] = "7036",
    ["enchantmentID"] = "7e3",
    ["level"] = "1",
    ["experience"] = "100",
    ["baseSuccessChance"] = "1",
    ["7002"] = "1",
    ["7035"] = "20",
    ["518"] = "10",
    ["519"] = "10",
    ["516"] = "10",
    ["itemImage"] = "/images/christmas/xmas_scroll.png",
    ["skillIcon"] = "/images/enchanting/enchanting_logo.png",
    ["class"] = "enchanted-scroll",
    ["actionButton"] = "Craft",
    ["extraTooltipInfo"] = "A scroll enchanted with some sort of winter magic, not compatible with any gear you know of.",
    ["getChance"] = "function(e,t){return 100..toFixed(0)+%",
    ["tags"] = "enchanting,enchant"
  },
  ["7037"] = {
    ["id"] = "7037",
    ["name"] = "Gummy Lure",
    ["isFishingBait"] = "!0",
    ["itemImage"] = "images/christmas/gummy_bait.png",
    ["craftingDescription"] = "Each craft results in 2 bait. Helps with Christmas zone fishing.",
    ["extraTooltipInfo"] = "A gummy fish turned into a lure. Helps with Christmas zone fishin.",
    ["class"] = "fish",
    ["tags"] = "bait"
  },
  ["7038"] = {
    ["id"] = "7038",
    ["name"] = "Winter Essence",
    ["essence"] = "!0",
    ["tradeable"] = "!1",
    ["noVault"] = "!1",
    ["itemImage"] = "/images/christmas/snow_essence.png",
    ["extraTooltipInfo"] = "Winter essence can be gathered by doing non-combat Christmas event activities.",
    ["class"] = "rune"
  },
  ["7039"] = {
    ["id"] = "7039",
    ["name"] = "Gummy Shark",
    ["tradeable"] = "!1",
    ["level"] = "1",
    ["experience"] = "1",
    ["itemImage"] = "/images/christmas/monsters/gummy_shark.png",
    ["extraTooltipInfo"] = "More likely to bite you than let you bite it!",
    ["class"] = "christmas-drop",
    ["time"] = "1e3",
    ["tags"] = "christmas,ingredient,cooking,consumable,food"
  },
  ["7040"] = {
    ["id"] = "7040",
    ["name"] = "Angry Letter",
    ["tradeable"] = "!1",
    ["noVault"] = "!1",
    ["itemImage"] = "/images/christmas/angry_letter.png",
    ["extraTooltipInfo"] = "An angrily worded letter from someone you threw a snowball at!",
    ["class"] = "christmas-drop"
  },
  ["7041"] = {
    ["id"] = "7041",
    ["name"] = "Baubles",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/christmas/baubles.png",
    ["extraTooltipInfo"] = "Commemorates Christmas 2021! How many can you collect?",
    ["class"] = "christmas-drop",
    ["tags"] = "christmas"
  },
  ["7050"] = {
    ["id"] = "7050",
    ["name"] = "Snowglobe",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/christmas/snowglobe.png",
    ["extraTooltipInfo"] = "Stores your Christmas Spirit!",
    ["class"] = "christmas-globe",
    ["tags"] = "christmas"
  },
  ["7060"] = {
    ["id"] = "7060",
    ["name"] = "Chicken",
    ["tradeable"] = "!0",
    ["slot"] = "cape",
    ["itemImage"] = "/images/combat/monsters/chicken.png",
    ["extraTooltipInfo"] = "whatisthis?",
    ["class"] = "equipment",
    ["visual"] = "p-chicken",
    ["tags"] = "chicken,easter,code,melee,armor,equipment,unique,cape,cloak",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["accuracy"] = "0"
  },
  ["8000"] = {
    ["name"] = "RISE OF INFO",
    ["id"] = "8e3",
    ["value"] = "500",
    ["tradeable"] = "!0",
    ["isChampScroll"] = "!0",
    ["isBossToken"] = "!0",
    ["champEncounter"] = "604",
    ["enchantmentTier"] = "0",
    ["itemImage"] = "/images/misc/Elite_Scroll.png",
    ["extraTooltipInfo"] = "Ancient power emanates from the seal... It sorta smells like durian. Includes built-in double drops for all players and +20 Treasure Hunter.",
    ["class"] = "elite-scroll",
    ["tags"] = "scroll,champion,elite"
  },
  ["8001"] = {
    ["name"] = "Black Knight's Trial",
    ["id"] = "8001",
    ["value"] = ".1",
    ["tradeable"] = "!0",
    ["isChampScroll"] = "!0",
    ["champEncounter"] = "605",
    ["enchantmentTier"] = "0",
    ["maxAugLevel"] = "20",
    ["8001"] = "1",
    ["itemImage"] = "/images/misc/elite/Elite_Scroll_BK.png",
    ["extraTooltipInfo"] = "A dark scroll for a darker trial. Will you face it and reap the rewards?",
    ["class"] = "elite-scroll",
    ["Encounters"] = "",
    ["Treasure Hunter"] = "",
    ["Elite Stats"] = "",
    ["Loot"] = "",
    ["tags"] = "scroll,champion,elite"
  },
  ["8002"] = {
    ["name"] = "Giant Scroll",
    ["id"] = "8002",
    ["value"] = ".1",
    ["tradeable"] = "!0",
    ["isChampScroll"] = "!0",
    ["champEncounter"] = "606",
    ["enchantmentTier"] = "0",
    ["maxAugLevel"] = "20",
    ["8002"] = "1",
    ["itemImage"] = "/images/misc/elite/Elite_Scroll_Giant.png",
    ["extraTooltipInfo"] = "A gargantuan task for only the mightiest of heroes; are you counted amongst them?",
    ["class"] = "elite-scroll",
    ["Encounters"] = "",
    ["Treasure Hunter"] = "",
    ["Elite Stats"] = "",
    ["Loot"] = "",
    ["tags"] = "scroll,champion,elite"
  },
  ["8003"] = {
    ["name"] = "Corroded Scroll",
    ["id"] = "8003",
    ["value"] = ".1",
    ["tradeable"] = "!0",
    ["isChampScroll"] = "!0",
    ["champEncounter"] = "607",
    ["enchantmentTier"] = "0",
    ["maxAugLevel"] = "20",
    ["8003"] = "1",
    ["itemImage"] = "/images/misc/elite/Elite_Scroll_Corroded.png",
    ["extraTooltipInfo"] = "The stench of decay hangs heavy about this squalid parchment. Are you ready to break the seal?",
    ["class"] = "elite-scroll",
    ["Encounters"] = "",
    ["Treasure Hunter"] = "",
    ["Elite Stats"] = "",
    ["Loot"] = "",
    ["tags"] = "scroll,champion,elite"
  },
  ["8004"] = {
    ["name"] = "Stew Stained Page",
    ["id"] = "8004",
    ["value"] = ".1",
    ["tradeable"] = "!0",
    ["isChampScroll"] = "!0",
    ["champEncounter"] = "608",
    ["enchantmentTier"] = "0",
    ["maxAugLevel"] = "20",
    ["8004"] = "1",
    ["itemImage"] = "/images/misc/elite/Elite_Scroll_Goblin.png",
    ["extraTooltipInfo"] = "A repulsive taunt from a repulsive creature. Will you break the seal?",
    ["class"] = "elite-scroll",
    ["Encounters"] = "",
    ["Treasure Hunter"] = "",
    ["Elite Stats"] = "",
    ["Loot"] = "",
    ["tags"] = "scroll,champion,elite"
  },
  ["8005"] = {
    ["name"] = "Cluster-Cluck",
    ["id"] = "8005",
    ["value"] = ".1",
    ["tradeable"] = "!0",
    ["isChampScroll"] = "!0",
    ["champEncounter"] = "609",
    ["enchantmentTier"] = "0",
    ["maxAugLevel"] = "20",
    ["8005"] = "1",
    ["itemImage"] = "/images/misc/elite/Elite_Scroll_Chicken.png",
    ["extraTooltipInfo"] = "The secret location of Ot_to's prized hen house. Want to find out what's inside?",
    ["class"] = "elite-scroll",
    ["Encounters"] = "",
    ["Treasure Hunter"] = "",
    ["Elite Stats"] = "",
    ["Loot"] = "",
    ["tags"] = "scroll,champion,elite"
  },
  ["8006"] = {
    ["name"] = "Demonic Trial",
    ["id"] = "8006",
    ["value"] = ".1",
    ["tradeable"] = "!0",
    ["isChampScroll"] = "!0",
    ["champEncounter"] = "610",
    ["enchantmentTier"] = "0",
    ["maxAugLevel"] = "20",
    ["8006"] = "1",
    ["itemImage"] = "/images/misc/elite/Elite_Scroll_Demon.png",
    ["extraTooltipInfo"] = "Unknown markings surround the stately seal binding this scroll closed. Are you sure you want to break the seal?",
    ["class"] = "elite-scroll",
    ["Encounters"] = "",
    ["Treasure Hunter"] = "",
    ["Elite Stats"] = "",
    ["Loot"] = "",
    ["tags"] = "scroll,champion,elite"
  },
  ["8007"] = {
    ["name"] = "Taproot Scroll",
    ["id"] = "8007",
    ["value"] = ".1",
    ["tradeable"] = "!0",
    ["isChampScroll"] = "!0",
    ["champEncounter"] = "611",
    ["enchantmentTier"] = "0",
    ["maxAugLevel"] = "20",
    ["8007"] = "1",
    ["itemImage"] = "/images/misc/elite/Elite_Scroll_Spriggan.png",
    ["extraTooltipInfo"] = "The parchment feels alive in your hands. Will you be able to conquer nature?",
    ["class"] = "elite-scroll",
    ["Encounters"] = "",
    ["Treasure Hunter"] = "",
    ["Elite Stats"] = "",
    ["Loot"] = "",
    ["tags"] = "scroll,champion,elite"
  },
  ["8008"] = {
    ["name"] = "The Final Test",
    ["id"] = "8008",
    ["value"] = ".1",
    ["tradeable"] = "!0",
    ["isChampScroll"] = "!0",
    ["champEncounter"] = "612",
    ["enchantmentTier"] = "0",
    ["maxAugLevel"] = "20",
    ["8008"] = "1",
    ["itemImage"] = "/images/misc/Elite_Scroll.png",
    ["extraTooltipInfo"] = "Can you do what no one has ever done before?",
    ["class"] = "elite-scroll",
    ["Encounters"] = "",
    ["Treasure Hunter"] = "",
    ["Elite Stats"] = "",
    ["Loot"] = "",
    ["tags"] = "scroll,champion,elite"
  },
  ["8009"] = {
    ["name"] = "Shapeless Scroll",
    ["id"] = "8009",
    ["value"] = ".1",
    ["tradeable"] = "!0",
    ["isChampScroll"] = "!0",
    ["champEncounter"] = "613",
    ["enchantmentTier"] = "0",
    ["maxAugLevel"] = "20",
    ["8009"] = "1",
    ["itemImage"] = "/images/misc/elite/Elite_Scroll_Chaos.png",
    ["extraTooltipInfo"] = "The scroll appears to be shifting in and out of reality. Do you dare unravel its secrets?",
    ["class"] = "elite-scroll",
    ["Encounters"] = "",
    ["Treasure Hunter"] = "",
    ["Elite Stats"] = "",
    ["Loot"] = "",
    ["tags"] = "scroll,champion,elite"
  },
  ["8010"] = {
    ["name"] = "Stormy Sea Scroll",
    ["id"] = "8010",
    ["value"] = ".1",
    ["tradeable"] = "!0",
    ["isChampScroll"] = "!0",
    ["champEncounter"] = "614",
    ["enchantmentTier"] = "0",
    ["maxAugLevel"] = "20",
    ["8010"] = "1",
    ["itemImage"] = "/images/misc/elite/Elite_Scroll_Fish.png",
    ["extraTooltipInfo"] = "It's soaking wet but the parchment seems untearable. Will you dive in?",
    ["class"] = "elite-scroll",
    ["Encounters"] = "",
    ["Treasure Hunter"] = "",
    ["Elite Stats"] = "",
    ["Loot"] = "",
    ["tags"] = "scroll,champion,elite"
  },
  ["9000"] = {
    ["name"] = "Giant's Keep Key",
    ["id"] = "9e3",
    ["value"] = ".25",
    ["isChampScroll"] = "!0",
    ["isBossToken"] = "!0",
    ["champEncounter"] = "700",
    ["enchantmentTier"] = "0",
    ["maxAugLevel"] = "10",
    ["9001"] = "1",
    ["9002"] = "1",
    ["9003"] = "1",
    ["10"] = "15e4",
    ["5"] = "15e4",
    ["6"] = "15e4",
    ["9"] = "15e4",
    ["7"] = "15e4",
    ["tradeable"] = "!0",
    ["9004"] = "1",
    ["9005"] = "1",
    ["craftingLevel"] = "85",
    ["craftingExperience"] = "12e4",
    ["itemImage"] = "/images/misc/keys/Complete_Disc.png",
    ["category"] = "Dungeon",
    ["craftingDescription"] = "Grants one-time access to the Giant's Keep dungeon. This is a 5 person encounter.",
    ["extraTooltipInfo"] = "The key to enter the Giant's Keep made of the various elemental fragments. Only five people could make it to the Keep without being spotted.",
    ["class"] = "key",
    ["Treasure Hunter"] = "",
    ["Elite Stats"] = "",
    ["Loot"] = "",
    ["tags"] = "scroll,champion,elite,challenge"
  },
  ["9001"] = {
    ["id"] = "9001",
    ["name"] = "Nature Fragment",
    ["value"] = "15e5",
    ["tradeable"] = "!0",
    ["keyFragment"] = "!0",
    ["craftable"] = "!0",
    ["9003"] = "1",
    ["517"] = "500",
    ["craftingLevel"] = "85",
    ["craftingExperience"] = "0",
    ["itemImage"] = "/images/misc/keys/Nature_Piece.png",
    ["extraTooltipInfo"] = "A piece of living earth is imbued into this fragment.",
    ["class"] = "key",
    ["tags"] = "key,fragment"
  },
  ["9002"] = {
    ["id"] = "9002",
    ["name"] = "Ice Fragment",
    ["value"] = "15e5",
    ["tradeable"] = "!0",
    ["keyFragment"] = "!0",
    ["craftable"] = "!0",
    ["9001"] = "1",
    ["513"] = "500",
    ["craftingLevel"] = "85",
    ["craftingExperience"] = "0",
    ["itemImage"] = "/images/misc/keys/Water_Piece.png",
    ["extraTooltipInfo"] = "An unmelting shard of ice is imbued into this fragment.",
    ["class"] = "key",
    ["tags"] = "key,fragment"
  },
  ["9003"] = {
    ["id"] = "9003",
    ["name"] = "Fire Fragment",
    ["value"] = "15e5",
    ["tradeable"] = "!0",
    ["keyFragment"] = "!0",
    ["craftable"] = "!0",
    ["9002"] = "1",
    ["512"] = "500",
    ["craftingLevel"] = "85",
    ["craftingExperience"] = "0",
    ["itemImage"] = "/images/misc/keys/Fire_Piece.png",
    ["extraTooltipInfo"] = "An unfaltering gout of flames is imbued into this fragment.",
    ["class"] = "key",
    ["tags"] = "key,fragment"
  },
  ["9004"] = {
    ["id"] = "9004",
    ["name"] = "Corrupted Fragment",
    ["value"] = "15e5",
    ["tradeable"] = "!0",
    ["keyFragment"] = "!0",
    ["itemImage"] = "/images/misc/keys/Death_Piece.png",
    ["extraTooltipInfo"] = "A rotten slab of decay is imbued into this fragment.",
    ["class"] = "key",
    ["tags"] = "key"
  },
  ["9005"] = {
    ["id"] = "9005",
    ["name"] = "Chaos Fragment",
    ["value"] = "15e5",
    ["tradeable"] = "!0",
    ["keyFragment"] = "!0",
    ["itemImage"] = "/images/misc/keys/Chaos_Piece.png",
    ["extraTooltipInfo"] = "An undescribable phenomenon is imbued into this fragment.",
    ["class"] = "key",
    ["tags"] = "key"
  },
  ["9006"] = {
    ["name"] = "Torn Goblin Settlement Map",
    ["id"] = "9006",
    ["value"] = ".25",
    ["tradeable"] = "!0",
    ["isChampScroll"] = "!0",
    ["isBossToken"] = "!0",
    ["champEncounter"] = "701",
    ["enchantmentTier"] = "0",
    ["maxAugLevel"] = "10",
    ["9007"] = "10",
    ["2010"] = "200",
    ["95"] = "250",
    ["5"] = "1e3",
    ["craftingLevel"] = "30",
    ["craftingExperience"] = "12e3",
    ["itemImage"] = "/images/misc/keys/goblin_map.png",
    ["category"] = "Dungeon",
    ["craftingDescription"] = "Grants one-time access to the Goblin Settlement dungeon. This is a trio encounter.",
    ["extraTooltipInfo"] = "A map to find an elusive goblin settlement. You could probably only bring up to three people to this location safely.",
    ["class"] = "key",
    ["Treasure Hunter"] = "",
    ["Elite Stats"] = "",
    ["Loot"] = "",
    ["tags"] = "scroll,champion,elite,challenge,key"
  },
  ["9007"] = {
    ["name"] = "Scrap of Stained Parchment",
    ["id"] = "9007",
    ["value"] = "7500",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/misc/keys/goblin_map_piece.png",
    ["keyFragment"] = "!0",
    ["extraTooltipInfo"] = "A scrap of parchment that appears to be a part of a map.",
    ["class"] = "key",
    ["tags"] = "key"
  },
  ["9008"] = {
    ["name"] = "Dark Fortress Key",
    ["id"] = "9008",
    ["value"] = ".25",
    ["tradeable"] = "!0",
    ["isChampScroll"] = "!0",
    ["isBossToken"] = "!0",
    ["champEncounter"] = "702",
    ["enchantmentTier"] = "0",
    ["maxAugLevel"] = "10",
    ["9009"] = "6",
    ["204"] = "150",
    ["202"] = "150",
    ["7"] = "75e3",
    ["8"] = "75e3",
    ["9"] = "75e3",
    ["craftingLevel"] = "50",
    ["craftingExperience"] = "24e3",
    ["itemImage"] = "/images/misc/keys/fortress_key.png",
    ["category"] = "Dungeon",
    ["craftingDescription"] = "Grants one-time access to the Dark Fortress dungeon. This is a trio encounter.",
    ["extraTooltipInfo"] = "A brutish key made of dark metal. The way to a fortress is treacherous, no more than three people could make the journey.",
    ["class"] = "key",
    ["Treasure Hunter"] = "",
    ["Elite Stats"] = "",
    ["Loot"] = "",
    ["tags"] = "scroll,key,dungeon"
  },
  ["9009"] = {
    ["name"] = "Dark Key Piece",
    ["id"] = "9009",
    ["value"] = "1e5",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/misc/keys/fortress_key_piece.png",
    ["keyFragment"] = "!0",
    ["extraTooltipInfo"] = "A piece of dark metal that looks like part of a key.",
    ["class"] = "key",
    ["tags"] = "scroll,key"
  },
  ["9010"] = {
    ["name"] = "Cursed Spade",
    ["id"] = "9010",
    ["value"] = "1e5",
    ["tradeable"] = "!0",
    ["isChampScroll"] = "!0",
    ["isBossToken"] = "!0",
    ["champEncounter"] = "703",
    ["itemImage"] = "/images/magic/prismatic_gem.png",
    ["extraTooltipInfo"] = "It's drawing you deep into forgotten lands...",
    ["class"] = "key",
    ["tags"] = "scroll,champion,elite"
  },
  ["9011"] = {
    ["name"] = "Burning Feather",
    ["id"] = "9011",
    ["value"] = ".25",
    ["tradeable"] = "!0",
    ["isChampScroll"] = "!0",
    ["isBossToken"] = "!0",
    ["champEncounter"] = "704",
    ["enchantmentTier"] = "0",
    ["maxAugLevel"] = "10",
    ["5"] = "2e4",
    ["512"] = "2500",
    ["113"] = "750",
    ["9013"] = "3",
    ["9014"] = "3",
    ["700"] = "1",
    ["craftingLevel"] = "70",
    ["craftingExperience"] = "5e4",
    ["itemImage"] = "images/misc/keys/flame_feather.png",
    ["category"] = "Dungeon",
    ["craftingDescription"] = "Grants one-time access to the Palace of Flames dungeon. This is a duo encounter.",
    ["extraTooltipInfo"] = "The feather itself appears to be made out of fire! You could probably lead yourself and one other wherever it's pointing. It just wants to go home, but you'd probably melt in there. Better bring some Flame Resistance food!",
    ["class"] = "key",
    ["Treasure Hunter"] = "",
    ["Elite Stats"] = "",
    ["Loot"] = "",
    ["tags"] = "scroll,key"
  },
  ["9012"] = {
    ["name"] = "Krampus' Key",
    ["id"] = "9012",
    ["value"] = "69",
    ["tradeable"] = "!1",
    ["isChampScroll"] = "!0",
    ["isBossToken"] = "!0",
    ["champEncounter"] = "705",
    ["enchantmentTier"] = "0",
    ["7038"] = "15e4",
    ["craftingLevel"] = "1",
    ["craftingExperience"] = "1",
    ["itemImage"] = "/images/christmas/krampus_key.png",
    ["category"] = "Christmas",
    ["extraTooltipInfo"] = "A piece of bone with some bits of metal sticking off of it. If you squint really hard it somewhat resembles a key.",
    ["class"] = "key",
    ["tags"] = "scroll,champion,elite,challenge"
  },
  ["9013"] = {
    ["name"] = "Molten Ashes",
    ["id"] = "9013",
    ["value"] = "15e4",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/misc/keys/infernal_ashes.png",
    ["keyFragment"] = "!0",
    ["extraTooltipInfo"] = "The remains of some infernal creature. Still warm to the touch.",
    ["class"] = "key",
    ["tags"] = "scroll,key"
  },
  ["9014"] = {
    ["name"] = "Infernal Flame",
    ["id"] = "9014",
    ["value"] = "25e4",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/misc/keys/infernal_flame.png",
    ["keyFragment"] = "!0",
    ["9013"] = "2",
    ["2"] = "25e3",
    ["craftingLevel"] = "70",
    ["craftingExperience"] = "100",
    ["category"] = "Dungeon",
    ["extraTooltipInfo"] = "The vestiges of an infernal soul, left to burn eternally.",
    ["class"] = "key",
    ["tags"] = "scroll,key"
  },
  ["10000"] = {
    ["id"] = "1e4",
    ["name"] = "The Castled King",
    ["slot"] = "cape",
    ["value"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["melee"] = "0",
    ["range"] = "0",
    ["magic"] = "0",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["stab"] = "44",
    ["slash"] = "44",
    ["crush"] = "44",
    ["accuracy"] = "0",
    ["itemImage"] = "/images/combat/monsters/elite/true_info.png",
    ["itemIcon"] = "/images/magic/prismatic_gem.png",
    ["extraTooltipInfo"] = "Show your true might.",
    ["class"] = "equipment",
    ["visual"] = "castled-king",
    ["category"] = "armor"
  },
  ["10001"] = {
    ["name"] = "Useless Scraps",
    ["id"] = "10001",
    ["value"] = "1e3",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/misc/Range_Scrap.png",
    ["class"] = "bar",
    ["extraTooltipInfo"] = "Looks like useless junk to you. Who would try to attack their enemy at range?"
  },
  ["10002"] = {
    ["name"] = "Useless Scraps",
    ["id"] = "10002",
    ["value"] = "1e3",
    ["tradeable"] = "!0",
    ["itemImage"] = "/images/misc/Magic_Scrap.png",
    ["class"] = "bar",
    ["extraTooltipInfo"] = "Looks like useless junk to you. Who would try to attack their enemy with runes and words?"
  },
  ["11000"] = {
    ["id"] = "11e3",
    ["slot"] = "tacklebox",
    ["name"] = "Novice Tacklebox",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "1",
    ["201"] = "20",
    ["302"] = "40",
    ["11030"] = "3",
    ["690"] = "3",
    ["craftingExperience"] = "156",
    ["craftingLevel"] = "2",
    ["fishing"] = "1",
    ["toolBoost"] = "3",
    ["gatherSearch"] = "15",
    ["gatherSpeed"] = "5",
    ["gatherBonus"] = "0",
    ["itemImage"] = "/images/fishing/Novice_Tacklebox.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "A novice fishing tacklebox. Gives 3 fishing levels, 15 bait power and 5 reel power.",
    ["extraTooltipInfo"] = "A beginner's novice tacklebox designed to be used by children. Not much good to catch anything large.",
    ["category"] = "Fishing",
    ["enchantable"] = "!0",
    ["Fishing Skill"] = "",
    ["Bait Power"] = "",
    ["Reel Power"] = "",
    ["Bonus Rarity"] = "",
    ["tags"] = "tool,fishing"
  },
  ["11001"] = {
    ["id"] = "11001",
    ["slot"] = "tacklebox",
    ["name"] = "Basic Tacklebox",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "2",
    ["202"] = "35",
    ["303"] = "75",
    ["11030"] = "15",
    ["690"] = "6",
    ["691"] = "3",
    ["craftingExperience"] = "612",
    ["craftingLevel"] = "17",
    ["fishing"] = "10",
    ["toolBoost"] = "6",
    ["gatherSearch"] = "20",
    ["gatherSpeed"] = "10",
    ["gatherBonus"] = "3",
    ["itemImage"] = "/images/fishing/Basic_Tacklebox.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "A basic fishing tacklebox. Gives 6 fishing levels, 20 bait power, 10 reel power, and 3 bonus rarity.",
    ["extraTooltipInfo"] = "A basic fishing tacklebox aimed for use by hobbyists and amateurs for basic fishing adventures to the local river or pond.",
    ["category"] = "Fishing",
    ["enchantable"] = "!0",
    ["Fishing Skill"] = "",
    ["Bait Power"] = "",
    ["Reel Power"] = "",
    ["Bonus Rarity"] = "",
    ["tags"] = "tool,fishing"
  },
  ["11002"] = {
    ["id"] = "11002",
    ["slot"] = "tacklebox",
    ["name"] = "Advanced Tacklebox",
    ["value"] = "1.5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "3",
    ["204"] = "65",
    ["304"] = "135",
    ["11031"] = "15",
    ["690"] = "8",
    ["691"] = "8",
    ["692"] = "8",
    ["craftingExperience"] = "3648",
    ["craftingLevel"] = "32",
    ["fishing"] = "30",
    ["toolBoost"] = "9",
    ["gatherSearch"] = "25",
    ["gatherSpeed"] = "15",
    ["gatherBonus"] = "6",
    ["itemImage"] = "/images/fishing/Advanced_Tacklebox.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "An advanced fishing tacklebox. Gives 9 fishing levels, 25 bait power, 15 reel power, and 6 bonus rarity.",
    ["extraTooltipInfo"] = "An advanced fishing tacklebox for those who've gotten more than their toes wet in fishing.",
    ["category"] = "Fishing",
    ["enchantable"] = "!0",
    ["Fishing Skill"] = "",
    ["Bait Power"] = "",
    ["Reel Power"] = "",
    ["Bonus Rarity"] = "",
    ["tags"] = "tool,fishing"
  },
  ["11003"] = {
    ["id"] = "11003",
    ["slot"] = "tacklebox",
    ["name"] = "Pro Tacklebox",
    ["value"] = "2",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "4",
    ["205"] = "100",
    ["305"] = "200",
    ["11031"] = "50",
    ["690"] = "8",
    ["691"] = "8",
    ["692"] = "8",
    ["693"] = "8",
    ["craftingExperience"] = "12280",
    ["craftingLevel"] = "52",
    ["fishing"] = "40",
    ["toolBoost"] = "12",
    ["gatherSearch"] = "30",
    ["gatherSpeed"] = "20",
    ["gatherBonus"] = "10",
    ["itemImage"] = "/images/fishing/Pro_Tacklebox.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "A pro fishing tacklebox! Gives 12 fishing levels, 30 bait power, 20 reel power, and 10 bonus rarity.",
    ["extraTooltipInfo"] = "The pro fishing tacklebox has nearly everything you could possibly need to catch fish.",
    ["category"] = "Fishing",
    ["enchantable"] = "!0",
    ["Fishing Skill"] = "",
    ["Bait Power"] = "",
    ["Reel Power"] = "",
    ["Bonus Rarity"] = "",
    ["tags"] = "tool,fishing"
  },
  ["11004"] = {
    ["id"] = "11004",
    ["slot"] = "tacklebox",
    ["name"] = "Supreme Tacklebox",
    ["value"] = "3.5",
    ["tradeable"] = "!0",
    ["enchantmentTier"] = "5",
    ["206"] = "135",
    ["306"] = "270",
    ["11031"] = "160",
    ["11036"] = "30",
    ["11032"] = "10",
    ["690"] = "8",
    ["691"] = "8",
    ["692"] = "8",
    ["693"] = "8",
    ["craftingExperience"] = "28560",
    ["craftingLevel"] = "72",
    ["fishing"] = "50",
    ["toolBoost"] = "15",
    ["gatherSearch"] = "35",
    ["gatherSpeed"] = "25",
    ["gatherBonus"] = "15",
    ["itemImage"] = "/images/fishing/Supreme_Tacklebox.png",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "A supreme fishing tacklebox! Gives 15 fishing levels, 35 bait power, 25 reel power, and 15 bonus rarity.",
    ["extraTooltipInfo"] = "A supreme fishing tacklebox rife with all the bits and bobs a master fisherman would need to fish up just about anything.",
    ["category"] = "Fishing",
    ["enchantable"] = "!0",
    ["Fishing Skill"] = "",
    ["Bait Power"] = "",
    ["Reel Power"] = "",
    ["Bonus Rarity"] = "",
    ["tags"] = "tool,fishing"
  },
  ["11005"] = {
    ["id"] = "11005",
    ["slot"] = "tacklebox",
    ["name"] = "Ocean's Embrace",
    ["value"] = "6",
    ["tradeable"] = "!1",
    ["enchantmentTier"] = "8",
    ["11032"] = "50",
    ["11036"] = "150",
    ["11033"] = "1",
    ["11034"] = "1",
    ["11035"] = "1",
    ["craftingExperience"] = "256e3",
    ["craftingLevel"] = "92",
    ["fishing"] = "80",
    ["toolBoost"] = "40",
    ["gatherSearch"] = "100",
    ["gatherSpeed"] = "100",
    ["gatherBonus"] = "60",
    ["itemImage"] = "/images/fishing/Master_Tacklebox.png",
    ["itemSet"] = "fishing set",
    ["itemSetDescription"] = "Fisherman - Wearing all pieces replace Master Fisherman with Legendary Angler, which increases all fishing stats by 25%.",
    ["tool"] = "!0",
    ["class"] = "equipment",
    ["craftingDescription"] = "The ultimate fishing implement! Gives 40 fishing levels, 100 bait power, 100 reel power, and 60 bonus rarity. Enhances ancient fishing.",
    ["extraTooltipInfo"] = "The origin of this mythical equipment is lost to history but there is no doubt regarding its power. Enhances ancient fishing.",
    ["category"] = "Fishing",
    ["enchantable"] = "!0",
    ["Fishing Skill"] = "",
    ["Bait Power"] = "",
    ["Reel Power"] = "",
    ["Bonus Rarity"] = "",
    ["tags"] = "tool,fishing"
  },
  ["11010"] = {
    ["id"] = "11010",
    ["name"] = "Earthworm Bait",
    ["price"] = "10",
    ["tradeable"] = "!0",
    ["value"] = "5",
    ["isFishingBait"] = "!0",
    ["itemImage"] = "images/fishing/bait/earthworm_hook.png",
    ["extraTooltipInfo"] = "A tiny lil' earthworm. Gives +5 bait and reel power.",
    ["class"] = "fish",
    ["tags"] = "bait"
  },
  ["11011"] = {
    ["id"] = "11011",
    ["name"] = "Fat Nightcrawler Bait",
    ["tradeable"] = "!0",
    ["value"] = "350",
    ["isFishingBait"] = "!0",
    ["itemImage"] = "images/fishing/bait/nightcrawler_hook.png",
    ["extraTooltipInfo"] = "A big ol' nightcrawler. Gives +15 bait, +10 reel, +5 bonus rarity, and +1 fishing level.",
    ["class"] = "fish",
    ["tags"] = "bait"
  },
  ["11012"] = {
    ["id"] = "11012",
    ["name"] = "Glowbug Bait",
    ["tradeable"] = "!0",
    ["value"] = "350",
    ["isFishingBait"] = "!0",
    ["itemImage"] = "images/fishing/bait/glowbug_hook.png",
    ["extraTooltipInfo"] = "A small glowbug. Gives +10 bait, +15 reel, +5 bonus rarity, and +1 fishing level.",
    ["class"] = "fish",
    ["tags"] = "bait"
  },
  ["11013"] = {
    ["id"] = "11013",
    ["name"] = "Shrimp Tail Bait",
    ["tradeable"] = "!0",
    ["value"] = "35",
    ["craftingLevel"] = "5",
    ["craftingExperience"] = "15",
    ["isFishingBait"] = "!0",
    ["60"] = "3",
    ["craftingMultiplier"] = "5",
    ["itemImage"] = "images/fishing/bait/shrimptail_hook.png",
    ["craftingDescription"] = "Each craft results in 5 bait. Gives +20 bait, +5 reel, +5 bonus rarity, and +1 fishing level.",
    ["extraTooltipInfo"] = "The tail of a shrimp. Gives +20 bait, +5 reel, +5 bonus rarity, and +1 fishing level.",
    ["class"] = "fish",
    ["tags"] = "bait,fishing"
  },
  ["11014"] = {
    ["id"] = "11014",
    ["name"] = "Fish Guts Bait",
    ["tradeable"] = "!0",
    ["value"] = "50",
    ["craftingLevel"] = "20",
    ["craftingExperience"] = "35",
    ["isFishingBait"] = "!0",
    ["[61"] = "9",
    ["62"] = "6",
    ["63"] = "3",
    ["craftingMultiplier"] = "3,3,3",
    ["itemImage"] = "images/fishing/bait/fish_guts_hook.png",
    ["craftingDescription"] = "Each craft results in 3 bait. Gives +25 bait, +5 reel, +10 bonus rarity, and +2 fishing levels.",
    ["extraTooltipInfo"] = "Some fish guts. Ew. Gives +25 bait, +5 reel, +10 bonus rarity, and +2 fishing levels.",
    ["class"] = "fish",
    ["tags"] = "bait,fishing"
  },
  ["11015"] = {
    ["id"] = "11015",
    ["name"] = "Smelly Meat Bait",
    ["tradeable"] = "!0",
    ["value"] = "350",
    ["isFishingBait"] = "!0",
    ["itemImage"] = "images/fishing/bait/smelly_meat_hook.png",
    ["extraTooltipInfo"] = "Some smelly, probably not rotten, meat. Gives +10 bait, +20 reel, +10 bonus rarity, and +2 fishing levels.",
    ["class"] = "fish",
    ["tags"] = "bait"
  },
  ["11016"] = {
    ["id"] = "11016",
    ["name"] = "Hardened Hook Bait",
    ["craftingLevel"] = "35",
    ["craftingExperience"] = "75",
    ["tradeable"] = "!0",
    ["value"] = "100",
    ["isFishingBait"] = "!0",
    ["205"] = "3",
    ["craftingMultiplier"] = "12",
    ["itemImage"] = "images/fishing/bait/hardened_hook.png",
    ["craftingDescription"] = "Each craft results in 12 bait. Gives +35 reel, +20 bonus rarity, and +3 fishing levels.",
    ["extraTooltipInfo"] = "A hook designed to make reeling in big catches easier. Gives +35 reel, +20 bonus rarity, and +3 fishing levels.",
    ["class"] = "fish",
    ["tags"] = "bait,fishing"
  },
  ["11017"] = {
    ["id"] = "11017",
    ["name"] = "Alluring Lure Bait",
    ["craftingLevel"] = "35",
    ["craftingExperience"] = "75",
    ["tradeable"] = "!0",
    ["value"] = "100",
    ["isFishingBait"] = "!0",
    ["205"] = "1",
    ["203"] = "2",
    ["craftingMultiplier"] = "14",
    ["itemImage"] = "images/fishing/bait/alluring_lure.png",
    ["craftingDescription"] = "Each craft results in 14 bait. Gives +30 bait, +20 bonus rarity, and +3 fishing levels.",
    ["extraTooltipInfo"] = "A shiny lure designed to entice even the most wary catches. Gives +30 bait, +20 bonus rarity, and +3 fishing levels.",
    ["class"] = "fish",
    ["tags"] = "bait,fishing"
  },
  ["11018"] = {
    ["id"] = "11018",
    ["name"] = "Writhing Tentacle Bait",
    ["tradeable"] = "!0",
    ["craftingLevel"] = "50",
    ["craftingExperience"] = "150",
    ["value"] = "666",
    ["isFishingBait"] = "!0",
    ["69"] = "1",
    ["craftingMultiplier"] = "6",
    ["itemImage"] = "images/fishing/bait/writhing_tentacle_hook.png",
    ["craftingDescription"] = "Each craft results in 6 bait. A writhing tentacle that reacts when you poke it. Reduces bait and reel power by 30 but grants 60 bonus rarity, 5 fishing levels, and enhances ancient fishing.",
    ["extraTooltipInfo"] = "An ancient writhing tentacle that reacts when you poke it. Reduces bait and reel power by 30 but grants 60 bonus rarity, 5 fishing levels, and enhances ancient fishing.",
    ["class"] = "fish",
    ["tags"] = "bait,fishing"
  },
  ["11019"] = {
    ["id"] = "11019",
    ["name"] = "Mysterious Bait",
    ["tradeable"] = "!0",
    ["value"] = "500",
    ["isFishingBait"] = "!0",
    ["itemImage"] = "images/fishing/bait/mysterious_bait_hook.png",
    ["extraTooltipInfo"] = "Who knows what effects using this bait would have? Each and every one of them is unique!",
    ["class"] = "fish",
    ["tags"] = "bait"
  },
  ["11030"] = {
    ["id"] = "11030",
    ["name"] = "Rotten Driftwood",
    ["tradeable"] = "!0",
    ["value"] = "15",
    ["experience"] = "15",
    ["heat"] = "25",
    ["itemImage"] = "images/fishing/material/rotten_driftwood.png",
    ["extraTooltipInfo"] = "A rotten piece of driftwood. Could it still be used for something?",
    ["class"] = "fish",
    ["tags"] = "misc,junk,fishing"
  },
  ["11031"] = {
    ["id"] = "11031",
    ["name"] = "Sturdy Driftwood",
    ["tradeable"] = "!0",
    ["value"] = "50",
    ["experience"] = "50",
    ["heat"] = "75",
    ["itemImage"] = "images/fishing/material/sturdy_driftwood.png",
    ["extraTooltipInfo"] = "A sturdy piece of driftwood. Could it still be used for something?",
    ["class"] = "fish",
    ["tags"] = "misc,junk,fishing"
  },
  ["11032"] = {
    ["id"] = "11032",
    ["name"] = "Aquamarine",
    ["tradeable"] = "!0",
    ["value"] = "15e3",
    ["experience"] = "250",
    ["itemImage"] = "images/fishing/material/aquamarine.png",
    ["extraTooltipInfo"] = "An aquamarine crystal. If you hold it up to your ear you can look like an idiot!",
    ["class"] = "fish",
    ["tags"] = "misc,junk"
  },
  ["11033"] = {
    ["id"] = "11033",
    ["name"] = "Ancient Fishing Rod",
    ["tradeable"] = "!1",
    ["value"] = "25e5",
    ["experience"] = "2500",
    ["craftable"] = "!0",
    ["craftingLevel"] = "90",
    ["craftingExperience"] = "15e3",
    ["[11034"] = "1",
    ["11032"] = "50",
    ["11036"] = "50",
    ["11035"] = "1",
    ["itemImage"] = "images/fishing/rod_master.png",
    ["extraTooltipInfo"] = "An ancient fishing rod, straight out of a madman's fantasy. Not much good on its own in this condition; it would take a master crafter to repair it...",
    ["class"] = "fish",
    ["tags"] = "misc,fishing"
  },
  ["11034"] = {
    ["id"] = "11034",
    ["name"] = "Ancient Harpoon",
    ["tradeable"] = "!1",
    ["value"] = "25e5",
    ["experience"] = "2500",
    ["craftable"] = "!0",
    ["craftingLevel"] = "90",
    ["craftingExperience"] = "15e3",
    ["[11033"] = "1",
    ["11032"] = "50",
    ["11036"] = "50",
    ["11035"] = "1",
    ["itemImage"] = "images/fishing/harpoon_master.png",
    ["extraTooltipInfo"] = "An ancient harpoon, probably dragged up from some ancient aquatic ruin. Not much good on its own in this condition; it would take a master crafter to repair it...",
    ["class"] = "fish",
    ["tags"] = "misc,fishing"
  },
  ["11035"] = {
    ["id"] = "11035",
    ["name"] = "Ancient Fishing Net",
    ["tradeable"] = "!1",
    ["value"] = "25e5",
    ["experience"] = "2500",
    ["craftable"] = "!0",
    ["craftingLevel"] = "90",
    ["craftingExperience"] = "15e3",
    ["[11033"] = "1",
    ["11032"] = "50",
    ["11036"] = "50",
    ["11034"] = "1",
    ["itemImage"] = "images/fishing/net_master.png",
    ["extraTooltipInfo"] = "An ancient fishing net, the material it's made out of appears to be alive. Not much good on its own in this condition; it would take a master crafter to repair it...",
    ["class"] = "fish",
    ["tags"] = "misc,fishing"
  },
  ["11036"] = {
    ["id"] = "11036",
    ["name"] = "Mystical Driftwood",
    ["tradeable"] = "!0",
    ["value"] = "150",
    ["experience"] = "150",
    ["heat"] = "125",
    ["itemImage"] = "images/fishing/material/mystical_driftwood.png",
    ["extraTooltipInfo"] = "An oddly glowing piece of driftwood. Could it still be used for something?",
    ["class"] = "fish",
    ["tags"] = "misc,junk,fishing"
  },
  ["12000"] = {
    ["name"] = "Fisherman's Smock",
    ["id"] = "12e3",
    ["slot"] = "body",
    ["enchantmentTier"] = "3",
    ["forcedEnchant"] = "50",
    ["forcedEnchantAmount"] = "3",
    ["11032"] = "15",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "16",
    ["slash"] = "16",
    ["crush"] = "16",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "32",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["relatedSkill"] = "fishing",
    ["itemImage"] = "/images/fishing/equipment/smock.png",
    ["itemSet"] = "fishing set",
    ["itemSetDescription"] = "Fisherman - Wearing three pieces apply Master Fisherman, which increases all fishing stats by 10%.",
    ["extraTooltipInfo"] = "A smock for fishing! You can already feel it making your tools stronger.",
    ["class"] = "equipment",
    ["visual"] = "smock",
    ["Fishing Skill"] = "",
    ["Bait Power"] = "",
    ["Reel Power"] = "",
    ["Bonus Rarity"] = "",
    ["tags"] = "armor,equipment,chestpiece"
  },
  ["12001"] = {
    ["name"] = "Fisherman's Bucket Hat",
    ["id"] = "12001",
    ["slot"] = "helm",
    ["enchantmentTier"] = "3",
    ["forcedEnchant"] = "51",
    ["forcedEnchantAmount"] = "3",
    ["11032"] = "7",
    ["value"] = ".5",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "9",
    ["slash"] = "9",
    ["crush"] = "9",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "24",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["relatedSkill"] = "fishing",
    ["itemImage"] = "/images/fishing/equipment/bucket_hat.png",
    ["itemSet"] = "fishing set",
    ["itemSetDescription"] = "Fisherman - Wearing three pieces apply Master Fisherman, which increases all fishing stats by 10%.",
    ["extraTooltipInfo"] = "A hat for fishing! You can already feel it making your reflexes sharper.",
    ["class"] = "equipment",
    ["visual"] = "bucket-hat",
    ["Fishing Skill"] = "",
    ["Bait Power"] = "",
    ["Reel Power"] = "",
    ["Bonus Rarity"] = "",
    ["tags"] = "armor,equipment,helmet"
  },
  ["12002"] = {
    ["name"] = "Fisherman's Waders",
    ["id"] = "12002",
    ["slot"] = "legs",
    ["enchantmentTier"] = "3",
    ["forcedEnchant"] = "49",
    ["forcedEnchantAmount"] = "3",
    ["11032"] = "15",
    ["value"] = "1",
    ["tradeable"] = "!0",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["stab"] = "12",
    ["slash"] = "12",
    ["crush"] = "12",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1.25",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "24",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["relatedSkill"] = "fishing",
    ["itemImage"] = "/images/fishing/equipment/waders.png",
    ["itemSet"] = "fishing set",
    ["itemSetDescription"] = "Fisherman - Wearing three pieces apply Master Fisherman, which increases all fishing stats by 10%.",
    ["extraTooltipInfo"] = "Waders for fishing! You can already feel it making your ability to bait fish stronger.",
    ["class"] = "equipment",
    ["visual"] = "waders",
    ["Fishing Skill"] = "",
    ["Bait Power"] = "",
    ["Reel Power"] = "",
    ["Bonus Rarity"] = "",
    ["tags"] = "armor,equipment,legpiece"
  },
  ["15000"] = {
    ["id"] = "15e3",
    ["name"] = "Slayer's Mark",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/misc/slayertoken.png",
    ["questItem"] = "!0",
    ["heat"] = "1",
    ["extraTooltipInfo"] = "A type of trophy taken from a slain foe.",
    ["class"] = "gem",
    ["tags"] = "quest"
  },
  ["15001"] = {
    ["id"] = "15001",
    ["name"] = "Token of Ownership",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/misc/itemtoken.png",
    ["questItem"] = "!0",
    ["heat"] = "1",
    ["extraTooltipInfo"] = "A token representing that some item was obtained.",
    ["class"] = "gem",
    ["tags"] = "quest"
  },
  ["15002"] = {
    ["id"] = "15002",
    ["name"] = "Token of Action",
    ["tradeable"] = "!1",
    ["itemImage"] = "/images/misc/locationtoken.png",
    ["questItem"] = "!0",
    ["heat"] = "1",
    ["extraTooltipInfo"] = "A token representing that some action was completed.",
    ["class"] = "gem",
    ["tags"] = "quest"
  },
  ["100000"] = {
    ["name"] = "ban_hamer",
    ["id"] = "1e5",
    ["slot"] = "weapon",
    ["tradeable"] = "!1",
    ["style"] = "crush",
    ["oneHanded"] = "!1",
    ["stab"] = "0",
    ["slash"] = "0",
    ["crush"] = "0",
    ["magic"] = "0",
    ["range"] = "0",
    ["accuracy"] = "0",
    ["melee"] = "0",
    ["attackSpeed"] = "42",
    ["constitution"] = "1",
    ["attack"] = "1",
    ["strength"] = "1",
    ["defense"] = "1",
    ["criticalChance"] = "0",
    ["criticalMultiplier"] = "1",
    ["protection"] = "0",
    ["resistance"] = "0",
    ["agility"] = "0",
    ["fire"] = "0",
    ["ice"] = "0",
    ["earth"] = "0",
    ["light"] = "0",
    ["dark"] = "0",
    ["itemImage"] = "/images/combat/equipment/ban_hamer.png",
    ["itemIcon"] = "/images/combat/equipment/ban_hamer_icon.png",
    ["extraTooltipInfo"] = "with this hammer you can play whac-a-mole more efficiently",
    ["class"] = "equipment",
    ["visual"] = "ban-hamer",
    ["category"] = "weapon,combat",
    ["tags"] = "melee,weapon,equipment,twohand,unique"
  }
}