Difference between revisions of "Module:Silent1/sandbox/data"

From Idlescape Wiki
Jump to navigation Jump to search
(test)
 
m
Line 1: Line 1:
 
return {
 
return {
  ["1"] = {
+
["gold"] = {["name"] = "Gold", ["image"] = "/images/money_icon.png"},
    ["id"] = "1",
+
["gold coin"] = {["name"] = "Gold", ["image"] = "/images/gold_coin.png"},
    ["name"] = "Gold",
+
["heat"] = {["name"] = "Heat", ["image"] = "/images/heat_icon.png"},
    ["tradeable"] = "!1",
+
["air essence"] = {["name"] = "Air Essence", ["image"] = "/images/runecrafting/air_essence.png"},
    ["itemImage"] = "/images/money_icon.png",
+
["earth essence"] = {["name"] = "Earth Essence", ["image"] = "/images/runecrafting/earth_essence.png"},
    ["extraTooltipInfo"] = "Gold is used to purchase items from the market and shops. You can get more gold by selling resources or fighting monsters.",
+
["fire essence"] = {["name"] = "Fire Essence", ["image"] = "/images/runecrafting/fire_essence.png"},
    ["class"] = "gold"
+
["water essence"] = {["name"] = "Water Essence", ["image"] = "/images/runecrafting/water_essence.png"},
  },
+
["blood essence"] = {["name"] = "Blood Essence", ["image"] = "/images/runecrafting/blood_essence.png"},
  ["2"] = {
+
["death essence"] = {["name"] = "Death Essence", ["image"] = "/images/runecrafting/death_essence.png"},
    ["id"] = "2",
+
["chaos essence"] = {["name"] = "Chaos Essence", ["image"] = "/images/runecrafting/chaos_essence.png"},
    ["name"] = "Heat",
+
["nature essence"] = {["name"] = "Nature Essence", ["image"] = "/images/runecrafting/nature_essence.png"},
    ["tradeable"] = "!1",
+
["mind essence"] = {["name"] = "Mind Essence", ["image"] = "/images/runecrafting/mind_essence.png"},
    ["itemImage"] = "/images/heat_icon.png",
+
["cosmic essence"] = {["name"] = "Cosmic Essence", ["image"] = "/images/runecrafting/cosmic_essence.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.",
+
["book"] = {["name"] = "Book", ["image"] = "/images/misc/book.png"},
    ["class"] = "heat"
+
["task"] = {["name"] = "Task", ["image"] = "/images/misc/task.png"},
  },
+
["santa's wishlist"] = {["name"] = "Santa's Wishlist", ["
  ["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",
 
   
 
 
}
 
}

Revision as of 14:05, 14 February 2022

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

return {
["gold"] = {["name"] = "Gold", ["image"] = "/images/money_icon.png"},
["gold coin"] = {["name"] = "Gold", ["image"] = "/images/gold_coin.png"},
["heat"] = {["name"] = "Heat", ["image"] = "/images/heat_icon.png"},
["air essence"] = {["name"] = "Air Essence", ["image"] = "/images/runecrafting/air_essence.png"},
["earth essence"] = {["name"] = "Earth Essence", ["image"] = "/images/runecrafting/earth_essence.png"},
["fire essence"] = {["name"] = "Fire Essence", ["image"] = "/images/runecrafting/fire_essence.png"},
["water essence"] = {["name"] = "Water Essence", ["image"] = "/images/runecrafting/water_essence.png"},
["blood essence"] = {["name"] = "Blood Essence", ["image"] = "/images/runecrafting/blood_essence.png"},
["death essence"] = {["name"] = "Death Essence", ["image"] = "/images/runecrafting/death_essence.png"},
["chaos essence"] = {["name"] = "Chaos Essence", ["image"] = "/images/runecrafting/chaos_essence.png"},
["nature essence"] = {["name"] = "Nature Essence", ["image"] = "/images/runecrafting/nature_essence.png"},
["mind essence"] = {["name"] = "Mind Essence", ["image"] = "/images/runecrafting/mind_essence.png"},
["cosmic essence"] = {["name"] = "Cosmic Essence", ["image"] = "/images/runecrafting/cosmic_essence.png"},
["book"] = {["name"] = "Book", ["image"] = "/images/misc/book.png"},
["task"] = {["name"] = "Task", ["image"] = "/images/misc/task.png"},
["santa's wishlist"] = {["name"] = "Santa's Wishlist", ["image"] = "/images/christmas/wishlist.png"},
["raw shrimp"] = {["name"] = "Raw Shrimp", ["image"] = "/images/fishing/raw_shrimp.png"},
["raw anchovy"] = {["name"] = "Raw Anchovy", ["image"] = "/images/fishing/raw_anchovy.png"},
["raw trout"] = {["name"] = "Raw Trout", ["image"] = "/images/fishing/raw_trout.png"},
["raw salmon"] = {["name"] = "Raw Salmon", ["image"] = "/images/fishing/raw_salmon.png"},
["raw lobster"] = {["name"] = "Raw Lobster", ["image"] = "/images/fishing/raw_lobster.png"},
["raw tuna"] = {["name"] = "Raw Tuna", ["image"] = "/images/fishing/raw_tuna.png"},
["raw shark"] = {["name"] = "Raw Shark", ["image"] = "/images/fishing/raw_shark.png"},
["raw megalodon"] = {["name"] = "Raw Megalodon", ["image"] = "/images/fishing/raw_megalodon.png"},
["raw ancient lobster"] = {["name"] = "Raw Ancient Lobster", ["image"] = "/images/fishing/raw_ancient_lobster.png"},
["raw tentacle meat"] = {["name"] = "Raw Tentacle Meat", ["image"] = "/images/fishing/raw_tentacle_chunk.png"},
["raw huge tuna"] = {["name"] = "Raw Huge Tuna", ["image"] = "/images/fishing/raw_huge_tuna.png"},
["seaweed"] = {["name"] = "Seaweed", ["image"] = "/images/fishing/seaweed.png"},
["raw magnetic minnow"] = {["name"] = "Raw Magnetic Minnow", ["image"] = "/images/fishing/raw_minnow.png"},
["raw tigerfish"] = {["name"] = "Raw Tigerfish", ["image"] = "/images/fishing/raw_tigerfish.png"},
["raw slippery eel"] = {["name"] = "Raw Slippery Eel", ["image"] = "/images/fishing/raw_eel.png"},
["raw great white shark"] = {["name"] = "Raw Great White Shark", ["image"] = "/images/fishing/raw_greatwhite.png"},
["raw hammerhead shark"] = {["name"] = "Raw Hammerhead Shark", ["image"] = "/images/fishing/raw_hammerhead.png"},
["raw crab"] = {["name"] = "Raw Crab", ["image"] = "/images/fishing/raw_crab.png"},
["burnt fish"] = {["name"] = "Burnt Fish", ["image"] = "/images/cooking/burnt_fish.png"},
["burnt food"] = {["name"] = "Burnt Food", ["image"] = "/images/cooking/burnt_food.png"},
["copper ore"] = {["name"] = "Copper Ore", ["image"] = "/images/mining/copper_ore.png"},
["tin ore"] = {["name"] = "Tin Ore", ["image"] = "/images/mining/tin_ore.png"},
["iron ore"] = {["name"] = "Iron Ore", ["image"] = "/images/mining/iron_ore.png"},
["gold ore"] = {["name"] = "Gold Ore", ["image"] = "/images/mining/gold_ore.png"},
["mithril ore"] = {["name"] = "Mithril Ore", ["image"] = "/images/mining/mithril_ore.png"},
["adamantite ore"] = {["name"] = "Adamantite Ore", ["image"] = "/images/mining/adamantite_ore.png"},
["runite ore"] = {["name"] = "Runite Ore", ["image"] = "/images/mining/runite_ore.png"},
["clay"] = {["name"] = "Clay", ["image"] = "/images/mining/clay.png"},
["stone"] = {["name"] = "Stone", ["image"] = "/images/mining/stone.png"},
["sand"] = {["name"] = "Sand", ["image"] = "/images/mining/sand.png"},
["silver"] = {["name"] = "Silver", ["image"] = "/images/mining/silver.png"},
["coal"] = {["name"] = "Coal", ["image"] = "/images/mining/coal.png"},
["rune slate"] = {["name"] = "Rune Slate", ["image"] = "/images/runecrafting/rune_slate.png"},
["stygian ore"] = {["name"] = "Stygian Ore", ["image"] = "/images/mining/stygian_ore.png"},
["fertilizer"] = {["name"] = "Fertilizer", ["image"] = "/images/farming/fertilizer.png"},
["carrot seed"] = {["name"] = "Carrot Seed", ["image"] = "/images/farming/carrot_seed.png"},
["peppercorn seed"] = {["name"] = "Peppercorn Seed", ["image"] = "/images/farming/peppercorn_seed.png"},
["sugarcane seed"] = {["name"] = "Sugarcane Seed", ["image"] = "/images/farming/sugarcane_seed.png"},
["wheat seed"] = {["name"] = "Wheat Seed", ["image"] = "/images/farming/wheat_seed.png"},
["potato seed"] = {["name"] = "Potato Seed", ["image"] = "/images/farming/potato_seed.png"},
["rice seed"] = {["name"] = "Rice Seed", ["image"] = "/images/farming/rice_seed.png"},
["tomato seed"] = {["name"] = "Tomato Seed", ["image"] = "/images/farming/tomato_seed.png"},
["wildberry bush seed"] = {["name"] = "Wildberry Bush Seed", ["image"] = "/images/farming/wildberry_bush_seed.png"},
["chili pepper seed"] = {["name"] = "Chili Pepper Seed", ["image"] = "/images/farming/chili_pepper_seed.png"},
["pumpkin seed"] = {["name"] = "Pumpkin Seed", ["image"] = "/images/farming/pumpkin_seed.png"},
["mushroom spore"] = {["name"] = "Mushroom Spore", ["image"] = "/images/farming/mushroom_spore.png"},
["tree seed"] = {["name"] = "Tree Seed", ["image"] = "/images/farming/tree_seed.png"},
["oak tree seed"] = {["name"] = "Oak Tree Seed", ["image"] = "/images/farming/oak_tree_seed.png"},
["willow tree seed"] = {["name"] = "Willow Tree Seed", ["image"] = "/images/farming/willow_tree_seed.png"},
["maple tree seed"] = {["name"] = "Maple Tree Seed", ["image"] = "/images/farming/maple_tree_seed.png"},
["yew tree seed"] = {["name"] = "Yew Tree Seed", ["image"] = "/images/farming/yew_tree_seed.png"},
["banana tree seed"] = {["name"] = "Banana Tree Seed", ["image"] = "/images/farming/banana_tree_seed.png"},
["apple tree seed"] = {["name"] = "Apple Tree Seed", ["image"] = "/images/farming/apple_tree_seed.png"},
["elder tree seed"] = {["name"] = "Elder Tree Seed", ["image"] = "/images/farming/elder_tree_seed.png"},
["sageberry bush seed"] = {["name"] = "Sageberry Bush Seed", ["image"] = "/images/farming/sageberry_seed.png"},
["mysterious seed"] = {["name"] = "Mysterious Seed", ["image"] = "/images/farming/mysterious_seed.png"},
["bronze bar"] = {["name"] = "Bronze Bar", ["image"] = "/images/smithing/bronze_bar.png"},
["iron bar"] = {["name"] = "Iron Bar", ["image"] = "/images/smithing/iron_bar.png"},
["gold bar"] = {["name"] = "Gold Bar", ["image"] = "/images/smithing/gold_bar.png"},
["mithril bar"] = {["name"] = "Mithril Bar", ["image"] = "/images/smithing/mithril_bar.png"},
["adamantite bar"] = {["name"] = "Adamantite Bar", ["image"] = "/images/smithing/adamantite_bar.png"},
["runite bar"] = {["name"] = "Runite Bar", ["image"] = "/images/smithing/runite_bar.png"},
["stygian bar"] = {["name"] = "Stygian Bar", ["image"] = "/images/smithing/stygian_bar.png"},
["branch"] = {["name"] = "Branch", ["image"] = "/images/foraging/branch.png"},
["log"] = {["name"] = "Log", ["image"] = "/images/foraging/log.png"},
["oak log"] = {["name"] = "Oak Log", ["image"] = "/images/foraging/oak_log.png"},
["willow log"] = {["name"] = "Willow Log", ["image"] = "/images/foraging/willow_log.png"},
["maple log"] = {["name"] = "Maple Log", ["image"] = "/images/foraging/maple_log.png"},
["yew log"] = {["name"] = "Yew Log", ["image"] = "/images/foraging/yew_log.png"},
["sapphire"] = {["name"] = "Sapphire", ["image"] = "/images/mining/sapphire.png"},
["emerald"] = {["name"] = "Emerald", ["image"] = "/images/mining/emerald.png"},
["ruby"] = {["name"] = "Ruby", ["image"] = "/images/mining/ruby.png"},
["diamond"] = {["name"] = "Diamond", ["image"] = "/images/mining/diamond.png"},
["black opal"] = {["name"] = "Black Opal", ["image"] = "/images/mining/black_opal.png"},
["air talisman"] = {["name"] = "Air Talisman", ["image"] = "/images/runecrafting/air_talisman.png"},
["earth talisman"] = {["name"] = "Earth Talisman", ["image"] = "/images/runecrafting/earth_talisman.png"},
["fire talisman"] = {["name"] = "Fire Talisman", ["image"] = "/images/runecrafting/fire_talisman.png"},
["water talisman"] = {["name"] = "Water Talisman", ["image"] = "/images/runecrafting/water_talisman.png"},
["blood talisman"] = {["name"] = "Blood Talisman", ["image"] = "/images/runecrafting/blood_talisman.png"},
["death talisman"] = {["name"] = "Death Talisman", ["image"] = "/images/runecrafting/death_talisman.png"},
["chaos talisman"] = {["name"] = "Chaos Talisman", ["image"] = "/images/runecrafting/chaos_talisman.png"},
["nature talisman"] = {["name"] = "Nature Talisman", ["image"] = "/images/runecrafting/nature_talisman.png"},
["mind talisman"] = {["name"] = "Mind Talisman", ["image"] = "/images/runecrafting/mind_talisman.png"},
["cosmic talisman"] = {["name"] = "Cosmic Talisman", ["image"] = "/images/runecrafting/cosmic_talisman.png"},
["air rune"] = {["name"] = "Air Rune", ["image"] = "/images/runecrafting/air_rune.png"},
["earth rune"] = {["name"] = "Earth Rune", ["image"] = "/images/runecrafting/earth_rune.png"},
["fire rune"] = {["name"] = "Fire Rune", ["image"] = "/images/runecrafting/fire_rune.png"},
["water rune"] = {["name"] = "Water Rune", ["image"] = "/images/runecrafting/water_rune.png"},
["blood rune"] = {["name"] = "Blood Rune", ["image"] = "/images/runecrafting/blood_rune.png"},
["death rune"] = {["name"] = "Death Rune", ["image"] = "/images/runecrafting/death_rune.png"},
["chaos rune"] = {["name"] = "Chaos Rune", ["image"] = "/images/runecrafting/chaos_rune.png"},
["nature rune"] = {["name"] = "Nature Rune", ["image"] = "/images/runecrafting/nature_rune.png"},
["mind rune"] = {["name"] = "Mind Rune", ["image"] = "/images/runecrafting/mind_rune.png"},
["cosmic rune"] = {["name"] = "Cosmic Rune", ["image"] = "/images/runecrafting/cosmic_rune.png"},
["bronze pickaxe"] = {["name"] = "Bronze Pickaxe", ["image"] = "/images/mining/bronze_pickaxe.png"},
["iron pickaxe"] = {["name"] = "Iron Pickaxe", ["image"] = "/images/mining/iron_pickaxe.png"},
["mithril pickaxe"] = {["name"] = "Mithril Pickaxe", ["image"] = "/images/mining/mithril_pickaxe.png"},
["adamantite pickaxe"] = {["name"] = "Adamantite Pickaxe", ["image"] = "/images/mining/adamantite_pickaxe.png"},
["runite pickaxe"] = {["name"] = "Runite Pickaxe", ["image"] = "/images/mining/rune_pickaxe.png"},
["stygian pickaxe"] = {["name"] = "Stygian Pickaxe", ["image"] = "/images/mining/stygian_pickaxe.png"},
["bronze hatchet"] = {["name"] = "Bronze Hatchet", ["image"] = "/images/foraging/bronze_hatchet.png"},
["iron hatchet"] = {["name"] = "Iron Hatchet", ["image"] = "/images/foraging/iron_hatchet.png"},
["mithril hatchet"] = {["name"] = "Mithril Hatchet", ["image"] = "/images/foraging/mithril_hatchet.png"},
["adamantite hatchet"] = {["name"] = "Adamantite Hatchet", ["image"] = "/images/foraging/adamantite_hatchet.png"},
["runite hatchet"] = {["name"] = "Runite Hatchet", ["image"] = "/images/foraging/rune_hatchet.png"},
["stygian hatchet"] = {["name"] = "Stygian Hatchet", ["image"] = "/images/foraging/stygian_hatchet.png"},
["sapphire ring"] = {["name"] = "Sapphire Ring", ["image"] = "/images/jewellery/sapphire_ring.png"},
["sapphire necklace"] = {["name"] = "Sapphire Necklace", ["image"] = "/images/jewellery/sapphire_necklace.png"},
["emerald ring"] = {["name"] = "Emerald Ring", ["image"] = "/images/jewellery/emerald_ring.png"},
["emerald necklace"] = {["name"] = "Emerald Necklace", ["image"] = "/images/jewellery/emerald_necklace.png"},
["ruby ring"] = {["name"] = "Ruby Ring", ["image"] = "/images/jewellery/ruby_ring.png"},
["ruby necklace"] = {["name"] = "Ruby Necklace", ["image"] = "/images/jewellery/ruby_necklace.png"},
["diamond ring"] = {["name"] = "Diamond Ring", ["image"] = "/images/jewellery/diamond_ring.png"},
["diamond necklace"] = {["name"] = "Diamond Necklace", ["image"] = "/images/jewellery/diamond_necklace.png"},
["prismatic necklace"] = {["name"] = "Prismatic Necklace", ["image"] = "/images/jewellery/prismatic_necklace.png"},
["prismatic ring"] = {["name"] = "Prismatic Ring", ["image"] = "/images/jewellery/prismatic_ring.png"},
["black opal ring"] = {["name"] = "Black Opal Ring", ["image"] = "/images/jewellery/black_opal_ring.png"},
["black opal necklace"] = {["name"] = "Black Opal Necklace", ["image"] = "/images/jewellery/black_opal_necklace.png"},
["gold ring"] = {["name"] = "Gold Ring", ["image"] = "/images/jewellery/gold_ring.png"},
["gold necklace"] = {["name"] = "Gold Necklace", ["image"] = "/images/jewellery/gold_necklace.png"},
["corrupted ring"] = {["name"] = "Corrupted Ring", ["image"] = "/images/jewellery/corrupted_ring.png"},
["ancient nature amulet"] = {["name"] = "Ancient Nature Amulet", ["image"] = "/images/jewellery/ancient_nature_talisman.png"},
["ancient fire amulet"] = {["name"] = "Ancient Fire Amulet", ["image"] = "/images/jewellery/ancient_fire_talisman.png"},
["bronze hoe"] = {["name"] = "Bronze Hoe", ["image"] = "/images/farming/bronze_hoe.png"},
["iron hoe"] = {["name"] = "Iron Hoe", ["image"] = "/images/farming/iron_hoe.png"},
["mithril hoe"] = {["name"] = "Mithril Hoe", ["image"] = "/images/farming/mithril_hoe.png"},
["adamantite hoe"] = {["name"] = "Adamantite Hoe", ["image"] = "/images/farming/adamantite_hoe.png"},
["runite hoe"] = {["name"] = "Runite Hoe", ["image"] = "/images/farming/runite_hoe.png"},
["stygian hoe"] = {["name"] = "Stygian Hoe", ["image"] = "/images/farming/stygian_hoe.png"},
["fishing net"] = {["name"] = "Fishing Net", ["image"] = "/images/fishing/net.png"},
["fly fishing rod"] = {["name"] = "Fly Fishing Rod", ["image"] = "/images/fishing/fishing_rod.png"},
["cage"] = {["name"] = "Cage", ["image"] = "/images/fishing/fishing_cage_2.png"},
["harpoon"] = {["name"] = "Harpoon", ["image"] = "/images/fishing/harpoon.png"},
["feather"] = {["name"] = "Feather", ["image"] = "/images/fishing/feather.png"},
["fish oil"] = {["name"] = "Fish Oil", ["image"] = "/images/cooking/fish_oil.png"},
["pyre log"] = {["name"] = "Pyre Log", ["image"] = "/images/foraging/pyre.png"},
["pyre oak log"] = {["name"] = "Pyre Oak Log", ["image"] = "/images/foraging/oak_pyre.png"},
["pyre willow log"] = {["name"] = "Pyre Willow Log", ["image"] = "/images/foraging/willow_pyre.png"},
["pyre maple log"] = {["name"] = "Pyre Maple Log", ["image"] = "/images/foraging/maple_pyre.png"},
["pyre yew log"] = {["name"] = "Pyre Yew Log", ["image"] = "/images/foraging/yew_pyre.png"},
["ichor"] = {["name"] = "Ichor", ["image"] = "/images/smithing/ichor.png"},
["geode"] = {["name"] = "Geode", ["image"] = "/images/misc/geode.png"},
["bird's nest"] = {["name"] = "Bird's Nest", ["image"] = "/images/misc/bird_nest.png"},
["sunken treasure"] = {["name"] = "Sunken Treasure", ["image"] = "/images/misc/sunken_treasure.png"},
["satchel"] = {["name"] = "Satchel", ["image"] = "/images/misc/satchel.png"},
["ancient treasure"] = {["name"] = "Ancient Treasure", ["image"] = "/images/misc/unsunken_treasure.png"},
["bronze scimitar"] = {["name"] = "Bronze Scimitar", ["image"] = "/images/combat/equipment/bronze_scimitar_icon.png"},
["bronze battleaxe"] = {["name"] = "Bronze Battleaxe", ["image"] = "/images/combat/equipment/bronze_battleaxe_icon.png"},
["bronze daggers"] = {["name"] = "Bronze Daggers", ["image"] = "/images/combat/equipment/bronze_daggers_icon.png"},
["bronze greatsword"] = {["name"] = "Bronze Greatsword", ["image"] = "/images/combat/equipment/bronze_2h_sword_icon.png"},
["iron scimitar"] = {["name"] = "Iron Scimitar", ["image"] = "/images/combat/equipment/iron_scimitar_icon.png"},
["iron battleaxe"] = {["name"] = "Iron Battleaxe", ["image"] = "/images/combat/equipment/iron_battleaxe_icon.png"},
["iron daggers"] = {["name"] = "Iron Daggers", ["image"] = "/images/combat/equipment/iron_daggers_icon.png"},
["iron greatsword"] = {["name"] = "Iron Greatsword", ["image"] = "/images/combat/equipment/iron_2h_sword_icon.png"},
["obsidian scimitar"] = {["name"] = "Obsidian Scimitar", ["image"] = "/images/combat/equipment/black_scimitar_icon.png"},
["obsidian battleaxe"] = {["name"] = "Obsidian Battleaxe", ["image"] = "/images/combat/equipment/black_battleaxe_icon.png"},
["obsidian daggers"] = {["name"] = "Obsidian Daggers", ["image"] = "/images/combat/equipment/black_daggers_icon.png"},
["obsidian greatsword"] = {["name"] = "Obsidian Greatsword", ["image"] = "/images/combat/equipment/black_2h_sword_icon.png"},
["mithril scimitar"] = {["name"] = "Mithril Scimitar", ["image"] = "/images/combat/equipment/mithril_scimitar_icon.png"},
["mithril battleaxe"] = {["name"] = "Mithril Battleaxe", ["image"] = "/images/combat/equipment/mithril_battleaxe_icon.png"},
["mithril daggers"] = {["name"] = "Mithril Daggers", ["image"] = "/images/combat/equipment/mithril_daggers_icon.png"},
["mithril greatsword"] = {["name"] = "Mithril Greatsword", ["image"] = "/images/combat/equipment/mithril_2h_sword_icon.png"},
["adamantite scimitar"] = {["name"] = "Adamantite Scimitar", ["image"] = "/images/combat/equipment/adamantite_scimitar_icon.png"},
["adamantite battleaxe"] = {["name"] = "Adamantite Battleaxe", ["image"] = "/images/combat/equipment/adamantite_battleaxe_icon.png"},
["adamantite daggers"] = {["name"] = "Adamantite Daggers", ["image"] = "/images/combat/equipment/adamantite_daggers_icon.png"},
["adamantite greatsword"] = {["name"] = "Adamantite Greatsword", ["image"] = "/images/combat/equipment/adamantite_2h_sword_icon.png"},
["runite scimitar"] = {["name"] = "Runite Scimitar", ["image"] = "/images/combat/equipment/rune_scimitar_icon.png"},
["runite battleaxe"] = {["name"] = "Runite Battleaxe", ["image"] = "/images/combat/equipment/rune_battleaxe_icon.png"},
["runite daggers"] = {["name"] = "Runite Daggers", ["image"] = "/images/combat/equipment/rune_daggers_icon.png"},
["runite greatsword"] = {["name"] = "Runite Greatsword", ["image"] = "/images/combat/equipment/rune_2h_sword_icon.png"},
["stygian scimitar"] = {["name"] = "Stygian Scimitar", ["image"] = "/images/combat/equipment/stygian_scimitar_icon.png"},
["stygian battleaxe"] = {["name"] = "Stygian Battleaxe", ["image"] = "/images/combat/equipment/stygian_battleaxe_icon.png"},
["stygian daggers"] = {["name"] = "Stygian Daggers", ["image"] = "/images/combat/equipment/stygian_daggers_icon.png"},
["stygian greatsword"] = {["name"] = "Stygian Greatsword", ["image"] = "/images/combat/equipment/stygian_2h_sword_icon.png"},
["bronze helm"] = {["name"] = "Bronze Helm", ["image"] = "/images/combat/equipment/bronze_med_helm_icon.png"},
["iron helm"] = {["name"] = "Iron Helm", ["image"] = "/images/combat/equipment/iron_med_helm_icon.png"},
["obsidian helm"] = {["name"] = "Obsidian Helm", ["image"] = "/images/combat/equipment/black_med_helm_icon.png"},
["mithril helm"] = {["name"] = "Mithril Helm", ["image"] = "/images/combat/equipment/mithril_med_helm_icon.png"},
["adamantite helm"] = {["name"] = "Adamantite Helm", ["image"] = "/images/combat/equipment/adamantite_med_helm_icon.png"},
["runite helm"] = {["name"] = "Runite Helm", ["image"] = "/images/combat/equipment/rune_med_helm_icon.png"},
["stygian helm"] = {["name"] = "Stygian Helm", ["image"] = "/images/combat/equipment/stygian_med_helm_icon.png"},
["bronze full helm"] = {["name"] = "Bronze Full Helm", ["image"] = "/images/combat/equipment/bronze_full_helm.png"},
["iron full helm"] = {["name"] = "Iron Full Helm", ["image"] = "/images/combat/equipment/iron_full_helm.png"},
["obsidian full helm"] = {["name"] = "Obsidian Full Helm", ["image"] = "/images/combat/equipment/black_full_helm.png"},
["mithril full helm"] = {["name"] = "Mithril Full Helm", ["image"] = "/images/combat/equipment/mithril_full_helm.png"},
["adamantite full helm"] = {["name"] = "Adamantite Full Helm", ["image"] = "/images/combat/equipment/adamantite_full_helm.png"},
["runite full helm"] = {["name"] = "Runite Full Helm", ["image"] = "/images/combat/equipment/rune_full_helm.png"},
["stygian full helm"] = {["name"] = "Stygian Full Helm", ["image"] = "/images/combat/equipment/stygian_full_helm.png"},
["bronze shield"] = {["name"] = "Bronze Shield", ["image"] = "/images/combat/equipment/bronze_shield_icon.png"},
["iron shield"] = {["name"] = "Iron Shield", ["image"] = "/images/combat/equipment/iron_shield_icon.png"},
["obsidian shield"] = {["name"] = "Obsidian Shield", ["image"] = "/images/combat/equipment/black_shield_icon.png"},
["mithril shield"] = {["name"] = "Mithril Shield", ["image"] = "/images/combat/equipment/mithril_shield_icon.png"},
["adamantite shield"] = {["name"] = "Adamantite Shield", ["image"] = "/images/combat/equipment/adamantite_shield_icon.png"},
["runite shield"] = {["name"] = "Runite Shield", ["image"] = "/images/combat/equipment/rune_shield_icon.png"},
["stygian shield"] = {["name"] = "Stygian Shield", ["image"] = "/images/combat/equipment/stygian_shield_icon.png"},
["bronze breastplate"] = {["name"] = "Bronze Breastplate", ["image"] = "/images/combat/equipment/bronze_platebody.png"},
["bronze chainmail"] = {["name"] = "Bronze Chainmail", ["image"] = "/images/combat/equipment/bronze_chainbody.png"},
["iron breastplate"] = {["name"] = "Iron Breastplate", ["image"] = "/images/combat/equipment/iron_platebody.png"},
["iron chainmail"] = {["name"] = "Iron Chainmail", ["image"] = "/images/combat/equipment/iron_chainbody.png"},
["obsidian breastplate"] = {["name"] = "Obsidian Breastplate", ["image"] = "/images/combat/equipment/black_platebody.png"},
["obsidian chainmail"] = {["name"] = "Obsidian Chainmail", ["image"] = "/images/combat/equipment/black_chainbody.png"},
["mithril breastplate"] = {["name"] = "Mithril Breastplate", ["image"] = "/images/combat/equipment/mithril_platebody.png"},
["mithril chainmail"] = {["name"] = "Mithril Chainmail", ["image"] = "/images/combat/equipment/mithril_chainbody.png"},
["adamantite breastplate"] = {["name"] = "Adamantite Breastplate", ["image"] = "/images/combat/equipment/adamantite_platebody.png"},
["adamantite chainmail"] = {["name"] = "Adamantite Chainmail", ["image"] = "/images/combat/equipment/adamantite_chainbody.png"},
["runite breastplate"] = {["name"] = "Runite Breastplate", ["image"] = "/images/combat/equipment/rune_platebody.png"},
["runite chainmail"] = {["name"] = "Runite Chainmail", ["image"] = "/images/combat/equipment/rune_chainbody.png"},
["stygian breastplate"] = {["name"] = "Stygian Breastplate", ["image"] = "/images/combat/equipment/stygian_platebody.png"},
["stygian chainmail"] = {["name"] = "Stygian Chainmail", ["image"] = "/images/combat/equipment/stygian_chainbody.png"},
["bronze plate leggings"] = {["name"] = "Bronze Plate Leggings", ["image"] = "/images/combat/equipment/bronze_platelegs.png"},
["iron plate leggings"] = {["name"] = "Iron Plate Leggings", ["image"] = "/images/combat/equipment/iron_platelegs.png"},
["obsidian plate leggings"] = {["name"] = "Obsidian Plate Leggings", ["image"] = "/images/combat/equipment/black_platelegs.png"},
["mithril plate leggings"] = {["name"] = "Mithril Plate Leggings", ["image"] = "/images/combat/equipment/mithril_platelegs.png"},
["adamantite plate leggings"] = {["name"] = "Adamantite Plate Leggings", ["image"] = "/images/combat/equipment/adamantite_platelegs.png"},
["runite plate leggings"] = {["name"] = "Runite Plate Leggings", ["image"] = "/images/combat/equipment/rune_platelegs.png"},
["stygian plate leggings"] = {["name"] = "Stygian Plate Leggings", ["image"] = "/images/combat/equipment/stygian_platelegs.png"},
["bronze boots"] = {["name"] = "Bronze Boots", ["image"] = "/images/combat/equipment/bronze_boots_icon.png"},
["iron boots"] = {["name"] = "Iron Boots", ["image"] = "/images/combat/equipment/iron_boots_icon.png"},
["obsidian boots"] = {["name"] = "Obsidian Boots", ["image"] = "/images/combat/equipment/black_boots_icon.png"},
["mithril boots"] = {["name"] = "Mithril Boots", ["image"] = "/images/combat/equipment/mithril_boots_icon.png"},
["adamantite boots"] = {["name"] = "Adamantite Boots", ["image"] = "/images/combat/equipment/adamantite_boots_icon.png"},
["runite boots"] = {["name"] = "Runite Boots", ["image"] = "/images/combat/equipment/rune_boots_icon.png"},
["stygian boots"] = {["name"] = "Stygian Boots", ["image"] = "/images/combat/equipment/stygian_boots_icon.png"},
["bronze gloves"] = {["name"] = "Bronze Gloves", ["image"] = "/images/combat/equipment/bronze_gloves.png"},
["iron gloves"] = {["name"] = "Iron Gloves", ["image"] = "/images/combat/equipment/iron_gloves.png"},
["obsidian gloves"] = {["name"] = "Obsidian Gloves", ["image"] = "/images/combat/equipment/black_gloves.png"},
["mithril gloves"] = {["name"] = "Mithril Gloves", ["image"] = "/images/combat/equipment/mithril_gloves.png"},
["adamantite gloves"] = {["name"] = "Adamantite Gloves", ["image"] = "/images/combat/equipment/adamantite_gloves.png"},
["runite gloves"] = {["name"] = "Runite Gloves", ["image"] = "/images/combat/equipment/rune_gloves.png"},
["stygian gloves"] = {["name"] = "Stygian Gloves", ["image"] = "/images/combat/equipment/stygian_gloves.png"},
["santa hat"] = {["name"] = "Santa Hat", ["image"] = "/images/combat/equipment/santa_hat.png"},
["snowman head"] = {["name"] = "Snowman Head", ["image"] = "/images/combat/equipment/snowman_head.png"},
["tophat"] = {["name"] = "Tophat", ["image"] = "/images/combat/equipment/tophat.png"},
["lesser ladle"] = {["name"] = "Lesser Ladle", ["image"] = "/images/combat/equipment/lesser_ladle.png"},
["ladle"] = {["name"] = "Ladle", ["image"] = "/images/combat/equipment/ladle.png"},
["greater ladle"] = {["name"] = "Greater Ladle", ["image"] = "/images/combat/equipment/greater_ladle.png"},
["moss maul"] = {["name"] = "Moss Maul", ["image"] = "/images/combat/equipment/moss_maul_icon.png"},
["modified diving gloves"] = {["name"] = "Modified Diving Gloves", ["image"] = "/images/combat/equipment/modified_diving_gloves_icon.png"},
["king's crown"] = {["name"] = "King's Crown", ["image"] = "/images/combat/equipment/kings_crown.png"},
["fire orb"] = {["name"] = "Fire Orb", ["image"] = "/images/combat/equipment/fire_orb.png"},
["kalanahmatti"] = {["name"] = "Kalanahmatti", ["image"] = "/images/combat/equipment/kalanahmatti.png"},
["shard of kalanahmatti"] = {["name"] = "Shard of Kalanahmatti", ["image"] = "/images/combat/equipment/shard_of_kalanahmatti_icon.png"},
["zero edge"] = {["name"] = "Zero Edge", ["image"] = "/images/combat/equipment/zero_edge_icon.png"},
["crest of chaos"] = {["name"] = "Crest of Chaos", ["image"] = "/images/combat/equipment/crest_of_chaos_icon.png"},
["forgotten soul"] = {["name"] = "Forgotten Soul", ["image"] = "/images/combat/equipment/forgotten-soul-sad-icon.png"},
["forgotten soul (sad)"] = {["name"] = "Forgotten Soul", ["image"] = "/images/combat/equipment/forgotten-soul-sad-icon.png"},
["forgotten soul (crazy)"] = {["name"] = "Forgotten Soul", ["image"] = "/images/combat/equipment/forgotten-soul-crazy-icon.png"},
["forgotten soul (mad)"] = {["name"] = "Forgotten Soul", ["image"] = "/images/combat/equipment/forgotten-soul-mad-icon.png"},
["gargoyle chainmail"] = {["name"] = "Gargoyle Chainmail", ["image"] = "/images/combat/equipment/gargoyle_chain.png"},
["gargoyle legs"] = {["name"] = "Gargoyle Legs", ["image"] = "/images/combat/equipment/gargoyle_pants.png"},
["gargoyle boots"] = {["name"] = "Gargoyle Boots", ["image"] = "/images/combat/equipment/gargoyle_boots_icon.png"},
["gargoyle helm"] = {["name"] = "Gargoyle Helm", ["image"] = "/images/combat/equipment/gargoyle_helm_icon.png"},
["gargoyle shield"] = {["name"] = "Gargoyle Shield", ["image"] = "/images/combat/equipment/gargoyle_shield_1.png"},
["gargoyle falchion"] = {["name"] = "Gargoyle Falchion", ["image"] = "/images/combat/equipment/gargoyle_falcion_icon.png"},
["gargoyle daggers"] = {["name"] = "Gargoyle Daggers", ["image"] = "/images/combat/equipment/dagger_gargoyle_icon.png"},
["gargoyle glaive"] = {["name"] = "Gargoyle Glaive", ["image"] = "/images/combat/equipment/gargoyle_glaive_icon.png"},
["infernal lance"] = {["name"] = "Infernal Lance", ["image"] = "/images/combat/equipment/infernal_lance_icon.png"},
["black knight great helm"] = {["name"] = "Black Knight Great Helm", ["image"] = "/images/combat/equipment/black_black_knight_great_helm_icon.png"},
["chorus of souls"] = {["name"] = "Chorus of Souls", ["image"] = "/images/combat/equipment/chorus_of_souls_icon.png"},
["decayed cloak"] = {["name"] = "Decayed Cloak", ["image"] = "/images/combat/equipment/decayed_cloak_hood.png"},
["mysterious man (helmet)"] = {["name"] = "Mysterious Man (Helmet)", ["image"] = "/images/combat/equipment/hatcontest_mysterious_man_icon.png"},
["corny joke"] = {["name"] = "Corny Joke", ["image"] = "/images/combat/equipment/hatcontest_cornyjoke_icon.png"},
["death metal wig"] = {["name"] = "Death Metal Wig", ["image"] = "/images/combat/equipment/hatcontest_death_metal_wig_icon.png"},
["shrimp carapace"] = {["name"] = "Shrimp Carapace", ["image"] = "/images/combat/equipment/shrimp_armor_icon.png"},
["shrimp greaves"] = {["name"] = "Shrimp Greaves", ["image"] = "/images/combat/equipment/shrimp_pants.png"},
["shrimp helm"] = {["name"] = "Shrimp Helm", ["image"] = "/images/combat/equipment/shrimp_helm_icon.png"},
["shrimp shell"] = {["name"] = "Shrimp Shell", ["image"] = "/images/combat/equipment/shrimp_shield_icon.png"},
["naga's bracelet"] = {["name"] = "Naga's Bracelet", ["image"] = "/images/combat/equipment/nagas_bracelet.png"},
["titanic gauntlet"] = {["name"] = "Titanic Gauntlet", ["image"] = "/images/combat/equipment/titanic_gauntlet.png"},
["awakened world shaper"] = {["name"] = "Awakened World Shaper", ["image"] = "/images/combat/equipment/awakened_world_shaper.png"},
["shapeless scythe"] = {["name"] = "Shapeless Scythe", ["image"] = "/images/combat/equipment/Shapeless_Scythe_Icon.png"},
["giant king's jewel"] = {["name"] = "Giant King's Jewel", ["image"] = "/images/magic/giants_gem.png"},
["giant scraps"] = {["name"] = "Giant Scraps", ["image"] = "/images/misc/Giant_Scrap.png"},
["world walkers"] = {["name"] = "World Walkers", ["image"] = "/images/combat/equipment/World_Walkers_Silver_Version_Icon.png"},
["crystal mace"] = {["name"] = "Crystal Mace", ["image"] = "/images/combat/equipment/crystal_mace_icon.png"},
["signet ring"] = {["name"] = "Signet Ring", ["image"] = "/images/jewellery/signet_ring.png"},
["mantle of flame"] = {["name"] = "Mantle of Flame", ["image"] = "/images/combat/equipment/mantle_of_flame.gif"},
["black knight titan's helm"] = {["name"] = "Black Knight Titan's Helm", ["image"] = "/images/combat/equipment/black_knight_titan_helm_icon.png"},
["searing ladle"] = {["name"] = "Searing Ladle", ["image"] = "/images/combat/equipment/searing_ladle.png"},
["black knight's gauntlets"] = {["name"] = "Black Knight's Gauntlets", ["image"] = "/images/combat/equipment/black_gloves.png"},
["scroll"] = {["name"] = "Scroll", ["image"] = "/images/enchanting/scroll.png"},
["scroll of embers"] = {["name"] = "Scroll of Embers", ["image"] = "/images/enchanting/scroll_of_embers.png"},
["scroll of the prospector"] = {["name"] = "Scroll of the Prospector", ["image"] = "/images/enchanting/scroll_of_the_prospector.png"},
["scroll of the scholar"] = {["name"] = "Scroll of the Scholar", ["image"] = "/images/enchanting/scroll_of_the_scholar.png"},
["scroll of gathering"] = {["name"] = "Scroll of Gathering", ["image"] = "/images/enchanting/scroll_of_gathering.png"},
["scroll of superheating"] = {["name"] = "Scroll of Superheating", ["image"] = "/images/enchanting/scroll_of_superheating.png"},
["scroll of pyromancy"] = {["name"] = "Scroll of Pyromancy", ["image"] = "/images/enchanting/scroll_of_pyromancy.png"},
["scroll of wealth"] = {["name"] = "Scroll of Wealth", ["image"] = "/images/enchanting/scroll_of_wealth.png"},
["scroll of haste"] = {["name"] = "Scroll of Haste", ["image"] = "/images/enchanting/scroll_of_haste.png"},
["scroll of naturalist"] = {["name"] = "Scroll of Naturalist", ["image"] = "/images/enchanting/scroll_of_naturalist_v2.png"},
["scroll of critical strike"] = {["name"] = "Scroll of Critical Strike", ["image"] = "/images/enchanting/scroll_of_critical_strike.png"},
["scroll of accuracy"] = {["name"] = "Scroll of Accuracy", ["image"] = "/images/enchanting/scroll_of_accuracy.png"},
["scroll of force"] = {["name"] = "Scroll of Force", ["image"] = "/images/enchanting/scroll_of_force.png"},
["scroll of healing"] = {["name"] = "Scroll of Healing", ["image"] = "/images/enchanting/scroll_of_healing.png"},
["scroll of weakening"] = {["name"] = "Scroll of Weakening", ["image"] = "/images/enchanting/scroll_of_weakening.png"},
["scroll of reinforcement"] = {["name"] = "Scroll of Reinforcement", ["image"] = "/images/enchanting/scroll_of_reinforcement.png"},
["scroll of protection"] = {["name"] = "Scroll of Protection", ["image"] = "/images/enchanting/scroll_of_reinforcement.png"},
["scroll of recklessness"] = {["name"] = "Scroll of Recklessness", ["image"] = "/images/enchanting/scroll_of_recklessness.png"},
["scroll of efficiency"] = {["name"] = "Scroll of Efficiency", ["image"] = "/images/enchanting/scroll_of_efficiency.png"},
["scroll of fishing"] = {["name"] = "Scroll of Fishing", ["image"] = "/images/enchanting/scroll_of_fishing.png"},
["scroll of cooking"] = {["name"] = "Scroll of Cooking", ["image"] = "/images/enchanting/scroll_of_cooking.png"},
["scroll of crafting"] = {["name"] = "Scroll of Crafting", ["image"] = "/images/enchanting/scroll_of_crafting.png"},
["scroll of refining"] = {["name"] = "Scroll of Refining", ["image"] = "/images/enchanting/scroll_of_refining.png"},
["scroll of runecrafting"] = {["name"] = "Scroll of Runecrafting", ["image"] = "/images/enchanting/scroll_of_runecrafting.png"},
["scroll of chances"] = {["name"] = "Scroll of Chances", ["image"] = "/images/enchanting/scroll_of_chances_v2.png"},
["scroll of the shrimp lord"] = {["name"] = "Scroll of the Shrimp Lord", ["image"] = "/images/enchanting/scroll_of_the_shrimp_lord.png"},
["scroll of enlightenment"] = {["name"] = "Scroll of Enlightenment", ["image"] = "/images/enchanting/scroll_of_enlightment.png"},
["scroll of prolonging"] = {["name"] = "Scroll of Prolonging", ["image"] = "/images/enchanting/scroll_of_boosting.png"},
["scroll of the treasure hunter"] = {["name"] = "Scroll of the Treasure Hunter", ["image"] = "/images/enchanting/scroll_of_treasure_hunter.png"},
["scroll of inferno"] = {["name"] = "Scroll of Inferno", ["image"] = "/images/enchanting/scroll_of_inferno.png"},
["scroll of destructive testing"] = {["name"] = "Scroll of Destructive Testing", ["image"] = "/images/enchanting/scroll_of_destructive_testing.png"},
["scroll of nature"] = {["name"] = "Scroll of Nature", ["image"] = "/images/enchanting/scroll_of_nature.png"},
["scroll of root digging"] = {["name"] = "Scroll of Root Digging", ["image"] = "/images/enchanting/scroll_of_root_digging.png"},
["scroll of patience"] = {["name"] = "Scroll of Patience", ["image"] = "/images/enchanting/scroll_of_patience.png"},
["scroll of overhealing"] = {["name"] = "Scroll of Overhealing", ["image"] = "/images/enchanting/scroll_of_overhealing.png"},
["scroll of farming"] = {["name"] = "Scroll of Farming", ["image"] = "/images/enchanting/scroll_of_farming.png"},
["scroll of the gold digger"] = {["name"] = "Scroll of the Gold Digger", ["image"] = "/images/enchanting/scroll_of_the_gold_digger.png"},
["scroll of fertilizing"] = {["name"] = "Scroll of Fertilizing", ["image"] = "/images/enchanting/scroll_of_fertilizing.png"},
["scroll of cultivation"] = {["name"] = "Scroll of Cultivation", ["image"] = "/images/enchanting/scroll_of_cultivation.png"},
["scroll of fortitude"] = {["name"] = "Scroll of Fortitude", ["image"] = "/images/enchanting/scroll_of_fortitude.png"},
["scroll of pungent bait"] = {["name"] = "Scroll of Pungent Bait", ["image"] = "/images/enchanting/scroll_of_pungentbait.png"},
["scroll of reinforced line"] = {["name"] = "Scroll of Reinforced Line", ["image"] = "/images/enchanting/scroll_of_reinforcedline.png"},
["scroll of fishing magnetism"] = {["name"] = "Scroll of Fishing Magnetism", ["image"] = "/images/enchanting/scroll_of_fishingmagnetism.png"},
["scroll of bait preservation"] = {["name"] = "Scroll of Bait Preservation", ["image"] = "/images/enchanting/scroll_of_baitpreservation.png"},
["scroll of oil spill"] = {["name"] = "Scroll of Oil Spill", ["image"] = "/images/enchanting/scroll_of_oilspill.png"},
["scroll of deadliest catch"] = {["name"] = "Scroll of Deadliest Catch", ["image"] = "/images/enchanting/scroll_of_deadliestcatch.png"},
["scroll of master chef"] = {["name"] = "Scroll of Master Chef", ["image"] = "/images/enchanting/scroll_of_masterchef.png"},
["raw chicken"] = {["name"] = "Raw Chicken", ["image"] = "/images/cooking/raw_chicken.png"},
["raw beef"] = {["name"] = "Raw Beef", ["image"] = "/images/cooking/raw_beef.png"},
["spider legs"] = {["name"] = "Spider Legs", ["image"] = "/images/cooking/spider_legs.png"},
["goblin brain"] = {["name"] = "Goblin Brain", ["image"] = "/images/cooking/goblin_brain.png"},
["pepper"] = {["name"] = "Pepper", ["image"] = "/images/cooking/pepper.png"},
["salt"] = {["name"] = "Salt", ["image"] = "/images/cooking/salt.png"},
["ashes"] = {["name"] = "Ashes", ["image"] = "/images/cooking/ashes.png"},
["sugar"] = {["name"] = "Sugar", ["image"] = "/images/cooking/sugar.png"},
["honey"] = {["name"] = "Honey", ["image"] = "/images/cooking/honey.png"},
["milk"] = {["name"] = "Milk", ["image"] = "/images/cooking/milk.png"},
["butter"] = {["name"] = "Butter", ["image"] = "/images/cooking/butter.png"},
["egg"] = {["name"] = "Egg", ["image"] = "/images/cooking/egg.png"},
["mushroom"] = {["name"] = "Mushroom", ["image"] = "/images/cooking/mushroom.png"},
["carrot"] = {["name"] = "Carrot", ["image"] = "/images/cooking/carrot.png"},
["chili pepper"] = {["name"] = "Chili Pepper", ["image"] = "/images/cooking/chili_pepper.png"},
["potato"] = {["name"] = "Potato", ["image"] = "/images/cooking/potato.png"},
["pumpkin"] = {["name"] = "Pumpkin", ["image"] = "/images/cooking/pumpkin.png"},
["tomato"] = {["name"] = "Tomato", ["image"] = "/images/cooking/tomato.png"},
["apple"] = {["name"] = "Apple", ["image"] = "/images/cooking/apple.png"},
["wildberry"] = {["name"] = "Wildberry", ["image"] = "/images/cooking/wildberry.png"},
["banana"] = {["name"] = "Banana", ["image"] = "/images/cooking/banana.png"},
["wheat"] = {["name"] = "Wheat", ["image"] = "/images/cooking/wheat.png"},
["rice"] = {["name"] = "Rice", ["image"] = "/images/cooking/rice.png"},
["sageberry"] = {["name"] = "Sageberry", ["image"] = "/images/farming/sage_berry.png"},
["questionable food"] = {["name"] = "Questionable Food", ["image"] = "/images/cooking/questionable_food.png"},
["monster surprise"] = {["name"] = "Monster Surprise", ["image"] = "/images/cooking/monster_surprise.png"},
["seared steak"] = {["name"] = "Seared Steak", ["image"] = "/images/cooking/seared_steak.png"},
["seared fish"] = {["name"] = "Seared Fish", ["image"] = "/images/cooking/seared_fish.png"},
["seared poultry"] = {["name"] = "Seared Poultry", ["image"] = "/images/cooking/seared_bird.png"},
["birdie pasta"] = {["name"] = "Birdie Pasta", ["image"] = "/images/cooking/birdie_pasta.png"},
["spaghetti & meat"] = {["name"] = "Spaghetti & Meat", ["image"] = "/images/cooking/spaghetti_meat.png"},
["sushi"] = {["name"] = "Sushi", ["image"] = "/images/cooking/sushi.png"},
["birdie pie"] = {["name"] = "Birdie Pie", ["image"] = "/images/cooking/birdie_pie.png"},
["cottage pie"] = {["name"] = "Cottage Pie", ["image"] = "/images/cooking/cottage_pie.png"},
["fisherman's pie"] = {["name"] = "Fisherman's Pie", ["image"] = "/images/cooking/fisherman_pie.png"},
["fruit pie"] = {["name"] = "Fruit Pie", ["image"] = "/images/cooking/fruit_pie.png"},
["demon cake"] = {["name"] = "Demon Cake", ["image"] = "/images/cooking/demon_cake.png"},
["cake"] = {["name"] = "Cake", ["image"] = "/images/cooking/cake.png"},
["fruit cake"] = {["name"] = "Fruit Cake", ["image"] = "/images/cooking/fruit_cake.png"},
["grain cake"] = {["name"] = "Grain Cake", ["image"] = "/images/cooking/grain_cake.png"},
["omelette"] = {["name"] = "Omelette", ["image"] = "/images/cooking/omelette.png"},
["monster omelette"] = {["name"] = "Monster Omelette", ["image"] = "/images/cooking/monster_omelette.png"},
["meaty omelette"] = {["name"] = "Meaty Omelette", ["image"] = "/images/cooking/meat_omelette.png"},
["veggie crepe"] = {["name"] = "Veggie Crepe", ["image"] = "/images/cooking/veggie_crepe.png"},
["fruity crepe"] = {["name"] = "Fruity Crepe", ["image"] = "/images/cooking/fruit_crepe.png"},
["eggnog"] = {["name"] = "Eggnog", ["image"] = "/images/cooking/egg_nog.png"},
["meat roast"] = {["name"] = "Meat Roast", ["image"] = "/images/cooking/meat_roast.png"},
["fried fruit"] = {["name"] = "Fried Fruit", ["image"] = "/images/cooking/fried_fruit.png"},
["grilled veggies"] = {["name"] = "Grilled Veggies", ["image"] = "/images/cooking/grilled_veggies.png"},
["kebabs"] = {["name"] = "Kebabs", ["image"] = "/images/cooking/kababs.png"},
["candied fruit"] = {["name"] = "Candied Fruit", ["image"] = "/images/cooking/candied_fruit.png"},
["milkshake"] = {["name"] = "Milkshake", ["image"] = "/images/cooking/milkshake.png"},
["vegetable stew"] = {["name"] = "Vegetable Stew", ["image"] = "/images/cooking/veggie_stew.png"},
["meaty stew"] = {["name"] = "Meaty Stew", ["image"] = "/images/cooking/meaty_stew.png"},
["monster stew"] = {["name"] = "Monster Stew", ["image"] = "/images/cooking/monster_stew.png"},
["jerky"] = {["name"] = "Jerky", ["image"] = "/images/cooking/jerky.png"},
["pudding"] = {["name"] = "Pudding", ["image"] = "/images/cooking/pudding.png"},
["ice cream"] = {["name"] = "Ice Cream", ["image"] = "/images/cooking/icecream.png"},
["monster curry"] = {["name"] = "Monster Curry", ["image"] = "/images/cooking/monster_curry.png"},
["birdie curry"] = {["name"] = "Birdie Curry", ["image"] = "/images/cooking/birdie_curry.png"},
["beast curry"] = {["name"] = "Beast Curry", ["image"] = "/images/cooking/beast_curry.png"},
["seafood curry"] = {["name"] = "Seafood Curry", ["image"] = "/images/cooking/seafood_curry.png"},
["monster gelato"] = {["name"] = "Monster Gelato", ["image"] = "/images/cooking/monster_gelato.png"},
["water imbued dust"] = {["name"] = "Water Imbued Dust", ["image"] = "/images/cooking/water_dust.png"},
["shrimp bauble"] = {["name"] = "Shrimp Bauble", ["image"] = "/images/misc/shrimp_bauble.png"},
["shrimp"] = {["name"] = "Shrimp", ["image"] = "/images/misc/schfftph_fzzglgl.png"},
["shrimp ascendant"] = {["name"] = "Shrimp Ascendant", ["image"] = "/images/misc/schfftph_fzzglgl_kakfzz.png"},
["gold medal"] = {["name"] = "Gold Medal", ["image"] = "/images/ui/highscore_gold.png"},
["silver medal"] = {["name"] = "Silver Medal", ["image"] = "/images/ui/highscore_silver.png"},
["bronze medal"] = {["name"] = "Bronze Medal", ["image"] = "/images/ui/highscore_bronze.png"},
["event token"] = {["name"] = "Event Token", ["image"] = "/images/misc/event_token.png"},
["snow"] = {["name"] = "Snow", ["image"] = "/images/christmas/snow.png"},
["snowball"] = {["name"] = "Snowball", ["image"] = "/images/christmas/snowball.png"},
["wrapping paper"] = {["name"] = "Wrapping Paper", ["image"] = "/images/christmas/wrapping_paper.png"},
["present"] = {["name"] = "Present", ["image"] = "/images/christmas/present.png"},
["cookie dough"] = {["name"] = "Cookie Dough", ["image"] = "/images/christmas/cookie_dough.png"},
["cookie"] = {["name"] = "Cookie", ["image"] = "/images/christmas/cookie.png"},
["gummy fish"] = {["name"] = "Gummy Fish", ["image"] = "/images/christmas/gummy_fish.png"},
["gummy shark fin"] = {["name"] = "Gummy Shark Fin", ["image"] = "/images/christmas/gummy_shark_fin.png"},
["krampus' horn"] = {["name"] = "Krampus' Horn", ["image"] = "/images/christmas/krampus_horn.png"},
["candy buttons"] = {["name"] = "Candy Buttons", ["image"] = "/images/christmas/candy_buttons.png"},
["scarf"] = {["name"] = "Scarf", ["image"] = "/images/christmas/scarf.png"},
["evergreen log"] = {["name"] = "Evergreen Log", ["image"] = "/images/christmas/evergreen_log.png"},
["corrupted evergreen log"] = {["name"] = "Corrupted Evergreen Log", ["image"] = "/images/christmas/corrupted_evergreen_log.png"},
["magic ice"] = {["name"] = "Magic Ice", ["image"] = "/images/christmas/magic_ice.png"},
["inferior bearded wanderer"] = {["name"] = "Inferior Bearded Wanderer", ["image"] = "/images/christmas/christmas_helmet.png"},
["inferior reindeer hunters' armor"] = {["name"] = "Inferior Reindeer Hunters' Armor", ["image"] = "/images/christmas/christmas_chestplate.png"},
["inferior reindeer hunters' leggings"] = {["name"] = "Inferior Reindeer Hunters' Leggings", ["image"] = "/images/christmas/christmas_leggings.png"},
["inferior christmas lights"] = {["name"] = "Inferior Christmas Lights", ["image"] = "/images/christmas/christmas_weapon.png"},
["supersled 1337"] = {["name"] = "SuperSled 1337", ["image"] = "/images/christmas/christmas_shield.png"},
["bearded wanderer"] = {["name"] = "Bearded Wanderer", ["image"] = "/images/christmas/christmas_helmet.png"},
["reindeer hunters' armor"] = {["name"] = "Reindeer Hunters' Armor", ["image"] = "/images/christmas/christmas_chestplate.png"},
["reindeer hunters' leggings"] = {["name"] = "Reindeer Hunters' Leggings", ["image"] = "/images/christmas/christmas_leggings.png"},
["christmas lights"] = {["name"] = "Christmas Lights", ["image"] = "/images/christmas/christmas_weapon.png"},
["supersled 9000"] = {["name"] = "SuperSled 9000", ["image"] = "/images/christmas/christmas_shield.png"},
["superior bearded wanderer"] = {["name"] = "Superior Bearded Wanderer", ["image"] = "/images/christmas/christmas_helmet.png"},
["superior reindeer hunters' armor"] = {["name"] = "Superior Reindeer Hunters' Armor", ["image"] = "/images/christmas/christmas_chestplate.png"},
["superior reindeer hunters' leggings"] = {["name"] = "Superior Reindeer Hunters' Leggings", ["image"] = "/images/christmas/christmas_leggings.png"},
["superior christmas lights"] = {["name"] = "Superior Christmas Lights", ["image"] = "/images/christmas/christmas_weapon.png"},
["supersled 9001"] = {["name"] = "SuperSled 9001", ["image"] = "/images/christmas/christmas_shield.png"},
["magical snowball"] = {["name"] = "Magical Snowball", ["image"] = "/images/christmas/magical_snowball.png"},
["candy cane daggers"] = {["name"] = "Candy Cane Daggers", ["image"] = "/images/christmas/candy_cane_daggers_icon.png"},
["festive shroud"] = {["name"] = "Festive Shroud", ["image"] = "/images/christmas/festive_shroud_hood.png"},
["merry maker's mittens"] = {["name"] = "Merry Maker's Mittens", ["image"] = "/images/christmas/christmas_gloves.png"},
["mistletoe treads"] = {["name"] = "Mistletoe Treads", ["image"] = "/images/christmas/christmas_boots_icon.png"},
["magic ice bar"] = {["name"] = "Magic Ice Bar", ["image"] = "/images/christmas/ice_bar.png"},
["winter rune"] = {["name"] = "Winter Rune", ["image"] = "/images/christmas/Snow_Rune.png"},
["scroll of candy canes"] = {["name"] = "Scroll of Candy Canes", ["image"] = "/images/christmas/xmas_scroll.png"},
["gummy lure"] = {["name"] = "Gummy Lure", ["image"] = "/images/christmas/gummy_bait.png"},
["winter essence"] = {["name"] = "Winter Essence", ["image"] = "/images/christmas/snow_essence.png"},
["gummy shark"] = {["name"] = "Gummy Shark", ["image"] = "/images/christmas/monsters/gummy_shark.png"},
["angry letter"] = {["name"] = "Angry Letter", ["image"] = "/images/christmas/angry_letter.png"},
["baubles"] = {["name"] = "Baubles", ["image"] = "/images/christmas/baubles.png"},
["snowglobe"] = {["name"] = "Snowglobe", ["image"] = "/images/christmas/snowglobe.png"},
["rise of info"] = {["name"] = "RISE OF INFO", ["image"] = "/images/misc/Elite_Scroll.png"},
["black knight's trial"] = {["name"] = "Black Knight's Trial", ["image"] = "/images/misc/elite/Elite_Scroll_BK.png"},
["giant scroll"] = {["name"] = "Giant Scroll", ["image"] = "/images/misc/elite/Elite_Scroll_Giant.png"},
["corroded scroll"] = {["name"] = "Corroded Scroll", ["image"] = "/images/misc/elite/Elite_Scroll_Corroded.png"},
["stew stained page"] = {["name"] = "Stew Stained Page", ["image"] = "/images/misc/elite/Elite_Scroll_Goblin.png"},
["cluster-cluck"] = {["name"] = "Cluster-Cluck", ["image"] = "/images/misc/elite/Elite_Scroll_Chicken.png"},
["demonic trial"] = {["name"] = "Demonic Trial", ["image"] = "/images/misc/elite/Elite_Scroll_Demon.png"},
["taproot scroll"] = {["name"] = "Taproot Scroll", ["image"] = "/images/misc/elite/Elite_Scroll_Spriggan.png"},
["shapeless scroll"] = {["name"] = "Shapeless Scroll", ["image"] = "/images/misc/elite/Elite_Scroll_Chaos.png"},
["stormy sea scroll"] = {["name"] = "Stormy Sea Scroll", ["image"] = "/images/misc/elite/Elite_Scroll_Fish.png"},
["giant's keep key"] = {["name"] = "Giant's Keep Key", ["image"] = "/images/misc/keys/Complete_Disc.png"},
["nature fragment"] = {["name"] = "Nature Fragment", ["image"] = "/images/misc/keys/Nature_Piece.png"},
["ice fragment"] = {["name"] = "Ice Fragment", ["image"] = "/images/misc/keys/Water_Piece.png"},
["fire fragment"] = {["name"] = "Fire Fragment", ["image"] = "/images/misc/keys/Fire_Piece.png"},
["corrupted fragment"] = {["name"] = "Corrupted Fragment", ["image"] = "/images/misc/keys/Death_Piece.png"},
["chaos fragment"] = {["name"] = "Chaos Fragment", ["image"] = "/images/misc/keys/Chaos_Piece.png"},
["torn goblin settlement map"] = {["name"] = "Torn Goblin Settlement Map", ["image"] = "/images/misc/keys/goblin_map.png"},
["scrap of stained parchment"] = {["name"] = "Scrap of Stained Parchment", ["image"] = "/images/misc/keys/goblin_map_piece.png"},
["dark fortress key"] = {["name"] = "Dark Fortress Key", ["image"] = "/images/misc/keys/fortress_key.png"},
["dark key piece"] = {["name"] = "Dark Key Piece", ["image"] = "/images/misc/keys/fortress_key_piece.png"},
["burning feather"] = {["name"] = "Burning Feather", ["image"] = "/images/misc/keys/flame_feather.png"},
["krampus' key"] = {["name"] = "Krampus' Key", ["image"] = "/images/christmas/krampus_key.png"},
["molten ashes"] = {["name"] = "Molten Ashes", ["image"] = "/images/misc/keys/infernal_ashes.png"},
["infernal flame"] = {["name"] = "Infernal Flame", ["image"] = "/images/misc/keys/infernal_flame.png"},
["the castled king"] = {["name"] = "The Castled King", ["image"] = "/images/magic/prismatic_gem.png"},
["useless scraps"] = {["name"] = "Useless Scraps", ["image"] = "/images/misc/Range_Scrap.png"},
["useless scraps (range)"] = {["name"] = "Useless Scraps (Range)", ["image"] = "/images/misc/Range_Scrap.png"},
["useless scraps (magic)"] = {["name"] = "Useless Scraps (Magic)", ["image"] = "/images/misc/Magic_Scrap.png"},
["novice tacklebox"] = {["name"] = "Novice Tacklebox", ["image"] = "/images/fishing/Novice_Tacklebox.png"},
["basic tacklebox"] = {["name"] = "Basic Tacklebox", ["image"] = "/images/fishing/Basic_Tacklebox.png"},
["advanced tacklebox"] = {["name"] = "Advanced Tacklebox", ["image"] = "/images/fishing/Advanced_Tacklebox.png"},
["pro tacklebox"] = {["name"] = "Pro Tacklebox", ["image"] = "/images/fishing/Pro_Tacklebox.png"},
["supreme tacklebox"] = {["name"] = "Supreme Tacklebox", ["image"] = "/images/fishing/Supreme_Tacklebox.png"},
["ocean's embrace"] = {["name"] = "Ocean's Embrace", ["image"] = "/images/fishing/Master_Tacklebox.png"},
["earthworm bait"] = {["name"] = "Earthworm Bait", ["image"] = "/images/fishing/bait/earthworm_hook.png"},
["fat nightcrawler bait"] = {["name"] = "Fat Nightcrawler Bait", ["image"] = "/images/fishing/bait/nightcrawler_hook.png"},
["glowbug bait"] = {["name"] = "Glowbug Bait", ["image"] = "/images/fishing/bait/glowbug_hook.png"},
["shrimp tail bait"] = {["name"] = "Shrimp Tail Bait", ["image"] = "/images/fishing/bait/shrimptail_hook.png"},
["fish guts bait"] = {["name"] = "Fish Guts Bait", ["image"] = "/images/fishing/bait/fish_guts_hook.png"},
["smelly meat bait"] = {["name"] = "Smelly Meat Bait", ["image"] = "/images/fishing/bait/smelly_meat_hook.png"},
["hardened hook bait"] = {["name"] = "Hardened Hook Bait", ["image"] = "/images/fishing/bait/hardened_hook.png"},
["alluring lure bait"] = {["name"] = "Alluring Lure Bait", ["image"] = "/images/fishing/bait/alluring_lure.png"},
["writhing tentacle bait"] = {["name"] = "Writhing Tentacle Bait", ["image"] = "/images/fishing/bait/writhing_tentacle_hook.png"},
["mysterious bait"] = {["name"] = "Mysterious Bait", ["image"] = "/images/fishing/bait/mysterious_bait_hook.png"},
["rotten driftwood"] = {["name"] = "Rotten Driftwood", ["image"] = "/images/fishing/material/rotten_driftwood.png"},
["sturdy driftwood"] = {["name"] = "Sturdy Driftwood", ["image"] = "/images/fishing/material/sturdy_driftwood.png"},
["aquamarine"] = {["name"] = "Aquamarine", ["image"] = "/images/fishing/material/aquamarine.png"},
["ancient fishing rod"] = {["name"] = "Ancient Fishing Rod", ["image"] = "/images/fishing/rod_master.png"},
["ancient harpoon"] = {["name"] = "Ancient Harpoon", ["image"] = "/images/fishing/harpoon_master.png"},
["ancient fishing net"] = {["name"] = "Ancient Fishing Net", ["image"] = "/images/fishing/net_master.png"},
["mystical driftwood"] = {["name"] = "Mystical Driftwood", ["image"] = "/images/fishing/material/mystical_driftwood.png"},
["fisherman's smock"] = {["name"] = "Fisherman's Smock", ["image"] = "/images/fishing/equipment/smock.png"},
["fisherman's bucket hat"] = {["name"] = "Fisherman's Bucket Hat", ["image"] = "/images/fishing/equipment/bucket_hat.png"},
["fisherman's waders"] = {["name"] = "Fisherman's Waders", ["image"] = "/images/fishing/equipment/waders.png"},
["slayer's mark"] = {["name"] = "Slayer's Mark", ["image"] = "/images/misc/slayertoken.png"},
["token of ownership"] = {["name"] = "Token of Ownership", ["image"] = "/images/misc/itemtoken.png"},
["token of action"] = {["name"] = "Token of Action", ["image"] = "/images/misc/locationtoken.png"},
["ban_hamer"] = {["name"] = "ban_hamer", ["image"] = "/images/combat/equipment/ban_hamer_icon.png"},



["small rat"] = {["name"] = "Small Rat", ["image"] = "/images/combat/monsters/rat.png"},
["chicken"] = {["name"] = "Chicken", ["image"] = "/images/combat/monsters/chicken.png"},
["cow"] = {["name"] = "Cow", ["image"] = "/images/combat/monsters/cow.png"},
["goblin"] = {["name"] = "Goblin", ["image"] = "/images/combat/monsters/goblin.png"},
["imp"] = {["name"] = "Imp", ["image"] = "/images/combat/monsters/imp.png"},
["greater imp"] = {["name"] = "Greater Imp", ["image"] = "/images/combat/monsters/imp.png"},
["guard"] = {["name"] = "Guard", ["image"] = "/images/combat/monsters/guard.svg"},
["black knight"] = {["name"] = "Black Knight", ["image"] = "/images/combat/monsters/black_knight.png"},
["deadly red spider"] = {["name"] = "Deadly Red Spider", ["image"] = "/images/combat/monsters/deadly_red_spider.png"},
["lesser demon"] = {["name"] = "Lesser Demon", ["image"] = "/images/combat/monsters/lesser_demon_no_highlight.png"},
["spriggan"] = {["name"] = "Spriggan", ["image"] = "/images/combat/monsters/spriggan.png"},
["greater demon"] = {["name"] = "Greater Demon", ["image"] = "/images/combat/monsters/greater-demon.png"},
["corrupted tree"] = {["name"] = "Corrupted Tree", ["image"] = "/images/combat/monsters/corrupted_tree.png"},
["infected naga"] = {["name"] = "Infected Naga", ["image"] = "/images/combat/monsters/infected_naga.png"},
["bone giant"] = {["name"] = "Bone Giant", ["image"] = "/images/combat/monsters/bone_giant.png"},
["fire giant"] = {["name"] = "Fire Giant", ["image"] = "/images/combat/monsters/fire_giant.png"},
["moss giant"] = {["name"] = "Moss Giant", ["image"] = "/images/combat/monsters/moss_giant.png"},
["ice giant"] = {["name"] = "Ice Giant", ["image"] = "/images/combat/monsters/ice_giant.png"},
["chaos giant"] = {["name"] = "Chaos Giant", ["image"] = "/images/combat/monsters/chaos_giant.png"},
["chaotic abomination"] = {["name"] = "Chaotic Abomination", ["image"] = "/images/combat/monsters/chaotic_abomination.png"},
["swordfish"] = {["name"] = "Swordfish", ["image"] = "/images/combat/monsters/swordfish.png"},
["ascended"] = {["name"] = "Ascended", ["image"] = "/images/combat/monsters/ascendant.png"},
["black knight titan"] = {["name"] = "Black Knight Titan", ["image"] = "/images/combat/monsters/black_knight_titan.png"},
["giant king"] = {["name"] = "Giant King", ["image"] = "/images/combat/monsters/Giant_King_Silver_C.png"},
["enraged giant king"] = {["name"] = "Enraged Giant King", ["image"] = "/images/combat/monsters/Giant_King_Copper_C.png"},
["mysterious man"] = {["name"] = "Mysterious Man", ["image"] = "/images/combat/monsters/mysterious_man.png"},
["snowman"] = {["name"] = "Snowman", ["image"] = "/images/combat/monsters/snowman.png"},
["jewel thief"] = {["name"] = "Jewel Thief", ["image"] = "/images/combat/equipment/bronze_med_helm_icon.png"},
["aberrant shrimp"] = {["name"] = "Aberrant Shrimp", ["image"] = "/images/combat/monsters/shrimp_abberation.png"},
["evil elf"] = {["name"] = "Evil Elf", ["image"] = "/images/christmas/monsters/evil_elf.png"},
["evil christmas tree"] = {["name"] = "Evil Christmas Tree", ["image"] = "/images/christmas/monsters/evil_tree.png"},
["gummy shark"] = {["name"] = "Gummy Shark", ["image"] = "/images/christmas/monsters/gummy_shark.png"},
["evil snowman"] = {["name"] = "Evil Snowman", ["image"] = "/images/christmas/monsters/evil_snowman.png"},
["lumpy, dumpy & clumpy"] = {["name"] = "Lumpy, Dumpy & Clumpy", ["image"] = "/images/christmas/monsters/lumpy_dumpy_clumpy.png"},
["krampus"] = {["name"] = "Krampus", ["image"] = "/images/christmas/monsters/krampus.png"},
["elite chicken"] = {["name"] = "Elite Chicken", ["image"] = "/images/combat/monsters/elite/chicken_elite.png"},
["elite goblin"] = {["name"] = "Elite Goblin", ["image"] = "/images/combat/monsters/elite/goblin_elite.png"},
["elite black knight"] = {["name"] = "Elite Black Knight", ["image"] = "/images/combat/monsters/elite/black_knight_elite.png"},
["elite lesser demon"] = {["name"] = "Elite Lesser Demon", ["image"] = "/images/combat/monsters/elite/lesser_demon_no_highlight_elite.png"},
["elite greater demon"] = {["name"] = "Elite Greater Demon", ["image"] = "/images/combat/monsters/elite/greater-demon_elite.png"},
["elite spriggan"] = {["name"] = "Elite Spriggan", ["image"] = "/images/combat/monsters/elite/spriggan_elite.png"},
["elite infected naga"] = {["name"] = "Elite Infected Naga", ["image"] = "/images/combat/monsters/elite/infected_naga_elite.png"},
["elite bone giant"] = {["name"] = "Elite Bone Giant", ["image"] = "/images/combat/monsters/elite/bone_giant_elite.png"},
["elite fire giant"] = {["name"] = "Elite Fire Giant", ["image"] = "/images/combat/monsters/elite/fire_giant_elite.png"},
["elite moss giant"] = {["name"] = "Elite Moss Giant", ["image"] = "/images/combat/monsters/elite/moss_giant_elite.png"},
["elite ice giant"] = {["name"] = "Elite Ice Giant", ["image"] = "/images/combat/monsters/elite/ice_giant_elite.png"},
["elite chaos giant"] = {["name"] = "Elite Chaos Giant", ["image"] = "/images/combat/monsters/elite/chaos_giant_elite.png"},
["elite swordfish"] = {["name"] = "Elite Swordfish", ["image"] = "/images/combat/monsters/elite/swordfish_elite.png"},
["elite ascended"] = {["name"] = "Elite Ascended", ["image"] = "/images/combat/monsters/elite/ascendant_elite.png"},
["ember demon"] = {["name"] = "Ember Demon", ["image"] = "/images/combat/monsters/ember_demon.png"},
["flame demon"] = {["name"] = "Flame Demon", ["image"] = "/images/combat/monsters/flame_demon.png"},
["inferno demon"] = {["name"] = "Inferno Demon", ["image"] = "/images/combat/monsters/inferno_demon.png"},
["inferno giant"] = {["name"] = "Inferno Giant", ["image"] = "/images/combat/monsters/elite/fire_giant_elite.png"},
["just a chicken"] = {["name"] = "Just a Chicken", ["image"] = "/images/combat/monsters/elite/chicken_elite.png"},
["phoenix 1"] = {["name"] = "Phoenix 1", ["image"] = "/images/combat/monsters/elite/flame_chicken_1.png"},
["phoenix 2"] = {["name"] = "Phoenix 2", ["image"] = "/images/combat/monsters/elite/flame_chicken_2.png"},
["phoenix 3"] = {["name"] = "Phoenix 3", ["image"] = "/images/combat/monsters/elite/flame_chicken_3.png"},
["phoenix 4"] = {["name"] = "Phoenix 4", ["image"] = "/images/combat/monsters/elite/flame_chicken_4.png"},
["shard of info"] = {["name"] = "RISE OF INFO", ["image"] = "/images/combat/monsters/elite/true_info.png"},
["essence of info"] = {["name"] = "RISE OF INFO", ["image"] = "/images/combat/monsters/elite/true_info.png"},
["avatar of info"] = {["name"] = "RISE OF INFO", ["image"] = "/images/combat/monsters/elite/true_info.png"},
["visions of stone"] = {["name"] = "RISE OF INFO", ["image"] = "/images/combat/monsters/elite/amasim.png"},
}