Module:Items/data

From Idlescape Wiki
Jump to navigation Jump to search

return {
  ["1"] = {
    id = 1,
    name = "Gold",
    tradeable = false,
    itemImage = "/images/money_icon.png",
    extraTooltipInfo = "Gold is used to purchase items from the market and shops. You can get more gold by selling resources or fighting monsters.",
    class = "gold",
    tags = { }
  },
  ["2"] = {
    id = 2,
    name = "Heat",
    tradeable = false,
    itemImage = "/images/heat_icon.png",
    extraTooltipInfo = "Heat is used to smelt bars and cook food. You can get heat by burning various items such as logs, branches and coal.",
    class = "heat",
    tags = { "heat" }
  },
  ["3"] = {
    id = 3,
    name = "Air Essence",
    essence = true,
    tradeable = false,
    itemImage = "/images/runecrafting/air_essence.png",
    extraTooltipInfo = "Air Essence can be gathered by waiting patiently.",
    class = "rune",
    tags = { "magic", "runecrafting" }
  },
  ["4"] = {
    id = 4,
    name = "Earth Essence",
    essence = true,
    tradeable = false,
    itemImage = "/images/runecrafting/earth_essence.png",
    extraTooltipInfo = "Earth Essence can be gathered while mining.",
    class = "rune",
    tags = { "magic", "runecrafting" }
  },
  ["5"] = {
    id = 5,
    name = "Fire Essence",
    essence = true,
    tradeable = false,
    itemImage = "/images/runecrafting/fire_essence.png",
    extraTooltipInfo = "Fire Essence can be gathered while smithing or cooking.",
    class = "rune",
    tags = { "magic", "runecrafting" }
  },
  ["6"] = {
    id = 6,
    name = "Water Essence",
    essence = true,
    tradeable = false,
    itemImage = "/images/runecrafting/water_essence.png",
    extraTooltipInfo = "Water Essence can be gathered by fishing.",
    class = "rune",
    tags = { "magic", "runecrafting" }
  },
  ["7"] = {
    id = 7,
    name = "Blood Essence",
    essence = true,
    tradeable = false,
    itemImage = "/images/runecrafting/blood_essence.png",
    extraTooltipInfo = "Blood Essence can be gathered by dealing damage.",
    class = "rune",
    tags = { "magic", "runecrafting" }
  },
  ["8"] = {
    id = 8,
    name = "Death Essence",
    essence = true,
    tradeable = false,
    itemImage = "/images/runecrafting/death_essence.png",
    extraTooltipInfo = "Death Essence can be gathered by killing opponents.",
    class = "rune",
    tags = { "magic", "runecrafting" }
  },
  ["9"] = {
    id = 9,
    name = "Chaos Essence",
    essence = true,
    tradeable = false,
    itemImage = "/images/runecrafting/chaos_essence.png",
    extraTooltipInfo = "Chaos Essence can be gathered by attempting to hit an enemy.",
    class = "rune",
    tags = { "magic", "runecrafting" }
  },
  ["10"] = {
    id = 10,
    name = "Nature Essence",
    essence = true,
    tradeable = false,
    itemImage = "/images/runecrafting/nature_essence.png",
    extraTooltipInfo = "Nature Essence can be gathered by foraging and farming.",
    class = "rune",
    tags = { "magic", "runecrafting" }
  },
  ["11"] = {
    id = 11,
    name = "Mind Essence",
    essence = true,
    tradeable = false,
    itemImage = "/images/runecrafting/mind_essence.png",
    extraTooltipInfo = "Mind Essence can be gathered by enchanting and augmenting items or using magic in combat.",
    class = "rune",
    tags = { "magic", "runecrafting" }
  },
  ["12"] = {
    id = 12,
    name = "Cosmic Essence",
    essence = true,
    tradeable = false,
    itemImage = "/images/runecrafting/cosmic_essence.png",
    extraTooltipInfo = "Cosmic Essence can be gathered by enchanting or runecrafting.",
    class = "rune",
    tags = { "magic", "runecrafting" }
  },
  ["20"] = {
    id = 20,
    name = "Platinum",
    tradeable = false,
    itemImage = "/images/premium/platinum_icon.png",
    extraTooltipInfo = "Platinum is used to purchase items from the Platinum Shop and to purchase server-wide Global Buffs.",
    class = "platinum",
    tags = { "platinum" },
    rarity = "legendary"
  },
  ["50"] = {
    name = "Book",
    id = 50,
    value = 500,
    tradeable = true,
    heat = 50,
    itemImage = "/images/misc/book.png",
    extraTooltipInfo = "A dusty tome. Perhaps I should read it?",
    class = "gem",
    tags = { "book", "heat" }
  },
  ["51"] = {
    name = "Task",
    id = 51,
    tradeable = false,
    itemImage = "/images/misc/task.png",
    altItemImage = "/images/christmas/wishlist.png",
    extraTooltipInfo = "Adventure awaits! HUZZAH!",
    class = "gem",
    tags = { "book", "heat" }
  },
  ["60"] = {
    id = 60,
    name = "Raw Shrimp",
    level = 1,
    value = 5,
    ingredientTags = { "fish", "meat" },
    tradeable = true,
    experience = 5,
    skill = "fishing",
    size = 1,
    difficulty = 1,
    cookingEnchantment = 29,
    alchemySize = 3,
    itemImage = "/images/fishing/raw_shrimp.png",
    class = "fish",
    extraTooltipInfo = "S h r i m p",
    time = 10000,
    tags = { "ingredient", "fish", "cooking", "fishing" }
  },
  ["61"] = {
    id = 61,
    name = "Raw Anchovy",
    level = 15,
    value = 15,
    tradeable = true,
    ingredientTags = { "fish", "meat" },
    experience = 10,
    skill = "fishing",
    size = 1,
    difficulty = 1,
    itemImage = "/images/fishing/raw_anchovy.png",
    class = "fish",
    extraTooltipInfo = "In what scape would these look like blue shrimp?",
    time = 10000,
    tags = { "ingredient", "fish", "cooking", "fishing" }
  },
  ["62"] = {
    id = 62,
    name = "Raw Trout",
    level = 20,
    value = 25,
    tradeable = true,
    experience = 25,
    ingredientTags = { "fish", "meat" },
    skill = "fishing",
    size = 2,
    difficulty = 2,
    bonusDifficultyXP = 1,
    itemImage = "/images/fishing/raw_trout.png",
    class = "fish",
    extraTooltipInfo = "The fisherman's participation award.",
    time = 10000,
    tags = { "ingredient", "fish", "cooking", "fishing" }
  },
  ["63"] = {
    id = 63,
    name = "Raw Salmon",
    level = 35,
    value = 50,
    tradeable = true,
    experience = 40,
    ingredientTags = { "fish", "meat" },
    skill = "fishing",
    size = 2,
    difficulty = 2,
    bonusDifficultyXP = 1,
    itemImage = "/images/fishing/raw_salmon.png",
    class = "fish",
    extraTooltipInfo = "Not going up any rivers anymore.",
    time = 10000,
    tags = { "ingredient", "fish", "cooking", "fishing" }
  },
  ["64"] = {
    id = 64,
    name = "Raw Lobster",
    level = 40,
    value = 75,
    tradeable = true,
    experience = 75,
    ingredientTags = { "fish", "meat" },
    skill = "fishing",
    size = 3,
    difficulty = 3,
    bonusDifficultyXP = 2,
    itemImage = "/images/fishing/raw_lobster.png",
    class = "fish",
    extraTooltipInfo = "Raw Lobster!",
    time = 10000,
    tags = { "ingredient", "fish", "cooking", "fishing" }
  },
  ["65"] = {
    id = 65,
    name = "Raw Tuna",
    level = 50,
    value = 100,
    tradeable = true,
    experience = 100,
    ingredientTags = { "fish", "meat" },
    skill = "fishing",
    size = 3,
    difficulty = 3,
    bonusDifficultyXP = 1,
    itemImage = "/images/fishing/raw_tuna.png",
    class = "fish",
    extraTooltipInfo = "Tuna Tuna Tuna",
    time = 10000,
    tags = { "ingredient", "fish", "cooking", "fishing" },
    rarity = "uncommon"
  },
  ["66"] = {
    id = 66,
    name = "Raw Shark",
    level = 70,
    value = 125,
    tradeable = true,
    experience = 125,
    ingredientTags = { "fish", "meat" },
    skill = "fishing",
    size = 4,
    difficulty = 4,
    bonusDifficultyXP = 2,
    itemImage = "/images/fishing/raw_shark.png",
    class = "fish",
    extraTooltipInfo = "A big toothy fish. It's a fish, right?",
    time = 10000,
    tags = { "ingredient", "fish", "cooking", "fishing" },
    rarity = "rare"
  },
  ["67"] = {
    id = 67,
    name = "Raw Megalodon",
    level = 90,
    value = 350,
    tradeable = true,
    experience = 175,
    ingredientTags = { "monster", "meat" },
    skill = "fishing",
    size = 7,
    difficulty = 7,
    bonusDifficultyXP = 3,
    itemImage = "/images/fishing/raw_megalodon.png",
    class = "fish",
    extraTooltipInfo = "A monstrously large shark with incredibly tough meat.",
    time = 10000,
    tags = { "ingredient", "cooking", "fishing" },
    rarity = "epic"
  },
  ["68"] = {
    id = 68,
    name = "Raw Ancient Lobster",
    level = 40,
    value = 225,
    tradeable = true,
    experience = 150,
    ingredientTags = { "monster", "meat" },
    skill = "fishing",
    size = 5,
    difficulty = 5,
    bonusDifficultyXP = 3,
    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 = 10000,
    tags = { "ingredient", "cooking", "fishing" }
  },
  ["69"] = {
    id = 69,
    name = "Raw Tentacle Meat",
    level = 40,
    value = 400,
    tradeable = true,
    experience = 200,
    ingredientTags = { "monster", "meat" },
    skill = "fishing",
    size = 9,
    difficulty = 9,
    bonusDifficultyXP = 6,
    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 = 10000,
    tags = { "ingredient", "cooking", "fishing" }
  },
  ["70"] = {
    id = 70,
    name = "Raw Huge Tuna",
    level = 70,
    value = 150,
    tradeable = true,
    experience = 150,
    ingredientTags = { "fish", "meat" },
    skill = "fishing",
    size = 6,
    difficulty = 6,
    bonusDifficultyXP = 3,
    itemImage = "/images/fishing/raw_huge_tuna.png",
    class = "fish",
    extraTooltipInfo = "A huge tuna!",
    time = 10000,
    tags = { "ingredient", "fish", "cooking", "fishing" },
    rarity = "rare"
  },
  ["71"] = {
    id = 71,
    name = "Seaweed",
    tradeable = true,
    value = 25,
    experience = 10,
    ingredientTags = { "vegetable" },
    size = 1,
    difficulty = 1,
    cookingEnchantment = 49,
    alchemySize = 1,
    itemImage = "images/fishing/seaweed.png",
    extraTooltipInfo = "Smells real bad.",
    class = "fish",
    tags = { "ingredient", "cooking", "fishing" }
  },
  ["72"] = {
    id = 72,
    name = "Raw Magnetic Minnow",
    tradeable = true,
    value = 150,
    experience = 50,
    ingredientTags = { "fish", "meat" },
    size = 1,
    difficulty = 1,
    bonusDifficultyXP = 1,
    alchemySize = 2.5,
    cookingEnchantment = 48,
    itemImage = "images/fishing/raw_minnow.png",
    extraTooltipInfo = "It didn't even bite the hook, it just got stuck to it.",
    class = "fish",
    tags = { "ingredient", "fish", "cooking" }
  },
  ["73"] = {
    id = 73,
    name = "Raw Tigerfish",
    tradeable = true,
    value = 100,
    experience = 50,
    ingredientTags = { "fish", "meat" },
    size = 3,
    difficulty = 3,
    bonusDifficultyXP = 2,
    cookingEnchantment = 50,
    alchemySize = 2,
    itemImage = "images/fishing/raw_tigerfish.png",
    extraTooltipInfo = "Mean looking and strong to boot!",
    class = "fish",
    tags = { "ingredient", "fish", "cooking" }
  },
  ["74"] = {
    id = 74,
    name = "Raw Slippery Eel",
    tradeable = true,
    value = 125,
    experience = 75,
    ingredientTags = { "fish", "meat" },
    size = 3,
    difficulty = 3,
    bonusDifficultyXP = 2,
    cookingEnchantment = 52,
    alchemySize = 2,
    itemImage = "images/fishing/raw_eel.png",
    extraTooltipInfo = "Slippery and oily!",
    class = "fish",
    tags = { "ingredient", "fish", "cooking" }
  },
  ["75"] = {
    id = 75,
    name = "Raw Great White Shark",
    tradeable = true,
    value = 150,
    experience = 125,
    ingredientTags = { "fish", "meat" },
    size = 5,
    difficulty = 5,
    bonusDifficultyXP = 3,
    cookingEnchantment = 53,
    alchemySize = 2.5,
    itemImage = "images/fishing/raw_greatwhite.png",
    extraTooltipInfo = "A deadly creature to be sure.",
    class = "fish",
    tags = { "ingredient", "fish", "cooking", "fishing" }
  },
  ["76"] = {
    id = 76,
    name = "Raw Hammerhead Shark",
    value = 150,
    tradeable = true,
    experience = 125,
    ingredientTags = { "fish", "meat" },
    skill = "fishing",
    size = 5,
    difficulty = 5,
    bonusDifficultyXP = 2,
    itemImage = "/images/fishing/raw_hammerhead.png",
    extraTooltipInfo = "Probably can't actually be used as a hammer.",
    class = "fish",
    time = 10000,
    tags = { "ingredient", "fish", "cooking", "fishing" }
  },
  ["77"] = {
    id = 77,
    name = "Raw Crab",
    value = 85,
    tradeable = true,
    experience = 75,
    ingredientTags = { "fish", "meat" },
    skill = "fishing",
    size = 3,
    difficulty = 3,
    bonusDifficultyXP = 3,
    itemImage = "/images/fishing/raw_crab.png",
    extraTooltipInfo = "In some places it's considered less desirable than lobster, but not here.",
    class = "fish",
    time = 10000,
    tags = { "ingredient", "fish", "cooking", "fishing" }
  },
  ["95"] = {
    id = 95,
    name = "Burnt Fish",
    value = 1,
    tradeable = true,
    itemImage = "/images/cooking/burnt_fish.png",
    class = "cookedFish",
    extraTooltipInfo = "The result of an overzealous cook. Perhaps studying this will make you a better cook?",
    tags = { "cooking" }
  },
  ["96"] = {
    id = 96,
    name = "Burnt Food",
    value = 1,
    tradeable = true,
    itemImage = "/images/cooking/burnt_food.png",
    class = "cookedFish",
    extraTooltipInfo = "The result of an overzealous cook. Perhaps studying this will make you a better cook?",
    tags = { "cooking" }
  },
  ["101"] = {
    id = 101,
    name = "Copper Ore",
    level = 1,
    value = 5,
    tradeable = true,
    experience = 5,
    time = 5000,
    itemImage = "/images/mining/copper_ore.png",
    extraTooltipInfo = "Can be smelted into bronze bars with the help of some tin.",
    tags = { "mining", "smithing" },
    class = "ore"
  },
  ["102"] = {
    id = 102,
    name = "Tin Ore",
    level = 1,
    value = 5,
    tradeable = true,
    experience = 5,
    time = 5000,
    itemImage = "/images/mining/tin_ore.png",
    extraTooltipInfo = "Can be smelted into bronze bars with the help of some copper.",
    tags = { "mining", "smithing" },
    class = "ore"
  },
  ["103"] = {
    id = 103,
    name = "Iron Ore",
    level = 15,
    value = 20,
    tradeable = true,
    experience = 15,
    time = 15000,
    itemImage = "/images/mining/iron_ore.png",
    extraTooltipInfo = "Can be smelted into the most basic of basic metal bars, iron.",
    tags = { "mining", "smithing" },
    class = "ore"
  },
  ["104"] = {
    id = 104,
    name = "Gold Ore",
    level = 30,
    value = 100,
    tradeable = true,
    experience = 25,
    time = 30000,
    itemImage = "/images/mining/gold_ore.png",
    extraTooltipInfo = "A large chunk of gold ready to be smelted into a bar.",
    class = "ore",
    tags = { "mining", "smithing" }
  },
  ["105"] = {
    id = 105,
    name = "Mithril Ore",
    level = 50,
    value = 75,
    tradeable = true,
    experience = 50,
    time = 45000,
    itemImage = "/images/mining/mithril_ore.png",
    extraTooltipInfo = "A dark blue tinted and hardy metal that can be smelted into bars.",
    class = "ore",
    tags = { "mining", "smithing" }
  },
  ["106"] = {
    id = 106,
    name = "Adamantite Ore",
    level = 60,
    value = 100,
    tradeable = true,
    experience = 75,
    time = 60000,
    itemImage = "/images/mining/adamantite_ore.png",
    extraTooltipInfo = "A green hued metal most consider nearly worthless that can be smelted into bars.",
    class = "ore",
    tags = { "mining", "smithing" }
  },
  ["107"] = {
    id = 107,
    name = "Runite Ore",
    level = 85,
    value = 200,
    tradeable = true,
    experience = 100,
    time = 120000,
    itemImage = "/images/mining/runite_ore.png",
    extraTooltipInfo = "One of the hardest naturally occuring metals that may be smelted into tough bars.",
    class = "ore",
    tags = { "mining", "smithing" },
    rarity = "uncommon"
  },
  ["108"] = {
    id = 108,
    name = "Clay",
    level = 1,
    value = 1,
    tradeable = true,
    experience = 1,
    time = 5000,
    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 = { "mining" }
  },
  ["109"] = {
    id = 109,
    name = "Stone",
    level = 1,
    value = 1,
    tradeable = true,
    experience = 1,
    time = 5000,
    itemImage = "/images/mining/stone.png",
    extraTooltipInfo = "This doesn't seem useful.",
    class = "ore",
    tags = { "mining" }
  },
  ["110"] = {
    id = 110,
    name = "Sand",
    level = 1,
    value = 1,
    tradeable = true,
    experience = 1,
    time = 5000,
    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 = { "mining" }
  },
  ["111"] = {
    id = 111,
    name = "Silver",
    level = 30,
    value = 100,
    tradeable = true,
    experience = 25,
    time = 5000,
    itemImage = "/images/mining/silver.png",
    extraTooltipInfo = "A great material for channeling magic essence.",
    class = "ore",
    tags = { "mining", "enchanting" }
  },
  ["112"] = {
    id = 112,
    name = "Coal",
    level = 1,
    value = 20,
    tradeable = true,
    experience = 10,
    time = 5000,
    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 = { "mining", "heat" }
  },
  ["113"] = {
    id = 113,
    name = "Rune Slate",
    level = 1,
    value = 15,
    tradeable = true,
    experience = 10,
    time = 5000,
    itemImage = "/images/runecrafting/rune_slate.png",
    extraTooltipInfo = "A blank magical canvas.",
    class = "ore",
    tags = { "mining", "runecrafting", "enchanting" }
  },
  ["114"] = {
    id = 114,
    name = "Stygian Ore",
    level = 90,
    value = 500,
    tradeable = true,
    experience = 150,
    time = 5000,
    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 = { "mining", "smithing" },
    rarity = "rare"
  },
  ["115"] = {
    id = 115,
    name = "Void Stone",
    level = 90,
    value = 1500,
    tradeable = true,
    experience = 175,
    time = 5000,
    itemImage = "/images/mining/void_shard.png",
    extraTooltipInfo = "A stone pulsing with chaotic energy.",
    class = "ore",
    tags = { "mining", "smithing" },
    rarity = "epic"
  },
  ["150"] = {
    id = 150,
    name = "Fertilizer",
    value = 15,
    tradeable = true,
    class = "seed",
    craftingLevel = 1,
    craftingExperience = 24,
    requiredResources = { {
      ["96"] = 10,
      ["110"] = 10
    }, {
      ["95"] = 10,
      ["110"] = 10
    }, {
      ["110"] = 10,
      ["2014"] = 10
    }, {
      ["108"] = 10,
      ["110"] = 10
    }, {
      ["110"] = 5,
      ["4000"] = 10
    }, {
      ["108"] = 5,
      ["4000"] = 10
    }, {
      ["110"] = 5,
      ["4001"] = 1
    }, {
      ["108"] = 5,
      ["4001"] = 1
    } },
    craftingMultiplier = { 4, 4, 4, 4, 4, 4, 3, 3 },
    craftable = true,
    itemImage = "/images/farming/fertilizer.png",
    extraTooltipInfo = "Stinky sack of nutrients. Increases minimum yield and experience of plants.",
    craftingDescription = "Stinky sack of nutrients. Increases minimum yield and experience of plants.",
    tags = { "farming" },
    category = "Farming"
  },
  ["151"] = {
    id = 151,
    name = "Carrot Seed",
    value = 5,
    experience = 10,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/carrot_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 1,
      yield = { {
        chance = 1,
        id = 2021,
        min = 1,
        max = 5
      }, {
        chance = 0.0016666666666666668,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/carrot_plant.png",
      align = "bottom",
      experience = 30,
      time = 30
    }
  },
  ["152"] = {
    id = 152,
    name = "Peppercorn Seed",
    value = 5,
    experience = 20,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/peppercorn_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 30,
      yield = { {
        chance = 1,
        id = 2012,
        min = 5,
        max = 15
      }, {
        chance = 0.0016666666666666668,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/peppercorn_plant.png",
      align = "bottom",
      experience = 120,
      time = 30
    }
  },
  ["153"] = {
    id = 153,
    name = "Sugarcane Seed",
    value = 5,
    experience = 15,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/sugarcane_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 20,
      yield = { {
        chance = 1,
        id = 2015,
        min = 5,
        max = 15
      }, {
        chance = 0.0016666666666666668,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/sugarcane_plant.png",
      align = "bottom",
      experience = 80,
      time = 30
    }
  },
  ["154"] = {
    id = 154,
    name = "Wheat Seed",
    value = 5,
    experience = 10,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/wheat_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 8,
      yield = { {
        chance = 1,
        id = 2029,
        min = 1,
        max = 5
      }, {
        chance = 0.0016666666666666668,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/wheat_plant.png",
      align = "bottom",
      experience = 50,
      time = 30
    }
  },
  ["155"] = {
    id = 155,
    name = "Potato Seed",
    value = 5,
    experience = 10,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/potato_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 3,
      yield = { {
        chance = 1,
        id = 2023,
        min = 1,
        max = 5
      }, {
        chance = 0.0016666666666666668,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/potato_plant.png",
      align = "bottom",
      experience = 40,
      time = 30
    }
  },
  ["156"] = {
    id = 156,
    name = "Rice Seed",
    value = 5,
    experience = 10,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/rice_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 25,
      yield = { {
        chance = 1,
        id = 2030,
        min = 1,
        max = 5
      }, {
        chance = 0.0016666666666666668,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/rice_plant.png",
      align = "bottom",
      experience = 100,
      time = 30
    }
  },
  ["157"] = {
    id = 157,
    name = "Tomato Seed",
    value = 5,
    experience = 10,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/tomato_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 12,
      yield = { {
        chance = 1,
        id = 2025,
        min = 1,
        max = 5
      }, {
        chance = 0.0016666666666666668,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/tomato_plant.png",
      align = "bottom",
      experience = 60,
      time = 30
    }
  },
  ["158"] = {
    id = 158,
    name = "Wildberry Bush Seed",
    value = 5,
    experience = 10,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/wildberry_bush_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 1,
      width = 2,
      requiredLevel = 5,
      yield = { {
        chance = 1,
        id = 2027,
        min = 5,
        max = 15
      }, {
        chance = 0.0016666666666666668,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/wildberry_plant.png",
      align = "bottom",
      experience = 200,
      time = 60
    }
  },
  ["159"] = {
    id = 159,
    name = "Chili Pepper Seed",
    value = 5,
    experience = 30,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/chili_pepper_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 20,
      yield = { {
        chance = 1,
        id = 2022,
        min = 1,
        max = 5
      }, {
        chance = 0.0016666666666666668,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/chili_pepper_plant.png",
      align = "bottom",
      experience = 90,
      time = 30
    }
  },
  ["160"] = {
    id = 160,
    name = "Pumpkin Seed",
    value = 5,
    experience = 30,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/pumpkin_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 25,
      yield = { {
        chance = 1,
        id = 2024,
        min = 1,
        max = 4
      }, {
        chance = 0.0016666666666666668,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/pumpkin_plant.png",
      align = "bottom",
      experience = 110,
      time = 30
    }
  },
  ["161"] = {
    id = 161,
    name = "Mushroom Spore",
    value = 5,
    experience = 10,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/mushroom_spore.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 15,
      yield = { {
        chance = 1,
        id = 2020,
        min = 1,
        max = 2
      }, {
        chance = 0.0016666666666666668,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/mushroom_plant.png",
      align = "bottom",
      experience = 70,
      time = 30
    }
  },
  ["170"] = {
    id = 170,
    name = "Tree Seed",
    value = 5,
    experience = 20,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/tree_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 2,
      width = 2,
      requiredLevel = 10,
      yield = { {
        chance = 1,
        id = 302,
        min = 20,
        max = 50
      }, {
        chance = 1,
        id = 301,
        min = 2,
        max = 20
      }, {
        chance = 0.0033333333333333335,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/normal_tree_plant.png",
      align = "bottom",
      experience = 450,
      time = 120
    }
  },
  ["171"] = {
    id = 171,
    name = "Oak Tree Seed",
    value = 5,
    experience = 40,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/oak_tree_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 2,
      width = 2,
      requiredLevel = 17,
      yield = { {
        chance = 1,
        id = 303,
        min = 20,
        max = 50
      }, {
        chance = 1,
        id = 301,
        min = 2,
        max = 20
      }, {
        chance = 0.0033333333333333335,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/oak_tree_plant.png",
      align = "bottom",
      experience = 1250,
      time = 120
    }
  },
  ["172"] = {
    id = 172,
    name = "Willow Tree Seed",
    value = 5,
    experience = 60,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/willow_tree_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 2,
      width = 2,
      requiredLevel = 20,
      yield = { {
        chance = 1,
        id = 304,
        min = 20,
        max = 50
      }, {
        chance = 1,
        id = 301,
        min = 2,
        max = 20
      }, {
        chance = 0.0033333333333333335,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/willow_tree_plant.png",
      align = "bottom",
      experience = 1800,
      time = 120
    }
  },
  ["173"] = {
    id = 173,
    name = "Maple Tree Seed",
    value = 5,
    experience = 80,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/maple_tree_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 2,
      width = 2,
      requiredLevel = 25,
      yield = { {
        chance = 1,
        id = 305,
        min = 20,
        max = 50
      }, {
        chance = 1,
        id = 301,
        min = 2,
        max = 20
      }, {
        chance = 0.0033333333333333335,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/maple_tree_plant.png",
      align = "bottom",
      experience = 2000,
      time = 120
    }
  },
  ["174"] = {
    id = 174,
    name = "Yew Tree Seed",
    value = 5,
    experience = 100,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/yew_tree_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 2,
      width = 2,
      requiredLevel = 35,
      yield = { {
        chance = 1,
        id = 306,
        min = 20,
        max = 50
      }, {
        chance = 1,
        id = 301,
        min = 2,
        max = 20
      }, {
        chance = 0.0033333333333333335,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/yew_tree_plant.png",
      align = "bottom",
      experience = 2200,
      time = 120
    }
  },
  ["175"] = {
    id = 175,
    name = "Banana Tree Seed",
    value = 5,
    experience = 25,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/banana_tree_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 2,
      width = 2,
      requiredLevel = 20,
      yield = { {
        chance = 1,
        id = 2028,
        min = 10,
        max = 20
      }, {
        chance = 0.004,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/banana_tree_plant.png",
      align = "bottom",
      experience = 2250,
      time = 150
    }
  },
  ["176"] = {
    id = 176,
    name = "Apple Tree Seed",
    value = 5,
    experience = 25,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/apple_tree_seed.png",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 2,
      width = 2,
      requiredLevel = 20,
      yield = { {
        chance = 1,
        id = 2026,
        min = 10,
        max = 20
      }, {
        chance = 1,
        id = 301,
        min = 2,
        max = 20
      }, {
        chance = 1,
        id = 302,
        min = 20,
        max = 40
      }, {
        chance = 0.004,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/apple_tree_plant.png",
      align = "bottom",
      experience = 2250,
      time = 150
    }
  },
  ["177"] = {
    id = 177,
    name = "Elder Tree Seed",
    value = 100,
    experience = 50,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/elder_tree_seed.png",
    extraTooltipInfo = "Every type of forest can be traced back to one of these trees.",
    tags = { "seed", "farming", "foraging" },
    rarity = "uncommon",
    farmingStats = {
      height = 4,
      width = 4,
      requiredLevel = 50,
      yield = { {
        chance = 0.16666666666666666,
        id = 301,
        min = 20,
        max = 40
      }, {
        chance = 0.16666666666666666,
        id = 302,
        min = 40,
        max = 80
      }, {
        chance = 0.16666666666666666,
        id = 303,
        min = 40,
        max = 80
      }, {
        chance = 0.16666666666666666,
        id = 304,
        min = 40,
        max = 80
      }, {
        chance = 0.16666666666666666,
        id = 305,
        min = 40,
        max = 80
      }, {
        chance = 0.16666666666666666,
        id = 306,
        min = 40,
        max = 80
      }, {
        chance = 1,
        id = 307,
        min = 50,
        max = 100
      }, {
        chance = 0.01,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/elder_tree_plant.png",
      align = "bottom",
      experience = 20000,
      time = 240
    }
  },
  ["180"] = {
    id = 180,
    name = "Sageberry Bush Seed",
    value = 5,
    experience = 25,
    tradeable = true,
    class = "seed",
    itemImage = "/images/farming/sageberry_seed.png",
    extraTooltipInfo = "It may be wise to plant this.",
    tags = { "seed", "farming", "foraging" },
    farmingStats = {
      height = 1,
      width = 2,
      requiredLevel = 25,
      yield = { {
        chance = 1,
        id = 2031,
        min = 1,
        max = 4
      }, {
        chance = 0.0033333333333333335,
        id = 185,
        min = 1,
        max = 16
      } },
      image = "/images/farming/sageberry_bush.png",
      align = "bottom",
      experience = 450,
      time = 60
    }
  },
  ["185"] = {
    id = 185,
    name = "Mysterious Seed",
    value = 7,
    experience = 50,
    tradeable = true,
    class = "seed",
    craftingLevel = 70,
    craftingExperience = 6000,
    craftingMultiplier = { 32, 8, 4 },
    craftable = true,
    craftingDescription = "The blessing of life steeped in the ooze of corruption.",
    itemImage = "/images/farming/mysterious_seed.png",
    extraTooltipInfo = "Life is not necessarily the opposite of corruption. I wonder what this could grow into?",
    category = "Farming",
    tags = { "seed", "farming" },
    requiredResources = { {
      ["115"] = 500,
      ["180"] = 3
    }, {
      ["180"] = 1,
      ["800"] = 100
    }, {
      ["3008"] = 50,
      ["3009"] = 50,
      ["3010"] = 50,
      ["4000"] = 200
    } },
    rarity = "rare",
    farmingStats = {
      height = 1,
      maxHeight = 4,
      width = 1,
      maxWidth = 4,
      requiredLevel = 1,
      yield = { {
        chance = 0.1,
        id = 185,
        min = 1,
        max = 16
      }, {
        chance = 0.13333333333333333,
        id = 11019,
        min = 3,
        max = 9
      }, {
        chance = 0.16666666666666666,
        id = 11010,
        min = 4,
        max = 12
      }, {
        chance = 0.04,
        id = 900,
        min = 1,
        max = 1
      }, {
        chance = 0.04,
        id = 800,
        min = 2,
        max = 10
      }, {
        chance = 1,
        id = 109,
        min = 2,
        max = 25
      }, {
        chance = 0.4,
        id = 150,
        min = 1,
        max = 10
      }, {
        chance = 0.13333333333333333,
        id = 108,
        min = 2,
        max = 25
      }, {
        chance = 0.13333333333333333,
        id = 110,
        min = 2,
        max = 25
      }, {
        chance = 0.13333333333333333,
        id = 113,
        min = 10,
        max = 50
      }, {
        chance = 0.2,
        id = 112,
        min = 10,
        max = 50
      }, {
        chance = 0.2,
        id = 101,
        min = 10,
        max = 50
      }, {
        chance = 0.2,
        id = 102,
        min = 10,
        max = 50
      }, {
        chance = 0.13333333333333333,
        id = 103,
        min = 10,
        max = 50
      }, {
        chance = 0.1,
        id = 104,
        min = 10,
        max = 50
      }, {
        chance = 0.08,
        id = 111,
        min = 10,
        max = 50
      }, {
        chance = 0.06666666666666667,
        id = 105,
        min = 10,
        max = 50
      }, {
        chance = 0.05714285714285714,
        id = 106,
        min = 10,
        max = 50
      }, {
        chance = 0.05,
        id = 107,
        min = 10,
        max = 50
      }, {
        chance = 0.03333333333333333,
        id = 114,
        min = 1,
        max = 10
      }, {
        chance = 0.025,
        id = 115,
        min = 1,
        max = 5
      }, {
        chance = 0.1,
        id = 201,
        min = 5,
        max = 25
      }, {
        chance = 0.06666666666666667,
        id = 202,
        min = 5,
        max = 25
      }, {
        chance = 0.05,
        id = 203,
        min = 5,
        max = 25
      }, {
        chance = 0.03333333333333333,
        id = 204,
        min = 5,
        max = 25
      }, {
        chance = 0.02857142857142857,
        id = 205,
        min = 5,
        max = 25
      }, {
        chance = 0.025,
        id = 206,
        min = 5,
        max = 25
      }, {
        chance = 0.016666666666666666,
        id = 207,
        min = 1,
        max = 10
      }, {
        chance = 0.0125,
        id = 208,
        min = 1,
        max = 5
      }, {
        chance = 0.04,
        id = 400,
        min = 1,
        max = 3
      }, {
        chance = 0.02666666666666667,
        id = 401,
        min = 1,
        max = 2
      }, {
        chance = 0.02,
        id = 402,
        min = 1,
        max = 1
      }, {
        chance = 0.016,
        id = 403,
        min = 1,
        max = 1
      }, {
        chance = 0.013333333333333334,
        id = 404,
        min = 1,
        max = 1
      }, {
        id = 151,
        chance = 0.6666666666666666,
        min = 1,
        max = 30
      }, {
        id = 155,
        chance = 0.6666666666666666,
        min = 1,
        max = 30
      }, {
        id = 154,
        chance = 0.5,
        min = 1,
        max = 30
      }, {
        id = 157,
        chance = 0.5,
        min = 1,
        max = 30
      }, {
        id = 161,
        chance = 0.4,
        min = 1,
        max = 30
      }, {
        id = 153,
        chance = 0.4,
        min = 1,
        max = 30
      }, {
        id = 159,
        chance = 0.3333333333333333,
        min = 1,
        max = 30
      }, {
        id = 156,
        chance = 0.3333333333333333,
        min = 1,
        max = 30
      }, {
        id = 160,
        chance = 0.2857142857142857,
        min = 1,
        max = 30
      }, {
        id = 152,
        chance = 0.2857142857142857,
        min = 1,
        max = 30
      }, {
        id = 158,
        chance = 0.6666666666666666,
        min = 1,
        max = 30
      }, {
        id = 180,
        chance = 0.2,
        min = 1,
        max = 5
      }, {
        id = 170,
        chance = 0.5,
        min = 1,
        max = 5
      }, {
        id = 171,
        chance = 0.25,
        min = 1,
        max = 5
      }, {
        id = 172,
        chance = 0.16666666666666666,
        min = 1,
        max = 5
      }, {
        id = 173,
        chance = 0.125,
        min = 1,
        max = 5
      }, {
        id = 174,
        chance = 0.1,
        min = 1,
        max = 5
      }, {
        id = 175,
        chance = 0.125,
        min = 1,
        max = 5
      }, {
        id = 176,
        chance = 0.125,
        min = 1,
        max = 5
      }, {
        id = 177,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 4505,
        chance = 0.02,
        min = 1,
        max = 1
      }, {
        id = 4506,
        chance = 0.02,
        min = 1,
        max = 1
      }, {
        id = 4507,
        chance = 0.02,
        min = 1,
        max = 1
      }, {
        id = 4508,
        chance = 0.02,
        min = 1,
        max = 1
      }, {
        id = 3004,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3005,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3006,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3007,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3008,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3009,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3010,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3011,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3013,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3014,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3015,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3016,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3017,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3018,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3019,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3020,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 3021,
        chance = 0.06666666666666667,
        min = 1,
        max = 3
      }, {
        id = 900,
        chance = 0.05,
        min = 1,
        max = 1
      }, {
        id = 901,
        chance = 0.1,
        min = 1,
        max = 1
      }, {
        id = 902,
        chance = 0.05,
        min = 1,
        max = 1
      }, {
        chance = 0.1,
        id = 301,
        min = 5,
        max = 25
      }, {
        chance = 0.06666666666666667,
        id = 302,
        min = 5,
        max = 25
      }, {
        chance = 0.05,
        id = 303,
        min = 5,
        max = 25
      }, {
        chance = 0.03333333333333333,
        id = 304,
        min = 5,
        max = 25
      }, {
        chance = 0.02857142857142857,
        id = 305,
        min = 5,
        max = 25
      }, {
        chance = 0.025,
        id = 306,
        min = 5,
        max = 25
      }, {
        chance = 0.016666666666666666,
        id = 307,
        min = 1,
        max = 10
      }, {
        chance = 0.04,
        id = 4000,
        min = 1,
        max = 5
      }, {
        chance = 0.04,
        id = 4001,
        min = 1,
        max = 5
      }, {
        chance = 0.04,
        id = 4002,
        min = 1,
        max = 5
      }, {
        chance = 0.04,
        id = 4003,
        min = 1,
        max = 5
      }, {
        chance = 0.04,
        id = 4004,
        min = 1,
        max = 5
      }, {
        chance = 0.04,
        id = 4005,
        min = 1,
        max = 5
      }, {
        chance = 0.04,
        id = 4006,
        min = 1,
        max = 5
      }, {
        chance = 0.04,
        id = 4007,
        min = 1,
        max = 5
      }, {
        chance = 0.04,
        id = 4008,
        min = 1,
        max = 5
      }, {
        chance = 0.04,
        id = 4009,
        min = 1,
        max = 5
      }, {
        chance = 0.04,
        id = 4010,
        min = 1,
        max = 5
      }, {
        chance = 0.04,
        id = 4011,
        min = 1,
        max = 1
      }, {
        chance = 0.0033333333333333335,
        id = 7004,
        min = 1,
        max = 30
      } },
      image = "/images/farming/mysterious_plant.png",
      align = "center",
      experience = 600,
      time = 60
    }
  },
  ["201"] = {
    id = 201,
    name = "Bronze Bar",
    skill = "smithing",
    level = 1,
    value = 25,
    tradeable = true,
    experience = 10,
    time = 4500,
    itemImage = "/images/smithing/bronze_bar.png",
    class = "bar",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "mining", "smithing" },
    skillIcon = "/images/smithing/smithing_icon.png",
    requiredResources = { {
      ["2"] = 1,
      ["101"] = 1,
      ["102"] = 1
    } }
  },
  ["202"] = {
    id = 202,
    name = "Iron Bar",
    skill = "smithing",
    level = 10,
    value = 250,
    tradeable = true,
    experience = 100,
    time = 9000,
    itemImage = "/images/smithing/iron_bar.png",
    class = "bar",
    extraTooltipInfo = "May be used to craft iron equipment or to augment obsidian gear.",
    tags = { "mining", "smithing" },
    skillIcon = "/images/smithing/smithing_icon.png",
    requiredResources = { {
      ["2"] = 5,
      ["103"] = 3
    } }
  },
  ["203"] = {
    id = 203,
    name = "Gold Bar",
    skill = "smithing",
    level = 25,
    value = 1000,
    tradeable = true,
    experience = 100,
    time = 15000,
    itemImage = "/images/smithing/gold_bar.png",
    class = "bar",
    extraTooltipInfo = "May be used to craft or augment jewelry. Sadly you aren't authorized to create your own currency.",
    tags = { "mining", "smithing" },
    skillIcon = "/images/smithing/smithing_icon.png",
    requiredResources = { {
      ["2"] = 20,
      ["104"] = 5
    } }
  },
  ["204"] = {
    id = 204,
    name = "Mithril Bar",
    skill = "smithing",
    level = 35,
    value = 500,
    tradeable = true,
    experience = 200,
    time = 22500,
    itemImage = "/images/smithing/mithril_bar.png",
    class = "bar",
    extraTooltipInfo = "May be used to craft mithril equipment or to augment obsidian gear.",
    tags = { "mining", "smithing" },
    skillIcon = "/images/smithing/smithing_icon.png",
    requiredResources = { {
      ["2"] = 50,
      ["105"] = 5
    } }
  },
  ["205"] = {
    id = 205,
    name = "Adamantite Bar",
    skill = "smithing",
    level = 50,
    value = 2000,
    tradeable = true,
    experience = 300,
    time = 33000,
    itemImage = "/images/smithing/adamantite_bar.png",
    class = "bar",
    extraTooltipInfo = "A rather limited, yet hard, metal. May only be used to create Adamantite gear.",
    tags = { "mining", "smithing" },
    skillIcon = "/images/smithing/smithing_icon.png",
    requiredResources = { {
      ["2"] = 100,
      ["106"] = 10
    } },
    rarity = "uncommon"
  },
  ["206"] = {
    id = 206,
    name = "Runite Bar",
    skill = "smithing",
    level = 65,
    value = 7000,
    tradeable = true,
    experience = 1000,
    time = 67500,
    itemImage = "/images/smithing/runite_bar.png",
    class = "bar",
    extraTooltipInfo = "One of the toughest natural metals. May be used to craft Runite equipment.",
    tags = { "mining", "smithing" },
    skillIcon = "/images/smithing/smithing_icon.png",
    requiredResources = { {
      ["2"] = 200,
      ["107"] = 10
    } },
    rarity = "rare"
  },
  ["207"] = {
    id = 207,
    name = "Stygian Bar",
    skill = "smithing",
    level = 70,
    value = 9000,
    tradeable = true,
    experience = 1500,
    time = 79500,
    itemImage = "/images/smithing/stygian_bar.png",
    class = "bar",
    extraTooltipInfo = "An unnaturally tough metal that is almost crystalline in nature. May be used to craft Stygian equipment.",
    tags = { "mining", "smithing" },
    skillIcon = "/images/smithing/smithing_icon.png",
    requiredResources = { {
      ["2"] = 500,
      ["114"] = 15,
      ["800"] = 5
    } },
    rarity = "rare"
  },
  ["208"] = {
    id = 208,
    name = "Chaotic Crystal",
    skill = "smithing",
    level = 75,
    value = 15000,
    tradeable = true,
    experience = 2000,
    time = 99000,
    itemImage = "/images/mining/void_crystal.png",
    class = "bar",
    extraTooltipInfo = "A condensed crystal formed through processing a large amount of void stones. May be used to craft or enhance unique equipment.",
    tags = { "mining", "smithing" },
    skillIcon = "/images/smithing/smithing_icon.png",
    requiredResources = { {
      ["2"] = 500,
      ["115"] = 20
    } },
    rarity = "rare"
  },
  ["209"] = {
    id = 209,
    name = "Obsidian Glass",
    value = 3000,
    tradeable = true,
    craftingLevel = 30,
    craftingExperience = 300,
    craftable = true,
    itemImage = "/images/combat/materials/obsidian_glass.png",
    extraTooltipInfo = "A splinter of mildly reflective obsidian glass; can be used to augment obsidian or obsidian-adjacent gear.",
    craftingDescription = "Break down obsidian equipment to extract some potentially usable material.",
    class = "bar",
    category = "General",
    tags = { "mining" },
    requiredResources = { {
      ["1008"] = 1
    }, {
      ["1009"] = 1
    }, {
      ["1010"] = 1
    }, {
      ["1011"] = 1
    }, {
      ["1052"] = 1
    }, {
      ["1062"] = 1
    }, {
      ["1072"] = 1
    }, {
      ["1094"] = 1
    }, {
      ["1095"] = 1
    }, {
      ["1112"] = 1
    }, {
      ["1132"] = 1
    } }
  },
  ["210"] = {
    id = 210,
    name = "Golem Marrow",
    value = 3000,
    tradeable = true,
    itemImage = "/images/combat/materials/golem_marrow.png",
    extraTooltipInfo = "A piece of golem marrow, the lifeblood of an artificial construct.",
    class = "bar",
    tags = { "mining", "smithing" }
  },
  ["211"] = {
    id = 211,
    name = "Chaos Stone",
    value = 6360000,
    tradeable = true,
    itemImage = "/images/combat/materials/chaos_stone_refined.png",
    extraTooltipInfo = "A shard of chaotic essence that is not only contained, but refined. The process to do this is forever lost to the ages.",
    class = "bar",
    tags = { "shard" },
    rarity = "legendary"
  },
  ["212"] = {
    id = 212,
    name = "Living Shard",
    value = 3360000,
    tradeable = true,
    itemImage = "/images/combat/materials/living_stone.png",
    extraTooltipInfo = "A shard of dense material that pulsates with life. Could it be the heart of some undying creature?",
    class = "bar",
    tags = { "shard" },
    rarity = "legendary"
  },
  ["213"] = {
    id = 213,
    name = "Runed Stone",
    value = 3360000,
    tradeable = true,
    itemImage = "/images/combat/materials/runed_stone.png",
    extraTooltipInfo = "An impossibly heavy stone tablet bearing an unknown rune that still glows with power.",
    class = "bar",
    tags = { "shard" },
    rarity = "epic"
  },
  ["214"] = {
    id = 214,
    name = "Magma Core",
    value = 3360000,
    tradeable = true,
    itemImage = "/images/combat/materials/magma_core.png",
    extraTooltipInfo = "A chunk of stone with an unquenchable fire burning within. What could you do with this?",
    class = "bar",
    tags = { "shard" },
    rarity = "epic"
  },
  ["215"] = {
    id = 215,
    name = "Heavy Chaos Shard",
    value = 3360000,
    tradeable = true,
    itemImage = "/images/combat/materials/chaos_stone_unrefined.png",
    extraTooltipInfo = "An unrefined splinter of chaotic energy. Though dulled compared to the chaos it was drawn from, it may still have a potent effect.",
    class = "bar",
    tags = { "shard" },
    rarity = "epic"
  },
  ["216"] = {
    id = 216,
    name = "Worn Ancient Splinter",
    value = 6360000,
    tradeable = true,
    itemImage = "/images/combat/materials/ancient_splinter.PNG",
    extraTooltipInfo = "A splinter of some long lost metal; it has more in common with stone than it does metal and would require a master craftsman to work it.",
    class = "bar",
    tags = { "shard" },
    rarity = "legendary"
  },
  ["217"] = {
    id = 217,
    name = "Royal Ice Shard",
    value = 3360000,
    tradeable = true,
    itemImage = "/images/combat/materials/ice_shard.PNG",
    extraTooltipInfo = "A somewhat workable shard of frozen stone sourced from the frozen wastes within the Valley of Giants. Appears to be a material commonly used by Ice Giants to form their accessories; perhaps you could make something useful with it?",
    class = "bar",
    tags = { "shard" },
    rarity = "epic"
  },
  ["301"] = {
    id = 301,
    name = "Branch",
    level = 1,
    value = 1,
    tradeable = true,
    heat = 1,
    experience = 1,
    time = 2000,
    itemImage = "/images/foraging/branch.png",
    class = "log",
    extraTooltipInfo = "Used as a crafting material or turned into heat.",
    tags = { "foraging", "heat" }
  },
  ["302"] = {
    id = 302,
    name = "Log",
    level = 5,
    value = 3,
    tradeable = true,
    heat = 5,
    experience = 20,
    craftingExperience = 12,
    time = 5000,
    craftingLevel = 1,
    craftable = true,
    itemImage = "/images/foraging/log.png",
    craftingDescription = "Combine your branches to craft one log",
    class = "log",
    extraTooltipInfo = "Used as a crafting material or turned into heat.",
    category = "General",
    tags = { "foraging", "heat" },
    requiredResources = { {
      ["301"] = 20
    } }
  },
  ["303"] = {
    id = 303,
    name = "Oak Log",
    level = 10,
    value = 10,
    tradeable = true,
    heat = 10,
    experience = 40,
    time = 10000,
    itemImage = "/images/foraging/oak_log.png",
    class = "log",
    extraTooltipInfo = "Used as a crafting material or turned into heat.",
    tags = { "foraging", "heat" }
  },
  ["304"] = {
    id = 304,
    name = "Willow Log",
    level = 30,
    value = 20,
    tradeable = true,
    heat = 20,
    experience = 60,
    time = 15000,
    itemImage = "/images/foraging/willow_log.png",
    class = "log",
    extraTooltipInfo = "Used as a crafting material or turned into heat.",
    tags = { "foraging", "heat" }
  },
  ["305"] = {
    id = 305,
    name = "Maple Log",
    level = 45,
    value = 40,
    tradeable = true,
    heat = 70,
    experience = 80,
    time = 25000,
    itemImage = "/images/foraging/maple_log.png",
    class = "log",
    extraTooltipInfo = "Used as a crafting material or turned into heat.",
    tags = { "foraging", "heat" }
  },
  ["306"] = {
    id = 306,
    name = "Yew Log",
    level = 60,
    value = 100,
    tradeable = true,
    heat = 200,
    experience = 100,
    time = 60000,
    itemImage = "/images/foraging/yew_log.png",
    class = "log",
    extraTooltipInfo = "Used as a crafting material or turned into heat.",
    tags = { "foraging", "heat" },
    rarity = "rare"
  },
  ["307"] = {
    id = 307,
    name = "Elder Log",
    level = 70,
    value = 250,
    tradeable = true,
    heat = 350,
    experience = 150,
    time = 60000,
    itemImage = "/images/foraging/elder_log.png",
    class = "log",
    extraTooltipInfo = "Used as a crafting material or turned into heat.",
    tags = { "foraging", "heat" },
    rarity = "rare"
  },
  ["400"] = {
    id = 400,
    name = "Sapphire",
    value = 1000,
    tradeable = true,
    itemImage = "/images/mining/sapphire.png",
    class = "gem",
    extraTooltipInfo = "An inexpensive blue gem that may be used for crafting.",
    tags = { "mining", "gem" }
  },
  ["401"] = {
    id = 401,
    name = "Emerald",
    value = 2000,
    tradeable = true,
    itemImage = "/images/mining/emerald.png",
    class = "gem",
    extraTooltipInfo = "An inexpensive green gem that may be used for crafting.",
    tags = { "mining", "gem" }
  },
  ["402"] = {
    id = 402,
    name = "Ruby",
    value = 5000,
    tradeable = true,
    itemImage = "/images/mining/ruby.png",
    class = "gem",
    extraTooltipInfo = "An uncommon red gem that may be used for crafting.",
    tags = { "mining", "gem" }
  },
  ["403"] = {
    id = 403,
    name = "Diamond",
    value = 10000,
    tradeable = true,
    itemImage = "/images/mining/diamond.png",
    class = "gem",
    extraTooltipInfo = "An uncommon gem that may be used for crafting.",
    tags = { "mining", "gem" }
  },
  ["404"] = {
    id = 404,
    name = "Black Opal",
    value = 50000,
    tradeable = true,
    itemImage = "/images/mining/black_opal.png",
    class = "gem",
    extraTooltipInfo = "A rare black gem that may be used for crafting. It is said that you can see the whole universe inside of one of these.",
    tags = { "mining", "gem" },
    rarity = "uncommon"
  },
  ["500"] = {
    id = 500,
    name = "Air Talisman",
    talisman = true,
    tradeable = true,
    value = 20000,
    craftingExperience = 1000,
    craftingLevel = 50,
    requiredResources = { {
      ["3"] = 50000,
      ["520"] = 1
    } },
    category = "Skilling",
    craftable = true,
    itemImage = "/images/runecrafting/air_talisman.png",
    extraTooltipInfo = "A magical talisman that can be consumed to strengthen your link to air magic.",
    class = "rune",
    tags = { "magic", "runecrafting" },
    rarity = "uncommon"
  },
  ["501"] = {
    id = 501,
    name = "Earth Talisman",
    talisman = true,
    tradeable = true,
    value = 20000,
    craftingExperience = 1000,
    craftingLevel = 50,
    requiredResources = { {
      ["4"] = 50000,
      ["520"] = 1
    } },
    category = "Skilling",
    craftable = true,
    itemImage = "/images/runecrafting/earth_talisman.png",
    extraTooltipInfo = "A magical talisman that can be consumed to strengthen your link to earth magic.",
    class = "rune",
    tags = { "magic", "runecrafting" },
    rarity = "uncommon"
  },
  ["502"] = {
    id = 502,
    name = "Fire Talisman",
    talisman = true,
    tradeable = true,
    value = 20000,
    craftingExperience = 1000,
    craftingLevel = 50,
    requiredResources = { {
      ["5"] = 50000,
      ["520"] = 1
    } },
    category = "Skilling",
    craftable = true,
    itemImage = "/images/runecrafting/fire_talisman.png",
    extraTooltipInfo = "A magical talisman that can be consumed to strengthen your link to fire magic.",
    class = "rune",
    tags = { "magic", "runecrafting" },
    rarity = "uncommon"
  },
  ["503"] = {
    id = 503,
    name = "Water Talisman",
    talisman = true,
    tradeable = true,
    value = 20000,
    craftingExperience = 1000,
    craftingLevel = 50,
    requiredResources = { {
      ["6"] = 50000,
      ["520"] = 1
    } },
    category = "Skilling",
    craftable = true,
    itemImage = "/images/runecrafting/water_talisman.png",
    extraTooltipInfo = "A magical talisman that can be consumed to strengthen your link to water magic.",
    class = "rune",
    tags = { "magic", "runecrafting" },
    rarity = "uncommon"
  },
  ["504"] = {
    id = 504,
    name = "Blood Talisman",
    talisman = true,
    tradeable = true,
    value = 20000,
    craftingExperience = 1000,
    craftingLevel = 50,
    requiredResources = { {
      ["7"] = 50000,
      ["520"] = 1
    } },
    category = "Skilling",
    craftable = true,
    itemImage = "/images/runecrafting/blood_talisman.png",
    extraTooltipInfo = "A magical talisman that can be consumed to strengthen your link to blood magic.",
    class = "rune",
    tags = { "magic", "runecrafting" },
    rarity = "uncommon"
  },
  ["505"] = {
    id = 505,
    name = "Death Talisman",
    talisman = true,
    tradeable = true,
    value = 20000,
    craftingExperience = 1000,
    craftingLevel = 50,
    requiredResources = { {
      ["8"] = 50000,
      ["520"] = 1
    } },
    category = "Skilling",
    craftable = true,
    itemImage = "/images/runecrafting/death_talisman.png",
    extraTooltipInfo = "A magical talisman that can be consumed to strengthen your link to death magic.",
    class = "rune",
    tags = { "magic", "runecrafting" },
    rarity = "uncommon"
  },
  ["506"] = {
    id = 506,
    name = "Chaos Talisman",
    talisman = true,
    tradeable = true,
    value = 20000,
    craftingExperience = 1000,
    craftingLevel = 50,
    requiredResources = { {
      ["9"] = 50000,
      ["520"] = 1
    } },
    category = "Skilling",
    craftable = true,
    itemImage = "/images/runecrafting/chaos_talisman.png",
    extraTooltipInfo = "A magical talisman that can be consumed to strengthen your link to chaos magic.",
    class = "rune",
    tags = { "magic", "runecrafting" },
    rarity = "uncommon"
  },
  ["507"] = {
    id = 507,
    name = "Nature Talisman",
    talisman = true,
    tradeable = true,
    value = 20000,
    craftingExperience = 1000,
    craftingLevel = 50,
    requiredResources = { {
      ["10"] = 50000,
      ["520"] = 1
    } },
    category = "Skilling",
    craftable = true,
    itemImage = "/images/runecrafting/nature_talisman.png",
    extraTooltipInfo = "A magical talisman that can be consumed to strengthen your link to nature magic.",
    class = "rune",
    tags = { "magic", "runecrafting" },
    rarity = "uncommon"
  },
  ["508"] = {
    id = 508,
    name = "Mind Talisman",
    talisman = true,
    tradeable = true,
    value = 20000,
    craftingExperience = 1000,
    craftingLevel = 50,
    requiredResources = { {
      ["11"] = 50000,
      ["520"] = 1
    } },
    category = "Skilling",
    craftable = true,
    itemImage = "/images/runecrafting/mind_talisman.png",
    extraTooltipInfo = "A magical talisman that can be consumed to strengthen your link to mind magic.",
    class = "rune",
    tags = { "magic", "runecrafting" },
    rarity = "uncommon"
  },
  ["509"] = {
    id = 509,
    name = "Cosmic Talisman",
    talisman = true,
    tradeable = true,
    value = 20000,
    craftingExperience = 1000,
    craftingLevel = 50,
    requiredResources = { {
      ["12"] = 50000,
      ["520"] = 1
    } },
    category = "Skilling",
    craftable = true,
    itemImage = "/images/runecrafting/cosmic_talisman.png",
    extraTooltipInfo = "A magical talisman that can be consumed to strengthen your link to cosmic magic.",
    class = "rune",
    tags = { "magic", "runecrafting" },
    rarity = "uncommon"
  },
  ["510"] = {
    name = "Air Rune",
    id = 510,
    value = 10,
    tradeable = true,
    time = 5000,
    itemImage = "/images/runecrafting/air_rune.png",
    extraTooltipInfo = "A slate imbued with magic essence. Often needed to perform magic.",
    class = "rune",
    tags = { "ammunition", "magic", "runecrafting", "enchanting" },
    requiredResources = { {
      ["3"] = 400,
      ["113"] = 1
    } }
  },
  ["511"] = {
    name = "Earth Rune",
    id = 511,
    value = 10,
    tradeable = true,
    time = 5000,
    itemImage = "/images/runecrafting/earth_rune.png",
    extraTooltipInfo = "A slate imbued with magic essence. Often needed to perform magic.",
    class = "rune",
    tags = { "ammunition", "magic", "runecrafting", "enchanting" },
    requiredResources = { {
      ["4"] = 400,
      ["113"] = 1
    } }
  },
  ["512"] = {
    name = "Fire Rune",
    id = 512,
    value = 10,
    tradeable = true,
    time = 5000,
    itemImage = "/images/runecrafting/fire_rune.png",
    extraTooltipInfo = "A slate imbued with magic essence. Often needed to perform magic.",
    class = "rune",
    tags = { "ammunition", "magic", "runecrafting", "enchanting" },
    requiredResources = { {
      ["5"] = 400,
      ["113"] = 1
    } }
  },
  ["513"] = {
    name = "Water Rune",
    id = 513,
    value = 10,
    tradeable = true,
    time = 5000,
    itemImage = "/images/runecrafting/water_rune.png",
    extraTooltipInfo = "A slate imbued with magic essence. Often needed to perform magic.",
    class = "rune",
    tags = { "ammunition", "magic", "runecrafting", "enchanting" },
    requiredResources = { {
      ["6"] = 400,
      ["113"] = 1
    } }
  },
  ["514"] = {
    name = "Blood Rune",
    id = 514,
    value = 10,
    tradeable = true,
    time = 5000,
    itemImage = "/images/runecrafting/blood_rune.png",
    extraTooltipInfo = "A slate imbued with magic essence. Often needed to perform magic.",
    class = "rune",
    tags = { "ammunition", "magic", "runecrafting", "enchanting" },
    requiredResources = { {
      ["7"] = 400,
      ["113"] = 1
    } }
  },
  ["515"] = {
    name = "Death Rune",
    id = 515,
    value = 10,
    tradeable = true,
    time = 5000,
    itemImage = "/images/runecrafting/death_rune.png",
    extraTooltipInfo = "A slate imbued with magic essence. Often needed to perform magic.",
    class = "rune",
    tags = { "ammunition", "magic", "runecrafting", "enchanting" },
    requiredResources = { {
      ["8"] = 400,
      ["113"] = 1
    } }
  },
  ["516"] = {
    name = "Chaos Rune",
    id = 516,
    value = 10,
    tradeable = true,
    time = 5000,
    itemImage = "/images/runecrafting/chaos_rune.png",
    extraTooltipInfo = "A slate imbued with magic essence. Often needed to perform magic.",
    class = "rune",
    tags = { "ammunition", "magic", "runecrafting", "enchanting" },
    requiredResources = { {
      ["9"] = 400,
      ["113"] = 1
    } }
  },
  ["517"] = {
    name = "Nature Rune",
    id = 517,
    value = 10,
    tradeable = true,
    time = 5000,
    itemImage = "/images/runecrafting/nature_rune.png",
    extraTooltipInfo = "A slate imbued with magic essence. Often needed to perform magic.",
    class = "rune",
    tags = { "ammunition", "magic", "runecrafting", "enchanting" },
    requiredResources = { {
      ["10"] = 400,
      ["113"] = 1
    } }
  },
  ["518"] = {
    name = "Mind Rune",
    activeMessage = "Crafting mind runes",
    id = 518,
    value = 10,
    tradeable = true,
    time = 5000,
    itemImage = "/images/runecrafting/mind_rune.png",
    extraTooltipInfo = "A slate imbued with magic essence. Often needed to perform magic.",
    class = "rune",
    actionButton = "Craft",
    tags = { "ammunition", "magic", "runecrafting", "enchanting" },
    requiredResources = { {
      ["11"] = 400,
      ["113"] = 1
    } }
  },
  ["519"] = {
    name = "Cosmic Rune",
    id = 519,
    value = 10,
    tradeable = true,
    time = 5000,
    itemImage = "/images/runecrafting/cosmic_rune.png",
    extraTooltipInfo = "A slate imbued with magic essence. Often needed to perform magic.",
    class = "rune",
    tags = { "ammunition", "magic", "runecrafting", "enchanting" },
    requiredResources = { {
      ["12"] = 400,
      ["113"] = 1
    } }
  },
  ["520"] = {
    id = 520,
    name = "Unstable Talisman",
    value = 25000,
    itemImage = "/images/runecrafting/unstable_talisman.png",
    extraTooltipInfo = "An unstable talisman that is brimming with potential. Requires essence in order to condense it into a normal talisman, though some essence may be lost in the conversion process.",
    class = "rune",
    tags = { "magic", "runecrafting" },
    rarity = "uncommon"
  },
  ["600"] = {
    id = 600,
    name = "Bronze Pickaxe",
    value = 1272,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 4,
      ["302"] = 2
    },
    craftingExperience = 300,
    craftingLevel = 2,
    craftable = true,
    itemImage = "/images/mining/bronze_pickaxe.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 10 to your effective mining level when determining speed.",
    extraTooltipInfo = "Adds 10 to your effective mining level when determining speed.",
    category = "Mining",
    enchantable = true,
    tags = { "tool", "mining" },
    equipmentStats = {
      slot = "pickaxe",
      toolBoost = { {
        skill = "mining",
        boost = 10
      } },
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 0.5
      } }
    },
    requiredResources = { {
      ["201"] = 40,
      ["302"] = 20
    } }
  },
  ["601"] = {
    id = 601,
    name = "Iron Pickaxe",
    value = 22920,
    tradeable = true,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 8,
      ["303"] = 4
    },
    craftingExperience = 1100,
    craftingLevel = 7,
    requiredLevel = {
      mining = 10
    },
    craftable = true,
    itemImage = "/images/mining/iron_pickaxe.svg",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 20 to your mining level when determining speed.",
    extraTooltipInfo = "Adds 20 to your mining level when determining speed.",
    category = "Mining",
    enchantable = true,
    tags = { "tool", "mining" },
    equipmentStats = {
      slot = "pickaxe",
      toolBoost = { {
        skill = "mining",
        boost = 20
      } },
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 1
      } }
    },
    requiredResources = { {
      ["202"] = 75,
      ["303"] = 35
    } }
  },
  ["602"] = {
    id = 602,
    name = "Mithril Pickaxe",
    value = 79560,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 13,
      ["304"] = 7
    },
    craftingExperience = 3575,
    craftingLevel = 25,
    requiredLevel = {
      mining = 30
    },
    craftable = true,
    itemImage = "/images/mining/mithril_pickaxe.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 30 to your mining level when determining speed.",
    extraTooltipInfo = "Adds 30 to your mining level when determining speed.",
    category = "Mining",
    enchantable = true,
    tags = { "tool", "mining" },
    equipmentStats = {
      slot = "pickaxe",
      toolBoost = { {
        skill = "mining",
        boost = 30
      } },
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 1.5
      } }
    },
    requiredResources = { {
      ["204"] = 130,
      ["304"] = 65
    } }
  },
  ["603"] = {
    id = 603,
    name = "Adamantite Pickaxe",
    value = 484800,
    tradeable = true,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 20,
      ["305"] = 10
    },
    craftingExperience = 11000,
    craftingLevel = 41,
    requiredLevel = {
      mining = 40
    },
    craftable = true,
    itemImage = "/images/mining/adamantite_pickaxe.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 40 to your mining level when determining speed.",
    extraTooltipInfo = "Adds 40 to your mining level when determining speed.",
    category = "Mining",
    enchantable = true,
    tags = { "tool", "mining" },
    equipmentStats = {
      slot = "pickaxe",
      toolBoost = { {
        skill = "mining",
        boost = 40
      } },
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 2
      } }
    },
    requiredResources = { {
      ["205"] = 200,
      ["305"] = 100
    } },
    rarity = "uncommon"
  },
  ["604"] = {
    id = 604,
    name = "Runite Pickaxe",
    value = 2284200,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 27,
      ["306"] = 14
    },
    craftingExperience = 24975,
    craftingLevel = 51,
    requiredLevel = {
      mining = 50
    },
    craftable = true,
    itemImage = "/images/mining/rune_pickaxe.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 50 to your mining level when determining speed.",
    extraTooltipInfo = "Adds 50 to your mining level when determining speed.",
    category = "Mining",
    enchantable = true,
    tags = { "tool", "mining" },
    equipmentStats = {
      slot = "pickaxe",
      toolBoost = { {
        skill = "mining",
        boost = 50
      } },
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 2.5
      } }
    },
    requiredResources = { {
      ["206"] = 270,
      ["306"] = 135
    } },
    rarity = "uncommon"
  },
  ["605"] = {
    id = 605,
    name = "Stygian Pickaxe",
    value = 3782100,
    tradeable = true,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 35,
      ["800"] = 20
    },
    craftingExperience = 52500,
    craftingLevel = 67,
    requiredLevel = {
      mining = 60
    },
    craftable = true,
    itemImage = "/images/mining/stygian_pickaxe.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 60 to your mining level when determining speed.",
    extraTooltipInfo = "Adds 60 to your mining level when determining speed.",
    category = "Mining",
    enchantable = true,
    tags = { "tool", "mining" },
    equipmentStats = {
      slot = "pickaxe",
      toolBoost = { {
        skill = "mining",
        boost = 60
      } },
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 3
      } }
    },
    requiredResources = { {
      ["207"] = 350,
      ["800"] = 175
    } },
    rarity = "rare"
  },
  ["606"] = {
    id = 606,
    name = "Dwarven Rocksmasher",
    value = 12960000,
    tradeable = false,
    enchantmentTier = 8,
    augmentationCost = {
      ["114"] = 750,
      ["115"] = 250,
      ["11037"] = 3,
      ["11038"] = 3,
      ["11039"] = 3
    },
    craftingExperience = 256000,
    craftingLevel = 90,
    requiredLevel = {
      mining = 80
    },
    forcedAugmentChance = 1,
    craftable = true,
    maxAugLevel = 10,
    augCostScaling = {
      soulboundOnly = true,
      startsAt = 3,
      multPerLevel = 0.5,
      soulboundMaxDuplicates = 1,
      soulboundIgnoresMaxAug = true
    },
    itemImage = "/images/mining/dwarven_pickaxe.png",
    tool = true,
    class = "equipment",
    craftingDescription = "A legendary mining tool using lost dwarven technology.",
    extraTooltipInfo = "A legendary mining tool using lost dwarven technology.",
    category = "Mining",
    enchantable = true,
    tags = { "tool", "mining" },
    equipmentStats = {
      slot = "pickaxe",
      toolBoost = { {
        skill = "mining",
        boost = 90
      } },
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 5
      } },
      itemSet = { 10007, 10008 }
    },
    requiredResources = { {
      ["207"] = 200,
      ["208"] = 100,
      ["11037"] = 1,
      ["11038"] = 1,
      ["11039"] = 1
    } },
    rarity = "legendary"
  },
  ["610"] = {
    id = 610,
    name = "Bronze Hatchet",
    value = 1272,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 4,
      ["302"] = 2
    },
    craftingExperience = 300,
    craftingLevel = 2,
    craftable = true,
    itemImage = "/images/foraging/bronze_hatchet.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 10 to your effective foraging level when determining speed.",
    extraTooltipInfo = "Adds 10 to your effective foraging level when determining speed.",
    category = "Foraging",
    enchantable = true,
    tags = { "tool", "foraging" },
    equipmentStats = {
      slot = "hatchet",
      toolBoost = { {
        skill = "foraging",
        boost = 10
      } },
      augmentationBonus = { {
        stat = "toolBoost.foraging",
        value = 0.5
      } }
    },
    requiredResources = { {
      ["201"] = 40,
      ["302"] = 20
    } }
  },
  ["611"] = {
    id = 611,
    name = "Iron Hatchet",
    value = 22920,
    tradeable = true,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 8,
      ["303"] = 4
    },
    craftingExperience = 1100,
    craftingLevel = 7,
    requiredLevel = {
      foraging = 10
    },
    craftable = true,
    itemImage = "/images/foraging/iron_hatchet.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 20 to your foraging level when determining speed.",
    extraTooltipInfo = "Adds 20 to your foraging level when determining speed.",
    category = "Foraging",
    enchantable = true,
    tags = { "tool", "foraging" },
    equipmentStats = {
      slot = "hatchet",
      toolBoost = { {
        skill = "foraging",
        boost = 20
      } },
      augmentationBonus = { {
        stat = "toolBoost.foraging",
        value = 1
      } }
    },
    requiredResources = { {
      ["202"] = 75,
      ["303"] = 35
    } }
  },
  ["612"] = {
    id = 612,
    name = "Mithril Hatchet",
    value = 79560,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 13,
      ["304"] = 7
    },
    craftingExperience = 3575,
    craftingLevel = 24,
    requiredLevel = {
      foraging = 30
    },
    craftable = true,
    itemImage = "/images/foraging/mithril_hatchet.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 30 to your foraging level when determining speed.",
    extraTooltipInfo = "Adds 30 to your foraging level when determining speed.",
    category = "Foraging",
    enchantable = true,
    tags = { "tool", "foraging" },
    equipmentStats = {
      slot = "hatchet",
      toolBoost = { {
        skill = "foraging",
        boost = 30
      } },
      augmentationBonus = { {
        stat = "toolBoost.foraging",
        value = 1.5
      } }
    },
    requiredResources = { {
      ["204"] = 130,
      ["304"] = 65
    } }
  },
  ["613"] = {
    id = 613,
    name = "Adamantite Hatchet",
    value = 484800,
    tradeable = true,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 20,
      ["305"] = 10
    },
    craftingExperience = 11000,
    craftingLevel = 41,
    requiredLevel = {
      foraging = 40
    },
    craftable = true,
    itemImage = "/images/foraging/adamantite_hatchet.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 40 to your foraging level when determining speed.",
    extraTooltipInfo = "Adds 40 to your foraging level when determining speed.",
    category = "Foraging",
    enchantable = true,
    tags = { "tool", "foraging" },
    equipmentStats = {
      slot = "hatchet",
      toolBoost = { {
        skill = "foraging",
        boost = 40
      } },
      augmentationBonus = { {
        stat = "toolBoost.foraging",
        value = 2
      } }
    },
    requiredResources = { {
      ["205"] = 200,
      ["305"] = 100
    } },
    rarity = "uncommon"
  },
  ["614"] = {
    id = 614,
    name = "Runite Hatchet",
    value = 2284200,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 27,
      ["306"] = 14
    },
    craftingExperience = 24975,
    craftingLevel = 51,
    requiredLevel = {
      foraging = 50
    },
    craftable = true,
    itemImage = "/images/foraging/rune_hatchet.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 50 to your foraging level when determining speed.",
    extraTooltipInfo = "Adds 50 to your foraging level when determining speed.",
    category = "Foraging",
    enchantable = true,
    tags = { "tool", "foraging" },
    equipmentStats = {
      slot = "hatchet",
      toolBoost = { {
        skill = "foraging",
        boost = 50
      } },
      augmentationBonus = { {
        stat = "toolBoost.foraging",
        value = 2.5
      } }
    },
    requiredResources = { {
      ["206"] = 270,
      ["306"] = 135
    } },
    rarity = "uncommon"
  },
  ["615"] = {
    id = 615,
    name = "Stygian Hatchet",
    value = 3782100,
    tradeable = true,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 35,
      ["800"] = 20
    },
    craftingExperience = 52500,
    craftingLevel = 67,
    requiredLevel = {
      foraging = 60
    },
    craftable = true,
    itemImage = "/images/foraging/stygian_hatchet.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 60 to your foraging level when determining speed.",
    extraTooltipInfo = "Adds 60 to your foraging level when determining speed.",
    category = "Foraging",
    enchantable = true,
    tags = { "tool", "foraging" },
    equipmentStats = {
      slot = "hatchet",
      toolBoost = { {
        skill = "foraging",
        boost = 60
      } },
      augmentationBonus = { {
        stat = "toolBoost.foraging",
        value = 3
      } }
    },
    requiredResources = { {
      ["207"] = 350,
      ["800"] = 175
    } },
    rarity = "rare"
  },
  ["616"] = {
    id = 616,
    name = "The Grovekeeper",
    value = 9270000,
    tradeable = false,
    enchantmentTier = 8,
    augmentationCost = {
      ["306"] = 2500,
      ["307"] = 1000,
      ["11040"] = 3,
      ["11041"] = 3,
      ["11042"] = 3
    },
    craftingExperience = 256000,
    craftingLevel = 90,
    requiredLevel = {
      foraging = 80
    },
    craftable = true,
    maxAugLevel = 10,
    augCostScaling = {
      soulboundOnly = true,
      startsAt = 3,
      multPerLevel = 0.5,
      soulboundMaxDuplicates = 1,
      soulboundIgnoresMaxAug = true
    },
    forcedAugmentChance = 1,
    itemImage = "/images/foraging/grovekeeper.png",
    tool = true,
    class = "equipment",
    craftingDescription = "A legendary foraging tool. It appears to actually be alive.",
    extraTooltipInfo = "A legendary foraging tool. It appears to actually be alive.",
    category = "Foraging",
    enchantable = true,
    tags = { "tool", "foraging" },
    equipmentStats = {
      slot = "hatchet",
      toolBoost = { {
        skill = "foraging",
        boost = 90
      } },
      augmentationBonus = { {
        stat = "toolBoost.foraging",
        value = 5
      } },
      itemSet = { 10005, 10006 }
    },
    requiredResources = { {
      ["306"] = 1000,
      ["307"] = 500,
      ["11040"] = 1,
      ["11041"] = 1,
      ["11042"] = 1
    } },
    rarity = "legendary"
  },
  ["620"] = {
    id = 620,
    name = "Sapphire Ring",
    value = 181200,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["203"] = 50,
      ["400"] = 1
    },
    craftingExperience = 1920,
    craftingLevel = 5,
    craftable = true,
    itemImage = "/images/jewellery/sapphire_ring.png",
    class = "equipment",
    craftingDescription = "A ring capable of holding weak enchantments.",
    extraTooltipInfo = "A ring capable of holding weak enchantments.",
    category = "Gold",
    enchantable = true,
    tags = { "jewelry" },
    equipmentStats = {
      slot = "ring",
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Ice",
        value = 2
      } }
    },
    requiredResources = { {
      ["203"] = 50,
      ["400"] = 1,
      ["640"] = 1
    } },
    rarity = "uncommon"
  },
  ["621"] = {
    id = 621,
    name = "Sapphire Necklace",
    value = 181200,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["203"] = 50,
      ["400"] = 1
    },
    craftingExperience = 1920,
    craftingLevel = 5,
    craftable = true,
    itemImage = "/images/jewellery/sapphire_necklace.png",
    class = "equipment",
    craftingDescription = "A necklace capable of holding weak enchantments.",
    extraTooltipInfo = "A necklace capable of holding weak enchantments.",
    category = "Gold",
    enchantable = true,
    tags = { "jewelry" },
    equipmentStats = {
      slot = "necklace",
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Ice",
        value = 2
      } }
    },
    requiredResources = { {
      ["203"] = 50,
      ["400"] = 1,
      ["641"] = 1
    } },
    rarity = "uncommon"
  },
  ["622"] = {
    id = 622,
    name = "Emerald Ring",
    value = 182400,
    tradeable = true,
    enchantmentTier = 2,
    augmentationCost = {
      ["203"] = 50,
      ["401"] = 1
    },
    craftingExperience = 3120,
    craftingLevel = 10,
    craftable = true,
    itemImage = "/images/jewellery/emerald_ring.png",
    class = "equipment",
    craftingDescription = "A ring capable of holding moderate enchantments.",
    extraTooltipInfo = "A ring capable of holding moderate enchantments.",
    category = "Gold",
    enchantable = true,
    tags = { "jewelry" },
    equipmentStats = {
      slot = "ring",
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Nature",
        value = 2
      } }
    },
    requiredResources = { {
      ["203"] = 50,
      ["401"] = 1,
      ["640"] = 1
    } },
    rarity = "uncommon"
  },
  ["623"] = {
    id = 623,
    name = "Emerald Necklace",
    value = 182400,
    tradeable = true,
    enchantmentTier = 2,
    augmentationCost = {
      ["203"] = 50,
      ["401"] = 1
    },
    craftingExperience = 3120,
    craftingLevel = 10,
    craftable = true,
    itemImage = "/images/jewellery/emerald_necklace.png",
    class = "equipment",
    craftingDescription = "A necklace capable of holding moderate enchantments.",
    extraTooltipInfo = "A necklace capable of holding moderate enchantments.",
    category = "Gold",
    enchantable = true,
    tags = { "jewelry" },
    equipmentStats = {
      slot = "necklace",
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Nature",
        value = 2
      } }
    },
    requiredResources = { {
      ["203"] = 50,
      ["401"] = 1,
      ["641"] = 1
    } },
    rarity = "uncommon"
  },
  ["624"] = {
    id = 624,
    name = "Ruby Ring",
    value = 186000,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["203"] = 50,
      ["402"] = 1
    },
    craftingExperience = 4320,
    craftingLevel = 25,
    craftable = true,
    itemImage = "/images/jewellery/ruby_ring.png",
    class = "equipment",
    craftingDescription = "A ring capable of holding decent enchantments.",
    extraTooltipInfo = "A ring capable of holding decent enchantments.",
    category = "Gold",
    enchantable = true,
    tags = { "jewelry" },
    equipmentStats = {
      slot = "ring",
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Fire",
        value = 2
      } }
    },
    requiredResources = { {
      ["203"] = 50,
      ["402"] = 1,
      ["640"] = 1
    } },
    rarity = "uncommon"
  },
  ["625"] = {
    id = 625,
    name = "Ruby Necklace",
    value = 186000,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["203"] = 50,
      ["402"] = 1
    },
    craftingExperience = 4320,
    craftingLevel = 25,
    craftable = true,
    itemImage = "/images/jewellery/ruby_necklace.png",
    class = "equipment",
    craftingDescription = "A necklace capable of holding decent enchantments.",
    extraTooltipInfo = "A necklace capable of holding decent enchantments.",
    category = "Gold",
    enchantable = true,
    tags = { "jewelry" },
    equipmentStats = {
      slot = "necklace",
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Fire",
        value = 2
      } }
    },
    requiredResources = { {
      ["203"] = 50,
      ["402"] = 1,
      ["641"] = 1
    } },
    rarity = "uncommon"
  },
  ["626"] = {
    id = 626,
    name = "Diamond Ring",
    value = 192000,
    tradeable = true,
    enchantmentTier = 4,
    augmentationCost = {
      ["203"] = 50,
      ["403"] = 1
    },
    craftingExperience = 5520,
    craftingLevel = 50,
    craftable = true,
    itemImage = "/images/jewellery/diamond_ring.png",
    class = "equipment",
    craftingDescription = "A ring capable of holding strong enchantments.",
    extraTooltipInfo = "A ring capable of holding strong enchantments.",
    category = "Gold",
    enchantable = true,
    tags = { "jewelry" },
    equipmentStats = {
      slot = "ring",
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Lightning",
        value = 2
      } }
    },
    requiredResources = { {
      ["203"] = 50,
      ["403"] = 1,
      ["640"] = 1
    } },
    rarity = "uncommon"
  },
  ["627"] = {
    id = 627,
    name = "Diamond Necklace",
    value = 192000,
    tradeable = true,
    enchantmentTier = 4,
    augmentationCost = {
      ["203"] = 50,
      ["403"] = 1
    },
    craftingExperience = 5520,
    craftingLevel = 50,
    craftable = true,
    itemImage = "/images/jewellery/diamond_necklace.png",
    class = "equipment",
    craftingDescription = "A necklace capable of holding strong enchantments.",
    extraTooltipInfo = "A necklace capable of holding strong enchantments.",
    category = "Gold",
    enchantable = true,
    tags = { "jewelry" },
    equipmentStats = {
      slot = "necklace",
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Lightning",
        value = 2
      } }
    },
    requiredResources = { {
      ["203"] = 50,
      ["403"] = 1,
      ["641"] = 1
    } },
    rarity = "uncommon"
  },
  ["628"] = {
    id = 628,
    name = "Prismatic Necklace",
    value = 92793600,
    tradeable = true,
    enchantmentTier = 6,
    augmentationCost = {
      ["203"] = 100,
      ["400"] = 1,
      ["401"] = 1,
      ["402"] = 1,
      ["403"] = 1,
      ["404"] = 1
    },
    craftingExperience = 120000,
    craftingLevel = 70,
    craftable = true,
    itemImage = "/images/jewellery/prismatic_necklace.png",
    extraTooltipInfo = "A necklace capable of holding extraordinary enchantments.",
    class = "equipment",
    category = "Gold",
    enchantable = true,
    tags = { "jewelry" },
    equipmentStats = {
      slot = "necklace",
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 2
      } }
    },
    requiredResources = { {
      ["621"] = 150,
      ["623"] = 120,
      ["625"] = 90,
      ["627"] = 60,
      ["12012"] = 650
    } },
    rarity = "legendary"
  },
  ["629"] = {
    id = 629,
    name = "Prismatic Ring",
    value = 92793600,
    tradeable = true,
    enchantmentTier = 6,
    augmentationCost = {
      ["203"] = 500,
      ["400"] = 1,
      ["401"] = 1,
      ["402"] = 1,
      ["403"] = 1
    },
    craftingExperience = 120000,
    craftingLevel = 70,
    craftable = true,
    itemImage = "/images/jewellery/prismatic_ring.png",
    craftingDescription = "A ring capable of holding extraordinary enchantments.",
    extraTooltipInfo = "A ring capable of holding extraordinary enchantments.",
    category = "Gold",
    class = "equipment",
    enchantable = true,
    tags = { "jewelry" },
    equipmentStats = {
      slot = "ring",
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 2
      } }
    },
    requiredResources = { {
      ["620"] = 150,
      ["622"] = 120,
      ["624"] = 90,
      ["626"] = 60,
      ["12012"] = 650
    } },
    rarity = "legendary"
  },
  ["630"] = {
    id = 630,
    name = "Black Opal Ring",
    value = 240000,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["203"] = 50,
      ["404"] = 1
    },
    craftingExperience = 6720,
    craftingLevel = 60,
    craftable = true,
    itemImage = "/images/jewellery/black_opal_ring.png",
    class = "equipment",
    craftingDescription = "A ring capable of holding powerful enchantments.",
    extraTooltipInfo = "A ring capable of holding powerful enchantments.",
    category = "Gold",
    enchantable = true,
    tags = { "jewelry" },
    equipmentStats = {
      slot = "ring",
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Chaos",
        value = 2
      } }
    },
    requiredResources = { {
      ["203"] = 50,
      ["404"] = 1,
      ["640"] = 1
    } },
    augmentingFailItem = 12012,
    rarity = "rare"
  },
  ["631"] = {
    id = 631,
    name = "Black Opal Necklace",
    value = 240000,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["203"] = 50,
      ["404"] = 1
    },
    craftingExperience = 6720,
    craftingLevel = 60,
    craftable = true,
    itemImage = "/images/jewellery/black_opal_necklace.png",
    class = "equipment",
    craftingDescription = "A necklace capable of holding powerful enchantments.",
    extraTooltipInfo = "A necklace capable of holding powerful enchantments.",
    category = "Gold",
    enchantable = true,
    tags = { "jewelry" },
    equipmentStats = {
      slot = "necklace",
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Chaos",
        value = 2
      } }
    },
    requiredResources = { {
      ["203"] = 50,
      ["404"] = 1,
      ["641"] = 1
    } },
    augmentingFailItem = 12012,
    rarity = "rare"
  },
  ["640"] = {
    id = 640,
    name = "Gold Ring",
    value = 120000,
    tradeable = true,
    enchantmentTier = 0,
    craftingExperience = 1200,
    craftingLevel = 1,
    craftable = true,
    itemImage = "/images/jewellery/gold_ring.png",
    class = "equipment",
    craftingDescription = "An ordinary ring with no special properties.",
    category = "Gold",
    tags = { "jewelry" },
    equipmentStats = {
      slot = "ring"
    },
    requiredResources = { {
      ["203"] = 100
    } },
    rarity = "uncommon"
  },
  ["641"] = {
    id = 641,
    name = "Gold Necklace",
    value = 120000,
    tradeable = true,
    enchantmentTier = 0,
    craftingExperience = 1200,
    craftingLevel = 1,
    craftable = true,
    itemImage = "/images/jewellery/gold_necklace.png",
    class = "equipment",
    craftingDescription = "An ordinary necklace with no special properties.",
    category = "Gold",
    tags = { "jewelry" },
    equipmentStats = {
      slot = "necklace"
    },
    requiredResources = { {
      ["203"] = 100
    } },
    rarity = "uncommon"
  },
  ["642"] = {
    id = 642,
    name = "Corrupted Ring",
    value = 594000,
    tradeable = false,
    enchantmentTier = 3,
    augmentationCost = {
      ["203"] = 50,
      ["401"] = 5
    },
    craftingExperience = 21480,
    craftingLevel = 55,
    forcedEnchant = 43,
    forcedEnchantAmount = 3,
    overwriteEnchant = false,
    requiredLevel = {
      defense = 40,
      attack = 40
    },
    craftable = true,
    itemImage = "/images/jewellery/corrupted_ring.png",
    class = "equipment",
    craftingDescription = "None are incorruptible. Succumb to the hunger. Once crafted the Corruption enchant will be applied to the ring.",
    extraTooltipInfo = "None are incorruptible. Succumb to the hunger.",
    category = "Gold",
    tags = { "jewelry", "melee" },
    equipmentStats = {
      slot = "ring",
      weaponBonus = {
        strength = 5,
        intellect = 0,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "weaponBonus.strength",
        value = 2
      } }
    },
    requiredResources = { {
      ["203"] = 300,
      ["401"] = 10,
      ["404"] = 2,
      ["1544"] = 1
    } },
    rarity = "uncommon"
  },
  ["643"] = {
    id = 643,
    name = "Ancient Nature Amulet",
    value = 200000,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["10"] = 5000,
      ["507"] = 1,
      ["517"] = 50
    },
    enchantmentOverrideSlot = "combat-talisman",
    forcedEnchant = 44,
    forcedEnchantAmount = 4,
    itemImage = "/images/jewellery/ancient_nature_talisman.png",
    class = "equipment",
    extraTooltipInfo = "An ancient energy keeps you from attempting to absorb the talisman.",
    tags = { "jewelry", "ability" },
    enchantable = true,
    requiredLevel = {
      defense = 40,
      magic = 40
    },
    equipmentStats = {
      grantedAbility = { 9, 89 },
      slot = "necklace",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 3,
        agility = 0,
        stamina = 0
      },
      offensiveDamageAffinity = {
        Nature = 1.2
      },
      defensiveDamageAffinity = {
        Magic = 1.025,
        Nature = 1.15
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.5
      } },
      itemSet = { 10019 }
    },
    rarity = "rare"
  },
  ["644"] = {
    id = 644,
    name = "Ancient Fire Amulet",
    value = 200000,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["5"] = 5000,
      ["502"] = 1,
      ["512"] = 50
    },
    enchantmentOverrideSlot = "combat-talisman",
    forcedEnchant = 45,
    forcedEnchantAmount = 1,
    itemImage = "/images/jewellery/ancient_fire_talisman.png",
    class = "equipment",
    extraTooltipInfo = "An ancient energy keeps you from attempting to absorb the talisman. With this you could wield an aspect of flame.",
    tags = { "jewelry", "melee", "ability" },
    enchantable = true,
    requiredLevel = {
      defense = 40,
      strength = 40,
      magic = 40
    },
    equipmentStats = {
      grantedAbility = { 7 },
      slot = "necklace",
      weaponBonus = {
        strength = 3,
        intellect = 0,
        dexterity = 0
      },
      offensiveDamageAffinity = {
        Fire = 1.15
      },
      defensiveDamageAffinity = {
        Fire = 1.15
      },
      augmentationBonus = { {
        stat = "weaponBonus.strength",
        value = 0.5
      } }
    },
    rarity = "rare"
  },
  ["645"] = {
    id = 645,
    name = "Ancient Water Amulet",
    value = 200000,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["6"] = 5000,
      ["503"] = 1,
      ["513"] = 50
    },
    enchantmentOverrideSlot = "combat-talisman",
    forcedEnchant = 70,
    forcedEnchantAmount = 1,
    itemImage = "/images/jewellery/ancient_water_talisman.png",
    class = "equipment",
    requiredLevel = {
      defense = 40,
      magic = 40
    },
    extraTooltipInfo = "An ancient energy keeps you from attempting to absorb the talisman. With this you could wield an aspect of ice.",
    tags = { "jewelry", "magic", "ability" },
    enchantable = true,
    equipmentStats = {
      grantedAbility = { 8 },
      slot = "necklace",
      weaponBonus = {
        strength = 0,
        intellect = 3,
        dexterity = 0
      },
      offensiveDamageAffinity = {
        Ice = 1.15
      },
      defensiveDamageAffinity = {
        Ice = 1.15
      },
      augmentationBonus = { {
        stat = "weaponBonus.intellect",
        value = 0.5
      } }
    },
    rarity = "rare"
  },
  ["646"] = {
    id = 646,
    name = "Ancient Blood Amulet",
    value = 200000,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["7"] = 5000,
      ["504"] = 1,
      ["514"] = 50
    },
    enchantmentOverrideSlot = "combat-talisman",
    forcedEnchant = 15,
    forcedEnchantAmount = 2,
    itemImage = "/images/jewellery/ancient_blood_talisman.png",
    class = "equipment",
    extraTooltipInfo = "An ancient energy keeps you from attempting to absorb the talisman. With this you bathe in the blood of your enemies. Very edgy.",
    tags = { "jewelry", "melee", "ability" },
    enchantable = true,
    requiredLevel = {
      defense = 40,
      strength = 40
    },
    equipmentStats = {
      grantedAbility = { 62 },
      slot = "necklace",
      weaponBonus = {
        strength = 3,
        intellect = 0,
        dexterity = 0
      },
      offensiveDamageAffinity = {
        Slashing = 1.15
      },
      augmentationBonus = { {
        stat = "weaponBonus.strength",
        value = 0.5
      } }
    },
    rarity = "rare"
  },
  ["647"] = {
    id = 647,
    name = "Ancient Air Amulet",
    value = 200000,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["3"] = 5000,
      ["500"] = 1,
      ["510"] = 50
    },
    enchantmentOverrideSlot = "combat-talisman",
    itemImage = "/images/jewellery/ancient_air_talisman.png",
    class = "equipment",
    extraTooltipInfo = "An ancient energy keeps you from attempting to absorb the talisman. It is so light it could almost float in the air on its own.",
    tags = { "jewelry", "range", "ability" },
    enchantable = true,
    requiredLevel = {
      defense = 40,
      range = 40
    },
    equipmentStats = {
      grantedAbility = { 63, 64 },
      slot = "necklace",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 3
      },
      offensiveDamageAffinity = {
        Range = 1.1
      },
      augmentationBonus = { {
        stat = "weaponBonus.dexterity",
        value = 0.5
      } }
    },
    rarity = "rare"
  },
  ["660"] = {
    id = 660,
    name = "Bronze Hoe",
    value = 1272,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 4,
      ["302"] = 2
    },
    craftingExperience = 300,
    craftingLevel = 2,
    craftable = true,
    itemImage = "/images/farming/bronze_hoe.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 10 to your effective farming level when determining plant yield.",
    extraTooltipInfo = "Adds 10 to your effective farming level when determining plant yield.",
    category = "Farming",
    enchantable = true,
    tags = { "tool", "farming" },
    equipmentStats = {
      slot = "hoe",
      toolBoost = { {
        skill = "farming",
        boost = 10
      } },
      augmentationBonus = { {
        stat = "toolBoost.farming",
        value = 0.5
      } }
    },
    requiredResources = { {
      ["201"] = 40,
      ["302"] = 20
    } }
  },
  ["661"] = {
    id = 661,
    name = "Iron Hoe",
    value = 22920,
    tradeable = true,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 8,
      ["303"] = 4
    },
    craftingExperience = 1100,
    craftingLevel = 7,
    requiredLevel = {
      farming = 10
    },
    craftable = true,
    itemImage = "/images/farming/iron_hoe.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 20 to your farming level when determining plant yield.",
    extraTooltipInfo = "Adds 20 to your farming level when determining plant yield.",
    category = "Farming",
    enchantable = true,
    tags = { "tool", "farming" },
    equipmentStats = {
      slot = "hoe",
      toolBoost = { {
        skill = "farming",
        boost = 20
      } },
      augmentationBonus = { {
        stat = "toolBoost.farming",
        value = 1
      } }
    },
    requiredResources = { {
      ["202"] = 75,
      ["303"] = 35
    } }
  },
  ["662"] = {
    id = 662,
    name = "Mithril Hoe",
    value = 79560,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 13,
      ["304"] = 7
    },
    craftingExperience = 3575,
    craftingLevel = 24,
    requiredLevel = {
      farming = 30
    },
    craftable = true,
    itemImage = "/images/farming/mithril_hoe.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 30 to your farming level when determining plant yield.",
    extraTooltipInfo = "Adds 30 to your farming level when determining plant yield.",
    category = "Farming",
    enchantable = true,
    tags = { "tool", "farming" },
    equipmentStats = {
      slot = "hoe",
      toolBoost = { {
        skill = "farming",
        boost = 30
      } },
      augmentationBonus = { {
        stat = "toolBoost.farming",
        value = 1.5
      } }
    },
    requiredResources = { {
      ["204"] = 130,
      ["304"] = 65
    } }
  },
  ["663"] = {
    id = 663,
    name = "Adamantite Hoe",
    value = 484800,
    tradeable = true,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 20,
      ["305"] = 10
    },
    craftingExperience = 11000,
    craftingLevel = 41,
    requiredLevel = {
      farming = 40
    },
    craftable = true,
    itemImage = "/images/farming/adamantite_hoe.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 40 to your farming level when determining plant yield.",
    extraTooltipInfo = "Adds 40 to your farming level when determining plant yield.",
    category = "Farming",
    enchantable = true,
    tags = { "tool", "farming" },
    equipmentStats = {
      slot = "hoe",
      toolBoost = { {
        skill = "farming",
        boost = 40
      } },
      augmentationBonus = { {
        stat = "toolBoost.farming",
        value = 2
      } }
    },
    requiredResources = { {
      ["205"] = 200,
      ["305"] = 100
    } },
    rarity = "uncommon"
  },
  ["664"] = {
    id = 664,
    name = "Runite Hoe",
    value = 2284200,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 27,
      ["306"] = 14
    },
    craftingExperience = 24975,
    craftingLevel = 51,
    requiredLevel = {
      farming = 50
    },
    craftable = true,
    itemImage = "/images/farming/runite_hoe.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 50 to your farming level when determining plant yield.",
    extraTooltipInfo = "Adds 50 to your farming level when determining plant yield.",
    category = "Farming",
    enchantable = true,
    tags = { "tool", "farming" },
    equipmentStats = {
      slot = "hoe",
      toolBoost = { {
        skill = "farming",
        boost = 50
      } },
      augmentationBonus = { {
        stat = "toolBoost.farming",
        value = 2.5
      } }
    },
    requiredResources = { {
      ["206"] = 270,
      ["306"] = 135
    } },
    rarity = "uncommon"
  },
  ["665"] = {
    id = 665,
    name = "Stygian Hoe",
    value = 3782100,
    tradeable = true,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 35,
      ["800"] = 20
    },
    craftingExperience = 52500,
    craftingLevel = 67,
    requiredLevel = {
      farming = 60
    },
    craftable = true,
    itemImage = "/images/farming/stygian_hoe.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 60 to your farming level when determining plant yield.",
    extraTooltipInfo = "Adds 60 to your farming level when determining plant yield.",
    category = "Farming",
    enchantable = true,
    tags = { "tool", "farming" },
    equipmentStats = {
      slot = "hoe",
      toolBoost = { {
        skill = "farming",
        boost = 60
      } },
      augmentationBonus = { {
        stat = "toolBoost.farming",
        value = 3
      } }
    },
    requiredResources = { {
      ["207"] = 350,
      ["800"] = 175
    } },
    rarity = "rare"
  },
  ["666"] = {
    id = 666,
    name = "Bronze Tongs",
    value = 1272,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 4,
      ["302"] = 2
    },
    craftingExperience = 300,
    craftingLevel = 2,
    requiredResources = { {
      ["201"] = 40,
      ["302"] = 20
    } },
    craftable = true,
    itemImage = "/images/smithing/Bronze_Tongs.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 10 to your effective smithing level.",
    extraTooltipInfo = "Adds 10 to your effective smithing level.",
    category = "Skilling",
    enchantable = true,
    tags = { "tool", "smithing" },
    equipmentStats = {
      slot = "tongs",
      toolBoost = { {
        skill = "smithing",
        boost = 10
      } },
      augmentationBonus = { {
        stat = "toolBoost.smithing",
        value = 0.5
      } }
    }
  },
  ["667"] = {
    id = 667,
    name = "Iron Tongs",
    value = 22920,
    tradeable = true,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 8,
      ["303"] = 4
    },
    craftingExperience = 1100,
    craftingLevel = 7,
    requiredLevel = {
      smithing = 10
    },
    requiredResources = { {
      ["202"] = 75,
      ["303"] = 35
    } },
    craftable = true,
    itemImage = "/images/smithing/Iron_Tongs.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 20 to your smithing level.",
    extraTooltipInfo = "Adds 20 to your smithing level.",
    category = "Skilling",
    enchantable = true,
    tags = { "tool", "smithing" },
    equipmentStats = {
      slot = "tongs",
      toolBoost = { {
        skill = "smithing",
        boost = 20
      } },
      augmentationBonus = { {
        stat = "toolBoost.smithing",
        value = 1
      } }
    }
  },
  ["668"] = {
    id = 668,
    name = "Mithril Tongs",
    value = 79560,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 13,
      ["304"] = 7
    },
    craftingExperience = 3575,
    craftingLevel = 24,
    requiredLevel = {
      smithing = 20
    },
    requiredResources = { {
      ["204"] = 130,
      ["304"] = 65
    } },
    craftable = true,
    itemImage = "/images/smithing/Mithril_Tongs.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 30 to your smithing level.",
    extraTooltipInfo = "Adds 30 to your smithing level.",
    category = "Skilling",
    enchantable = true,
    tags = { "tool", "smithing" },
    equipmentStats = {
      slot = "tongs",
      toolBoost = { {
        skill = "smithing",
        boost = 30
      } },
      augmentationBonus = { {
        stat = "toolBoost.smithing",
        value = 1.5
      } }
    }
  },
  ["669"] = {
    id = 669,
    name = "Adamantite Tongs",
    value = 484800,
    tradeable = true,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 20,
      ["305"] = 10
    },
    craftingExperience = 11000,
    craftingLevel = 41,
    requiredLevel = {
      smithing = 30
    },
    requiredResources = { {
      ["205"] = 200,
      ["305"] = 100
    } },
    craftable = true,
    itemImage = "/images/smithing/Adamantite_Tongs.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 40 to your smithing level.",
    extraTooltipInfo = "Adds 40 to your smithing level.",
    category = "Skilling",
    enchantable = true,
    tags = { "tool", "smithing" },
    equipmentStats = {
      slot = "tongs",
      toolBoost = { {
        skill = "smithing",
        boost = 40
      } },
      augmentationBonus = { {
        stat = "toolBoost.smithing",
        value = 2
      } }
    }
  },
  ["670"] = {
    id = 670,
    name = "Runite Tongs",
    value = 2284200,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 27,
      ["306"] = 14
    },
    craftingExperience = 24975,
    craftingLevel = 51,
    requiredLevel = {
      smithing = 40
    },
    requiredResources = { {
      ["206"] = 270,
      ["306"] = 135
    } },
    craftable = true,
    itemImage = "/images/smithing/Runite_Tongs.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 50 to your smithing level.",
    extraTooltipInfo = "Adds 50 to your smithing level.",
    category = "Skilling",
    enchantable = true,
    tags = { "tool", "smithing" },
    equipmentStats = {
      slot = "tongs",
      toolBoost = { {
        skill = "smithing",
        boost = 50
      } },
      augmentationBonus = { {
        stat = "toolBoost.smithing",
        value = 2.5
      } }
    },
    rarity = "uncommon"
  },
  ["671"] = {
    id = 671,
    name = "Stygian Tongs",
    value = 3782100,
    tradeable = true,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 35,
      ["800"] = 20
    },
    craftingExperience = 52500,
    craftingLevel = 67,
    requiredLevel = {
      smithing = 50
    },
    craftable = true,
    itemImage = "/images/smithing/Stygian_Tongs.png",
    tool = true,
    class = "equipment",
    craftingDescription = "Adds 60 to your smithing level.",
    extraTooltipInfo = "Adds 60 to your smithing level.",
    category = "Skilling",
    enchantable = true,
    tags = { "tool", "smithing" },
    equipmentStats = {
      slot = "tongs",
      toolBoost = { {
        skill = "smithing",
        boost = 60
      } },
      augmentationBonus = { {
        stat = "toolBoost.smithing",
        value = 3
      } }
    },
    requiredResources = { {
      ["207"] = 350,
      ["800"] = 175
    } },
    rarity = "uncommon"
  },
  ["672"] = {
    id = 672,
    name = "Lesser Magic Tome",
    value = 180,
    itemImage = "/images/enchanting/Lesser_Magic_Tome_embossed.png",
    tool = true,
    class = "equipment",
    craftingDescription = "A tome of magic that grants you minor benefits for augmentation.",
    extraTooltipInfo = "A tome of magic that grants you minor benefits for augmentation.",
    enchantable = true,
    tags = { "tool", "enchanting" },
    equipmentStats = {
      slot = "tome",
      toolBoost = { {
        skill = "enchanting",
        boost = 10
      } }
    },
    craftable = true,
    category = "Skilling",
    craftingExperience = 15000,
    craftingLevel = 15,
    requiredResources = { {
      ["500"] = 1,
      ["1600"] = 5,
      ["4015"] = 100
    } }
  },
  ["673"] = {
    id = 673,
    name = "Major Magic Tome",
    value = 600,
    requiredLevel = {
      enchanting = 10
    },
    itemImage = "/images/enchanting/Major_Magic_Tome.png",
    tool = true,
    class = "equipment",
    craftingDescription = "A tome of magic that grants you some benefits for augmentation.",
    extraTooltipInfo = "A tome of magic that grants you some benefits for augmentation.",
    enchantable = true,
    tags = { "tool", "enchanting" },
    equipmentStats = {
      slot = "tome",
      toolBoost = { {
        skill = "enchanting",
        boost = 20
      } }
    },
    craftable = true,
    category = "Skilling",
    craftingExperience = 30000,
    craftingLevel = 30,
    requiredResources = { {
      ["501"] = 1,
      ["502"] = 1,
      ["672"] = 1,
      ["1600"] = 10,
      ["4016"] = 200
    } }
  },
  ["674"] = {
    id = 674,
    name = "Greater Magic Tome",
    value = 1200,
    requiredLevel = {
      enchanting = 20
    },
    itemImage = "/images/enchanting/Greater_Magic_Tome.png",
    tool = true,
    class = "equipment",
    craftingDescription = "A tome of magic that grants you benefits for augmentation.",
    extraTooltipInfo = "A tome of magic that grants you benefits for augmentation.",
    enchantable = true,
    tags = { "tool", "enchanting" },
    equipmentStats = {
      slot = "tome",
      toolBoost = { {
        skill = "enchanting",
        boost = 30
      } }
    },
    craftable = true,
    category = "Skilling",
    craftingExperience = 45000,
    craftingLevel = 45,
    requiredResources = { {
      ["503"] = 1,
      ["504"] = 1,
      ["673"] = 1,
      ["1600"] = 20,
      ["4017"] = 300
    } }
  },
  ["675"] = {
    id = 675,
    name = "Elder Magic Tome",
    value = 2400,
    requiredLevel = {
      enchanting = 30
    },
    itemImage = "/images/enchanting/Elder_Magic_Tome.png",
    tool = true,
    class = "equipment",
    craftingDescription = "A tome of magic that grants you strong benefits for augmentation.",
    extraTooltipInfo = "A tome of magic that grants you strong benefits for augmentation.",
    enchantable = true,
    tags = { "tool", "enchanting" },
    equipmentStats = {
      slot = "tome",
      toolBoost = { {
        skill = "enchanting",
        boost = 40
      } }
    },
    craftable = true,
    category = "Skilling",
    craftingExperience = 60000,
    craftingLevel = 60,
    requiredResources = { {
      ["505"] = 1,
      ["506"] = 1,
      ["674"] = 1,
      ["1600"] = 40,
      ["4018"] = 400
    } }
  },
  ["676"] = {
    id = 676,
    name = "Ancient Magic Tome",
    value = 4800,
    requiredLevel = {
      enchanting = 40
    },
    itemImage = "/images/enchanting/Ancient_Magic_Tome.png",
    tool = true,
    class = "equipment",
    craftingDescription = "An ancient tome of magic that grants you the strongest benefits for augmentation.",
    extraTooltipInfo = "An ancient tome of magic that grants you the strongest benefits for augmentation.",
    enchantable = true,
    tags = { "tool", "enchanting" },
    equipmentStats = {
      slot = "tome",
      toolBoost = { {
        skill = "enchanting",
        boost = 50
      } }
    },
    craftable = true,
    category = "Skilling",
    craftingExperience = 75000,
    craftingLevel = 75,
    requiredResources = { {
      ["507"] = 1,
      ["508"] = 1,
      ["509"] = 1,
      ["675"] = 1,
      ["1600"] = 80,
      ["4019"] = 500
    } },
    rarity = "uncommon"
  },
  ["677"] = {
    id = 677,
    name = "Apprentice Runic Chisel",
    value = 100,
    itemImage = "/images/runecrafting/chisel.png",
    tool = true,
    class = "equipment",
    craftingDescription = "A basic chisel designed to help you in engraving runes onto slate or drawing magic out of fibers.",
    extraTooltipInfo = "A basic chisel designed to help you in engraving runes onto slate or drawing magic out of fibers.",
    enchantable = true,
    tags = { "tool", "runecrafting" },
    equipmentStats = {
      slot = "chisel",
      toolBoost = { {
        skill = "runecrafting",
        boost = 10
      } },
      augmentationBonus = { {
        stat = "toolBoost.runecrafting",
        value = 0.5
      } }
    },
    enchantmentTier = 2,
    augmentationCost = {
      ["113"] = 50,
      ["400"] = 1
    },
    requiredLevel = {
      runecrafting = 20
    },
    tradeable = true,
    craftable = true,
    category = "Skilling",
    craftingExperience = 4000,
    craftingLevel = 15,
    requiredResources = { {
      ["113"] = 1000,
      ["400"] = 3,
      ["401"] = 1
    } }
  },
  ["678"] = {
    id = 678,
    name = "Journeyman Runic Chisel",
    value = 100,
    itemImage = "/images/runecrafting/chisel_0.png",
    tool = true,
    class = "equipment",
    craftingDescription = "A chisel designed to help you in engraving runes onto slate or drawing magic out of fibers.",
    extraTooltipInfo = "A chisel designed to help you in engraving runes onto slate or drawing magic out of fibers.",
    enchantable = true,
    tags = { "tool", "runecrafting" },
    equipmentStats = {
      slot = "chisel",
      toolBoost = { {
        skill = "runecrafting",
        boost = 20
      } },
      augmentationBonus = { {
        stat = "toolBoost.runecrafting",
        value = 1
      } }
    },
    enchantmentTier = 4,
    augmentationCost = {
      ["113"] = 100,
      ["400"] = 1,
      ["401"] = 1,
      ["402"] = 1
    },
    requiredLevel = {
      runecrafting = 40
    },
    tradeable = true,
    craftable = true,
    rarity = "uncommon",
    category = "Skilling",
    craftingExperience = 55000,
    craftingLevel = 30,
    requiredResources = { {
      ["113"] = 1000,
      ["400"] = 15,
      ["401"] = 12,
      ["402"] = 9,
      ["403"] = 6
    } }
  },
  ["679"] = {
    id = 679,
    name = "Master Runic Chisel",
    value = 100,
    itemImage = "/images/runecrafting/chisel_1.PNG",
    tool = true,
    class = "equipment",
    craftingDescription = "An advanced chisel designed to help you in engraving runes onto slate or drawing magic out of fibers.",
    extraTooltipInfo = "An advanced chisel designed to help you in engraving runes onto slate or drawing magic out of fibers.",
    enchantable = true,
    tags = { "tool", "runecrafting" },
    equipmentStats = {
      slot = "chisel",
      toolBoost = { {
        skill = "runecrafting",
        boost = 30
      } },
      augmentationBonus = { {
        stat = "toolBoost.runecrafting",
        value = 1.5
      } }
    },
    enchantmentTier = 6,
    augmentationCost = {
      ["113"] = 100,
      ["401"] = 1,
      ["402"] = 1,
      ["403"] = 1
    },
    requiredLevel = {
      runecrafting = 60
    },
    tradeable = true,
    craftable = true,
    rarity = "rare",
    category = "Skilling",
    craftingExperience = 127000,
    craftingLevel = 60,
    requiredResources = { {
      ["113"] = 1000,
      ["400"] = 30,
      ["401"] = 24,
      ["402"] = 18,
      ["403"] = 12,
      ["404"] = 6
    } }
  },
  ["680"] = {
    id = 680,
    name = "Ancient Runic Chisel",
    value = 100,
    itemImage = "/images/runecrafting/chisel_2.png",
    tool = true,
    class = "equipment",
    craftingDescription = "An ancient chisel designed to help you in engraving runes onto slate or drawing magic out of fibers.",
    extraTooltipInfo = "An ancient chisel designed to help you in engraving runes onto slate or drawing magic out of fibers.",
    enchantable = true,
    tags = { "tool", "runecrafting" },
    equipmentStats = {
      slot = "chisel",
      toolBoost = { {
        skill = "runecrafting",
        boost = 50
      } },
      augmentationBonus = { {
        stat = "toolBoost.runecrafting",
        value = 2.5
      } }
    },
    enchantmentTier = 8,
    augmentationCost = {
      ["113"] = 100,
      ["401"] = 1,
      ["402"] = 1,
      ["403"] = 1,
      ["12017"] = 3000
    },
    requiredLevel = {
      runecrafting = 80
    },
    craftable = true,
    maxAugLevel = 10,
    augCostScaling = {
      soulboundOnly = true,
      startsAt = 3,
      multPerLevel = 0.5,
      soulboundMaxDuplicates = 1,
      soulboundIgnoresMaxAug = true
    },
    forcedAugmentChance = 1,
    rarity = "legendary",
    category = "Skilling",
    craftingExperience = 256000,
    craftingLevel = 90,
    requiredResources = { {
      ["113"] = 1000,
      ["400"] = 50,
      ["401"] = 40,
      ["402"] = 30,
      ["403"] = 20,
      ["404"] = 10,
      ["12017"] = 3000
    } }
  },
  ["690"] = {
    id = 690,
    name = "Fishing Net",
    value = 100,
    tradeable = true,
    craftingExperience = 90,
    craftingLevel = 1,
    craftable = true,
    itemImage = "/images/fishing/net.png",
    craftingDescription = "A rough net assembled from branches. Used as part of tackleboxes and other fishing gear.",
    extraTooltipInfo = "A rough net assembled from branches. Used as part of tackleboxes and other fishing gear.",
    class = "fish",
    category = "Fishing",
    tags = { "tool", "fishing" },
    requiredResources = { {
      ["301"] = 150
    } }
  },
  ["691"] = {
    id = 691,
    name = "Fly Fishing Rod",
    value = 200,
    tradeable = true,
    craftingExperience = 240,
    craftingLevel = 15,
    craftable = true,
    itemImage = "/images/fishing/fishing_rod.png",
    craftingDescription = "String on a stick. Used as part of tackleboxes and other fishing gear.",
    extraTooltipInfo = "String on a stick. Used as part of tackleboxes and other fishing gear.",
    class = "fish",
    category = "Fishing",
    tags = { "tool", "fishing" },
    requiredResources = { {
      ["301"] = 200,
      ["302"] = 100
    } }
  },
  ["692"] = {
    id = 692,
    name = "Cage",
    value = 500,
    tradeable = true,
    craftingExperience = 1320,
    craftingLevel = 25,
    craftable = true,
    itemImage = "/images/fishing/fishing_cage_2.png",
    craftingDescription = "An iron cage. Used as part of tackleboxes and other fishing gear.",
    extraTooltipInfo = "An iron cage. Used as part of tackleboxes and other fishing gear.",
    class = "fish",
    category = "Fishing",
    tags = { "tool", "fishing" },
    requiredResources = { {
      ["202"] = 50,
      ["303"] = 200
    } }
  },
  ["693"] = {
    id = 693,
    name = "Harpoon",
    value = 1000,
    tradeable = true,
    craftingExperience = 1680,
    craftingLevel = 40,
    craftable = true,
    itemImage = "/images/fishing/harpoon.png",
    craftingDescription = "A barbed spear. Used as part of tackleboxes and other fishing gear.",
    extraTooltipInfo = "A barbed spear. Used as part of tackleboxes and other fishing gear.",
    class = "fish",
    category = "Fishing",
    tags = { "tool", "fishing" },
    requiredResources = { {
      ["205"] = 25,
      ["304"] = 200
    } }
  },
  ["700"] = {
    id = 700,
    name = "Feather",
    tradeable = true,
    value = 6,
    itemImage = "images/fishing/feather.png",
    description = "Feather, from a chicken most likely.",
    class = "fish",
    tags = { }
  },
  ["701"] = {
    id = 701,
    name = "Fish Oil",
    value = 50,
    tradeable = true,
    ingredientTags = { },
    skill = "cooking",
    size = -5,
    sizeForHeat = 6,
    difficulty = 0,
    bonusDifficultyXP = 3,
    itemImage = "/images/cooking/fish_oil.png",
    extraTooltipInfo = "Ew, slimy. Should make logs burn longer or make cooking faster, though!",
    description = "Oil from cooking fish.",
    class = "cookedFish",
    tags = { "ingredient", "cooking" }
  },
  ["702"] = {
    id = 702,
    name = "Pyre Log",
    craftingLevel = 5,
    value = 60,
    tradeable = true,
    heat = 100,
    craftingExperience = 60,
    craftable = true,
    itemImage = "/images/foraging/pyre.png",
    craftingDescription = "Pour your fish oil on logs and make them incredibly flammable",
    extraTooltipInfo = "These can be burned for some heat.",
    class = "log",
    category = "General",
    tags = { "crafting", "heat" },
    requiredResources = { {
      ["302"] = 10,
      ["701"] = 1
    } }
  },
  ["703"] = {
    id = 703,
    name = "Pyre Oak Log",
    craftingLevel = 10,
    value = 200,
    tradeable = true,
    heat = 200,
    craftingExperience = 120,
    craftable = true,
    itemImage = "/images/foraging/oak_pyre.png",
    craftingDescription = "Pour your fish oil on oak logs and make them incredibly flammable",
    extraTooltipInfo = "These can be burned for moderate heat.",
    class = "log",
    category = "General",
    tags = { "crafting", "heat" },
    requiredResources = { {
      ["303"] = 10,
      ["701"] = 2
    } }
  },
  ["704"] = {
    id = 704,
    name = "Pyre Willow Log",
    craftingLevel = 20,
    value = 400,
    tradeable = true,
    heat = 400,
    craftingExperience = 180,
    craftable = true,
    itemImage = "/images/foraging/willow_pyre.png",
    craftingDescription = "Pour your fish oil on willow logs and make them incredibly flammable",
    extraTooltipInfo = "These can be burned for high heat.",
    class = "log",
    category = "General",
    tags = { "crafting", "heat" },
    requiredResources = { {
      ["304"] = 10,
      ["701"] = 3
    } }
  },
  ["705"] = {
    id = 705,
    name = "Pyre Maple Log",
    craftingLevel = 30,
    value = 1100,
    tradeable = true,
    heat = 1100,
    craftingExperience = 240,
    craftable = true,
    itemImage = "/images/foraging/maple_pyre.png",
    craftingDescription = "Pour your fish oil on maple logs and make them incredibly flammable",
    extraTooltipInfo = "These can be burned for a lot of heat.",
    class = "log",
    category = "General",
    tags = { "crafting", "heat" },
    requiredResources = { {
      ["305"] = 10,
      ["701"] = 4
    } }
  },
  ["706"] = {
    id = 706,
    name = "Pyre Yew Log",
    craftingLevel = 40,
    value = 3000,
    tradeable = true,
    heat = 3000,
    craftingExperience = 300,
    craftable = true,
    itemImage = "/images/foraging/yew_pyre.png",
    craftingDescription = "Pour your fish oil on yew logs and make them incredibly flammable",
    extraTooltipInfo = "These can be burned for massive heat.",
    class = "log",
    category = "General",
    tags = { "crafting", "heat" },
    requiredResources = { {
      ["306"] = 10,
      ["701"] = 5
    } }
  },
  ["707"] = {
    id = 707,
    name = "Pyre Elder Log",
    craftingLevel = 50,
    value = 5000,
    tradeable = true,
    heat = 5000,
    craftingExperience = 360,
    craftable = true,
    itemImage = "/images/foraging/elder_pyre.png",
    craftingDescription = "Pour your fish oil on elder logs and make them incredibly flammable",
    extraTooltipInfo = "These can be burned for massive heat.",
    class = "log",
    category = "General",
    tags = { "crafting", "heat" },
    requiredResources = { {
      ["307"] = 10,
      ["701"] = 6
    } },
    rarity = "uncommon"
  },
  ["800"] = {
    id = 800,
    name = "Ichor",
    value = 10,
    tradeable = true,
    ingredientTags = { "monster", "spice" },
    skill = "smithing",
    size = 1,
    difficulty = 4,
    cookingEnchantment = 2001,
    alchemySize = 2,
    itemImage = "/images/smithing/ichor.png",
    extraTooltipInfo = "A strange substance found in the presence of demons.",
    class = "bar",
    tags = { "ingredient", "mining", "smithing", "cooking" }
  },
  ["801"] = {
    id = 801,
    name = "Phoenix's Feather",
    value = 500000,
    tradeable = true,
    itemImage = "/images/magic/phoenix_feather.png",
    extraTooltipInfo = "A white-hot feather taken from a fallen phoenix.",
    class = "gem",
    tags = { "enchanting" },
    rarity = "epic"
  },
  ["900"] = {
    name = "Geode",
    id = 900,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/geode.png",
    canBeOpened = true,
    class = "gem",
    tags = { "mining", "chest" },
    rarity = "uncommon"
  },
  ["901"] = {
    name = "Bird's Nest",
    id = 901,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/bird_nest.png",
    canBeOpened = true,
    class = "gem",
    tags = { "foraging", "chest" },
    rarity = "uncommon"
  },
  ["902"] = {
    name = "Sunken Treasure",
    id = 902,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/sunken_treasure.png",
    canBeOpened = true,
    class = "gem",
    tags = { "fishing", "chest" },
    rarity = "uncommon"
  },
  ["903"] = {
    name = "Satchel",
    id = 903,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/satchel.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "uncommon"
  },
  ["904"] = {
    name = "Ancient Treasure",
    id = 904,
    value = 100000,
    tradeable = true,
    itemImage = "/images/misc/unsunken_treasure.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest", "fishing" },
    rarity = "rare"
  },
  ["905"] = {
    name = "Greater Geode",
    id = 905,
    value = 100000,
    tradeable = true,
    itemImage = "/images/misc/greater_geode.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest", "mining" },
    rarity = "rare"
  },
  ["906"] = {
    name = "Greater Bird's Nest",
    id = 906,
    value = 100000,
    tradeable = true,
    itemImage = "/images/misc/greater_bird_nest.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest", "foraging" },
    rarity = "rare"
  },
  ["1000"] = {
    name = "Bronze Scimitar",
    id = 1000,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 4,
      ["302"] = 1
    },
    craftingLevel = 4,
    craftingExperience = 250,
    value = 1236,
    craftable = true,
    itemImage = "/images/combat/equipment/bronze_scimitar.png",
    itemIcon = "/images/combat/equipment/bronze_scimitar_icon.png",
    class = "equipment",
    visual = "scimitar",
    craftingDescription = "Slash your enemies. Requires Attack level of 1 to wield.",
    category = "Melee",
    tags = { "melee", "onehand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = 4,
        Magic = -14,
        Range = -14,
        Slashing = 5
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.25,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 0.25,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 11,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 2.4,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["201"] = 40,
      ["302"] = 10
    } }
  },
  ["1001"] = {
    name = "Bronze Battleaxe",
    id = 1001,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 6,
      ["302"] = 2
    },
    craftingLevel = 6,
    craftingExperience = 400,
    value = 1872,
    tradeable = true,
    craftable = true,
    itemImage = "/images/combat/equipment/bronze_battleaxe.png",
    itemIcon = "/images/combat/equipment/bronze_battleaxe_icon.png",
    class = "equipment",
    visual = "battleaxe",
    craftingDescription = "Crush your enemies. Requires Attack level of 1 to wield.",
    category = "Melee",
    tags = { "melee", "onehand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.035,
        damageMultiplier = 1.13
      },
      offensiveAccuracyAffinityRating = {
        Melee = 3,
        Magic = -12,
        Range = -12,
        Piercing = -4,
        Blunt = 8,
        Slashing = 5
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 1.25,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 17,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["201"] = 60,
      ["302"] = 20
    } }
  },
  ["1002"] = {
    name = "Bronze Daggers",
    id = 1002,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 2,
      ["302"] = 1
    },
    craftingLevel = 1,
    craftingExperience = 125,
    value = 618,
    tradeable = true,
    craftable = true,
    itemImage = "/images/combat/equipment/bronze_dagger.png",
    itemIcon = "/images/combat/equipment/bronze_daggers_icon.png",
    class = "equipment",
    visual = "daggers",
    isDaggers = true,
    craftingDescription = "Stab your enemies. Requires Attack level of 1 to wield.",
    category = "Melee",
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.055,
        damageMultiplier = 1.75
      },
      offensiveAccuracyAffinityRating = {
        Melee = 5,
        Magic = -10,
        Range = -10,
        Piercing = 3,
        Blunt = -8,
        Slashing = 3
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.33,
        Range = 0.2,
        Piercing = 1.1,
        Blunt = 0.33,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 5,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 2,
        stamina = 0
      },
      attackSpeed = 2,
      augmentationBonus = { {
        stat = "offensiveCritical.chance",
        value = 0.01
      }, {
        stat = "offensiveCritical.damageMultiplier",
        value = 0.01
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["201"] = 20,
      ["302"] = 5
    } }
  },
  ["1003"] = {
    name = "Bronze Greatsword",
    id = 1003,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 8,
      ["302"] = 2
    },
    craftingLevel = 6,
    craftingExperience = 475,
    value = 2454,
    tradeable = true,
    craftable = true,
    itemImage = "/images/combat/equipment/bronze_2h_sword.png",
    itemIcon = "/images/combat/equipment/bronze_2h_sword_icon.png",
    class = "equipment",
    visual = "sword-2h",
    craftingDescription = "Powerfully slash your enemies. Requires Attack level of 1 to wield.",
    category = "Melee",
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.04,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = 5,
        Magic = -20,
        Range = -20,
        Piercing = 7,
        Blunt = 3,
        Slashing = 8
      },
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.66,
        Blunt = 0.33,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 21,
        intellect = 0,
        dexterity = 0
      },
      attackSpeed = 3.4,
      hitMults = {
        minimum = 0.33,
        maximum = 1.2
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["201"] = 80,
      ["302"] = 15
    } }
  },
  ["1004"] = {
    name = "Iron Scimitar",
    id = 1004,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 8,
      ["303"] = 2
    },
    craftingLevel = 10,
    craftingExperience = 900,
    value = 22680,
    tradeable = true,
    requiredLevel = {
      strength = 10
    },
    craftable = true,
    itemImage = "/images/combat/equipment/iron_scimitar.png",
    itemIcon = "/images/combat/equipment/iron_scimitar_icon.png",
    class = "equipment",
    visual = "scimitar",
    craftingDescription = "Slash your enemies. Requires Attack level of 10 to wield.",
    category = "Melee",
    tags = { "melee", "onehand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = 6,
        Magic = -14,
        Range = -14,
        Slashing = 7
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.25,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 0.25,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 13,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 2.4,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.33
      }, {
        stat = "weaponBonus.strength",
        value = 0.33
      } }
    },
    requiredResources = { {
      ["202"] = 75,
      ["303"] = 15
    } }
  },
  ["1005"] = {
    name = "Iron Battleaxe",
    id = 1005,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 10,
      ["303"] = 3
    },
    craftingLevel = 13,
    craftingExperience = 1300,
    value = 30360,
    tradeable = true,
    requiredLevel = {
      strength = 10
    },
    craftable = true,
    itemImage = "/images/combat/equipment/iron_battleaxe.png",
    itemIcon = "/images/combat/equipment/iron_battleaxe_icon.png",
    class = "equipment",
    visual = "battleaxe",
    craftingDescription = "Crush your enemies. Requires Attack level of 10 to wield.",
    category = "Melee",
    tags = { "melee", "onehand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.035,
        damageMultiplier = 1.13
      },
      offensiveAccuracyAffinityRating = {
        Melee = 5,
        Magic = -12,
        Range = -12,
        Piercing = -4,
        Blunt = 12,
        Slashing = 8
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 1.25,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 20,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.15
      }, {
        stat = "weaponBonus.strength",
        value = 0.5
      } }
    },
    requiredResources = { {
      ["202"] = 100,
      ["303"] = 30
    } }
  },
  ["1006"] = {
    name = "Iron Daggers",
    id = 1006,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 5,
      ["303"] = 1
    },
    craftingLevel = 7,
    craftingExperience = 600,
    value = 15120,
    tradeable = true,
    requiredLevel = {
      strength = 10
    },
    craftable = true,
    itemImage = "/images/combat/equipment/iron_dagger.png",
    itemIcon = "/images/combat/equipment/iron_daggers_icon.png",
    class = "equipment",
    visual = "daggers",
    isDaggers = true,
    craftingDescription = "Stab your enemies. Requires Attack level of 10 to wield.",
    category = "Melee",
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.055,
        damageMultiplier = 1.75
      },
      offensiveAccuracyAffinityRating = {
        Melee = 8,
        Magic = -10,
        Range = -10,
        Piercing = 5,
        Blunt = -8,
        Slashing = 5
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.33,
        Range = 0.2,
        Piercing = 1.1,
        Blunt = 0.33,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 6,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 2,
        stamina = 0
      },
      attackSpeed = 2,
      augmentationBonus = { {
        stat = "offensiveCritical.chance",
        value = 0.01
      }, {
        stat = "offensiveCritical.damageMultiplier",
        value = 0.01
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["202"] = 50,
      ["303"] = 10
    } }
  },
  ["1007"] = {
    name = "Iron Greatsword",
    id = 1007,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 13,
      ["303"] = 3
    },
    craftingLevel = 16,
    craftingExperience = 1500,
    value = 37800,
    tradeable = true,
    requiredLevel = {
      strength = 10
    },
    craftable = true,
    itemImage = "/images/combat/equipment/iron_2h_sword.png",
    itemIcon = "/images/combat/equipment/iron_2h_sword_icon.png",
    class = "equipment",
    visual = "sword-2h",
    craftingDescription = "Powerfully slash your enemies. Requires Attack level of 10 to wield.",
    category = "Melee",
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.04,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = 7,
        Magic = -20,
        Range = -20,
        Piercing = 10,
        Blunt = 4,
        Slashing = 12
      },
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.66,
        Blunt = 0.33,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 25,
        intellect = 0,
        dexterity = 0
      },
      attackSpeed = 3.4,
      hitMults = {
        minimum = 0.33,
        maximum = 1.2
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.25
      }, {
        stat = "weaponBonus.strength",
        value = 0.75
      } }
    },
    requiredResources = { {
      ["202"] = 125,
      ["303"] = 25
    } }
  },
  ["1008"] = {
    name = "Obsidian Scimitar",
    id = 1008,
    enchantmentTier = 5,
    augmentationCost = {
      ["202"] = 10,
      ["204"] = 10,
      ["209"] = 1,
      ["303"] = 2,
      ["304"] = 2
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 92000,
    tradeable = true,
    requiredLevel = {
      strength = 20
    },
    itemImage = "/images/combat/equipment/black_scimitar.png",
    itemIcon = "/images/combat/equipment/black_scimitar_icon.png",
    class = "equipment",
    visual = "scimitar",
    tags = { "melee", "onehand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = 15,
        Magic = -14,
        Range = -14,
        Slashing = 18
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.25,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 0.25,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 22,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 2.4,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.66
      }, {
        stat = "weaponBonus.strength",
        value = 0.66
      } }
    },
    requiredResources = { {
      ["204"] = 10,
      ["302"] = 10
    } },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1009"] = {
    name = "Obsidian Battleaxe",
    id = 1009,
    enchantmentTier = 5,
    augmentationCost = {
      ["202"] = 12,
      ["204"] = 12,
      ["209"] = 1,
      ["303"] = 4,
      ["304"] = 4
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 116000,
    tradeable = true,
    requiredLevel = {
      strength = 20
    },
    itemImage = "/images/combat/equipment/black_battleaxe.png",
    itemIcon = "/images/combat/equipment/black_battleaxe_icon.png",
    class = "equipment",
    visual = "battleaxe",
    tags = { "melee", "onehand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.035,
        damageMultiplier = 1.13
      },
      offensiveAccuracyAffinityRating = {
        Melee = 13,
        Magic = -12,
        Range = -12,
        Piercing = -4,
        Blunt = 30,
        Slashing = 20
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 1.25,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 33,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.3
      }, {
        stat = "weaponBonus.strength",
        value = 1
      } }
    },
    requiredResources = { {
      ["204"] = 10,
      ["302"] = 10
    } },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1010"] = {
    name = "Obsidian Daggers",
    id = 1010,
    enchantmentTier = 5,
    augmentationCost = {
      ["202"] = 8,
      ["204"] = 8,
      ["209"] = 1,
      ["303"] = 2,
      ["304"] = 2
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 68000,
    tradeable = true,
    requiredLevel = {
      strength = 20
    },
    itemImage = "/images/combat/equipment/black_dagger.png",
    itemIcon = "/images/combat/equipment/black_daggers_icon.png",
    class = "equipment",
    visual = "daggers",
    isDaggers = true,
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.055,
        damageMultiplier = 1.75
      },
      offensiveAccuracyAffinityRating = {
        Melee = 20,
        Magic = -10,
        Range = -10,
        Piercing = 13,
        Blunt = -8,
        Slashing = 13
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.33,
        Range = 0.2,
        Piercing = 1.1,
        Blunt = 0.33,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 11,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 4,
        stamina = 0
      },
      attackSpeed = 2,
      augmentationBonus = { {
        stat = "offensiveCritical.chance",
        value = 0.01
      }, {
        stat = "offensiveCritical.damageMultiplier",
        value = 0.01
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["204"] = 10,
      ["304"] = 10
    } },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1011"] = {
    name = "Obsidian Greatsword",
    id = 1011,
    enchantmentTier = 5,
    augmentationCost = {
      ["202"] = 15,
      ["204"] = 15,
      ["209"] = 1,
      ["303"] = 3,
      ["304"] = 3
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 140000,
    tradeable = true,
    requiredLevel = {
      strength = 20
    },
    itemImage = "/images/combat/equipment/black_2h_sword.png",
    itemIcon = "/images/combat/equipment/black_2h_sword_icon.png",
    class = "equipment",
    visual = "sword-2h",
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.04,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = 18,
        Magic = -20,
        Range = -20,
        Piercing = 25,
        Blunt = 10,
        Slashing = 30
      },
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.66,
        Blunt = 0.33,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 41,
        intellect = 0,
        dexterity = 0
      },
      attackSpeed = 3.4,
      hitMults = {
        minimum = 0.33,
        maximum = 1.2
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.5
      }, {
        stat = "weaponBonus.strength",
        value = 1.5
      } }
    },
    requiredResources = { {
      ["204"] = 10,
      ["304"] = 10
    } },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1012"] = {
    name = "Mithril Scimitar",
    id = 1012,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 13,
      ["304"] = 3
    },
    craftingLevel = 27,
    craftingExperience = 2975,
    value = 78600,
    tradeable = true,
    requiredLevel = {
      strength = 30
    },
    craftable = true,
    itemImage = "/images/combat/equipment/mithril_scimitar.png",
    itemIcon = "/images/combat/equipment/mithril_scimitar_icon.png",
    class = "equipment",
    visual = "scimitar",
    craftingDescription = "Slash your enemies. Requires Attack level of 30 to wield.",
    category = "Melee",
    tags = { "melee", "onehand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = 26,
        Magic = -14,
        Range = -14,
        Slashing = 31
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.25,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 0.25,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 33,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 2.4,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.99
      }, {
        stat = "weaponBonus.strength",
        value = 0.99
      } }
    },
    requiredResources = { {
      ["204"] = 130,
      ["304"] = 25
    } }
  },
  ["1013"] = {
    name = "Mithril Battleaxe",
    id = 1013,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 16,
      ["304"] = 5
    },
    craftingLevel = 30,
    craftingExperience = 3950,
    value = 97200,
    tradeable = true,
    requiredLevel = {
      strength = 30
    },
    craftable = true,
    itemImage = "/images/combat/equipment/mithril_battleaxe.png",
    itemIcon = "/images/combat/equipment/mithril_battleaxe_icon.png",
    class = "equipment",
    visual = "battleaxe",
    craftingDescription = "Crush your enemies. Requires Attack level of 30 to wield.",
    category = "Melee",
    tags = { "melee", "onehand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.035,
        damageMultiplier = 1.13
      },
      offensiveAccuracyAffinityRating = {
        Melee = 22,
        Magic = -12,
        Range = -12,
        Piercing = -4,
        Blunt = 52,
        Slashing = 35
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 1.25,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 49,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.45
      }, {
        stat = "weaponBonus.strength",
        value = 1.5
      } }
    },
    requiredResources = { {
      ["204"] = 160,
      ["304"] = 50
    } }
  },
  ["1014"] = {
    name = "Mithril Daggers",
    id = 1014,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 10,
      ["304"] = 3
    },
    craftingLevel = 23,
    craftingExperience = 2375,
    value = 60600,
    tradeable = true,
    requiredLevel = {
      strength = 30
    },
    craftable = true,
    itemImage = "/images/combat/equipment/mithril_dagger.png",
    itemIcon = "/images/combat/equipment/mithril_daggers_icon.png",
    class = "equipment",
    visual = "daggers",
    isDaggers = true,
    craftingDescription = "Stab your enemies. Requires Attack level of 30 to wield.",
    category = "Melee",
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.055,
        damageMultiplier = 1.75
      },
      offensiveAccuracyAffinityRating = {
        Melee = 35,
        Magic = -10,
        Range = -10,
        Piercing = 22,
        Blunt = -8,
        Slashing = 22
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.33,
        Range = 0.2,
        Piercing = 1.1,
        Blunt = 0.33,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 16,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 6,
        stamina = 0
      },
      attackSpeed = 2,
      augmentationBonus = { {
        stat = "offensiveCritical.chance",
        value = 0.01
      }, {
        stat = "offensiveCritical.damageMultiplier",
        value = 0.01
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["204"] = 100,
      ["304"] = 25
    } }
  },
  ["1015"] = {
    name = "Mithril Greatsword",
    id = 1015,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 20,
      ["304"] = 4
    },
    craftingLevel = 33,
    craftingExperience = 4500,
    value = 117960,
    tradeable = true,
    requiredLevel = {
      strength = 30
    },
    craftable = true,
    itemImage = "/images/combat/equipment/mithril_2h_sword.png",
    itemIcon = "/images/combat/equipment/mithril_2h_sword_icon.png",
    class = "equipment",
    visual = "sword-2h",
    craftingDescription = "Powerfully slash your enemies. Requires Attack level of 30 to wield.",
    category = "Melee",
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.04,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = 31,
        Magic = -20,
        Range = -20,
        Piercing = 44,
        Blunt = 17,
        Slashing = 52
      },
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.66,
        Blunt = 0.33,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 60,
        intellect = 0,
        dexterity = 0
      },
      attackSpeed = 3.4,
      hitMults = {
        minimum = 0.33,
        maximum = 1.2
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.75
      }, {
        stat = "weaponBonus.strength",
        value = 2.25
      } }
    },
    requiredResources = { {
      ["204"] = 195,
      ["304"] = 40
    } }
  },
  ["1016"] = {
    name = "Adamantite Scimitar",
    id = 1016,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 20,
      ["305"] = 4
    },
    craftingLevel = 43,
    craftingExperience = 9200,
    value = 481920,
    tradeable = true,
    requiredLevel = {
      strength = 40
    },
    craftable = true,
    itemImage = "/images/combat/equipment/adamantite_scimitar.png",
    itemIcon = "/images/combat/equipment/adamantite_scimitar_icon.png",
    class = "equipment",
    visual = "scimitar",
    craftingDescription = "Slash your enemies. Requires Attack level of 40 to wield.",
    category = "Melee",
    tags = { "melee", "onehand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = 38,
        Magic = -14,
        Range = -14,
        Slashing = 45
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.25,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 0.25,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 44,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 2.4,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.32
      }, {
        stat = "weaponBonus.strength",
        value = 1.32
      } }
    },
    requiredResources = { {
      ["205"] = 200,
      ["305"] = 40
    } },
    rarity = "uncommon"
  },
  ["1017"] = {
    name = "Adamantite Battleaxe",
    id = 1017,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 24,
      ["305"] = 7
    },
    craftingLevel = 47,
    craftingExperience = 11700,
    value = 579360,
    tradeable = true,
    requiredLevel = {
      strength = 40
    },
    craftable = true,
    itemImage = "/images/combat/equipment/adamantite_battleaxe.png",
    itemIcon = "/images/combat/equipment/adamantite_battleaxe_icon.png",
    class = "equipment",
    visual = "battleaxe",
    craftingDescription = "Crush your enemies. Requires Attack level of 40 to wield.",
    category = "Melee",
    tags = { "melee", "onehand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.035,
        damageMultiplier = 1.13
      },
      offensiveAccuracyAffinityRating = {
        Melee = 32,
        Magic = -12,
        Range = -12,
        Piercing = -4,
        Blunt = 77,
        Slashing = 51
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 1.25,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 67,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.6
      }, {
        stat = "weaponBonus.strength",
        value = 2
      } }
    },
    requiredResources = { {
      ["205"] = 240,
      ["305"] = 70
    } },
    rarity = "uncommon"
  },
  ["1018"] = {
    name = "Adamantite Daggers",
    id = 1018,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 16,
      ["305"] = 3
    },
    craftingLevel = 40,
    craftingExperience = 7300,
    value = 385440,
    tradeable = true,
    requiredLevel = {
      strength = 40
    },
    craftable = true,
    itemImage = "/images/combat/equipment/adamantite_dagger.png",
    itemIcon = "/images/combat/equipment/adamantite_daggers_icon.png",
    class = "equipment",
    visual = "daggers",
    isDaggers = true,
    craftingDescription = "Stab your enemies. Requires Attack level of 40 to wield.",
    category = "Melee",
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.055,
        damageMultiplier = 1.75
      },
      offensiveAccuracyAffinityRating = {
        Melee = 51,
        Magic = -10,
        Range = -10,
        Piercing = 32,
        Blunt = -8,
        Slashing = 32
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.33,
        Range = 0.2,
        Piercing = 1.1,
        Blunt = 0.33,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 22,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 8,
        stamina = 0
      },
      attackSpeed = 2,
      augmentationBonus = { {
        stat = "offensiveCritical.chance",
        value = 0.01
      }, {
        stat = "offensiveCritical.damageMultiplier",
        value = 0.01
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["205"] = 160,
      ["305"] = 30
    } },
    rarity = "uncommon"
  },
  ["1019"] = {
    name = "Adamantite Greatsword",
    id = 1019,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 28,
      ["305"] = 6
    },
    craftingLevel = 49,
    craftingExperience = 12850,
    value = 674640,
    tradeable = true,
    requiredLevel = {
      strength = 40
    },
    craftable = true,
    itemImage = "/images/combat/equipment/adamantite_2h_sword.png",
    itemIcon = "/images/combat/equipment/adamantite_2h_sword_icon.png",
    class = "equipment",
    visual = "sword-2h",
    craftingDescription = "Powerfully slash your enemies. Requires Attack level of 40 to wield.",
    category = "Melee",
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.04,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = 45,
        Magic = -20,
        Range = -20,
        Piercing = 64,
        Blunt = 26,
        Slashing = 77
      },
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.66,
        Blunt = 0.33,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 82,
        intellect = 0,
        dexterity = 0
      },
      attackSpeed = 3.4,
      hitMults = {
        minimum = 0.33,
        maximum = 1.2
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1
      }, {
        stat = "weaponBonus.strength",
        value = 3
      } }
    },
    requiredResources = { {
      ["205"] = 280,
      ["305"] = 55
    } },
    rarity = "uncommon"
  },
  ["1020"] = {
    name = "Runite Scimitar",
    id = 1020,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 27,
      ["306"] = 6
    },
    craftingLevel = 53,
    craftingExperience = 21375,
    value = 2274600,
    tradeable = true,
    requiredLevel = {
      strength = 50
    },
    craftable = true,
    itemImage = "/images/combat/equipment/rune_scimitar.png",
    itemIcon = "/images/combat/equipment/rune_scimitar_icon.png",
    class = "equipment",
    visual = "scimitar",
    craftingDescription = "Slash your enemies. Requires Attack level of 50 to wield.",
    category = "Melee",
    tags = { "melee", "onehand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = 52,
        Magic = -14,
        Range = -14,
        Slashing = 60
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.25,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 0.25,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 57,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 2.4,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.65
      }, {
        stat = "weaponBonus.strength",
        value = 1.65
      } }
    },
    requiredResources = { {
      ["206"] = 270,
      ["306"] = 55
    } },
    rarity = "uncommon"
  },
  ["1021"] = {
    name = "Runite Battleaxe",
    id = 1021,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 32,
      ["306"] = 19
    },
    craftingLevel = 57,
    craftingExperience = 26325,
    value = 2657400,
    tradeable = true,
    requiredLevel = {
      strength = 50
    },
    craftable = true,
    itemImage = "/images/combat/equipment/rune_battleaxe.png",
    itemIcon = "/images/combat/equipment/rune_battleaxe_icon.png",
    class = "equipment",
    visual = "battleaxe",
    craftingDescription = "Crush your enemies. Requires Attack level of 50 to wield.",
    category = "Melee",
    tags = { "melee", "onehand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.035,
        damageMultiplier = 1.13
      },
      offensiveAccuracyAffinityRating = {
        Melee = 43,
        Magic = -12,
        Range = -12,
        Piercing = -4,
        Blunt = 104,
        Slashing = 69
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 1.25,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 86,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.75
      }, {
        stat = "weaponBonus.strength",
        value = 2.5
      } }
    },
    requiredResources = { {
      ["206"] = 315,
      ["306"] = 95
    } },
    rarity = "uncommon"
  },
  ["1022"] = {
    name = "Runite Daggers",
    id = 1022,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 23,
      ["306"] = 5
    },
    craftingLevel = 50,
    craftingExperience = 17775,
    value = 1895400,
    tradeable = true,
    requiredLevel = {
      strength = 50
    },
    craftable = true,
    itemImage = "/images/combat/equipment/rune_dagger.png",
    itemIcon = "/images/combat/equipment/rune_daggers_icon.png",
    class = "equipment",
    visual = "daggers",
    isDaggers = true,
    craftingDescription = "Stab your enemies. Requires Attack level of 50 to wield.",
    category = "Melee",
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.055,
        damageMultiplier = 1.75
      },
      offensiveAccuracyAffinityRating = {
        Melee = 69,
        Magic = -10,
        Range = -10,
        Piercing = 43,
        Blunt = -8,
        Slashing = 43
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.33,
        Range = 0.2,
        Piercing = 1.1,
        Blunt = 0.33,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 29,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 10,
        stamina = 0
      },
      attackSpeed = 2,
      augmentationBonus = { {
        stat = "offensiveCritical.chance",
        value = 0.01
      }, {
        stat = "offensiveCritical.damageMultiplier",
        value = 0.01
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["206"] = 225,
      ["306"] = 45
    } },
    rarity = "uncommon"
  },
  ["1023"] = {
    name = "Runite Greatsword",
    id = 1023,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 36,
      ["306"] = 7
    },
    craftingLevel = 59,
    craftingExperience = 28350,
    value = 3032400,
    tradeable = true,
    requiredLevel = {
      strength = 50
    },
    craftable = true,
    itemImage = "/images/combat/equipment/rune_2h_sword.png",
    itemIcon = "/images/combat/equipment/rune_2h_sword_icon.png",
    class = "equipment",
    visual = "sword-2h",
    craftingDescription = "Powerfully slash your enemies. Requires Attack level of 50 to wield.",
    category = "Melee",
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.04,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = 60,
        Magic = -20,
        Range = -20,
        Piercing = 86,
        Blunt = 35,
        Slashing = 104
      },
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.66,
        Blunt = 0.33,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 106,
        intellect = 0,
        dexterity = 0
      },
      attackSpeed = 3.4,
      hitMults = {
        minimum = 0.33,
        maximum = 1.2
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.25
      }, {
        stat = "weaponBonus.strength",
        value = 3.75
      } }
    },
    requiredResources = { {
      ["206"] = 360,
      ["306"] = 70
    } },
    rarity = "uncommon"
  },
  ["1024"] = {
    name = "Stygian Scimitar",
    id = 1024,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 35,
      ["800"] = 7
    },
    craftingLevel = 63,
    craftingExperience = 52500,
    value = 3780840,
    tradeable = true,
    requiredLevel = {
      strength = 60
    },
    craftable = true,
    itemImage = "/images/combat/equipment/stygian_scimitar.png",
    itemIcon = "/images/combat/equipment/stygian_scimitar_icon.png",
    class = "equipment",
    visual = "scimitar",
    craftingDescription = "Slash your enemies. Requires Attack level of 60 to wield.",
    category = "Melee",
    tags = { "melee", "onehand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = 66,
        Magic = -14,
        Range = -14,
        Slashing = 77
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.25,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 0.25,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 71,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 2.4,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.98
      }, {
        stat = "weaponBonus.strength",
        value = 1.98
      } }
    },
    requiredResources = { {
      ["207"] = 350,
      ["800"] = 70
    } },
    rarity = "rare"
  },
  ["1025"] = {
    name = "Stygian Battleaxe",
    id = 1025,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 40,
      ["800"] = 12
    },
    craftingLevel = 67,
    craftingExperience = 60000,
    value = 4321440,
    tradeable = true,
    requiredLevel = {
      strength = 60
    },
    craftable = true,
    itemImage = "/images/combat/equipment/stygian_battleaxe.png",
    itemIcon = "/images/combat/equipment/stygian_battleaxe_icon.png",
    class = "equipment",
    visual = "stygian-battleaxe",
    craftingDescription = "Crush your enemies. Requires Attack level of 60 to wield.",
    category = "Melee",
    tags = { "melee", "onehand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.035,
        damageMultiplier = 1.13
      },
      offensiveAccuracyAffinityRating = {
        Melee = 55,
        Magic = -12,
        Range = -12,
        Piercing = -4,
        Blunt = 132,
        Slashing = 88
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 1.25,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 107,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.9
      }, {
        stat = "weaponBonus.strength",
        value = 3
      } }
    },
    requiredResources = { {
      ["207"] = 400,
      ["800"] = 120
    } },
    rarity = "rare"
  },
  ["1026"] = {
    name = "Stygian Daggers",
    id = 1026,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 30,
      ["800"] = 6
    },
    craftingLevel = 60,
    craftingExperience = 45000,
    value = 3240720,
    tradeable = true,
    requiredLevel = {
      strength = 60
    },
    craftable = true,
    itemImage = "/images/combat/equipment/stygian_dagger.png",
    itemIcon = "/images/combat/equipment/stygian_daggers_icon.png",
    class = "equipment",
    visual = "stygian-daggers",
    isDaggers = true,
    craftingDescription = "Stab your enemies. Requires Attack level of 60 to wield.",
    category = "Melee",
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.055,
        damageMultiplier = 1.75
      },
      offensiveAccuracyAffinityRating = {
        Melee = 88,
        Magic = -10,
        Range = -10,
        Piercing = 55,
        Blunt = -8,
        Slashing = 55
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.33,
        Range = 0.2,
        Piercing = 1.1,
        Blunt = 0.33,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 35,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 12,
        stamina = 0
      },
      attackSpeed = 2,
      augmentationBonus = { {
        stat = "offensiveCritical.chance",
        value = 0.01
      }, {
        stat = "offensiveCritical.damageMultiplier",
        value = 0.01
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["207"] = 300,
      ["800"] = 60
    } },
    rarity = "rare"
  },
  ["1027"] = {
    name = "Stygian Greatsword",
    id = 1027,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 45,
      ["800"] = 9
    },
    craftingLevel = 69,
    craftingExperience = 67500,
    value = 4861080,
    tradeable = true,
    requiredLevel = {
      strength = 60
    },
    craftable = true,
    itemImage = "/images/combat/equipment/stygian_2h_sword.png",
    itemIcon = "/images/combat/equipment/stygian_2h_sword_icon.png",
    class = "equipment",
    visual = "stygian-sword-2h",
    craftingDescription = "Powerfully slash your enemies. Requires Attack level of 60 to wield.",
    category = "Melee",
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.04,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = 77,
        Magic = -20,
        Range = -20,
        Piercing = 110,
        Blunt = 44,
        Slashing = 132
      },
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.66,
        Blunt = 0.33,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 131,
        intellect = 0,
        dexterity = 0
      },
      attackSpeed = 3.4,
      hitMults = {
        minimum = 0.33,
        maximum = 1.2
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.5
      }, {
        stat = "weaponBonus.strength",
        value = 4.5
      } }
    },
    requiredResources = { {
      ["207"] = 450,
      ["800"] = 90
    } },
    rarity = "rare"
  },
  ["1050"] = {
    name = "Bronze Helm",
    id = 1050,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 2
    },
    craftingLevel = 2,
    craftingExperience = 100,
    value = 600,
    tradeable = true,
    craftable = true,
    itemImage = "/images/combat/equipment/bronze_med_helm.png",
    itemIcon = "/images/combat/equipment/bronze_med_helm_icon.png",
    twoSided = true,
    class = "equipment",
    visual = "med-helm",
    craftingDescription = "Requires Defense level of 1 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.75,
        Range = 0.75
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.97,
        Range = 1,
        Piercing = 1,
        Blunt = 1,
        Slashing = 1
      },
      armorBonus = {
        protection = 2,
        resistance = -1,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["201"] = 20
    } }
  },
  ["1051"] = {
    name = "Iron Helm",
    id = 1051,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 5
    },
    craftingLevel = 9,
    craftingExperience = 500,
    value = 15000,
    tradeable = true,
    requiredLevel = {
      defense = 10
    },
    craftable = true,
    itemImage = "/images/combat/equipment/iron_med_helm.png",
    itemIcon = "/images/combat/equipment/iron_med_helm_icon.png",
    twoSided = true,
    class = "equipment",
    visual = "med-helm",
    craftingDescription = "Requires Defense level of 10 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.75,
        Range = 0.75
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.97,
        Range = 1,
        Piercing = 1,
        Blunt = 1,
        Slashing = 1
      },
      armorBonus = {
        protection = 3,
        resistance = -1,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.15
      } }
    },
    requiredResources = { {
      ["202"] = 50
    } }
  },
  ["1052"] = {
    name = "Obsidian Helm",
    id = 1052,
    enchantmentTier = 5,
    augmentationCost = {
      ["202"] = 8,
      ["204"] = 8,
      ["209"] = 1
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 68000,
    tradeable = true,
    requiredLevel = {
      defense = 20
    },
    itemImage = "/images/combat/equipment/black_med_helm.png",
    itemIcon = "/images/combat/equipment/black_med_helm_icon.png",
    twoSided = true,
    class = "equipment",
    visual = "med-helm",
    category = { "armor", "combat" },
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.75,
        Range = 0.75
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.97,
        Range = 1,
        Piercing = 1,
        Blunt = 1,
        Slashing = 1
      },
      armorBonus = {
        protection = 8,
        resistance = -1,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.3
      } }
    },
    requiredResources = { {
      ["204"] = 200
    } },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1053"] = {
    name = "Mithril Helm",
    id = 1053,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 10
    },
    craftingLevel = 25,
    craftingExperience = 2000,
    value = 60000,
    tradeable = true,
    requiredLevel = {
      defense = 30
    },
    craftable = true,
    itemImage = "/images/combat/equipment/mithril_med_helm.png",
    itemIcon = "/images/combat/equipment/mithril_med_helm_icon.png",
    twoSided = true,
    class = "equipment",
    visual = "med-helm",
    craftingDescription = "Requires Defense level of 30 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.75,
        Range = 0.75
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.97,
        Range = 1,
        Piercing = 1,
        Blunt = 1,
        Slashing = 1
      },
      armorBonus = {
        protection = 13,
        resistance = -1,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.45
      } }
    },
    requiredResources = { {
      ["204"] = 100
    } }
  },
  ["1054"] = {
    name = "Adamantite Helm",
    id = 1054,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 16
    },
    craftingLevel = 42,
    craftingExperience = 6400,
    value = 384000,
    tradeable = true,
    requiredLevel = {
      defense = 40
    },
    craftable = true,
    itemImage = "/images/combat/equipment/adamantite_med_helm.png",
    itemIcon = "/images/combat/equipment/adamantite_med_helm_icon.png",
    twoSided = true,
    class = "equipment",
    visual = "med-helm",
    craftingDescription = "Requires Defense level of 40 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.75,
        Range = 0.75
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.97,
        Range = 1,
        Piercing = 1,
        Blunt = 1,
        Slashing = 1
      },
      armorBonus = {
        protection = 19,
        resistance = -1,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.6
      } }
    },
    requiredResources = { {
      ["205"] = 160
    } },
    rarity = "uncommon"
  },
  ["1055"] = {
    name = "Runite Helm",
    id = 1055,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 23
    },
    craftingLevel = 52,
    craftingExperience = 15750,
    value = 1890000,
    tradeable = true,
    requiredLevel = {
      defense = 50
    },
    craftable = true,
    itemImage = "/images/combat/equipment/rune_med_helm.png",
    itemIcon = "/images/combat/equipment/rune_med_helm_icon.png",
    twoSided = true,
    class = "equipment",
    visual = "med-helm",
    craftingDescription = "Requires Defense level of 50 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.75,
        Range = 0.75
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.97,
        Range = 1,
        Piercing = 1,
        Blunt = 1,
        Slashing = 1
      },
      armorBonus = {
        protection = 26,
        resistance = -1,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.75
      } }
    },
    requiredResources = { {
      ["206"] = 225
    } },
    rarity = "uncommon"
  },
  ["1056"] = {
    name = "Stygian Helm",
    id = 1056,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 30,
      ["800"] = 6
    },
    craftingLevel = 62,
    craftingExperience = 45000,
    value = 3240720,
    tradeable = true,
    requiredLevel = {
      defense = 60
    },
    craftable = true,
    itemImage = "/images/combat/equipment/stygian_med_helm.png",
    itemIcon = "/images/combat/equipment/stygian_med_helm_icon.png",
    twoSided = true,
    class = "equipment",
    visual = "med-helm",
    craftingDescription = "Requires Defense level of 60 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.75,
        Range = 0.75
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.97,
        Range = 1,
        Piercing = 1,
        Blunt = 1,
        Slashing = 1
      },
      armorBonus = {
        protection = 33,
        resistance = -1,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.9
      } }
    },
    requiredResources = { {
      ["207"] = 300,
      ["800"] = 60
    } },
    rarity = "rare"
  },
  ["1060"] = {
    name = "Bronze Full Helm",
    id = 1060,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 4
    },
    craftingLevel = 5,
    craftingExperience = 200,
    value = 1200,
    tradeable = true,
    craftable = true,
    itemImage = "/images/combat/equipment/bronze_full_helm.png",
    class = "equipment",
    visual = "full-helm",
    craftingDescription = "Requires Defense level of 1 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 0.95,
        Range = 0.95
      },
      defensiveDamageAffinity = {
        Melee = 1.15,
        Magic = 1.15,
        Range = 1.15,
        Piercing = 1.1,
        Blunt = 1.05,
        Slashing = 1.1
      },
      armorBonus = {
        protection = 3,
        resistance = -1,
        agility = -1,
        stamina = 3.75
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["201"] = 40
    } }
  },
  ["1061"] = {
    name = "Iron Full Helm",
    id = 1061,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 8
    },
    craftingLevel = 11,
    craftingExperience = 750,
    value = 22500,
    tradeable = true,
    requiredLevel = {
      defense = 10,
      strength = 10
    },
    craftable = true,
    itemImage = "/images/combat/equipment/iron_full_helm.png",
    class = "equipment",
    visual = "full-helm",
    craftingDescription = "Requires Defense level of 10 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 0.95,
        Range = 0.95
      },
      defensiveDamageAffinity = {
        Melee = 1.15,
        Magic = 1.15,
        Range = 1.15,
        Piercing = 1.1,
        Blunt = 1.05,
        Slashing = 1.1
      },
      armorBonus = {
        protection = 5,
        resistance = -1,
        agility = -1,
        stamina = 4
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.25
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["202"] = 75
    } }
  },
  ["1062"] = {
    name = "Obsidian Full Helm",
    id = 1062,
    enchantmentTier = 5,
    augmentationCost = {
      ["202"] = 10,
      ["204"] = 10,
      ["209"] = 1
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 89600,
    tradeable = true,
    requiredLevel = {
      defense = 20,
      strength = 20
    },
    itemImage = "/images/combat/equipment/black_full_helm.png",
    class = "equipment",
    visual = "full-helm",
    category = { "armor", "combat" },
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 0.95,
        Range = 0.95
      },
      defensiveDamageAffinity = {
        Melee = 1.15,
        Magic = 1.15,
        Range = 1.15,
        Piercing = 1.1,
        Blunt = 1.05,
        Slashing = 1.1
      },
      armorBonus = {
        protection = 13,
        resistance = -1,
        agility = -1,
        stamina = 5
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["204"] = 200
    } },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1063"] = {
    name = "Mithril Full Helm",
    id = 1063,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 13
    },
    craftingLevel = 28,
    craftingExperience = 2600,
    value = 78000,
    tradeable = true,
    requiredLevel = {
      defense = 30,
      strength = 30
    },
    craftable = true,
    itemImage = "/images/combat/equipment/mithril_full_helm.png",
    class = "equipment",
    visual = "full-helm",
    craftingDescription = "Requires Defense level of 30 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 0.95,
        Range = 0.95
      },
      defensiveDamageAffinity = {
        Melee = 1.15,
        Magic = 1.15,
        Range = 1.15,
        Piercing = 1.1,
        Blunt = 1.05,
        Slashing = 1.1
      },
      armorBonus = {
        protection = 22,
        resistance = -1,
        agility = -1,
        stamina = 6
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.75
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["204"] = 130
    } }
  },
  ["1064"] = {
    name = "Adamantite Full Helm",
    id = 1064,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 20
    },
    craftingLevel = 45,
    craftingExperience = 8000,
    value = 480000,
    tradeable = true,
    requiredLevel = {
      defense = 40,
      strength = 40
    },
    craftable = true,
    itemImage = "/images/combat/equipment/adamantite_full_helm.png",
    class = "equipment",
    visual = "full-helm",
    craftingDescription = "Requires Defense level of 40 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 0.95,
        Range = 0.95
      },
      defensiveDamageAffinity = {
        Melee = 1.15,
        Magic = 1.15,
        Range = 1.15,
        Piercing = 1.1,
        Blunt = 1.05,
        Slashing = 1.1
      },
      armorBonus = {
        protection = 32,
        resistance = -1,
        agility = -1,
        stamina = 7
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["205"] = 200
    } },
    rarity = "uncommon"
  },
  ["1065"] = {
    name = "Runite Full Helm",
    id = 1065,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 27
    },
    craftingLevel = 55,
    craftingExperience = 18900,
    value = 2268000,
    tradeable = true,
    requiredLevel = {
      defense = 50,
      strength = 50
    },
    craftable = true,
    itemImage = "/images/combat/equipment/rune_full_helm.png",
    class = "equipment",
    visual = "full-helm",
    craftingDescription = "Requires Defense level of 50 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 0.95,
        Range = 0.95
      },
      defensiveDamageAffinity = {
        Melee = 1.15,
        Magic = 1.15,
        Range = 1.15,
        Piercing = 1.1,
        Blunt = 1.05,
        Slashing = 1.1
      },
      armorBonus = {
        protection = 43,
        resistance = -1,
        agility = -1,
        stamina = 8
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.25
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["206"] = 270
    } },
    rarity = "uncommon"
  },
  ["1066"] = {
    name = "Stygian Full Helm",
    id = 1066,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 35,
      ["800"] = 7
    },
    craftingLevel = 65,
    craftingExperience = 52500,
    value = 3780840,
    tradeable = true,
    requiredLevel = {
      defense = 60,
      strength = 60
    },
    craftable = true,
    itemImage = "/images/combat/equipment/stygian_full_helm.png",
    class = "equipment",
    visual = "full-helm",
    craftingDescription = "Requires Defense level of 60 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 0.95,
        Range = 0.95
      },
      defensiveDamageAffinity = {
        Melee = 1.15,
        Magic = 1.15,
        Range = 1.15,
        Piercing = 1.1,
        Blunt = 1.05,
        Slashing = 1.1
      },
      armorBonus = {
        protection = 55,
        resistance = -1,
        agility = -1,
        stamina = 9
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["207"] = 350,
      ["800"] = 70
    } },
    rarity = "rare"
  },
  ["1070"] = {
    name = "Bronze Shield",
    id = 1070,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 6
    },
    craftingLevel = 6,
    craftingExperience = 300,
    value = 1800,
    tradeable = true,
    craftable = true,
    itemImage = "/images/combat/equipment/bronze_shield.png",
    itemIcon = "/images/combat/equipment/bronze_shield_icon.png",
    class = "equipment",
    visual = "shield",
    craftingDescription = "Requires Defense level of 1 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "shield",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.99,
        Magic = 0.9,
        Range = 0.9
      },
      defensiveDamageAffinity = {
        Melee = 1.15,
        Magic = 1.15,
        Range = 1.15,
        Piercing = 1.13,
        Blunt = 1.33,
        Slashing = 1.13
      },
      armorBonus = {
        protection = 4,
        resistance = -1,
        agility = -1,
        stamina = 3.75
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["201"] = 60
    } }
  },
  ["1071"] = {
    name = "Iron Shield",
    id = 1071,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 10
    },
    craftingLevel = 12,
    craftingExperience = 1000,
    value = 30000,
    tradeable = true,
    requiredLevel = {
      defense = 10,
      strength = 10
    },
    craftable = true,
    itemImage = "/images/combat/equipment/iron_shield.png",
    itemIcon = "/images/combat/equipment/iron_shield_icon.png",
    class = "equipment",
    visual = "shield",
    craftingDescription = "Requires Defense level of 10 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "shield",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.99,
        Magic = 0.9,
        Range = 0.9
      },
      defensiveDamageAffinity = {
        Melee = 1.15,
        Magic = 1.15,
        Range = 1.15,
        Piercing = 1.13,
        Blunt = 1.33,
        Slashing = 1.13
      },
      armorBonus = {
        protection = 6,
        resistance = -1,
        agility = -1,
        stamina = 4
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.25
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["202"] = 100
    } }
  },
  ["1072"] = {
    name = "Obsidian Shield",
    id = 1072,
    enchantmentTier = 5,
    augmentationCost = {
      ["202"] = 14,
      ["204"] = 14,
      ["209"] = 1
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 116000,
    tradeable = true,
    requiredLevel = {
      defense = 20,
      strength = 20
    },
    itemImage = "/images/combat/equipment/black_shield.png",
    itemIcon = "/images/combat/equipment/black_shield_icon.png",
    class = "equipment",
    visual = "shield",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "shield",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.99,
        Magic = 0.9,
        Range = 0.9
      },
      defensiveDamageAffinity = {
        Melee = 1.15,
        Magic = 1.15,
        Range = 1.15,
        Piercing = 1.13,
        Blunt = 1.33,
        Slashing = 1.13
      },
      armorBonus = {
        protection = 15,
        resistance = -1,
        agility = -1,
        stamina = 5
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["201"] = 10
    } },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1073"] = {
    name = "Mithril Shield",
    id = 1073,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 16
    },
    craftingLevel = 29,
    craftingExperience = 3200,
    value = 96000,
    tradeable = true,
    requiredLevel = {
      defense = 30,
      strength = 30
    },
    craftable = true,
    itemImage = "/images/combat/equipment/mithril_shield.png",
    itemIcon = "/images/combat/equipment/mithril_shield_icon.png",
    class = "equipment",
    visual = "shield",
    craftingDescription = "Requires Defense level of 30 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "shield",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.99,
        Magic = 0.9,
        Range = 0.9
      },
      defensiveDamageAffinity = {
        Melee = 1.15,
        Magic = 1.15,
        Range = 1.15,
        Piercing = 1.13,
        Blunt = 1.33,
        Slashing = 1.13
      },
      armorBonus = {
        protection = 26,
        resistance = -1,
        agility = -1,
        stamina = 6
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.75
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["204"] = 160
    } }
  },
  ["1074"] = {
    name = "Adamantite Shield",
    id = 1074,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 24
    },
    craftingLevel = 45,
    craftingExperience = 9600,
    value = 576000,
    tradeable = true,
    requiredLevel = {
      defense = 40,
      strength = 40
    },
    craftable = true,
    itemImage = "/images/combat/equipment/adamantite_shield.png",
    itemIcon = "/images/combat/equipment/adamantite_shield_icon.png",
    class = "equipment",
    visual = "shield",
    craftingDescription = "Requires Defense level of 40 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "shield",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.99,
        Magic = 0.9,
        Range = 0.9
      },
      defensiveDamageAffinity = {
        Melee = 1.15,
        Magic = 1.15,
        Range = 1.15,
        Piercing = 1.13,
        Blunt = 1.33,
        Slashing = 1.13
      },
      armorBonus = {
        protection = 38,
        resistance = -1,
        agility = -1,
        stamina = 7
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["205"] = 240
    } },
    rarity = "uncommon"
  },
  ["1075"] = {
    name = "Runite Shield",
    id = 1075,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 32
    },
    craftingLevel = 55,
    craftingExperience = 22050,
    value = 2646000,
    tradeable = true,
    requiredLevel = {
      defense = 50,
      strength = 50
    },
    craftable = true,
    itemImage = "/images/combat/equipment/rune_shield.png",
    itemIcon = "/images/combat/equipment/rune_shield_icon.png",
    class = "equipment",
    visual = "shield",
    craftingDescription = "Requires Defense level of 50 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "shield",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.99,
        Magic = 0.9,
        Range = 0.9
      },
      defensiveDamageAffinity = {
        Melee = 1.15,
        Magic = 1.15,
        Range = 1.15,
        Piercing = 1.13,
        Blunt = 1.33,
        Slashing = 1.13
      },
      armorBonus = {
        protection = 52,
        resistance = -1,
        agility = -1,
        stamina = 8
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.25
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["206"] = 315
    } },
    rarity = "uncommon"
  },
  ["1076"] = {
    name = "Stygian Shield",
    id = 1076,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 40,
      ["800"] = 8
    },
    craftingLevel = 65,
    craftingExperience = 60000,
    value = 4320960,
    tradeable = true,
    requiredLevel = {
      defense = 60,
      strength = 60
    },
    craftable = true,
    itemImage = "/images/combat/equipment/stygian_shield.png",
    itemIcon = "/images/combat/equipment/stygian_shield_icon.png",
    class = "equipment",
    visual = "shield",
    craftingDescription = "Requires Defense level of 60 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "shield",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.99,
        Magic = 0.9,
        Range = 0.9
      },
      defensiveDamageAffinity = {
        Melee = 1.15,
        Magic = 1.15,
        Range = 1.15,
        Piercing = 1.13,
        Blunt = 1.33,
        Slashing = 1.13
      },
      armorBonus = {
        protection = 66,
        resistance = -1,
        agility = -1,
        stamina = 9
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["207"] = 400,
      ["800"] = 80
    } },
    rarity = "rare"
  },
  ["1077"] = {
    name = "Castle Door",
    id = 1077,
    enchantmentTier = 7,
    augmentationCost = {
      ["207"] = 40,
      ["800"] = 8
    },
    value = 4840000,
    tradeable = true,
    requiredLevel = {
      defense = 70,
      strength = 70
    },
    itemImage = "/images/combat/equipment/door.png",
    itemIcon = "/images/combat/equipment/door_icon.png",
    class = "equipment",
    visual = "door",
    tags = { "armor", "melee" },
    extraTooltipInfo = "A portion of a castle's door that can be used as a shield. Incredibly heavy, but very protective!",
    equipmentStats = {
      slot = "shield",
      defensiveCritical = {
        chance = 0.33,
        damageMultiplier = 0.5
      },
      offensiveDamageAffinity = {
        Melee = 0.75,
        Magic = 0.75,
        Range = 0.75
      },
      defensiveDamageAffinity = {
        Melee = 1.5,
        Magic = 1.5,
        Range = 1.5,
        Piercing = 1.33,
        Blunt = 1.33,
        Slashing = 1.33
      },
      armorBonus = {
        protection = 102,
        resistance = 64,
        agility = -40,
        stamina = 24
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.5
      }, {
        stat = "armorBonus.resistance",
        value = 1.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    rarity = "epic"
  },
  ["1090"] = {
    name = "Bronze Breastplate",
    id = 1090,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 10
    },
    craftingLevel = 12,
    craftingExperience = 500,
    value = 3000,
    tradeable = true,
    craftable = true,
    itemImage = "/images/combat/equipment/bronze_platebody.png",
    class = "equipment",
    visual = "platebody",
    craftingDescription = "Requires Defense level of 1 to wield.",
    category = "Melee",
    tags = { "armor", "melee", "ability" },
    equipmentStats = {
      slot = "body",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.6,
        Magic = 0.2,
        Range = 0.2,
        Piercing = 0.6,
        Blunt = 0.6,
        Slashing = 0.6
      },
      defensiveDamageAffinity = {
        Melee = 1.75,
        Magic = 1.6,
        Range = 1.75,
        Piercing = 1.13,
        Blunt = 0.94,
        Slashing = 1.13
      },
      armorBonus = {
        protection = 9,
        resistance = -6,
        agility = -6,
        stamina = 7.75
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 },
      grantedAbility = { 54, 65 }
    },
    requiredResources = { {
      ["201"] = 100
    } }
  },
  ["1091"] = {
    name = "Bronze Chainmail",
    id = 1091,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 6
    },
    craftingLevel = 8,
    craftingExperience = 300,
    value = 1800,
    tradeable = true,
    craftable = true,
    itemImage = "/images/combat/equipment/bronze_chainbody.png",
    class = "equipment",
    visual = "chainbody",
    craftingDescription = "Requires Defense level of 1 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Melee = 1.1
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.95,
        Range = 1.05,
        Piercing = 0.97,
        Blunt = 0.99,
        Slashing = 1.04
      },
      armorBonus = {
        protection = 5,
        resistance = -3,
        agility = 3,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["201"] = 60
    } }
  },
  ["1092"] = {
    name = "Iron Breastplate",
    id = 1092,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 15
    },
    craftingLevel = 19,
    craftingExperience = 1500,
    value = 45000,
    tradeable = true,
    requiredLevel = {
      defense = 10,
      strength = 10
    },
    craftable = true,
    itemImage = "/images/combat/equipment/iron_platebody.png",
    class = "equipment",
    visual = "platebody",
    craftingDescription = "Requires Defense level of 10 to wield.",
    category = "Melee",
    tags = { "armor", "melee", "ability" },
    equipmentStats = {
      slot = "body",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.6,
        Magic = 0.2,
        Range = 0.2,
        Piercing = 0.6,
        Blunt = 0.6,
        Slashing = 0.6
      },
      defensiveDamageAffinity = {
        Melee = 1.75,
        Magic = 1.6,
        Range = 1.75,
        Piercing = 1.13,
        Blunt = 0.94,
        Slashing = 1.13
      },
      armorBonus = {
        protection = 13,
        resistance = -6,
        agility = -6,
        stamina = 8
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.25
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 },
      grantedAbility = { 54, 65 }
    },
    requiredResources = { {
      ["202"] = 150
    } }
  },
  ["1093"] = {
    name = "Iron Chainmail",
    id = 1093,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 10
    },
    craftingLevel = 14,
    craftingExperience = 1000,
    value = 30000,
    tradeable = true,
    requiredLevel = {
      defense = 10
    },
    craftable = true,
    itemImage = "/images/combat/equipment/iron_chainbody.png",
    class = "equipment",
    visual = "chainbody",
    craftingDescription = "Requires Defense level of 10 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Melee = 1.1
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.95,
        Range = 1.05,
        Piercing = 0.97,
        Blunt = 0.99,
        Slashing = 1.04
      },
      armorBonus = {
        protection = 8,
        resistance = -3,
        agility = 4,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.25
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["202"] = 100
    } }
  },
  ["1094"] = {
    name = "Obsidian Breastplate",
    id = 1094,
    enchantmentTier = 5,
    augmentationCost = {
      ["202"] = 20,
      ["204"] = 20,
      ["209"] = 1
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 164000,
    tradeable = true,
    requiredLevel = {
      defense = 20,
      strength = 20
    },
    itemImage = "/images/combat/equipment/black_platebody.png",
    class = "equipment",
    visual = "platebody",
    category = { "armor", "combat" },
    tags = { "armor", "melee", "ability" },
    equipmentStats = {
      slot = "body",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.6,
        Magic = 0.2,
        Range = 0.2,
        Piercing = 0.6,
        Blunt = 0.6,
        Slashing = 0.6
      },
      defensiveDamageAffinity = {
        Melee = 1.75,
        Magic = 1.6,
        Range = 1.75,
        Piercing = 1.13,
        Blunt = 0.94,
        Slashing = 1.13
      },
      armorBonus = {
        protection = 33,
        resistance = -6,
        agility = -6,
        stamina = 9
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.75
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 },
      grantedAbility = { 54, 65 }
    },
    requiredResources = { {
      ["205"] = 2000
    } },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1095"] = {
    name = "Obsidian Chainmail",
    id = 1095,
    enchantmentTier = 5,
    augmentationCost = {
      ["202"] = 15,
      ["204"] = 15,
      ["209"] = 1
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 116000,
    tradeable = true,
    requiredLevel = {
      defense = 20
    },
    itemImage = "/images/combat/equipment/black_chainbody.png",
    class = "equipment",
    visual = "chainbody",
    category = { "armor", "combat" },
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Melee = 1.1
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.95,
        Range = 1.05,
        Piercing = 0.97,
        Blunt = 0.99,
        Slashing = 1.04
      },
      armorBonus = {
        protection = 20,
        resistance = -3,
        agility = 8,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.5
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["206"] = 3000
    } },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1096"] = {
    name = "Mithril Breastplate",
    id = 1096,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 23
    },
    craftingLevel = 35,
    craftingExperience = 4600,
    value = 138000,
    tradeable = true,
    requiredLevel = {
      defense = 30,
      strength = 30
    },
    craftable = true,
    itemImage = "/images/combat/equipment/mithril_platebody.png",
    class = "equipment",
    visual = "platebody",
    craftingDescription = "Requires Defense level of 30 to wield.",
    category = "Melee",
    tags = { "armor", "melee", "ability" },
    equipmentStats = {
      slot = "body",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.6,
        Magic = 0.2,
        Range = 0.2,
        Piercing = 0.6,
        Blunt = 0.6,
        Slashing = 0.6
      },
      defensiveDamageAffinity = {
        Melee = 1.75,
        Magic = 1.6,
        Range = 1.75,
        Piercing = 1.13,
        Blunt = 0.94,
        Slashing = 1.13
      },
      armorBonus = {
        protection = 57,
        resistance = -6,
        agility = -6,
        stamina = 10
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 },
      grantedAbility = { 54, 65 }
    },
    requiredResources = { {
      ["204"] = 230
    } }
  },
  ["1097"] = {
    name = "Mithril Chainmail",
    id = 1097,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 16
    },
    craftingLevel = 31,
    craftingExperience = 3200,
    value = 96000,
    tradeable = true,
    requiredLevel = {
      defense = 30
    },
    craftable = true,
    itemImage = "/images/combat/equipment/mithril_chainbody.png",
    class = "equipment",
    visual = "chainbody",
    craftingDescription = "Requires Defense level of 30 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Melee = 1.1
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.95,
        Range = 1.05,
        Piercing = 0.97,
        Blunt = 0.99,
        Slashing = 1.04
      },
      armorBonus = {
        protection = 35,
        resistance = -3,
        agility = 12,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.75
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["204"] = 160
    } }
  },
  ["1098"] = {
    name = "Adamantite Breastplate",
    id = 1098,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 32
    },
    craftingLevel = 52,
    craftingExperience = 12800,
    value = 768000,
    tradeable = true,
    requiredLevel = {
      defense = 40,
      strength = 40
    },
    craftable = true,
    itemImage = "/images/combat/equipment/adamantite_platebody.png",
    class = "equipment",
    visual = "platebody",
    craftingDescription = "Requires Defense level of 40 to wield.",
    category = "Melee",
    tags = { "armor", "melee", "ability" },
    equipmentStats = {
      slot = "body",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.6,
        Magic = 0.2,
        Range = 0.2,
        Piercing = 0.6,
        Blunt = 0.6,
        Slashing = 0.6
      },
      defensiveDamageAffinity = {
        Melee = 1.75,
        Magic = 1.6,
        Range = 1.75,
        Piercing = 1.13,
        Blunt = 0.94,
        Slashing = 1.13
      },
      armorBonus = {
        protection = 83,
        resistance = -6,
        agility = -6,
        stamina = 11
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 },
      grantedAbility = { 54, 65 }
    },
    requiredResources = { {
      ["205"] = 320
    } },
    rarity = "uncommon"
  },
  ["1099"] = {
    name = "Adamantite Chainmail",
    id = 1099,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 24
    },
    craftingLevel = 47,
    craftingExperience = 9600,
    value = 576000,
    tradeable = true,
    requiredLevel = {
      defense = 40
    },
    craftable = true,
    itemImage = "/images/combat/equipment/adamantite_chainbody.png",
    class = "equipment",
    visual = "chainbody",
    craftingDescription = "Requires Defense level of 40 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Melee = 1.1
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.95,
        Range = 1.05,
        Piercing = 0.97,
        Blunt = 0.99,
        Slashing = 1.04
      },
      armorBonus = {
        protection = 51,
        resistance = -3,
        agility = 16,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["205"] = 240
    } },
    rarity = "uncommon"
  },
  ["1100"] = {
    name = "Runite Breastplate",
    id = 1100,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 41
    },
    craftingLevel = 62,
    craftingExperience = 28350,
    value = 3402000,
    tradeable = true,
    requiredLevel = {
      defense = 50,
      strength = 50
    },
    craftable = true,
    itemImage = "/images/combat/equipment/rune_platebody.png",
    class = "equipment",
    visual = "platebody",
    craftingDescription = "Requires Defense level of 50 to wield.",
    category = "Melee",
    tags = { "armor", "melee", "ability" },
    equipmentStats = {
      slot = "body",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.6,
        Magic = 0.2,
        Range = 0.2,
        Piercing = 0.6,
        Blunt = 0.6,
        Slashing = 0.6
      },
      defensiveDamageAffinity = {
        Melee = 1.75,
        Magic = 1.6,
        Range = 1.75,
        Piercing = 1.13,
        Blunt = 0.94,
        Slashing = 1.13
      },
      armorBonus = {
        protection = 112,
        resistance = -6,
        agility = -6,
        stamina = 12
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 },
      grantedAbility = { 54, 65 }
    },
    requiredResources = { {
      ["206"] = 405
    } },
    rarity = "uncommon"
  },
  ["1101"] = {
    name = "Runite Chainmail",
    id = 1101,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 32
    },
    craftingLevel = 57,
    craftingExperience = 22050,
    value = 2646000,
    tradeable = true,
    requiredLevel = {
      defense = 50
    },
    craftable = true,
    itemImage = "/images/combat/equipment/rune_chainbody.png",
    class = "equipment",
    visual = "chainbody",
    craftingDescription = "Requires Defense level of 50 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Melee = 1.1
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.95,
        Range = 1.05,
        Piercing = 0.97,
        Blunt = 0.99,
        Slashing = 1.04
      },
      armorBonus = {
        protection = 69,
        resistance = -3,
        agility = 20,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.25
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["206"] = 315
    } },
    rarity = "uncommon"
  },
  ["1102"] = {
    name = "Stygian Breastplate",
    id = 1102,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 50,
      ["800"] = 10
    },
    craftingLevel = 72,
    craftingExperience = 75000,
    value = 5401200,
    tradeable = true,
    requiredLevel = {
      defense = 60,
      strength = 60
    },
    craftable = true,
    itemImage = "/images/combat/equipment/stygian_platebody.png",
    class = "equipment",
    visual = "platebody",
    craftingDescription = "Requires Defense level of 60 to wield.",
    category = "Melee",
    tags = { "armor", "melee", "ability" },
    equipmentStats = {
      slot = "body",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 0.6,
        Magic = 0.2,
        Range = 0.2,
        Piercing = 0.6,
        Blunt = 0.6,
        Slashing = 0.6
      },
      defensiveDamageAffinity = {
        Melee = 1.75,
        Magic = 1.6,
        Range = 1.75,
        Piercing = 1.13,
        Blunt = 0.94,
        Slashing = 1.13
      },
      armorBonus = {
        protection = 143,
        resistance = -6,
        agility = -6,
        stamina = 13
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.75
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 },
      grantedAbility = { 54, 65 }
    },
    requiredResources = { {
      ["207"] = 500,
      ["800"] = 100
    } },
    rarity = "rare"
  },
  ["1103"] = {
    name = "Stygian Chainmail",
    id = 1103,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 40,
      ["800"] = 8
    },
    craftingLevel = 67,
    craftingExperience = 60000,
    value = 4320960,
    tradeable = true,
    requiredLevel = {
      defense = 60
    },
    craftable = true,
    itemImage = "/images/combat/equipment/stygian_chainbody.png",
    class = "equipment",
    visual = "chainbody",
    craftingDescription = "Requires Defense level of 60 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Melee = 1.1
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.95,
        Range = 1.05,
        Piercing = 0.97,
        Blunt = 0.99,
        Slashing = 1.04
      },
      armorBonus = {
        protection = 88,
        resistance = -3,
        agility = 24,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["207"] = 400,
      ["800"] = 80
    } },
    rarity = "rare"
  },
  ["1110"] = {
    name = "Bronze Plate Leggings",
    id = 1110,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 4
    },
    craftingLevel = 11,
    craftingExperience = 200,
    value = 1200,
    tradeable = true,
    craftable = true,
    itemImage = "/images/combat/equipment/bronze_platelegs.png",
    class = "equipment",
    visual = "platelegs",
    craftingDescription = "Requires Defense level of 1 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "legs",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Magic = 0.97,
        Range = 0.98
      },
      defensiveDamageAffinity = {
        Melee = 1.08,
        Magic = 0.94,
        Range = 1.06,
        Piercing = 1.08,
        Blunt = 0.94,
        Slashing = 1.08
      },
      armorBonus = {
        protection = 5,
        resistance = -4,
        agility = -4,
        stamina = 4.75
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["201"] = 40
    } }
  },
  ["1111"] = {
    name = "Iron Plate Leggings",
    id = 1111,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 8
    },
    craftingLevel = 17,
    craftingExperience = 750,
    value = 22500,
    tradeable = true,
    requiredLevel = {
      defense = 10,
      strength = 10
    },
    craftable = true,
    itemImage = "/images/combat/equipment/iron_platelegs.png",
    class = "equipment",
    visual = "platelegs",
    craftingDescription = "Requires Defense level of 10 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "legs",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Magic = 0.97,
        Range = 0.98
      },
      defensiveDamageAffinity = {
        Melee = 1.08,
        Magic = 0.94,
        Range = 1.06,
        Piercing = 1.08,
        Blunt = 0.94,
        Slashing = 1.08
      },
      armorBonus = {
        protection = 7,
        resistance = -4,
        agility = -4,
        stamina = 5
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.25
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["202"] = 75
    } }
  },
  ["1112"] = {
    name = "Obsidian Plate Leggings",
    id = 1112,
    enchantmentTier = 5,
    augmentationCost = {
      ["202"] = 15,
      ["204"] = 15,
      ["209"] = 1
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 92000,
    tradeable = true,
    requiredLevel = {
      defense = 20,
      strength = 20
    },
    itemImage = "/images/combat/equipment/black_platelegs.png",
    class = "equipment",
    visual = "platelegs",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "legs",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Magic = 0.97,
        Range = 0.98
      },
      defensiveDamageAffinity = {
        Melee = 1.08,
        Magic = 0.94,
        Range = 1.06,
        Piercing = 1.08,
        Blunt = 0.94,
        Slashing = 1.08
      },
      armorBonus = {
        protection = 18,
        resistance = -4,
        agility = -4,
        stamina = 6
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["201"] = 10
    } },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1113"] = {
    name = "Mithril Plate Leggings",
    id = 1113,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 13
    },
    craftingLevel = 34,
    craftingExperience = 2600,
    value = 78000,
    tradeable = true,
    requiredLevel = {
      defense = 30,
      strength = 30
    },
    craftable = true,
    itemImage = "/images/combat/equipment/mithril_platelegs.png",
    class = "equipment",
    visual = "platelegs",
    craftingDescription = "Requires Defense level of 30 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "legs",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Magic = 0.97,
        Range = 0.98
      },
      defensiveDamageAffinity = {
        Melee = 1.08,
        Magic = 0.94,
        Range = 1.06,
        Piercing = 1.08,
        Blunt = 0.94,
        Slashing = 1.08
      },
      armorBonus = {
        protection = 31,
        resistance = -4,
        agility = -4,
        stamina = 7
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.75
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["204"] = 130
    } }
  },
  ["1114"] = {
    name = "Adamantite Plate Leggings",
    id = 1114,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 20
    },
    craftingLevel = 51,
    craftingExperience = 8000,
    value = 480000,
    tradeable = true,
    requiredLevel = {
      defense = 40,
      strength = 40
    },
    craftable = true,
    itemImage = "/images/combat/equipment/adamantite_platelegs.png",
    class = "equipment",
    visual = "platelegs",
    craftingDescription = "Requires Defense level of 40 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "legs",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Magic = 0.97,
        Range = 0.98
      },
      defensiveDamageAffinity = {
        Melee = 1.08,
        Magic = 0.94,
        Range = 1.06,
        Piercing = 1.08,
        Blunt = 0.94,
        Slashing = 1.08
      },
      armorBonus = {
        protection = 45,
        resistance = -4,
        agility = -4,
        stamina = 8
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["205"] = 200
    } },
    rarity = "uncommon"
  },
  ["1115"] = {
    name = "Runite Plate Leggings",
    id = 1115,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 27
    },
    craftingLevel = 61,
    craftingExperience = 18900,
    value = 2268000,
    tradeable = true,
    requiredLevel = {
      defense = 50,
      strength = 50
    },
    craftable = true,
    itemImage = "/images/combat/equipment/rune_platelegs.png",
    class = "equipment",
    visual = "platelegs",
    craftingDescription = "Requires Defense level of 50 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "legs",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Magic = 0.97,
        Range = 0.98
      },
      defensiveDamageAffinity = {
        Melee = 1.08,
        Magic = 0.94,
        Range = 1.06,
        Piercing = 1.08,
        Blunt = 0.94,
        Slashing = 1.08
      },
      armorBonus = {
        protection = 60,
        resistance = -4,
        agility = -4,
        stamina = 9
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.25
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["206"] = 270
    } },
    rarity = "uncommon"
  },
  ["1116"] = {
    name = "Stygian Plate Leggings",
    id = 1116,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 35,
      ["800"] = 7
    },
    craftingLevel = 71,
    craftingExperience = 52500,
    value = 3780840,
    tradeable = true,
    requiredLevel = {
      defense = 60,
      strength = 60
    },
    craftable = true,
    itemImage = "/images/combat/equipment/stygian_platelegs.png",
    class = "equipment",
    visual = "platelegs",
    craftingDescription = "Requires Defense level of 60 to wield.",
    category = "Melee",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "legs",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Magic = 0.97,
        Range = 0.98
      },
      defensiveDamageAffinity = {
        Melee = 1.08,
        Magic = 0.94,
        Range = 1.06,
        Piercing = 1.08,
        Blunt = 0.94,
        Slashing = 1.08
      },
      armorBonus = {
        protection = 77,
        resistance = -4,
        agility = -4,
        stamina = 10
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 10009, 10016 }
    },
    requiredResources = { {
      ["207"] = 350,
      ["800"] = 70
    } },
    rarity = "rare"
  },
  ["1130"] = {
    name = "Bronze Boots",
    id = 1130,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 4
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 1000,
    tradeable = false,
    itemImage = "/images/combat/equipment/bronze_boots.png",
    itemIcon = "/images/combat/equipment/bronze_boots_icon.png",
    extraTooltipInfo = "These boots cannot be traded.",
    class = "equipment",
    visual = "boots",
    tags = { "armor" },
    equipmentStats = {
      slot = "boots",
      armorBonus = {
        protection = 6,
        resistance = 6,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      } }
    }
  },
  ["1131"] = {
    name = "Iron Boots",
    id = 1131,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 8
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 8000,
    tradeable = false,
    itemImage = "/images/combat/equipment/iron_boots.png",
    itemIcon = "/images/combat/equipment/iron_boots_icon.png",
    extraTooltipInfo = "These boots cannot be traded.",
    class = "equipment",
    visual = "boots",
    tags = { "armor" },
    equipmentStats = {
      slot = "boots",
      armorBonus = {
        protection = 8,
        resistance = 8,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      } }
    }
  },
  ["1132"] = {
    name = "Obsidian Boots",
    id = 1132,
    enchantmentTier = 5,
    augmentationCost = {
      ["202"] = 10,
      ["204"] = 10,
      ["209"] = 1
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 68000,
    tradeable = true,
    itemImage = "/images/combat/equipment/black_boots.png",
    itemIcon = "/images/combat/equipment/black_boots_icon.png",
    class = "equipment",
    visual = "boots",
    tags = { "armor" },
    equipmentStats = {
      slot = "boots",
      armorBonus = {
        protection = 10,
        resistance = 10,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      } }
    },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1133"] = {
    name = "Mithril Boots",
    id = 1133,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 13
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 60000,
    tradeable = false,
    itemImage = "/images/combat/equipment/mithril_boots.png",
    itemIcon = "/images/combat/equipment/mithril_boots_icon.png",
    extraTooltipInfo = "These boots cannot be traded.",
    class = "equipment",
    visual = "boots",
    tags = { "armor" },
    equipmentStats = {
      slot = "boots",
      armorBonus = {
        protection = 12,
        resistance = 12,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      } }
    }
  },
  ["1134"] = {
    name = "Adamantite Boots",
    id = 1134,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 20
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 480000,
    tradeable = false,
    itemImage = "/images/combat/equipment/adamantite_boots.png",
    itemIcon = "/images/combat/equipment/adamantite_boots_icon.png",
    extraTooltipInfo = "These boots cannot be traded.",
    class = "equipment",
    visual = "boots",
    tags = { "armor" },
    equipmentStats = {
      slot = "boots",
      armorBonus = {
        protection = 14,
        resistance = 14,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      } }
    },
    rarity = "uncommon"
  },
  ["1135"] = {
    name = "Runite Boots",
    id = 1135,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 28
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 1800000,
    tradeable = false,
    itemImage = "/images/combat/equipment/rune_boots.png",
    itemIcon = "/images/combat/equipment/rune_boots_icon.png",
    extraTooltipInfo = "These boots cannot be traded.",
    class = "equipment",
    visual = "boots",
    tags = { "armor" },
    equipmentStats = {
      slot = "boots",
      armorBonus = {
        protection = 16,
        resistance = 16,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      } }
    },
    rarity = "uncommon"
  },
  ["1136"] = {
    name = "Stygian Boots",
    id = 1136,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 35,
      ["800"] = 5
    },
    value = 2880000,
    tradeable = false,
    itemImage = "/images/combat/equipment/stygian_boots.png",
    itemIcon = "/images/combat/equipment/stygian_boots_icon.png",
    extraTooltipInfo = "These boots cannot be traded.",
    class = "equipment",
    visual = "boots",
    tags = { "armor" },
    equipmentStats = {
      slot = "boots",
      armorBonus = {
        protection = 18,
        resistance = 18,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      } }
    },
    rarity = "rare"
  },
  ["1150"] = {
    name = "Bronze Gloves",
    id = 1150,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 8
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 20,
    tradeable = false,
    itemImage = "/images/combat/equipment/bronze_gloves.png",
    itemIcon = "/images/combat/equipment/bronze_gloves.png",
    extraTooltipInfo = "Gloves cannot be traded.",
    class = "equipment",
    visual = "gloves",
    tags = { "armor" },
    equipmentStats = {
      slot = "gloves",
      weaponBonus = {
        strength = 2,
        intellect = 2,
        dexterity = 2
      },
      offensiveAccuracyAffinityRating = {
        Melee = 2,
        Magic = 2,
        Range = 2
      },
      defensiveDamageAffinity = {
        Melee = 1.01,
        Magic = 1.01,
        Range = 1.01
      },
      armorBonus = {
        protection = 4,
        resistance = 4,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } }
    }
  },
  ["1151"] = {
    name = "Iron Gloves",
    id = 1151,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 13
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 600,
    tradeable = false,
    itemImage = "/images/combat/equipment/iron_gloves.png",
    itemIcon = "/images/combat/equipment/iron_gloves.png",
    extraTooltipInfo = "Gloves cannot be traded.",
    class = "equipment",
    visual = "gloves",
    tags = { "armor" },
    equipmentStats = {
      slot = "gloves",
      weaponBonus = {
        strength = 3,
        intellect = 3,
        dexterity = 3
      },
      offensiveAccuracyAffinityRating = {
        Melee = 3,
        Magic = 3,
        Range = 3
      },
      defensiveDamageAffinity = {
        Melee = 1.02,
        Magic = 1.02,
        Range = 1.02
      },
      armorBonus = {
        protection = 6,
        resistance = 6,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } }
    }
  },
  ["1152"] = {
    name = "Obsidian Gloves",
    id = 1152,
    enchantmentTier = 5,
    augmentationCost = {
      ["202"] = 20,
      ["204"] = 20,
      ["209"] = 1
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 8000,
    tradeable = false,
    itemImage = "/images/combat/equipment/black_gloves.png",
    itemIcon = "/images/combat/equipment/black_gloves.png",
    extraTooltipInfo = "Gloves cannot be traded.",
    class = "equipment",
    visual = "gloves",
    tags = { "armor" },
    equipmentStats = {
      slot = "gloves",
      weaponBonus = {
        strength = 5,
        intellect = 5,
        dexterity = 5
      },
      offensiveAccuracyAffinityRating = {
        Melee = 5,
        Magic = 5,
        Range = 5
      },
      defensiveDamageAffinity = {
        Melee = 1.02,
        Magic = 1.02,
        Range = 1.02
      },
      armorBonus = {
        protection = 10,
        resistance = 10,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } }
    },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1153"] = {
    name = "Mithril Gloves",
    id = 1153,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 20
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 50000,
    tradeable = false,
    itemImage = "/images/combat/equipment/mithril_gloves.png",
    itemIcon = "/images/combat/equipment/mithril_gloves.png",
    extraTooltipInfo = "Gloves cannot be traded.",
    class = "equipment",
    visual = "gloves",
    tags = { "armor" },
    equipmentStats = {
      slot = "gloves",
      weaponBonus = {
        strength = 6,
        intellect = 6,
        dexterity = 6
      },
      offensiveAccuracyAffinityRating = {
        Melee = 6,
        Magic = 6,
        Range = 6
      },
      defensiveDamageAffinity = {
        Melee = 1.02,
        Magic = 1.02,
        Range = 1.02
      },
      armorBonus = {
        protection = 12,
        resistance = 12,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } }
    }
  },
  ["1154"] = {
    name = "Adamantite Gloves",
    id = 1154,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 28
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 300000,
    tradeable = false,
    itemImage = "/images/combat/equipment/adamantite_gloves.png",
    itemIcon = "/images/combat/equipment/adamantite_gloves.png",
    extraTooltipInfo = "Gloves cannot be traded.",
    class = "equipment",
    visual = "gloves",
    tags = { "armor" },
    equipmentStats = {
      slot = "gloves",
      weaponBonus = {
        strength = 7,
        intellect = 7,
        dexterity = 7
      },
      offensiveAccuracyAffinityRating = {
        Melee = 7,
        Magic = 7,
        Range = 7
      },
      defensiveDamageAffinity = {
        Melee = 1.02,
        Magic = 1.02,
        Range = 1.02
      },
      armorBonus = {
        protection = 14,
        resistance = 14,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } }
    },
    rarity = "uncommon"
  },
  ["1155"] = {
    name = "Runite Gloves",
    id = 1155,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 36
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 1500000,
    tradeable = false,
    itemImage = "/images/combat/equipment/rune_gloves.png",
    itemIcon = "/images/combat/equipment/rune_gloves.png",
    extraTooltipInfo = "Gloves cannot be traded.",
    class = "equipment",
    visual = "gloves",
    tags = { "armor" },
    equipmentStats = {
      slot = "gloves",
      weaponBonus = {
        strength = 8,
        intellect = 8,
        dexterity = 8
      },
      offensiveAccuracyAffinityRating = {
        Melee = 8,
        Magic = 8,
        Range = 8
      },
      defensiveDamageAffinity = {
        Melee = 1.02,
        Magic = 1.02,
        Range = 1.02
      },
      armorBonus = {
        protection = 16,
        resistance = 16,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } }
    },
    rarity = "uncommon"
  },
  ["1156"] = {
    name = "Stygian Gloves",
    id = 1156,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 70,
      ["800"] = 10
    },
    value = 5000000,
    itemImage = "/images/combat/equipment/stygian_gloves.png",
    extraTooltipInfo = "Gloves cannot be traded.",
    class = "equipment",
    visual = "gloves",
    tags = { "armor" },
    equipmentStats = {
      slot = "gloves",
      weaponBonus = {
        strength = 9,
        intellect = 9,
        dexterity = 9
      },
      offensiveAccuracyAffinityRating = {
        Melee = 9,
        Magic = 9,
        Range = 9
      },
      defensiveDamageAffinity = {
        Melee = 1.03,
        Magic = 1.03,
        Range = 1.03
      },
      armorBonus = {
        protection = 18,
        resistance = 18,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } }
    },
    rarity = "rare"
  },
  ["1157"] = {
    name = "Hide Body",
    id = 1157,
    enchantmentTier = 1,
    augmentationCost = {
      ["4007"] = 8
    },
    craftingLevel = 3,
    craftingExperience = 360,
    value = 4800,
    tradeable = true,
    craftable = true,
    itemImage = "/images/combat/equipment/range/hide_body.png",
    class = "equipment",
    visual = "rangebody",
    craftingDescription = "Requires Defense level of 1 to wield.",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.94,
        Magic = 1.08,
        Range = 1.01,
        Piercing = 0.96,
        Blunt = 0.97,
        Slashing = 1
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 3,
        resistance = 1,
        agility = 3,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4007"] = 80
    } },
    category = "Range"
  },
  ["1158"] = {
    name = "Fur Body",
    id = 1158,
    enchantmentTier = 1,
    augmentationCost = {
      ["4007"] = 8
    },
    craftingLevel = 6,
    craftingExperience = 720,
    value = 14400,
    tradeable = true,
    requiredLevel = {
      defense = 10,
      range = 10
    },
    craftable = true,
    itemImage = "/images/combat/equipment/range/fur_body.png",
    class = "equipment",
    visual = "rangebody",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.94,
        Magic = 1.08,
        Range = 1.01,
        Piercing = 0.96,
        Blunt = 0.97,
        Slashing = 1
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 5,
        resistance = 2,
        agility = 4,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.25
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4004"] = 80
    } },
    category = "Range"
  },
  ["1159"] = {
    name = "Thick Hide Body",
    id = 1159,
    enchantmentTier = 2,
    augmentationCost = {
      ["4004"] = 10,
      ["4008"] = 3
    },
    craftingLevel = 13,
    craftingExperience = 1440,
    value = 22500,
    tradeable = true,
    requiredLevel = {
      defense = 20,
      range = 20
    },
    craftable = true,
    itemImage = "/images/combat/equipment/range/fur_body.png",
    itemIcon = "/images/combat/equipment/range/thick_hide_body.png",
    class = "equipment",
    visual = "rangebody",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.94,
        Magic = 1.08,
        Range = 1.01,
        Piercing = 0.96,
        Blunt = 0.97,
        Slashing = 1
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 13,
        resistance = 5,
        agility = 9,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.5
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.2
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4004"] = 100,
      ["4008"] = 30
    } },
    category = "Range"
  },
  ["1160"] = {
    name = "Leather Body",
    id = 1160,
    enchantmentTier = 3,
    augmentationCost = {
      ["4012"] = 18
    },
    craftingLevel = 21,
    craftingExperience = 6480,
    value = 64800,
    tradeable = true,
    requiredLevel = {
      defense = 30,
      range = 30
    },
    craftable = true,
    itemImage = "/images/combat/equipment/range/fur_body.png",
    itemIcon = "/images/combat/equipment/range/leather_body.png",
    class = "equipment",
    visual = "rangebody",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.94,
        Magic = 1.08,
        Range = 1.01,
        Piercing = 0.96,
        Blunt = 0.97,
        Slashing = 1
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 22,
        resistance = 8,
        agility = 14,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.75
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.3
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4012"] = 180
    } },
    category = "Range"
  },
  ["1161"] = {
    name = "Reinforced Leather Body",
    id = 1161,
    enchantmentTier = 4,
    augmentationCost = {
      ["4005"] = 3,
      ["4012"] = 23
    },
    craftingLevel = 31,
    craftingExperience = 10476,
    value = 89910,
    tradeable = true,
    requiredLevel = {
      defense = 40,
      range = 40
    },
    craftable = true,
    itemImage = "/images/combat/equipment/range/fur_body.png",
    itemIcon = "/images/combat/equipment/range/reinforced_leather_body.png",
    class = "equipment",
    visual = "rangebody",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.94,
        Magic = 1.08,
        Range = 1.01,
        Piercing = 0.96,
        Blunt = 0.97,
        Slashing = 1
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 32,
        resistance = 11,
        agility = 18,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.4
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4005"] = 33,
      ["4012"] = 225
    } },
    category = "Range"
  },
  ["1162"] = {
    name = "Chitin Body",
    id = 1162,
    enchantmentTier = 5,
    augmentationCost = {
      ["4002"] = 15,
      ["4003"] = 3
    },
    craftingLevel = 44,
    craftingExperience = 16200,
    value = 607500,
    tradeable = true,
    requiredLevel = {
      defense = 50,
      range = 50
    },
    craftable = true,
    itemImage = "/images/combat/equipment/range/fur_body.png",
    itemIcon = "/images/combat/equipment/range/chitin_body.png",
    class = "equipment",
    visual = "rangebody",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.94,
        Magic = 1.08,
        Range = 1.01,
        Piercing = 0.96,
        Blunt = 0.97,
        Slashing = 1
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 43,
        resistance = 15,
        agility = 23,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.25
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.5
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4002"] = 150,
      ["4003"] = 25
    } },
    category = "Range",
    rarity = "uncommon"
  },
  ["1163"] = {
    name = "Scale Body",
    id = 1163,
    enchantmentTier = 6,
    augmentationCost = {
      ["4009"] = 20,
      ["4010"] = 3
    },
    craftingLevel = 61,
    craftingExperience = 29520,
    value = 363000,
    tradeable = true,
    requiredLevel = {
      defense = 60,
      range = 60
    },
    craftable = true,
    itemImage = "/images/combat/equipment/range/fur_body.png",
    itemIcon = "/images/combat/equipment/range/scale_body.png",
    class = "equipment",
    visual = "rangebody",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.94,
        Magic = 1.08,
        Range = 1.01,
        Piercing = 0.96,
        Blunt = 0.97,
        Slashing = 1
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 55,
        resistance = 19,
        agility = 27,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.5
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.6
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4009"] = 200,
      ["4010"] = 30
    } },
    category = "Range",
    rarity = "rare"
  },
  ["1164"] = {
    name = "Hide Coif",
    id = 1164,
    enchantmentTier = 1,
    augmentationCost = {
      ["4007"] = 3
    },
    craftingLevel = 1,
    craftingExperience = 113,
    value = 1500,
    tradeable = true,
    craftable = true,
    itemImage = "/images/combat/equipment/range/hide_coif.png",
    itemIcon = "/images/combat/equipment/range/hide_coif_icon.png",
    class = "equipment",
    twoSided = true,
    visual = "range-med-helm",
    craftingDescription = "Requires Defense level of 1 to wield.",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 1.08,
        Range = 1,
        Piercing = 0.95,
        Blunt = 0.97,
        Slashing = 0.97
      },
      armorBonus = {
        protection = 3,
        resistance = 1,
        agility = 2,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 5
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4007"] = 25
    } },
    category = "Range"
  },
  ["1165"] = {
    name = "Fur Coif",
    id = 1165,
    enchantmentTier = 1,
    augmentationCost = {
      ["4004"] = 3
    },
    craftingLevel = 4,
    craftingExperience = 225,
    value = 4500,
    tradeable = true,
    requiredLevel = {
      defense = 10,
      range = 10
    },
    craftable = true,
    itemImage = "/images/combat/equipment/range/fur_coif.png",
    itemIcon = "/images/combat/equipment/range/fur_coif_icon.png",
    class = "equipment",
    twoSided = true,
    visual = "range-med-helm-alt",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 1.08,
        Range = 1,
        Piercing = 0.95,
        Blunt = 0.97,
        Slashing = 0.97
      },
      armorBonus = {
        protection = 4,
        resistance = 1,
        agility = 2,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 6
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.15
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4004"] = 25
    } },
    category = "Range"
  },
  ["1166"] = {
    name = "Thick Hide Coif",
    id = 1166,
    enchantmentTier = 2,
    augmentationCost = {
      ["4004"] = 4,
      ["4008"] = 1
    },
    craftingLevel = 9,
    craftingExperience = 495,
    value = 7800,
    tradeable = true,
    requiredLevel = {
      defense = 20,
      range = 20
    },
    craftable = true,
    itemImage = "/images/combat/equipment/range/hide_coif.png",
    itemIcon = "/images/combat/equipment/range/thick_hide_coif.png",
    class = "equipment",
    twoSided = true,
    visual = "range-med-helm",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 1.08,
        Range = 1,
        Piercing = 0.95,
        Blunt = 0.97,
        Slashing = 0.97
      },
      armorBonus = {
        protection = 10,
        resistance = 3,
        agility = 4,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 11
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.3
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.2
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4004"] = 35,
      ["4008"] = 10
    } },
    category = "Range"
  },
  ["1167"] = {
    name = "Leather Coif",
    id = 1167,
    enchantmentTier = 3,
    augmentationCost = {
      ["4012"] = 5
    },
    craftingLevel = 15,
    craftingExperience = 1728,
    value = 17280,
    tradeable = true,
    requiredLevel = {
      defense = 30,
      range = 30
    },
    craftable = true,
    itemImage = "/images/combat/equipment/range/hide_coif.png",
    itemIcon = "/images/combat/equipment/range/leather_coif.png",
    class = "equipment",
    twoSided = true,
    visual = "range-med-helm",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 1.08,
        Range = 1,
        Piercing = 0.95,
        Blunt = 0.97,
        Slashing = 0.97
      },
      armorBonus = {
        protection = 17,
        resistance = 6,
        agility = 6,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 16
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.45
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.3
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4012"] = 48
    } },
    category = "Range"
  },
  ["1168"] = {
    name = "Reinforced Leather Coif",
    id = 1168,
    enchantmentTier = 4,
    augmentationCost = {
      ["4005"] = 1,
      ["4012"] = 7
    },
    craftingLevel = 24,
    craftingExperience = 2808,
    value = 25380,
    tradeable = true,
    requiredLevel = {
      defense = 40,
      range = 40
    },
    craftable = true,
    itemImage = "/images/combat/equipment/range/hide_coif.png",
    itemIcon = "/images/combat/equipment/range/reinforced_leather_coif.png",
    class = "equipment",
    twoSided = true,
    visual = "range-med-helm",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 1.08,
        Range = 1,
        Piercing = 0.95,
        Blunt = 0.97,
        Slashing = 0.97
      },
      armorBonus = {
        protection = 26,
        resistance = 9,
        agility = 8,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 22
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.6
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.4
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4005"] = 6,
      ["4012"] = 66
    } },
    category = "Range"
  },
  ["1169"] = {
    name = "Chitin Coif",
    id = 1169,
    enchantmentTier = 5,
    augmentationCost = {
      ["4002"] = 5,
      ["4003"] = 1
    },
    craftingLevel = 37,
    craftingExperience = 5130,
    value = 193500,
    tradeable = true,
    requiredLevel = {
      defense = 50,
      range = 50
    },
    craftable = true,
    itemImage = "/images/combat/equipment/range/hide_coif.png",
    itemIcon = "/images/combat/equipment/range/chitin_coif.png",
    class = "equipment",
    twoSided = true,
    visual = "range-med-helm",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 1.08,
        Range = 1,
        Piercing = 0.95,
        Blunt = 0.97,
        Slashing = 0.97
      },
      armorBonus = {
        protection = 35,
        resistance = 11,
        agility = 10,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 28
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.75
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.5
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4002"] = 45,
      ["4003"] = 10
    } },
    category = "Range",
    rarity = "uncommon"
  },
  ["1170"] = {
    name = "Scale Coif",
    id = 1170,
    enchantmentTier = 6,
    augmentationCost = {
      ["4009"] = 4,
      ["4010"] = 1
    },
    craftingLevel = 57,
    craftingExperience = 5130,
    value = 63000,
    tradeable = true,
    requiredLevel = {
      defense = 60,
      range = 60
    },
    craftable = true,
    itemImage = "/images/combat/equipment/range/hide_coif.png",
    itemIcon = "/images/combat/equipment/range/scale_coif.png",
    class = "equipment",
    twoSided = true,
    visual = "range-med-helm",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 1.08,
        Range = 1,
        Piercing = 0.95,
        Blunt = 0.97,
        Slashing = 0.97
      },
      armorBonus = {
        protection = 44,
        resistance = 15,
        agility = 12,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 35
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.9
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.6
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4009"] = 35,
      ["4010"] = 5
    } },
    category = "Range",
    rarity = "rare"
  },
  ["1171"] = {
    name = "Hide Trousers",
    id = 1171,
    enchantmentTier = 1,
    augmentationCost = {
      ["4007"] = 5
    },
    craftingLevel = 2,
    craftingExperience = 225,
    value = 3000,
    tradeable = true,
    craftable = true,
    itemIcon = "/images/combat/equipment/range/hide_legs.png",
    itemImage = "/images/combat/equipment/range/hide_legs.png",
    class = "equipment",
    visual = "platelegs",
    craftingDescription = "Requires Defense level of 1 to wield.",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "legs",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 1.08,
        Range = 1,
        Piercing = 0.95,
        Blunt = 0.99,
        Slashing = 0.99
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 3,
        resistance = 1,
        agility = 2,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4007"] = 50
    } },
    category = "Range"
  },
  ["1172"] = {
    name = "Fur Trousers",
    id = 1172,
    enchantmentTier = 1,
    augmentationCost = {
      ["4004"] = 5
    },
    craftingLevel = 5,
    craftingExperience = 450,
    value = 9000,
    tradeable = true,
    requiredLevel = {
      defense = 10,
      range = 10
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/range/fur_legs.png",
    itemImage = "/images/combat/equipment/range/fur_legs.png",
    class = "equipment",
    visual = "platelegs",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "legs",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 1.08,
        Range = 1,
        Piercing = 0.95,
        Blunt = 0.99,
        Slashing = 0.99
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 4,
        resistance = 1,
        agility = 3,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.2
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4004"] = 50
    } },
    category = "Range"
  },
  ["1173"] = {
    name = "Thick Hide Trousers",
    id = 1173,
    enchantmentTier = 2,
    augmentationCost = {
      ["4004"] = 7,
      ["4008"] = 1
    },
    craftingLevel = 11,
    craftingExperience = 675,
    value = 12450,
    tradeable = true,
    requiredLevel = {
      defense = 20,
      range = 20
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/range/thick_hide_legs.png",
    itemImage = "/images/combat/equipment/range/hide_legs.png",
    class = "equipment",
    visual = "platelegs",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "legs",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 1.08,
        Range = 1,
        Piercing = 0.95,
        Blunt = 0.99,
        Slashing = 0.99
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 10,
        resistance = 4,
        agility = 6,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.4
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.2
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4004"] = 65,
      ["4008"] = 5
    } },
    category = "Range"
  },
  ["1174"] = {
    name = "Leather Trousers",
    id = 1174,
    enchantmentTier = 3,
    augmentationCost = {
      ["4012"] = 11
    },
    craftingLevel = 18,
    craftingExperience = 3816,
    value = 38160,
    tradeable = true,
    requiredLevel = {
      defense = 30,
      range = 30
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/range/leather_legs.png",
    itemImage = "/images/combat/equipment/range/hide_legs.png",
    class = "equipment",
    visual = "platelegs",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "legs",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 1.08,
        Range = 1,
        Piercing = 0.95,
        Blunt = 0.99,
        Slashing = 0.99
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 17,
        resistance = 6,
        agility = 9,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.6
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.3
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4012"] = 106
    } },
    category = "Range"
  },
  ["1175"] = {
    name = "Reinforced Leather Trousers",
    id = 1175,
    enchantmentTier = 4,
    augmentationCost = {
      ["4005"] = 1,
      ["4012"] = 12
    },
    craftingLevel = 28,
    craftingExperience = 5184,
    value = 46440,
    tradeable = true,
    requiredLevel = {
      defense = 40,
      range = 40
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/range/reinforced_leather_legs.png",
    itemImage = "/images/combat/equipment/range/hide_legs.png",
    class = "equipment",
    visual = "platelegs",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "legs",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 1.08,
        Range = 1,
        Piercing = 0.95,
        Blunt = 0.99,
        Slashing = 0.99
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 26,
        resistance = 9,
        agility = 12,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.8
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.4
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4005"] = 12,
      ["4012"] = 120
    } },
    category = "Range"
  },
  ["1176"] = {
    name = "Chitin Trousers",
    id = 1176,
    enchantmentTier = 5,
    augmentationCost = {
      ["4002"] = 15,
      ["4003"] = 1
    },
    craftingLevel = 41,
    craftingExperience = 14040,
    value = 517500,
    tradeable = true,
    requiredLevel = {
      defense = 50,
      range = 50
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/range/chitin_legs.png",
    itemImage = "/images/combat/equipment/range/hide_legs.png",
    class = "equipment",
    visual = "platelegs",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "legs",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 1.08,
        Range = 1,
        Piercing = 0.95,
        Blunt = 0.99,
        Slashing = 0.99
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 35,
        resistance = 12,
        agility = 15,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.5
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4002"] = 150,
      ["4003"] = 5
    } },
    category = "Range",
    rarity = "uncommon"
  },
  ["1177"] = {
    name = "Scale Trousers",
    id = 1177,
    enchantmentTier = 6,
    augmentationCost = {
      ["4009"] = 13,
      ["4010"] = 1
    },
    craftingLevel = 59,
    craftingExperience = 17190,
    value = 208500,
    tradeable = true,
    requiredLevel = {
      defense = 60,
      range = 60
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/range/scale_legs.png",
    itemImage = "/images/combat/equipment/range/hide_legs.png",
    class = "equipment",
    visual = "platelegs",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "legs",
      offensiveDamageAffinity = {
        Range = 1.04
      },
      defensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 1.08,
        Range = 1,
        Piercing = 0.95,
        Blunt = 0.99,
        Slashing = 0.99
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 44,
        resistance = 15,
        agility = 18,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.2
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.6
      } },
      itemSet = { 10010, 10012 }
    },
    requiredResources = { {
      ["4009"] = 125,
      ["4010"] = 10
    } },
    category = "Range",
    rarity = "rare"
  },
  ["1178"] = {
    name = "Robe Top",
    id = 1178,
    enchantmentTier = 1,
    augmentationCost = {
      ["4013"] = 24
    },
    craftingLevel = 3,
    craftingExperience = 440,
    value = 1800,
    tradeable = true,
    craftable = true,
    itemImage = "/images/combat/equipment/magic/robe_top.png",
    class = "equipment",
    visual = "robetop",
    craftingDescription = "Requires Defense level of 1 to wield.",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "body",
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 1.02,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 2,
        resistance = 7,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 3,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4013"] = 50
    } },
    category = "Magic"
  },
  ["1179"] = {
    name = "Practitioner Robe Top",
    id = 1179,
    enchantmentTier = 1,
    augmentationCost = {
      ["4014"] = 48
    },
    craftingLevel = 6,
    craftingExperience = 880,
    value = 7200,
    tradeable = true,
    requiredLevel = {
      defense = 10,
      magic = 10
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/practitioner_robe_top.png",
    itemImage = "/images/combat/equipment/magic/robe_top.png",
    class = "equipment",
    visual = "robetop",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "body",
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 1.02,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 3,
        resistance = 11,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 4,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.15
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4014"] = 100
    } },
    category = "Magic"
  },
  ["1180"] = {
    name = "Academy Robe Top",
    id = 1180,
    enchantmentTier = 2,
    augmentationCost = {
      ["4015"] = 60
    },
    craftingLevel = 13,
    craftingExperience = 1947,
    value = 22500,
    tradeable = true,
    requiredLevel = {
      defense = 20,
      magic = 20
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/academy_robe_top.png",
    itemImage = "/images/combat/equipment/magic/robe_top.png",
    class = "equipment",
    visual = "robetop",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "body",
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 1.02,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 8,
        resistance = 28,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 6,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.3
      }, {
        stat = "weaponBonus.intellect",
        value = 0.2
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4015"] = 125
    } },
    category = "Magic"
  },
  ["1181"] = {
    name = "Imbued Robe Top",
    id = 1181,
    enchantmentTier = 3,
    augmentationCost = {
      ["4016"] = 72
    },
    craftingLevel = 21,
    craftingExperience = 5742,
    value = 90000,
    tradeable = true,
    requiredLevel = {
      defense = 30,
      magic = 30
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/imbued_robe_top.png",
    itemImage = "/images/combat/equipment/magic/robe_top.png",
    class = "equipment",
    visual = "robetop",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "body",
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 1.02,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 13,
        resistance = 48,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 9,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.15
      }, {
        stat = "armorBonus.resistance",
        value = 0.45
      }, {
        stat = "weaponBonus.intellect",
        value = 0.3
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4016"] = 150
    } },
    category = "Magic"
  },
  ["1182"] = {
    name = "Major Imbued Robe Top",
    id = 1182,
    enchantmentTier = 4,
    augmentationCost = {
      ["4017"] = 84
    },
    craftingLevel = 31,
    craftingExperience = 12672,
    value = 210000,
    tradeable = true,
    requiredLevel = {
      defense = 40,
      magic = 40
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/major_imbued_robe_top.png",
    itemImage = "/images/combat/equipment/magic/robe_top.png",
    class = "equipment",
    visual = "robetop",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "body",
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 1.02,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 19,
        resistance = 70,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 11,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.2
      }, {
        stat = "armorBonus.resistance",
        value = 0.6
      }, {
        stat = "weaponBonus.intellect",
        value = 0.4
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4017"] = 175
    } },
    category = "Magic",
    rarity = "uncommon"
  },
  ["1183"] = {
    name = "Greater Imbued Robe Top",
    id = 1183,
    enchantmentTier = 5,
    augmentationCost = {
      ["4018"] = 96
    },
    craftingLevel = 44,
    craftingExperience = 33088,
    value = 480000,
    tradeable = true,
    requiredLevel = {
      defense = 50,
      magic = 50
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/greater_imbued_robe_top.png",
    itemImage = "/images/combat/equipment/magic/robe_top.png",
    class = "equipment",
    visual = "robetop",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "body",
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 1.02,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 26,
        resistance = 95,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 15,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.25
      }, {
        stat = "armorBonus.resistance",
        value = 0.75
      }, {
        stat = "weaponBonus.intellect",
        value = 0.5
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4018"] = 200
    } },
    category = "Magic",
    rarity = "uncommon"
  },
  ["1184"] = {
    name = "Elder Robe Top",
    id = 1184,
    enchantmentTier = 6,
    augmentationCost = {
      ["4019"] = 108,
      ["11032"] = 3
    },
    craftingLevel = 61,
    craftingExperience = 60940,
    value = 1080000,
    tradeable = true,
    requiredLevel = {
      defense = 60,
      magic = 60
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/elder_robe_top.png",
    itemImage = "/images/combat/equipment/magic/robe_top.png",
    class = "equipment",
    visual = "robetop",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "body",
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 1.02,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 33,
        resistance = 121,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 19,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.3
      }, {
        stat = "armorBonus.resistance",
        value = 0.9
      }, {
        stat = "weaponBonus.intellect",
        value = 0.6
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4019"] = 225,
      ["11032"] = 30
    } },
    category = "Magic",
    rarity = "rare"
  },
  ["1185"] = {
    name = "Robe Hood",
    id = 1185,
    enchantmentTier = 1,
    augmentationCost = {
      ["4013"] = 12
    },
    craftingLevel = 1,
    craftingExperience = 138,
    value = 684,
    tradeable = true,
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/robe_hood.png",
    itemImage = "/images/combat/equipment/magic/robe_hood.png",
    class = "equipment",
    twoSided = true,
    visual = "hood",
    craftingDescription = "Requires Defense level of 1 to wield.",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "helm",
      defensiveDamageAffinity = {
        Melee = 1.05,
        Magic = 1,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 1,
        resistance = 3,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 3,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4013"] = 19
    } },
    category = "Magic"
  },
  ["1186"] = {
    name = "Practitioner Robe Hood",
    id = 1186,
    enchantmentTier = 1,
    augmentationCost = {
      ["4014"] = 18
    },
    craftingLevel = 4,
    craftingExperience = 275,
    value = 2232,
    tradeable = true,
    requiredLevel = {
      defense = 10,
      magic = 10
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/practitioner_robe_hood.png",
    itemImage = "/images/combat/equipment/magic/robe_hood.png",
    class = "equipment",
    twoSided = true,
    visual = "hood",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "helm",
      defensiveDamageAffinity = {
        Melee = 1.05,
        Magic = 1,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 1,
        resistance = 5,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 4,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4014"] = 31
    } },
    category = "Magic"
  },
  ["1187"] = {
    name = "Academy Hood",
    id = 1187,
    enchantmentTier = 2,
    augmentationCost = {
      ["4015"] = 24
    },
    craftingLevel = 9,
    craftingExperience = 578,
    value = 7920,
    tradeable = true,
    requiredLevel = {
      defense = 20,
      magic = 20
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/academy_robe_hood.png",
    itemImage = "/images/combat/equipment/magic/robe_hood.png",
    class = "equipment",
    twoSided = true,
    visual = "hood",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "helm",
      defensiveDamageAffinity = {
        Melee = 1.05,
        Magic = 1,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 3,
        resistance = 13,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 5,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.2
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4015"] = 44
    } },
    category = "Magic"
  },
  ["1188"] = {
    name = "Imbued Hood",
    id = 1188,
    enchantmentTier = 3,
    augmentationCost = {
      ["4016"] = 24
    },
    craftingLevel = 15,
    craftingExperience = 1584,
    value = 30000,
    tradeable = true,
    requiredLevel = {
      defense = 30,
      magic = 30
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/imbued_robe_hood.png",
    itemImage = "/images/combat/equipment/magic/robe_hood.png",
    class = "equipment",
    twoSided = true,
    visual = "hood",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "helm",
      defensiveDamageAffinity = {
        Melee = 1.05,
        Magic = 1,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 4,
        resistance = 22,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 7,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.15
      }, {
        stat = "weaponBonus.intellect",
        value = 0.3
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4016"] = 50
    } },
    category = "Magic"
  },
  ["1189"] = {
    name = "Major Imbued Hood",
    id = 1189,
    enchantmentTier = 4,
    augmentationCost = {
      ["4017"] = 30
    },
    craftingLevel = 24,
    craftingExperience = 3267,
    value = 75600,
    tradeable = true,
    requiredLevel = {
      defense = 40,
      magic = 40
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/major_imbued_robe_hood.png",
    itemImage = "/images/combat/equipment/magic/robe_hood.png",
    class = "equipment",
    twoSided = true,
    visual = "hood",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "helm",
      defensiveDamageAffinity = {
        Melee = 1.05,
        Magic = 1,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 6,
        resistance = 32,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 9,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.2
      }, {
        stat = "weaponBonus.intellect",
        value = 0.4
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4017"] = 63
    } },
    category = "Magic"
  },
  ["1190"] = {
    name = "Greater Imbued Hood",
    id = 1190,
    enchantmentTier = 5,
    augmentationCost = {
      ["4018"] = 36
    },
    craftingLevel = 37,
    craftingExperience = 8008,
    value = 180000,
    tradeable = true,
    requiredLevel = {
      defense = 50,
      magic = 50
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/greater_imbued_robe_hood.png",
    itemImage = "/images/combat/equipment/magic/robe_hood.png",
    class = "equipment",
    twoSided = true,
    visual = "hood",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "helm",
      defensiveDamageAffinity = {
        Melee = 1.05,
        Magic = 1,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 9,
        resistance = 43,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 14,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.125
      }, {
        stat = "armorBonus.resistance",
        value = 0.25
      }, {
        stat = "weaponBonus.intellect",
        value = 0.5
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4018"] = 75
    } },
    category = "Magic",
    rarity = "uncommon"
  },
  ["1191"] = {
    name = "Elder Hood",
    id = 1191,
    enchantmentTier = 6,
    augmentationCost = {
      ["4019"] = 48,
      ["11032"] = 3
    },
    craftingLevel = 57,
    craftingExperience = 13750,
    value = 480000,
    tradeable = true,
    requiredLevel = {
      defense = 60,
      magic = 60
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/elder_robe_hood.png",
    itemImage = "/images/combat/equipment/magic/robe_hood.png",
    class = "equipment",
    twoSided = true,
    visual = "hood",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "helm",
      defensiveDamageAffinity = {
        Melee = 1.05,
        Magic = 1,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 11,
        resistance = 55,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 17,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.15
      }, {
        stat = "armorBonus.resistance",
        value = 0.3
      }, {
        stat = "weaponBonus.intellect",
        value = 0.6
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4019"] = 100,
      ["11032"] = 30
    } },
    category = "Magic",
    rarity = "rare"
  },
  ["1192"] = {
    name = "Robe Bottom",
    id = 1192,
    enchantmentTier = 1,
    augmentationCost = {
      ["4013"] = 18
    },
    craftingLevel = 2,
    craftingExperience = 275,
    value = 1584,
    tradeable = true,
    craftable = true,
    itemImage = "/images/combat/equipment/magic/robe_legs.png",
    class = "equipment",
    visual = "robebottom",
    craftingDescription = "Requires Defense level of 1 to wield.",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "legs",
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 1.02,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 1,
        resistance = 4,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 3,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4013"] = 44
    } },
    category = "Magic"
  },
  ["1193"] = {
    name = "Practitioner Robe Bottom",
    id = 1193,
    enchantmentTier = 1,
    augmentationCost = {
      ["4014"] = 30
    },
    craftingLevel = 5,
    craftingExperience = 550,
    value = 4536,
    tradeable = true,
    requiredLevel = {
      defense = 10,
      magic = 10
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/practitioner_robe_legs.png",
    itemImage = "/images/combat/equipment/magic/robe_legs.png",
    class = "equipment",
    visual = "robebottom",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "legs",
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 1.02,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 2,
        resistance = 6,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 4,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4014"] = 63
    } },
    category = "Magic"
  },
  ["1194"] = {
    name = "Academy Robe Bottom",
    id = 1194,
    enchantmentTier = 2,
    augmentationCost = {
      ["4015"] = 42
    },
    craftingLevel = 11,
    craftingExperience = 1205,
    value = 15840,
    tradeable = true,
    requiredLevel = {
      defense = 20,
      magic = 20
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/academy_robe_legs.png",
    itemImage = "/images/combat/equipment/magic/robe_legs.png",
    class = "equipment",
    visual = "robebottom",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "legs",
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 1.02,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 5,
        resistance = 15,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 5,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.15
      }, {
        stat = "weaponBonus.intellect",
        value = 0.2
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4015"] = 88
    } },
    category = "Magic"
  },
  ["1195"] = {
    name = "Imbued Robe Bottom",
    id = 1195,
    enchantmentTier = 3,
    augmentationCost = {
      ["4016"] = 54
    },
    craftingLevel = 18,
    craftingExperience = 3498,
    value = 67800,
    tradeable = true,
    requiredLevel = {
      defense = 30,
      magic = 30
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/imbued_robe_legs.png",
    itemImage = "/images/combat/equipment/magic/robe_legs.png",
    class = "equipment",
    visual = "robebottom",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "legs",
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 1.02,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 9,
        resistance = 26,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 9,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.105
      }, {
        stat = "armorBonus.resistance",
        value = 0.225
      }, {
        stat = "weaponBonus.intellect",
        value = 0.3
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4016"] = 113
    } },
    category = "Magic"
  },
  ["1196"] = {
    name = "Major Imbued Robe Bottom",
    id = 1196,
    enchantmentTier = 4,
    augmentationCost = {
      ["4017"] = 66
    },
    craftingLevel = 28,
    craftingExperience = 7574,
    value = 165600,
    tradeable = true,
    requiredLevel = {
      defense = 40,
      magic = 40
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/major_imbued_robe_legs.png",
    itemImage = "/images/combat/equipment/magic/robe_legs.png",
    class = "equipment",
    visual = "robebottom",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "legs",
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 1.02,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 13,
        resistance = 38,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 12,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.14
      }, {
        stat = "armorBonus.resistance",
        value = 0.3
      }, {
        stat = "weaponBonus.intellect",
        value = 0.4
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4017"] = 138
    } },
    category = "Magic"
  },
  ["1197"] = {
    name = "Greater Imbued Robe Bottom",
    id = 1197,
    enchantmentTier = 5,
    augmentationCost = {
      ["4018"] = 78
    },
    craftingLevel = 41,
    craftingExperience = 19536,
    value = 391200,
    tradeable = true,
    requiredLevel = {
      defense = 50,
      magic = 50
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/greater_imbued_robe_legs.png",
    itemImage = "/images/combat/equipment/magic/robe_legs.png",
    class = "equipment",
    visual = "robebottom",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "legs",
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 1.02,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 17,
        resistance = 52,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 16,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.175
      }, {
        stat = "armorBonus.resistance",
        value = 0.375
      }, {
        stat = "weaponBonus.intellect",
        value = 0.5
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4018"] = 163
    } },
    category = "Magic",
    rarity = "uncommon"
  },
  ["1198"] = {
    name = "Elder Robe Bottom",
    id = 1198,
    enchantmentTier = 6,
    augmentationCost = {
      ["4019"] = 90,
      ["11032"] = 3
    },
    craftingLevel = 59,
    craftingExperience = 35530,
    value = 902400,
    tradeable = true,
    requiredLevel = {
      defense = 60,
      magic = 60
    },
    craftable = true,
    itemIcon = "/images/combat/equipment/magic/elder_robe_legs.png",
    itemImage = "/images/combat/equipment/magic/robe_legs.png",
    class = "equipment",
    visual = "robebottom",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "legs",
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 1.02,
        Range = 0.94,
        Piercing = 0.94,
        Blunt = 0.97,
        Slashing = 0.94
      },
      armorBonus = {
        protection = 22,
        resistance = 66,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 19,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.21
      }, {
        stat = "armorBonus.resistance",
        value = 0.45
      }, {
        stat = "weaponBonus.intellect",
        value = 0.6
      } },
      itemSet = { 10011, 10013 }
    },
    requiredResources = { {
      ["4019"] = 188,
      ["11032"] = 30
    } },
    category = "Magic",
    rarity = "rare"
  },
  ["1199"] = {
    name = "Flimsy Recurve Bow",
    id = 1199,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["302"] = 10,
      ["1450"] = 100
    },
    requiredResources = { {
      ["302"] = 25,
      ["1450"] = 300
    } },
    craftingLevel = 1,
    craftingExperience = 90,
    value = 450,
    craftable = true,
    type = "weapon",
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/bow_wood_recurve.png",
    itemIcon = "/images/combat/equipment/range/bow_wood_recurve.png",
    class = "equipment",
    visual = "recurvebow",
    craftingDescription = "Recurve Bow WIP",
    category = "Range",
    tags = { "range", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.4
      },
      offensiveAccuracyAffinityRating = {
        Melee = -16,
        Magic = -16,
        Range = 4,
        Piercing = 5
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 0.2,
        Range = 1,
        Piercing = 1.25,
        Blunt = 0.25,
        Slashing = 0.25
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 9
      },
      attackSpeed = 2.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } }
    }
  },
  ["1200"] = {
    name = "Sturdy Recurve Bow",
    id = 1200,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["302"] = 20,
      ["1451"] = 100
    },
    requiredResources = { {
      ["302"] = 44,
      ["1451"] = 300
    } },
    craftingLevel = 2,
    craftingExperience = 158,
    value = 878,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 10
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/bow_sturdy_recurve.png",
    itemIcon = "/images/combat/equipment/range/bow_sturdy_recurve.png",
    class = "equipment",
    visual = "recurvebow",
    craftingDescription = "Recurve Bow WIP",
    category = "Range",
    tags = { "range", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.4
      },
      offensiveAccuracyAffinityRating = {
        Melee = -16,
        Magic = -16,
        Range = 6,
        Piercing = 8
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 0.2,
        Range = 1,
        Piercing = 1.25,
        Blunt = 0.25,
        Slashing = 0.25
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 11
      },
      attackSpeed = 2.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 0.5
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.5
      } }
    }
  },
  ["1201"] = {
    name = "Oak Recurve Bow",
    id = 1201,
    tradeable = true,
    enchantmentTier = 2,
    augmentationCost = {
      ["303"] = 25,
      ["1452"] = 100
    },
    requiredResources = { {
      ["303"] = 63,
      ["1452"] = 300
    } },
    craftingLevel = 5,
    craftingExperience = 450,
    value = 3276,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 20
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/bow_sturdy_recurve.png",
    itemIcon = "/images/combat/equipment/range/bow_sturdy_recurve.png",
    class = "equipment",
    visual = "recurvebow",
    craftingDescription = "Recurve Bow WIP",
    category = "Range",
    tags = { "range", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.4
      },
      offensiveAccuracyAffinityRating = {
        Melee = -16,
        Magic = -16,
        Range = 15,
        Piercing = 20
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 0.2,
        Range = 1,
        Piercing = 1.25,
        Blunt = 0.25,
        Slashing = 0.25
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 18
      },
      attackSpeed = 2.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 1
      }, {
        stat = "weaponBonus.dexterity",
        value = 1
      } }
    }
  },
  ["1202"] = {
    name = "Willow Recurve Bow",
    id = 1202,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["304"] = 40,
      ["1453"] = 100
    },
    requiredResources = { {
      ["304"] = 90,
      ["1453"] = 300
    } },
    craftingLevel = 9,
    craftingExperience = 972,
    value = 7200,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 30
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/bow_sturdy_recurve.png",
    itemIcon = "/images/combat/equipment/range/bow_willow.png",
    class = "equipment",
    visual = "recurvebow",
    craftingDescription = "Recurve Bow WIP",
    category = "Range",
    tags = { "range", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.4
      },
      offensiveAccuracyAffinityRating = {
        Melee = -16,
        Magic = -16,
        Range = 26,
        Piercing = 35
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 0.2,
        Range = 1,
        Piercing = 1.25,
        Blunt = 0.25,
        Slashing = 0.25
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 27
      },
      attackSpeed = 2.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 1.5
      }, {
        stat = "weaponBonus.dexterity",
        value = 1.5
      } }
    }
  },
  ["1203"] = {
    name = "Maple Recurve Bow",
    id = 1203,
    tradeable = true,
    enchantmentTier = 4,
    augmentationCost = {
      ["305"] = 55,
      ["1454"] = 100
    },
    requiredResources = { {
      ["305"] = 128,
      ["1454"] = 300
    } },
    craftingLevel = 16,
    craftingExperience = 2754,
    value = 13704,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 40
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/bow_sturdy_recurve.png",
    itemIcon = "/images/combat/equipment/range/bow_yew.png",
    class = "equipment",
    visual = "recurvebow",
    craftingDescription = "Recurve Bow WIP",
    category = "Range",
    tags = { "range", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.4
      },
      offensiveAccuracyAffinityRating = {
        Melee = -16,
        Magic = -16,
        Range = 38,
        Piercing = 51
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 0.2,
        Range = 1,
        Piercing = 1.25,
        Blunt = 0.25,
        Slashing = 0.25
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 37
      },
      attackSpeed = 2.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 2
      }, {
        stat = "weaponBonus.dexterity",
        value = 2
      } }
    }
  },
  ["1204"] = {
    name = "Yew Recurve Bow",
    id = 1204,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["306"] = 75,
      ["1455"] = 100
    },
    requiredResources = { {
      ["306"] = 183,
      ["1455"] = 300
    } },
    craftingLevel = 29,
    craftingExperience = 5913,
    value = 32040,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 50
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/bow_sturdy_recurve.png",
    itemIcon = "/images/combat/equipment/range/bow_yew.png",
    class = "equipment",
    visual = "recurvebow",
    craftingDescription = "Recurve Bow WIP",
    category = "Range",
    tags = { "range", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.4
      },
      offensiveAccuracyAffinityRating = {
        Melee = -16,
        Magic = -16,
        Range = 52,
        Piercing = 69
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 0.2,
        Range = 1,
        Piercing = 1.25,
        Blunt = 0.25,
        Slashing = 0.25
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 48
      },
      attackSpeed = 2.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 2.5
      }, {
        stat = "weaponBonus.dexterity",
        value = 2.5
      } }
    },
    rarity = "uncommon"
  },
  ["1205"] = {
    name = "Elder Recurve Bow",
    id = 1205,
    tradeable = true,
    enchantmentTier = 6,
    augmentationCost = {
      ["307"] = 105,
      ["1456"] = 100
    },
    requiredResources = { {
      ["307"] = 260,
      ["1456"] = 300
    } },
    craftingLevel = 48,
    craftingExperience = 18720,
    value = 90600,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 60
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/bow_sturdy_recurve.png",
    itemIcon = "/images/combat/equipment/range/bow_elder.png",
    class = "equipment",
    visual = "recurvebow",
    craftingDescription = "Recurve Bow WIP",
    category = "Range",
    tags = { "range", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.4
      },
      offensiveAccuracyAffinityRating = {
        Melee = -16,
        Magic = -16,
        Range = 66,
        Piercing = 88
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 0.2,
        Range = 1,
        Piercing = 1.25,
        Blunt = 0.25,
        Slashing = 0.25
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 59
      },
      attackSpeed = 2.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 3
      }, {
        stat = "weaponBonus.dexterity",
        value = 3
      } }
    },
    rarity = "rare"
  },
  ["1206"] = {
    name = "Flimsy Longbow",
    id = 1206,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["302"] = 15,
      ["1450"] = 100
    },
    requiredResources = { {
      ["302"] = 38,
      ["1450"] = 300
    } },
    craftingLevel = 2,
    craftingExperience = 135,
    value = 497,
    craftable = true,
    type = "weapon",
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/bow_wood.png",
    itemIcon = "/images/combat/equipment/range/bow_wood.png",
    class = "equipment",
    visual = "longbow",
    craftingDescription = "Longbow WIP",
    category = "Range",
    tags = { "range", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = -18,
        Magic = -18,
        Range = 6,
        Piercing = 7,
        Blunt = 1,
        Slashing = 1
      },
      offensiveDamageAffinity = {
        Melee = 0.25,
        Magic = 0.2,
        Range = 1.1,
        Piercing = 1.3333333333333333,
        Blunt = 0.5,
        Slashing = 0.5
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 19
      },
      attackSpeed = 2.8,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } }
    }
  },
  ["1207"] = {
    name = "Sturdy Longbow",
    id = 1207,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["302"] = 30,
      ["1451"] = 100
    },
    requiredResources = { {
      ["302"] = 75,
      ["1451"] = 300
    } },
    craftingLevel = 5,
    craftingExperience = 270,
    value = 990,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 10
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/bow_sturdy.png",
    itemIcon = "/images/combat/equipment/range/bow_sturdy.png",
    class = "equipment",
    visual = "longbow",
    craftingDescription = "Longbow WIP",
    category = "Range",
    tags = { "range", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = -18,
        Magic = -18,
        Range = 9,
        Piercing = 10,
        Blunt = 2,
        Slashing = 2
      },
      offensiveDamageAffinity = {
        Melee = 0.25,
        Magic = 0.2,
        Range = 1.1,
        Piercing = 1.3333333333333333,
        Blunt = 0.5,
        Slashing = 0.5
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 26
      },
      attackSpeed = 2.8,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 0.5
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.5
      } }
    }
  },
  ["1208"] = {
    name = "Oak Longbow",
    id = 1208,
    tradeable = true,
    enchantmentTier = 2,
    augmentationCost = {
      ["303"] = 45,
      ["1452"] = 100
    },
    requiredResources = { {
      ["303"] = 111,
      ["1452"] = 300
    } },
    craftingLevel = 11,
    craftingExperience = 801,
    value = 3852,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 20
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/bow_sturdy.png",
    itemIcon = "/images/combat/equipment/range/bow_sturdy.png",
    class = "equipment",
    visual = "longbow",
    craftingDescription = "Longbow WIP",
    category = "Range",
    tags = { "range", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = -18,
        Magic = -18,
        Range = 23,
        Piercing = 25,
        Blunt = 5,
        Slashing = 5
      },
      offensiveDamageAffinity = {
        Melee = 0.25,
        Magic = 0.2,
        Range = 1.1,
        Piercing = 1.3333333333333333,
        Blunt = 0.5,
        Slashing = 0.5
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 40
      },
      attackSpeed = 2.8,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 1
      }, {
        stat = "weaponBonus.dexterity",
        value = 1
      } }
    }
  },
  ["1209"] = {
    name = "Willow Longbow",
    id = 1209,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["304"] = 70,
      ["1453"] = 100
    },
    requiredResources = { {
      ["304"] = 164,
      ["1453"] = 300
    } },
    craftingLevel = 18,
    craftingExperience = 1769,
    value = 8976,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 30
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/bow_sturdy.png",
    itemIcon = "/images/combat/equipment/range/bow_willow.png",
    class = "equipment",
    visual = "longbow",
    craftingDescription = "Longbow WIP",
    category = "Range",
    tags = { "range", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = -18,
        Magic = -18,
        Range = 39,
        Piercing = 44,
        Blunt = 9,
        Slashing = 9
      },
      offensiveDamageAffinity = {
        Melee = 0.25,
        Magic = 0.2,
        Range = 1.1,
        Piercing = 1.3333333333333333,
        Blunt = 0.5,
        Slashing = 0.5
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 52
      },
      attackSpeed = 2.8,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 1.5
      }, {
        stat = "weaponBonus.dexterity",
        value = 1.5
      } }
    }
  },
  ["1210"] = {
    name = "Maple Longbow",
    id = 1210,
    tradeable = true,
    enchantmentTier = 4,
    augmentationCost = {
      ["305"] = 100,
      ["1454"] = 100
    },
    requiredResources = { {
      ["305"] = 243,
      ["1454"] = 300
    } },
    craftingLevel = 28,
    craftingExperience = 5238,
    value = 19224,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 40
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/bow_sturdy.png",
    itemIcon = "/images/combat/equipment/range/bow_yew.png",
    class = "equipment",
    visual = "longbow",
    craftingDescription = "Longbow WIP",
    category = "Range",
    tags = { "range", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = -18,
        Magic = -18,
        Range = 58,
        Piercing = 64,
        Blunt = 13,
        Slashing = 13
      },
      offensiveDamageAffinity = {
        Melee = 0.25,
        Magic = 0.2,
        Range = 1.1,
        Piercing = 1.3333333333333333,
        Blunt = 0.5,
        Slashing = 0.5
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 64
      },
      attackSpeed = 2.8,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 2
      }, {
        stat = "weaponBonus.dexterity",
        value = 2
      } }
    }
  },
  ["1211"] = {
    name = "Yew Longbow",
    id = 1211,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["306"] = 145,
      ["1455"] = 100
    },
    requiredResources = { {
      ["306"] = 358,
      ["1455"] = 300
    } },
    craftingLevel = 41,
    craftingExperience = 11583,
    value = 53040,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 50
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/bow_sturdy.png",
    itemIcon = "/images/combat/equipment/range/bow_yew.png",
    class = "equipment",
    visual = "longbow",
    craftingDescription = "Longbow WIP",
    category = "Range",
    tags = { "range", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = -18,
        Magic = -18,
        Range = 78,
        Piercing = 86,
        Blunt = 17,
        Slashing = 17
      },
      offensiveDamageAffinity = {
        Melee = 0.25,
        Magic = 0.2,
        Range = 1.1,
        Piercing = 1.3333333333333333,
        Blunt = 0.5,
        Slashing = 0.5
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 75
      },
      attackSpeed = 2.8,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 2.5
      }, {
        stat = "weaponBonus.dexterity",
        value = 2.5
      } }
    },
    rarity = "uncommon"
  },
  ["1212"] = {
    name = "Elder Longbow",
    id = 1212,
    tradeable = true,
    enchantmentTier = 6,
    augmentationCost = {
      ["307"] = 215,
      ["1456"] = 100
    },
    requiredResources = { {
      ["307"] = 528,
      ["1456"] = 300
    } },
    craftingLevel = 59,
    craftingExperience = 37980,
    value = 171000,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 60
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/bow_sturdy.png",
    itemIcon = "/images/combat/equipment/range/bow_elder.png",
    class = "equipment",
    visual = "longbow",
    craftingDescription = "Longbow WIP",
    category = "Range",
    tags = { "range", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = -18,
        Magic = -18,
        Range = 99,
        Piercing = 110,
        Blunt = 22,
        Slashing = 22
      },
      offensiveDamageAffinity = {
        Melee = 0.25,
        Magic = 0.2,
        Range = 1.1,
        Piercing = 1.3333333333333333,
        Blunt = 0.5,
        Slashing = 0.5
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 99
      },
      attackSpeed = 2.8,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 3
      }, {
        stat = "weaponBonus.dexterity",
        value = 3
      } }
    },
    rarity = "rare"
  },
  ["1213"] = {
    name = "Flimsy Crossbow",
    id = 1213,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 1,
      ["302"] = 15,
      ["1450"] = 100
    },
    requiredResources = { {
      ["201"] = 5,
      ["302"] = 31,
      ["1450"] = 300
    } },
    craftingLevel = 3,
    craftingExperience = 135,
    value = 622,
    craftable = true,
    type = "weapon",
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/crossbow_wood.png",
    visual = "crossbow",
    itemIcon = "/images/combat/equipment/range/crossbow_wood.png",
    class = "equipment",
    craftingDescription = "Crossbow WIP",
    category = "Range",
    tags = { "range" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -24,
        Magic = -24,
        Range = 16,
        Piercing = 10,
        Blunt = 3,
        Slashing = 3
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 0.2,
        Range = 1.05,
        Piercing = 1.3333333333333333,
        Blunt = 0.75,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 17
      },
      attackSpeed = 3.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } },
      oneHanded = true
    }
  },
  ["1214"] = {
    name = "Light Crossbow",
    id = 1214,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 1,
      ["302"] = 25,
      ["1451"] = 100
    },
    requiredResources = { {
      ["201"] = 5,
      ["302"] = 63,
      ["1451"] = 300
    } },
    craftingLevel = 6,
    craftingExperience = 248,
    value = 1097,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 10
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/crossbow_sturdy.png",
    visual = "crossbow",
    itemIcon = "/images/combat/equipment/range/crossbow_sturdy.png",
    class = "equipment",
    craftingDescription = "Crossbow WIP",
    category = "Range",
    tags = { "range" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -24,
        Magic = -24,
        Range = 24,
        Piercing = 14,
        Blunt = 4,
        Slashing = 4
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 0.2,
        Range = 1.05,
        Piercing = 1.3333333333333333,
        Blunt = 0.75,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 20
      },
      attackSpeed = 3.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 0.5
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.5
      } },
      oneHanded = true
    }
  },
  ["1215"] = {
    name = "Bone Crossbow",
    id = 1215,
    tradeable = true,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 1,
      ["303"] = 40,
      ["1452"] = 100
    },
    requiredResources = { {
      ["202"] = 6,
      ["303"] = 91,
      ["1452"] = 300
    } },
    craftingLevel = 13,
    craftingExperience = 711,
    value = 5412,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 20
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/crossbow_sturdy.png",
    visual = "crossbow",
    itemIcon = "/images/combat/equipment/range/crossbow_bone.png",
    class = "equipment",
    craftingDescription = "Crossbow WIP",
    category = "Range",
    tags = { "range" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -24,
        Magic = -24,
        Range = 48,
        Piercing = 35,
        Blunt = 10,
        Slashing = 10
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 0.2,
        Range = 1.05,
        Piercing = 1.3333333333333333,
        Blunt = 0.75,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 33
      },
      attackSpeed = 3.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 1
      }, {
        stat = "weaponBonus.dexterity",
        value = 1
      } },
      oneHanded = true
    }
  },
  ["1216"] = {
    name = "Heavy Crossbow",
    id = 1216,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 1,
      ["304"] = 55,
      ["1453"] = 100
    },
    requiredResources = { {
      ["204"] = 7,
      ["304"] = 133,
      ["1453"] = 300
    } },
    craftingLevel = 21,
    craftingExperience = 1557,
    value = 12432,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 30
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/crossbow_sturdy.png",
    visual = "crossbow",
    itemIcon = "/images/combat/equipment/range/crossbow_heavy.png",
    class = "equipment",
    craftingDescription = "Crossbow WIP",
    category = "Range",
    tags = { "range" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -24,
        Magic = -24,
        Range = 70,
        Piercing = 61,
        Blunt = 17,
        Slashing = 17
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 0.2,
        Range = 1.05,
        Piercing = 1.3333333333333333,
        Blunt = 0.75,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 49
      },
      attackSpeed = 3.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 1.5
      }, {
        stat = "weaponBonus.dexterity",
        value = 1.5
      } },
      oneHanded = true
    }
  },
  ["1217"] = {
    name = "Reinforced Crossbow",
    id = 1217,
    tradeable = true,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 1,
      ["305"] = 80,
      ["1454"] = 100
    },
    requiredResources = { {
      ["205"] = 9,
      ["305"] = 191,
      ["1454"] = 300
    } },
    craftingLevel = 31,
    craftingExperience = 4455,
    value = 38328,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 40
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/crossbow_sturdy.png",
    visual = "crossbow",
    itemIcon = "/images/combat/equipment/range/crossbow_metal.png",
    class = "equipment",
    craftingDescription = "Crossbow WIP",
    category = "Range",
    tags = { "range" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -24,
        Magic = -24,
        Range = 100,
        Piercing = 90,
        Blunt = 26,
        Slashing = 26
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 0.2,
        Range = 1.05,
        Piercing = 1.3333333333333333,
        Blunt = 0.75,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 67
      },
      attackSpeed = 3.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 2
      }, {
        stat = "weaponBonus.dexterity",
        value = 2
      } },
      oneHanded = true
    }
  },
  ["1218"] = {
    name = "Arbalest",
    id = 1218,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 1,
      ["306"] = 115,
      ["1455"] = 100
    },
    requiredResources = { {
      ["206"] = 10,
      ["306"] = 278,
      ["1455"] = 300
    } },
    craftingLevel = 44,
    craftingExperience = 9621,
    value = 127440,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 50
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/crossbow_sturdy.png",
    visual = "crossbow",
    itemIcon = "/images/combat/equipment/range/crossbow_arbalest.png",
    class = "equipment",
    craftingDescription = "Crossbow WIP",
    category = "Range",
    tags = { "range" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -24,
        Magic = -24,
        Range = 136,
        Piercing = 121,
        Blunt = 35,
        Slashing = 35
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 0.2,
        Range = 1.05,
        Piercing = 1.3333333333333333,
        Blunt = 0.75,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 86
      },
      attackSpeed = 3.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 2.5
      }, {
        stat = "weaponBonus.dexterity",
        value = 2.5
      } },
      oneHanded = true
    },
    rarity = "uncommon"
  },
  ["1219"] = {
    name = "Elder Crossbow",
    id = 1219,
    tradeable = true,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 2,
      ["307"] = 165,
      ["1456"] = 100
    },
    requiredResources = { {
      ["207"] = 12,
      ["307"] = 404,
      ["1456"] = 300
    } },
    craftingLevel = 61,
    craftingExperience = 30690,
    value = 263400,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 60
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/crossbow_sturdy.png",
    visual = "crossbow",
    itemIcon = "/images/combat/equipment/range/crossbow_elder.png",
    class = "equipment",
    craftingDescription = "Crossbow WIP",
    category = "Range",
    tags = { "range" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -24,
        Magic = -24,
        Range = 168,
        Piercing = 154,
        Blunt = 44,
        Slashing = 44
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 0.2,
        Range = 1.05,
        Piercing = 1.3333333333333333,
        Blunt = 0.75,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 107
      },
      attackSpeed = 3.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 3
      }, {
        stat = "weaponBonus.dexterity",
        value = 3
      } },
      oneHanded = true
    },
    rarity = "rare"
  },
  ["1220"] = {
    name = "Rough Throwing Knife",
    id = 1220,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 1,
      ["302"] = 5,
      ["1450"] = 100
    },
    requiredResources = { {
      ["201"] = 5,
      ["302"] = 13,
      ["1450"] = 300
    } },
    craftingLevel = 1,
    craftingExperience = 68,
    value = 557,
    craftable = true,
    type = "weapon",
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/bronze_knife.png",
    itemIcon = "/images/combat/equipment/range/thrown_knife_rough.png",
    class = "equipment",
    visual = "throwingdagger",
    craftingDescription = "Throwing WIP",
    category = "Range",
    tags = { "range" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -5,
        Magic = -20,
        Range = 7,
        Piercing = 3,
        Blunt = 3,
        Slashing = 3
      },
      offensiveDamageAffinity = {
        Melee = 0.75,
        Magic = 0.3333333333333333,
        Range = 1,
        Piercing = 1,
        Blunt = 1,
        Slashing = 1
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 11
      },
      attackSpeed = 2.5,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } },
      oneHanded = true
    }
  },
  ["1221"] = {
    name = "Throwing Knife",
    id = 1221,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 1,
      ["302"] = 15,
      ["1451"] = 100
    },
    requiredResources = { {
      ["201"] = 5,
      ["302"] = 31,
      ["1451"] = 300
    } },
    craftingLevel = 3,
    craftingExperience = 135,
    value = 982,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 10
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/iron_knife.png",
    itemIcon = "/images/combat/equipment/range/thrown_knife.png",
    class = "equipment",
    visual = "throwingdagger",
    craftingDescription = "Throwing WIP",
    category = "Range",
    tags = { "range" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -5,
        Magic = -20,
        Range = 10,
        Piercing = 4,
        Blunt = 4,
        Slashing = 4
      },
      offensiveDamageAffinity = {
        Melee = 0.75,
        Magic = 0.3333333333333333,
        Range = 1,
        Piercing = 1,
        Blunt = 1,
        Slashing = 1
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 13
      },
      attackSpeed = 2.5,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 0.5
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.5
      } },
      oneHanded = true
    }
  },
  ["1222"] = {
    name = "Light Throwing Knife",
    id = 1222,
    tradeable = true,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 1,
      ["303"] = 20,
      ["1452"] = 100
    },
    requiredResources = { {
      ["202"] = 6,
      ["303"] = 44,
      ["1452"] = 300
    } },
    craftingLevel = 7,
    craftingExperience = 369,
    value = 4848,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 20
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/obby_knife.png",
    itemIcon = "/images/combat/equipment/range/thrown_knife_2.png",
    class = "equipment",
    visual = "throwingdagger",
    craftingDescription = "Throwing WIP",
    category = "Range",
    tags = { "range" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -5,
        Magic = -20,
        Range = 25,
        Piercing = 10,
        Blunt = 10,
        Slashing = 10
      },
      offensiveDamageAffinity = {
        Melee = 0.75,
        Magic = 0.3333333333333333,
        Range = 1,
        Piercing = 1,
        Blunt = 1,
        Slashing = 1
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 22
      },
      attackSpeed = 2.5,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 1
      }, {
        stat = "weaponBonus.dexterity",
        value = 1
      } },
      oneHanded = true
    }
  },
  ["1223"] = {
    name = "Refined Throwing Knife",
    id = 1223,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 1,
      ["304"] = 25,
      ["1453"] = 100
    },
    requiredResources = { {
      ["204"] = 7,
      ["304"] = 60,
      ["1453"] = 300
    } },
    craftingLevel = 12,
    craftingExperience = 774,
    value = 10680,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 30
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/mithril_knife.png",
    itemIcon = "/images/combat/equipment/range/thrown_knife_refined.png",
    class = "equipment",
    visual = "throwingdagger",
    craftingDescription = "Throwing WIP",
    category = "Range",
    tags = { "range" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -5,
        Magic = -20,
        Range = 44,
        Piercing = 17,
        Blunt = 17,
        Slashing = 17
      },
      offensiveDamageAffinity = {
        Melee = 0.75,
        Magic = 0.3333333333333333,
        Range = 1,
        Piercing = 1,
        Blunt = 1,
        Slashing = 1
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 33
      },
      attackSpeed = 2.5,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 1.5
      }, {
        stat = "weaponBonus.dexterity",
        value = 1.5
      } },
      oneHanded = true
    }
  },
  ["1224"] = {
    name = "Throwing Axe",
    id = 1224,
    tradeable = true,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 1,
      ["305"] = 35,
      ["1454"] = 100
    },
    requiredResources = { {
      ["205"] = 9,
      ["305"] = 83,
      ["1454"] = 300
    } },
    craftingLevel = 20,
    craftingExperience = 2106,
    value = 33144,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 40
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/throwing_axe.png",
    class = "equipment",
    visual = "throwingaxe",
    craftingDescription = "Throwing WIP",
    category = "Range",
    tags = { "range" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -5,
        Magic = -20,
        Range = 64,
        Piercing = 26,
        Blunt = 26,
        Slashing = 26
      },
      offensiveDamageAffinity = {
        Melee = 0.75,
        Magic = 0.3333333333333333,
        Range = 1,
        Piercing = 1,
        Blunt = 1,
        Slashing = 1
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 44
      },
      attackSpeed = 2.5,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 2
      }, {
        stat = "weaponBonus.dexterity",
        value = 2
      } },
      oneHanded = true
    }
  },
  ["1225"] = {
    name = "Throwing Javelin",
    id = 1225,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 1,
      ["306"] = 50,
      ["1455"] = 100
    },
    requiredResources = { {
      ["206"] = 10,
      ["306"] = 114,
      ["1455"] = 300
    } },
    craftingLevel = 32,
    craftingExperience = 4316,
    value = 107760,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 50
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/throwing_jav.png",
    itemIcon = "/images/combat/equipment/range/thrown_jav.png",
    class = "equipment",
    visual = "throwingjavelin",
    craftingDescription = "Throwing WIP",
    category = "Range",
    tags = { "range" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -5,
        Magic = -20,
        Range = 86,
        Piercing = 35,
        Blunt = 35,
        Slashing = 35
      },
      offensiveDamageAffinity = {
        Melee = 0.75,
        Magic = 0.3333333333333333,
        Range = 1,
        Piercing = 1,
        Blunt = 1,
        Slashing = 1
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 57
      },
      attackSpeed = 2.5,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 2.5
      }, {
        stat = "weaponBonus.dexterity",
        value = 2.5
      } },
      oneHanded = true
    },
    rarity = "uncommon"
  },
  ["1226"] = {
    name = "Throwing Spinner",
    id = 1226,
    tradeable = true,
    enchantmentTier = 6,
    augmentationCost = {
      ["207"] = 2,
      ["307"] = 65,
      ["1456"] = 100
    },
    requiredResources = { {
      ["207"] = 12,
      ["307"] = 156,
      ["1456"] = 300
    } },
    craftingLevel = 52,
    craftingExperience = 12870,
    value = 189000,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 60
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/thrown_spinner.png",
    class = "equipment",
    visual = "throwingspinner",
    craftingDescription = "Throwing WIP",
    category = "Range",
    tags = { "range" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -5,
        Magic = -20,
        Range = 110,
        Piercing = 44,
        Blunt = 44,
        Slashing = 44
      },
      offensiveDamageAffinity = {
        Melee = 0.75,
        Magic = 0.3333333333333333,
        Range = 1,
        Piercing = 1,
        Blunt = 1,
        Slashing = 1
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 71
      },
      attackSpeed = 2.5,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 3
      }, {
        stat = "weaponBonus.dexterity",
        value = 3
      } },
      oneHanded = true
    },
    rarity = "rare"
  },
  ["1227"] = {
    name = "Driftwood Wand",
    id = 1227,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["3"] = 10,
      ["302"] = 5,
      ["11030"] = 1
    },
    requiredResources = { {
      ["3"] = 100,
      ["302"] = 6,
      ["11030"] = 10
    } },
    craftingLevel = 1,
    craftingExperience = 358,
    value = 202,
    craftable = true,
    type = "weapon",
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/driftwood_wand.png",
    itemIcon = "/images/combat/equipment/magic/driftwood_wand_icon.png",
    class = "equipment",
    visual = "wand",
    craftingDescription = "Wand WIP",
    category = "Magic",
    tags = { "magic" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -20,
        Magic = 7,
        Range = -20,
        Piercing = -8,
        Blunt = -8,
        Slashing = -8
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 1.15,
        Range = 0.1,
        Piercing = 0.1,
        Blunt = 0.1,
        Slashing = 0.1
      },
      oneHanded = true,
      weaponBonus = {
        strength = 0,
        intellect = 11,
        dexterity = 0
      },
      attackSpeed = 2.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      } }
    }
  },
  ["1228"] = {
    name = "Sturdy Wand",
    id = 1228,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["4"] = 100,
      ["302"] = 5,
      ["11030"] = 3
    },
    requiredResources = { {
      ["4"] = 1000,
      ["302"] = 6,
      ["11030"] = 25
    } },
    craftingLevel = 5,
    craftingExperience = 853,
    value = 472,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      magic = 10
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/sturdy_wand.png",
    itemIcon = "/images/combat/equipment/magic/sturdy_wand_icon.png",
    class = "equipment",
    visual = "wand",
    craftingDescription = "Wand WIP",
    category = "Magic",
    tags = { "magic" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -20,
        Magic = 10,
        Range = -20,
        Piercing = -8,
        Blunt = -8,
        Slashing = -8
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 1.15,
        Range = 0.1,
        Piercing = 0.1,
        Blunt = 0.1,
        Slashing = 0.1
      },
      oneHanded = true,
      weaponBonus = {
        strength = 0,
        intellect = 13,
        dexterity = 0
      },
      attackSpeed = 2.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 0.5
      }, {
        stat = "weaponBonus.intellect",
        value = 0.5
      } }
    }
  },
  ["1229"] = {
    name = "Academy Wand",
    id = 1229,
    tradeable = true,
    enchantmentTier = 2,
    augmentationCost = {
      ["3"] = 100,
      ["4"] = 100,
      ["303"] = 5,
      ["11031"] = 4
    },
    requiredResources = { {
      ["3"] = 1000,
      ["4"] = 1000,
      ["303"] = 8,
      ["11031"] = 35
    } },
    craftingLevel = 11,
    craftingExperience = 2761,
    value = 2196,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      magic = 20
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/academy_wand.png",
    itemIcon = "/images/combat/equipment/magic/academy_wand_icon.png",
    class = "equipment",
    visual = "wand",
    craftingDescription = "The instructional manuals you found DEFINITELY indicated you should hold it upside-down. You do know how to read though, right?",
    category = "Magic",
    tags = { "magic" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -20,
        Magic = 25,
        Range = -20,
        Piercing = -8,
        Blunt = -8,
        Slashing = -8
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 1.15,
        Range = 0.1,
        Piercing = 0.1,
        Blunt = 0.1,
        Slashing = 0.1
      },
      oneHanded = true,
      weaponBonus = {
        strength = 0,
        intellect = 22,
        dexterity = 0
      },
      attackSpeed = 2.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 1
      }, {
        stat = "weaponBonus.intellect",
        value = 1
      } }
    }
  },
  ["1230"] = {
    name = "Imbued Wand",
    id = 1230,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["5"] = 250,
      ["304"] = 5,
      ["11031"] = 5
    },
    requiredResources = { {
      ["5"] = 2500,
      ["304"] = 9,
      ["11031"] = 48
    } },
    craftingLevel = 18,
    craftingExperience = 3812,
    value = 3096,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      magic = 30
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/imbued_wand.png",
    itemIcon = "/images/combat/equipment/magic/imbued_wand_icon.png",
    class = "equipment",
    visual = "wand",
    craftingDescription = "Wand WIP",
    category = "Magic",
    tags = { "magic" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -20,
        Magic = 44,
        Range = -20,
        Piercing = -8,
        Blunt = -8,
        Slashing = -8
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 1.15,
        Range = 0.1,
        Piercing = 0.1,
        Blunt = 0.1,
        Slashing = 0.1
      },
      oneHanded = true,
      weaponBonus = {
        strength = 0,
        intellect = 32,
        dexterity = 0
      },
      attackSpeed = 2.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 1.5
      }, {
        stat = "weaponBonus.intellect",
        value = 1.5
      } }
    }
  },
  ["1231"] = {
    name = "Major Imbued Wand",
    id = 1231,
    tradeable = true,
    enchantmentTier = 4,
    augmentationCost = {
      ["5"] = 250,
      ["6"] = 250,
      ["305"] = 5,
      ["11036"] = 7
    },
    requiredResources = { {
      ["5"] = 2500,
      ["6"] = 2500,
      ["305"] = 11,
      ["11036"] = 66
    } },
    craftingLevel = 28,
    craftingExperience = 10461,
    value = 12408,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      magic = 40
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/driftwood_wand.png",
    itemIcon = "/images/combat/equipment/magic/major_imbued_wand.png",
    class = "equipment",
    visual = "wand",
    craftingDescription = "Wand WIP",
    category = "Magic",
    tags = { "magic" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -20,
        Magic = 64,
        Range = -20,
        Piercing = -8,
        Blunt = -8,
        Slashing = -8
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 1.15,
        Range = 0.1,
        Piercing = 0.1,
        Blunt = 0.1,
        Slashing = 0.1
      },
      oneHanded = true,
      weaponBonus = {
        strength = 0,
        intellect = 44,
        dexterity = 0
      },
      attackSpeed = 2.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 2
      }, {
        stat = "weaponBonus.intellect",
        value = 2
      } }
    }
  },
  ["1232"] = {
    name = "Greater Imbued Wand",
    id = 1232,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["7"] = 10,
      ["8"] = 10,
      ["306"] = 5,
      ["11036"] = 10
    },
    requiredResources = { {
      ["7"] = 100,
      ["8"] = 100,
      ["306"] = 13,
      ["11036"] = 91
    } },
    craftingLevel = 41,
    craftingExperience = 14509,
    value = 17940,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      magic = 50
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/driftwood_wand.png",
    itemIcon = "/images/combat/equipment/magic/greater_imbued_wand.png",
    class = "equipment",
    visual = "wand",
    craftingDescription = "Wand WIP",
    category = "Magic",
    tags = { "magic" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -20,
        Magic = 86,
        Range = -20,
        Piercing = -8,
        Blunt = -8,
        Slashing = -8
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 1.15,
        Range = 0.1,
        Piercing = 0.1,
        Blunt = 0.1,
        Slashing = 0.1
      },
      oneHanded = true,
      weaponBonus = {
        strength = 0,
        intellect = 57,
        dexterity = 0
      },
      attackSpeed = 2.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 2.5
      }, {
        stat = "weaponBonus.intellect",
        value = 2.5
      } }
    },
    rarity = "uncommon"
  },
  ["1233"] = {
    name = "Elder Wand",
    id = 1233,
    tradeable = true,
    enchantmentTier = 6,
    augmentationCost = {
      ["9"] = 5000,
      ["10"] = 5000,
      ["11"] = 5000,
      ["12"] = 5000,
      ["307"] = 10,
      ["11032"] = 2,
      ["11036"] = 13
    },
    requiredResources = { {
      ["9"] = 25000,
      ["10"] = 25000,
      ["11"] = 25000,
      ["12"] = 25000,
      ["307"] = 15,
      ["11032"] = 15,
      ["11036"] = 125
    } },
    craftingLevel = 59,
    craftingExperience = 20570,
    value = 27000,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      magic = 60
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/driftwood_wand.png",
    itemIcon = "/images/combat/equipment/magic/elder_imbued_wand.png",
    class = "equipment",
    visual = "wand",
    craftingDescription = "Wand WIP",
    category = "Magic",
    tags = { "magic" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -20,
        Magic = 110,
        Range = -20,
        Piercing = -8,
        Blunt = -8,
        Slashing = -8
      },
      offensiveDamageAffinity = {
        Melee = 0.3333333333333333,
        Magic = 1.15,
        Range = 0.1,
        Piercing = 0.1,
        Blunt = 0.1,
        Slashing = 0.1
      },
      oneHanded = true,
      weaponBonus = {
        strength = 0,
        intellect = 71,
        dexterity = 0
      },
      attackSpeed = 2.2,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 3
      }, {
        stat = "weaponBonus.intellect",
        value = 3
      } }
    },
    rarity = "rare"
  },
  ["1234"] = {
    name = "Driftwood Staff",
    id = 1234,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["3"] = 10,
      ["302"] = 10,
      ["11030"] = 4
    },
    requiredResources = { {
      ["3"] = 100,
      ["302"] = 19,
      ["11030"] = 35
    } },
    craftingLevel = 2,
    craftingExperience = 1238,
    value = 698,
    craftable = true,
    type = "weapon",
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/driftwood_staff.png",
    itemIcon = "/images/combat/equipment/magic/driftwood_staff_icon.png",
    class = "equipment",
    visual = "staff",
    craftingDescription = "Staff WIP",
    category = "Magic",
    tags = { "magic", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -14,
        Magic = 10,
        Range = -28,
        Piercing = -8,
        Blunt = 3,
        Slashing = -8
      },
      offensiveDamageAffinity = {
        Melee = 0.5,
        Magic = 1.3333333333333333,
        Range = 0.1,
        Piercing = 0.1,
        Blunt = 0.3333333333333333,
        Slashing = 0.1
      },
      weaponBonus = {
        strength = 0,
        intellect = 25,
        dexterity = 0
      },
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      } },
      itemSet = { 10011, 10013 }
    }
  },
  ["1235"] = {
    name = "Sturdy Staff",
    id = 1235,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["4"] = 100,
      ["302"] = 10,
      ["11030"] = 4
    },
    requiredResources = { {
      ["4"] = 1000,
      ["302"] = 19,
      ["11030"] = 35
    } },
    craftingLevel = 6,
    craftingExperience = 1238,
    value = 698,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      magic = 10
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/sturdy_staff.png",
    itemIcon = "/images/combat/equipment/magic/sturdy_staff_icon.png",
    class = "equipment",
    visual = "staff",
    craftingDescription = "Staff WIP",
    category = "Magic",
    tags = { "magic", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -14,
        Magic = 14,
        Range = -28,
        Piercing = -8,
        Blunt = 4,
        Slashing = -8
      },
      offensiveDamageAffinity = {
        Melee = 0.5,
        Magic = 1.3333333333333333,
        Range = 0.1,
        Piercing = 0.1,
        Blunt = 0.3333333333333333,
        Slashing = 0.1
      },
      weaponBonus = {
        strength = 0,
        intellect = 30,
        dexterity = 0
      },
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 0.5
      }, {
        stat = "weaponBonus.intellect",
        value = 0.5
      } },
      itemSet = { 10011, 10013 }
    }
  },
  ["1236"] = {
    name = "Academy Staff",
    id = 1236,
    tradeable = true,
    enchantmentTier = 2,
    augmentationCost = {
      ["3"] = 100,
      ["4"] = 100,
      ["303"] = 10,
      ["11031"] = 5
    },
    requiredResources = { {
      ["3"] = 1000,
      ["4"] = 1000,
      ["303"] = 25,
      ["11031"] = 50
    } },
    craftingLevel = 13,
    craftingExperience = 4070,
    value = 3300,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      magic = 20
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/academy_staff.png",
    itemIcon = "/images/combat/equipment/magic/academy_staff_icon.png",
    class = "equipment",
    visual = "staff",
    craftingDescription = "Staff WIP",
    category = "Magic",
    tags = { "magic", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -14,
        Magic = 35,
        Range = -28,
        Piercing = -8,
        Blunt = 10,
        Slashing = -8
      },
      offensiveDamageAffinity = {
        Melee = 0.5,
        Magic = 1.3333333333333333,
        Range = 0.1,
        Piercing = 0.1,
        Blunt = 0.3333333333333333,
        Slashing = 0.1
      },
      weaponBonus = {
        strength = 0,
        intellect = 46,
        dexterity = 0
      },
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 1
      }, {
        stat = "weaponBonus.intellect",
        value = 1
      } },
      itemSet = { 10011, 10013 }
    }
  },
  ["1237"] = {
    name = "Imbued Staff",
    id = 1237,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["5"] = 250,
      ["304"] = 15,
      ["11031"] = 8
    },
    requiredResources = { {
      ["5"] = 2500,
      ["304"] = 33,
      ["11031"] = 72
    } },
    craftingLevel = 21,
    craftingExperience = 5973,
    value = 5112,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      magic = 30
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/imbued_staff.png",
    itemIcon = "/images/combat/equipment/magic/imbued_staff_icon.png",
    class = "equipment",
    visual = "staff",
    craftingDescription = "Staff WIP",
    category = "Magic",
    tags = { "magic", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -14,
        Magic = 61,
        Range = -28,
        Piercing = -8,
        Blunt = 17,
        Slashing = -8
      },
      offensiveDamageAffinity = {
        Melee = 0.5,
        Magic = 1.3333333333333333,
        Range = 0.1,
        Piercing = 0.1,
        Blunt = 0.3333333333333333,
        Slashing = 0.1
      },
      weaponBonus = {
        strength = 0,
        intellect = 62,
        dexterity = 0
      },
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 1.5
      }, {
        stat = "weaponBonus.intellect",
        value = 1.5
      } },
      itemSet = { 10011, 10013 }
    }
  },
  ["1238"] = {
    name = "Major Imbued Staff",
    id = 1238,
    tradeable = true,
    enchantmentTier = 4,
    augmentationCost = {
      ["5"] = 250,
      ["6"] = 250,
      ["305"] = 20,
      ["11036"] = 11
    },
    requiredResources = { {
      ["5"] = 2500,
      ["6"] = 2500,
      ["305"] = 43,
      ["11036"] = 102
    } },
    craftingLevel = 31,
    craftingExperience = 16830,
    value = 20424,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      magic = 40
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/imbued_staff.png",
    itemIcon = "/images/combat/equipment/magic/major_imbued_staff.png",
    class = "equipment",
    visual = "staff",
    craftingDescription = "Staff WIP",
    category = "Magic",
    tags = { "magic", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -14,
        Magic = 90,
        Range = -28,
        Piercing = -8,
        Blunt = 26,
        Slashing = -8
      },
      offensiveDamageAffinity = {
        Melee = 0.5,
        Magic = 1.3333333333333333,
        Range = 0.1,
        Piercing = 0.1,
        Blunt = 0.3333333333333333,
        Slashing = 0.1
      },
      weaponBonus = {
        strength = 0,
        intellect = 80,
        dexterity = 0
      },
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 2
      }, {
        stat = "weaponBonus.intellect",
        value = 2
      } },
      itemSet = { 10011, 10013 }
    }
  },
  ["1239"] = {
    name = "Greater Imbued Staff",
    id = 1239,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["7"] = 500,
      ["8"] = 500,
      ["306"] = 25,
      ["11036"] = 15
    },
    requiredResources = { {
      ["7"] = 5000,
      ["8"] = 5000,
      ["306"] = 56,
      ["11036"] = 146
    } },
    craftingLevel = 44,
    craftingExperience = 24712,
    value = 33000,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      magic = 50
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/imbued_staff.png",
    itemIcon = "/images/combat/equipment/magic/greater_imbued_staff.png",
    class = "equipment",
    visual = "staff",
    craftingDescription = "Staff WIP",
    category = "Magic",
    tags = { "magic", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -14,
        Magic = 121,
        Range = -28,
        Piercing = -8,
        Blunt = 35,
        Slashing = -8
      },
      offensiveDamageAffinity = {
        Melee = 0.5,
        Magic = 1.3333333333333333,
        Range = 0.1,
        Piercing = 0.1,
        Blunt = 0.3333333333333333,
        Slashing = 0.1
      },
      weaponBonus = {
        strength = 0,
        intellect = 100,
        dexterity = 0
      },
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 2.5
      }, {
        stat = "weaponBonus.intellect",
        value = 2.5
      } },
      itemSet = { 10011, 10013 }
    },
    rarity = "uncommon"
  },
  ["1240"] = {
    name = "Elder Staff",
    id = 1240,
    tradeable = true,
    enchantmentTier = 6,
    augmentationCost = {
      ["9"] = 5000,
      ["10"] = 5000,
      ["11"] = 5000,
      ["12"] = 5000,
      ["307"] = 30,
      ["11032"] = 3,
      ["11036"] = 21
    },
    requiredResources = { {
      ["9"] = 25000,
      ["10"] = 25000,
      ["11"] = 25000,
      ["12"] = 25000,
      ["307"] = 74,
      ["11032"] = 30,
      ["11036"] = 208
    } },
    craftingLevel = 61,
    craftingExperience = 38522,
    value = 59640,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      magic = 60
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/imbued_staff.png",
    itemIcon = "/images/combat/equipment/magic/elder_imbued_staff.png",
    class = "equipment",
    visual = "staff",
    craftingDescription = "Staff WIP",
    category = "Magic",
    tags = { "magic", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = -14,
        Magic = 154,
        Range = -28,
        Piercing = -8,
        Blunt = 44,
        Slashing = -8
      },
      offensiveDamageAffinity = {
        Melee = 0.5,
        Magic = 1.3333333333333333,
        Range = 0.1,
        Piercing = 0.1,
        Blunt = 0.3333333333333333,
        Slashing = 0.1
      },
      weaponBonus = {
        strength = 0,
        intellect = 134,
        dexterity = 0
      },
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 3
      }, {
        stat = "weaponBonus.intellect",
        value = 3
      } },
      itemSet = { 10011, 10013 }
    },
    rarity = "rare"
  },
  ["1241"] = {
    name = "Arcane Notes",
    id = 1241,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["3"] = 10,
      ["4013"] = 24,
      ["11030"] = 1
    },
    requiredResources = { {
      ["3"] = 100,
      ["4013"] = 44,
      ["11030"] = 10
    } },
    craftingLevel = 1,
    craftingExperience = 523,
    value = 1764,
    craftable = true,
    type = "weapon",
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/starter_focus.png",
    class = "equipment",
    visual = "focus",
    craftingDescription = "A reference book on how to properly cast beginner's magic. Not inherently magical unless you consider your nearly illegible handwriting to be on par with some ancient text.",
    category = "Magic",
    tags = { "magic" },
    equipmentStats = {
      slot = "shield",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Magic = 3
      },
      offensiveDamageAffinity = {
        Magic = 1.15,
        Melee = 0.9,
        Range = 0.9
      },
      weaponBonus = {
        strength = 0,
        intellect = 3,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 4,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      } },
      itemSet = { 10011, 10013 }
    }
  },
  ["1242"] = {
    name = "Simple Arcane Focus",
    id = 1242,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["4"] = 100,
      ["4014"] = 24,
      ["11030"] = 1
    },
    requiredResources = { {
      ["4"] = 1000,
      ["4014"] = 44,
      ["11030"] = 10
    } },
    craftingLevel = 5,
    craftingExperience = 715,
    value = 3348,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      defense = 10,
      magic = 10
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/practitioner_focus.png",
    itemIcon = "/images/combat/equipment/magic/practitioner_focus_icon.png",
    class = "equipment",
    visual = "focus",
    craftingDescription = "Focus WIP",
    category = "Magic",
    tags = { "magic" },
    equipmentStats = {
      slot = "shield",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Magic = 4
      },
      offensiveDamageAffinity = {
        Magic = 1.15,
        Melee = 0.9,
        Range = 0.9
      },
      weaponBonus = {
        strength = 0,
        intellect = 4,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 6,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 0.5
      }, {
        stat = "weaponBonus.intellect",
        value = 0.5
      } },
      itemSet = { 10011, 10013 }
    }
  },
  ["1243"] = {
    name = "Academy Focus",
    id = 1243,
    tradeable = true,
    enchantmentTier = 2,
    augmentationCost = {
      ["3"] = 100,
      ["4"] = 100,
      ["4015"] = 30,
      ["11031"] = 2
    },
    requiredResources = { {
      ["3"] = 1000,
      ["4"] = 1000,
      ["4015"] = 63,
      ["11031"] = 13
    } },
    craftingLevel = 11,
    craftingExperience = 1826,
    value = 12120,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      defense = 20,
      magic = 20
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/academy_focus.png",
    itemIcon = "/images/combat/equipment/magic/academy_focus_icon.png",
    class = "equipment",
    visual = "focus-2",
    craftingDescription = "Focus WIP",
    category = "Magic",
    tags = { "magic" },
    equipmentStats = {
      slot = "shield",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Magic = 10
      },
      offensiveDamageAffinity = {
        Magic = 1.15,
        Melee = 0.9,
        Range = 0.9
      },
      weaponBonus = {
        strength = 0,
        intellect = 7,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 15,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 1
      }, {
        stat = "weaponBonus.intellect",
        value = 1
      } },
      itemSet = { 10011, 10013 }
    }
  },
  ["1244"] = {
    name = "Imbued Focus",
    id = 1244,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["5"] = 250,
      ["4016"] = 48,
      ["11031"] = 2
    },
    requiredResources = { {
      ["5"] = 2500,
      ["4016"] = 90,
      ["11031"] = 16
    } },
    craftingLevel = 18,
    craftingExperience = 3608,
    value = 54960,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      defense = 30,
      magic = 30
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/imbued_focus.png",
    itemIcon = "/images/combat/equipment/magic/imbued_focus_icon.png",
    class = "equipment",
    visual = "focus-3",
    craftingDescription = "Focus WIP",
    category = "Magic",
    tags = { "magic" },
    equipmentStats = {
      slot = "shield",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Magic = 17
      },
      offensiveDamageAffinity = {
        Magic = 1.15,
        Melee = 0.9,
        Range = 0.9
      },
      weaponBonus = {
        strength = 0,
        intellect = 11,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 26,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 1.5
      }, {
        stat = "weaponBonus.intellect",
        value = 1.5
      } },
      itemSet = { 10011, 10013 }
    }
  },
  ["1245"] = {
    name = "Major Imbued Focus",
    id = 1245,
    tradeable = true,
    enchantmentTier = 4,
    augmentationCost = {
      ["5"] = 250,
      ["6"] = 250,
      ["4017"] = 66,
      ["11036"] = 2
    },
    requiredResources = { {
      ["5"] = 2500,
      ["6"] = 2500,
      ["4017"] = 128,
      ["11036"] = 20
    } },
    craftingLevel = 28,
    craftingExperience = 8129,
    value = 157200,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      defense = 40,
      magic = 40
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/imbued_focus.png",
    itemIcon = "/images/combat/equipment/magic/major_imbued_focus.png",
    class = "equipment",
    visual = "focus-3",
    craftingDescription = "Focus WIP",
    category = "Magic",
    tags = { "magic" },
    equipmentStats = {
      slot = "shield",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Magic = 26
      },
      offensiveDamageAffinity = {
        Magic = 1.15,
        Melee = 0.9,
        Range = 0.9
      },
      weaponBonus = {
        strength = 0,
        intellect = 14,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 38,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 2
      }, {
        stat = "weaponBonus.intellect",
        value = 2
      } },
      itemSet = { 10011, 10013 }
    }
  },
  ["1246"] = {
    name = "Greater Imbued Focus",
    id = 1246,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["7"] = 500,
      ["8"] = 500,
      ["4018"] = 90,
      ["11036"] = 3
    },
    requiredResources = { {
      ["7"] = 5000,
      ["8"] = 5000,
      ["4018"] = 183,
      ["11036"] = 26
    } },
    craftingLevel = 41,
    craftingExperience = 16852,
    value = 443880,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      defense = 50,
      magic = 50
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/imbued_focus.png",
    itemIcon = "/images/combat/equipment/magic/greater_imbued_focus.png",
    class = "equipment",
    visual = "focus-3",
    craftingDescription = "Focus WIP",
    category = "Magic",
    tags = { "magic" },
    equipmentStats = {
      slot = "shield",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Magic = 35
      },
      offensiveDamageAffinity = {
        Magic = 1.15,
        Melee = 0.9,
        Range = 0.9
      },
      weaponBonus = {
        strength = 0,
        intellect = 19,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 52,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 2.5
      }, {
        stat = "weaponBonus.intellect",
        value = 2.5
      } },
      itemSet = { 10011, 10013 }
    },
    rarity = "uncommon"
  },
  ["1247"] = {
    name = "Elder Focus",
    id = 1247,
    tradeable = true,
    enchantmentTier = 6,
    augmentationCost = {
      ["9"] = 5000,
      ["10"] = 5000,
      ["11"] = 5000,
      ["12"] = 5000,
      ["4019"] = 126,
      ["11032"] = 2,
      ["11036"] = 4
    },
    requiredResources = { {
      ["9"] = 25000,
      ["10"] = 25000,
      ["11"] = 25000,
      ["12"] = 25000,
      ["4019"] = 260,
      ["11032"] = 15,
      ["11036"] = 32
    } },
    craftingLevel = 59,
    craftingExperience = 27808,
    value = 1253760,
    craftable = true,
    type = "weapon",
    requiredLevel = {
      defense = 60,
      magic = 60
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/imbued_focus.png",
    itemIcon = "/images/combat/equipment/magic/elder_focus.png",
    class = "equipment",
    visual = "focus-3",
    craftingDescription = "Focus WIP",
    category = "Magic",
    tags = { "magic" },
    equipmentStats = {
      slot = "shield",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Magic = 44
      },
      offensiveDamageAffinity = {
        Magic = 1.15,
        Melee = 0.9,
        Range = 0.9
      },
      weaponBonus = {
        strength = 0,
        intellect = 23,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 66,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 3
      }, {
        stat = "weaponBonus.intellect",
        value = 3
      } },
      itemSet = { 10011, 10013 }
    },
    rarity = "rare"
  },
  ["1450"] = {
    name = "Shoddy Ammo",
    id = 1450,
    tradeable = true,
    requiredResources = { {
      ["109"] = 1,
      ["301"] = 1,
      ["700"] = 8
    } },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 1,
    craftingMultiplier = { 32 },
    craftable = true,
    type = "weapon",
    ammunitionMults = {
      damageMult = 1,
      accuracyMult = 1,
      style = "Range"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/arrow_0.png",
    craftingDescription = "Each craft results in 32 projectiles.",
    extraTooltipInfo = "A bunch of shoddily crafted ammunition for ranged weapons.",
    class = "ammo",
    category = "Range",
    tags = { "range", "ammunition" }
  },
  ["1451"] = {
    name = "Amateur Ammo",
    id = 1451,
    tradeable = true,
    requiredResources = { {
      ["201"] = 1,
      ["302"] = 5,
      ["700"] = 8
    } },
    craftingLevel = 2,
    craftingExperience = 2,
    value = 2,
    craftingMultiplier = { 32 },
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 10
    },
    ammunitionMults = {
      damageMult = 1.05,
      accuracyMult = 1.05,
      style = "Range"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/arrow_1.png",
    craftingDescription = "Each craft results in 32 projectiles.",
    extraTooltipInfo = "Ammo crafted by an amateur.",
    class = "ammo",
    category = "Range",
    tags = { "range", "ammunition" }
  },
  ["1452"] = {
    name = "Apprentice Ammo",
    id = 1452,
    tradeable = true,
    requiredResources = { {
      ["202"] = 1,
      ["303"] = 5,
      ["700"] = 8
    } },
    craftingLevel = 7,
    craftingExperience = 7,
    value = 7,
    craftingMultiplier = { 32 },
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 20
    },
    ammunitionMults = {
      damageMult = 1.1,
      accuracyMult = 1.1,
      style = "Range"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/arrow_2.png",
    craftingDescription = "Each craft results in 32 projectiles.",
    extraTooltipInfo = "Ammo that would be passable as being crafted by an apprentice crafter.",
    class = "ammo",
    category = "Range",
    tags = { "range", "ammunition" }
  },
  ["1453"] = {
    name = "Journeyman Ammo",
    id = 1453,
    tradeable = true,
    requiredResources = { {
      ["204"] = 1,
      ["304"] = 10,
      ["700"] = 8
    } },
    craftingLevel = 14,
    craftingExperience = 14,
    value = 14,
    craftingMultiplier = { 32 },
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 30
    },
    ammunitionMults = {
      damageMult = 1.15,
      accuracyMult = 1.15,
      style = "Range"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/arrow_3.png",
    craftingDescription = "Each craft results in 32 projectiles.",
    extraTooltipInfo = "Ammo that would be passable as being crafted by a journeyman crafter.",
    class = "ammo",
    category = "Range",
    tags = { "range", "ammunition" }
  },
  ["1454"] = {
    name = "Professional Ammo",
    id = 1454,
    tradeable = true,
    requiredResources = { {
      ["204"] = 1,
      ["305"] = 10,
      ["700"] = 8
    } },
    craftingLevel = 21,
    craftingExperience = 21,
    value = 21,
    craftingMultiplier = { 32 },
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 40
    },
    ammunitionMults = {
      damageMult = 1.2,
      accuracyMult = 1.2,
      style = "Range"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/arrow_4.png",
    craftingDescription = "Each craft results in 32 projectiles.",
    extraTooltipInfo = "Ammo that has clearly been crafted by a professional.",
    class = "ammo",
    category = "Range",
    tags = { "range", "ammunition" }
  },
  ["1455"] = {
    name = "Master Ammo",
    id = 1455,
    tradeable = true,
    requiredResources = { {
      ["205"] = 1,
      ["306"] = 10,
      ["700"] = 8
    } },
    craftingLevel = 28,
    craftingExperience = 28,
    value = 28,
    craftingMultiplier = { 32 },
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 50
    },
    ammunitionMults = {
      damageMult = 1.2,
      accuracyMult = 1.3,
      style = "Range"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/shot.png",
    craftingDescription = "Each craft results in 32 projectiles.",
    extraTooltipInfo = "Ammo that has been crafted by a master and is clearly intended for more exotic weaponry. Has enhanced accuracy due to its lighter materials.",
    class = "ammo",
    category = "Range",
    tags = { "range", "ammunition" },
    rarity = "uncommon"
  },
  ["1456"] = {
    name = "Experimental Ammo",
    id = 1456,
    tradeable = true,
    requiredResources = { {
      ["206"] = 1,
      ["306"] = 15,
      ["700"] = 8
    } },
    craftingLevel = 35,
    craftingExperience = 35,
    value = 35,
    craftingMultiplier = { 32 },
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 60
    },
    ammunitionMults = {
      damageMult = 1.25,
      accuracyMult = 1.25,
      style = "Range"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/shot_void_0.png",
    craftingDescription = "Each craft results in 32 projectiles.",
    extraTooltipInfo = "An experimental ammo that is on the edge of science and magic! Has enhanced damage due to its experimental nature.",
    class = "ammo",
    category = "Range",
    tags = { "range", "ammunition" },
    rarity = "rare"
  },
  ["1457"] = {
    name = "Void Ammo",
    id = 1457,
    tradeable = true,
    requiredResources = { {
      ["207"] = 1,
      ["307"] = 5,
      ["700"] = 8
    } },
    craftingLevel = 42,
    craftingExperience = 42,
    value = 42,
    craftingMultiplier = { 32 },
    craftable = true,
    type = "weapon",
    requiredLevel = {
      range = 70
    },
    ammunitionMults = {
      damageMult = 1.3,
      accuracyMult = 1.3,
      style = "Range"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/shot_void_1.png",
    craftingDescription = "Each craft results in 32 projectiles.",
    extraTooltipInfo = "The fully realized peak of ammunition technology made from the coalescence of science and magic.",
    class = "ammo",
    category = "Range",
    tags = { "range", "ammunition" },
    rarity = "rare"
  },
  ["1458"] = {
    name = "Low-Grade Whetstone",
    id = 1458,
    tradeable = true,
    requiredResources = { {
      ["109"] = 8,
      ["201"] = 1,
      ["202"] = 1
    } },
    craftingLevel = 20,
    craftingExperience = 20,
    value = 20,
    craftingMultiplier = { 32 },
    craftable = true,
    type = "weapon",
    requiredLevel = {
      strength = 20
    },
    ammunitionMults = {
      damageMult = 1.1,
      accuracyMult = 1.1,
      style = "Melee"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/melee/low_whetstone.PNG",
    extraTooltipInfo = "For basic weapon maintenance.",
    class = "ammo",
    category = "Melee",
    tags = { "melee", "ammunition" }
  },
  ["1459"] = {
    name = "Mid-Grade Whetstone",
    id = 1459,
    tradeable = true,
    requiredResources = { {
      ["109"] = 16,
      ["201"] = 1,
      ["202"] = 1,
      ["204"] = 1,
      ["205"] = 1
    }, {
      ["109"] = 16,
      ["204"] = 2,
      ["205"] = 2
    } },
    craftingLevel = 40,
    craftingExperience = 40,
    value = 40,
    craftingMultiplier = { 40, 80 },
    craftable = true,
    type = "weapon",
    requiredLevel = {
      strength = 40
    },
    ammunitionMults = {
      damageMult = 1.2,
      accuracyMult = 1.2,
      style = "Melee"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/melee/mid_whetstone.png",
    extraTooltipInfo = "For advanced weapon maintenance.",
    class = "ammo",
    category = "Melee",
    tags = { "melee", "ammunition" }
  },
  ["1460"] = {
    name = "High-Grade Whetstone",
    id = 1460,
    tradeable = true,
    requiredResources = { {
      ["109"] = 24,
      ["201"] = 1,
      ["202"] = 1,
      ["204"] = 1,
      ["205"] = 1,
      ["206"] = 1,
      ["207"] = 1
    }, {
      ["109"] = 24,
      ["206"] = 2,
      ["207"] = 2
    } },
    craftingLevel = 60,
    craftingExperience = 60,
    value = 60,
    craftingMultiplier = { 48, 96 },
    craftable = true,
    type = "weapon",
    requiredLevel = {
      strength = 60
    },
    ammunitionMults = {
      damageMult = 1.3,
      accuracyMult = 1.3,
      style = "Melee"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/melee/high_whetstone.png",
    extraTooltipInfo = "To make your weapon perform better than it ever has before.",
    class = "ammo",
    category = "Melee",
    tags = { "melee", "ammunition" }
  },
  ["1461"] = {
    name = "Lesser Imbued Charm",
    id = 1461,
    tradeable = true,
    requiredResources = { {
      ["111"] = 1,
      ["516"] = 1,
      ["4013"] = 1,
      ["4015"] = 1
    } },
    craftingLevel = 20,
    craftingExperience = 20,
    value = 20,
    craftingMultiplier = { 72 },
    craftable = true,
    type = "weapon",
    requiredLevel = {
      magic = 20
    },
    ammunitionMults = {
      damageMult = 1.1,
      accuracyMult = 1.1,
      style = "Magic"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/conc_rune_1.png",
    extraTooltipInfo = "Imbued energy within this stone is released when casting spells to somewhat empower them.",
    class = "ammo",
    category = "Magic",
    tags = { "magic", "ammunition" }
  },
  ["1462"] = {
    name = "Major Imbued Charm",
    id = 1462,
    tradeable = true,
    requiredResources = { {
      ["111"] = 2,
      ["514"] = 2,
      ["4016"] = 1,
      ["4017"] = 1
    } },
    craftingLevel = 40,
    craftingExperience = 40,
    value = 40,
    craftingMultiplier = { 72 },
    craftable = true,
    type = "weapon",
    requiredLevel = {
      magic = 40
    },
    ammunitionMults = {
      damageMult = 1.2,
      accuracyMult = 1.2,
      style = "Magic"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/conc_rune_2.png",
    extraTooltipInfo = "Imbued energy within this stone is released when casting spells to empower them.",
    class = "ammo",
    category = "Magic",
    tags = { "magic", "ammunition" }
  },
  ["1463"] = {
    name = "Greater Imbued Charm",
    id = 1463,
    tradeable = true,
    requiredResources = { {
      ["111"] = 4,
      ["515"] = 2,
      ["518"] = 2,
      ["4018"] = 1,
      ["4019"] = 1
    } },
    craftingLevel = 60,
    craftingExperience = 60,
    value = 60,
    craftingMultiplier = { 72 },
    craftable = true,
    type = "weapon",
    requiredLevel = {
      magic = 60
    },
    ammunitionMults = {
      damageMult = 1.3,
      accuracyMult = 1.3,
      style = "Magic"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/conc_rune_3.png",
    extraTooltipInfo = "Imbued energy within this stone is released when casting spells to greatly empower them.",
    class = "ammo",
    category = "Magic",
    tags = { "magic", "ammunition" }
  },
  ["1464"] = {
    name = "Ancient Imbued Charm",
    id = 1464,
    tradeable = true,
    value = 200,
    type = "weapon",
    requiredLevel = {
      magic = 80
    },
    ammunitionMults = {
      damageMult = 1.4,
      accuracyMult = 1.4,
      style = "Magic"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/magic/conc_rune_4.PNG",
    extraTooltipInfo = "Created by a technique lost to time. Massively empowers casted spells.",
    class = "ammo",
    tags = { "magic", "ammunition" }
  },
  ["1465"] = {
    name = "Dwarven Whetstone",
    id = 1465,
    tradeable = true,
    value = 200,
    type = "weapon",
    requiredLevel = {
      strength = 80
    },
    ammunitionMults = {
      damageMult = 1.4,
      accuracyMult = 1.4,
      style = "Melee"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/melee/dwarven_whetstone.png",
    extraTooltipInfo = "Created by a technique lost to time. Massively improves your weapons performance.",
    class = "ammo",
    tags = { "melee", "ammunition" }
  },
  ["1466"] = {
    name = "Elven Ammo",
    id = 1466,
    tradeable = true,
    value = 200,
    type = "weapon",
    requiredLevel = {
      range = 80
    },
    ammunitionMults = {
      damageMult = 1.4,
      accuracyMult = 1.4,
      style = "Range"
    },
    skill = "crafting",
    itemImage = "/images/combat/equipment/range/ammo_horn.PNG",
    extraTooltipInfo = "Created by a technique lost to time. Whatever magic empowers this ammo massively improves your weapons performance.",
    class = "ammo",
    tags = { "melee", "ammunition" }
  },
  ["1500"] = {
    name = "Santa Hat",
    id = 1500,
    enchantmentTier = 5,
    augmentationCost = {
      ["112"] = 1000
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 42069,
    tradeable = true,
    itemImage = "/images/combat/equipment/santa_hat.png",
    class = "equipment",
    visual = "santa-hat",
    tags = { "armor", "event" },
    equipmentStats = {
      slot = "helm",
      isTransmog = true
    },
    requiredResources = { {
      ["201"] = 10
    } },
    rarity = "uncommon"
  },
  ["1501"] = {
    name = "Snowman Head",
    id = 1501,
    enchantmentTier = 5,
    augmentationCost = {
      ["112"] = 1000
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 42069,
    tradeable = true,
    itemImage = "/images/combat/equipment/snowman_head.png",
    class = "equipment",
    visual = "snowman-head",
    tags = { "armor", "event" },
    equipmentStats = {
      slot = "helm",
      isTransmog = true
    },
    requiredResources = { {
      ["201"] = 10
    } },
    rarity = "uncommon"
  },
  ["1502"] = {
    name = "Tophat",
    id = 1502,
    enchantmentTier = 5,
    augmentationCost = {
      ["112"] = 1000
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 42069,
    tradeable = true,
    itemImage = "/images/combat/equipment/tophat.png",
    class = "equipment",
    visual = "tophat",
    tags = { "armor", "event" },
    equipmentStats = {
      slot = "helm",
      isTransmog = true
    },
    requiredResources = { {
      ["201"] = 10
    } },
    rarity = "uncommon"
  },
  ["1503"] = {
    name = "Lesser Ladle",
    id = 1503,
    enchantmentTier = 5,
    augmentationCost = {
      ["95"] = 200,
      ["402"] = 1
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 20000,
    tradeable = true,
    relatedSkill = "cooking",
    enchantmentOverrideSlot = "ladle",
    tool = true,
    itemImage = "/images/combat/equipment/lesser_ladle.png",
    extraTooltipInfo = "This could help you with cooking even if it doesn't look like much! Grants 2 hidden levels of haste while cooking.",
    class = "equipment",
    tags = { "tool", "cooking" },
    equipmentStats = {
      slot = "ladle",
      toolBoost = { {
        skill = "cooking",
        boost = 10
      } },
      augmentationBonus = { {
        stat = "toolBoost.cooking",
        value = 3
      } }
    },
    rarity = "uncommon"
  },
  ["1504"] = {
    name = "Ladle",
    id = 1504,
    enchantmentTier = 5,
    augmentationCost = {
      ["95"] = 200,
      ["402"] = 1
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 25000,
    tradeable = true,
    relatedSkill = "cooking",
    enchantmentOverrideSlot = "ladle",
    tool = true,
    itemImage = "/images/combat/equipment/ladle.png",
    extraTooltipInfo = "This could help you with cooking! Grants 2 hidden levels of haste while cooking.",
    class = "equipment",
    tags = { "tool", "cooking" },
    equipmentStats = {
      slot = "ladle",
      toolBoost = { {
        skill = "cooking",
        boost = 10
      } },
      augmentationBonus = { {
        stat = "toolBoost.cooking",
        value = 3
      } }
    },
    rarity = "uncommon"
  },
  ["1505"] = {
    name = "Greater Ladle",
    id = 1505,
    enchantmentTier = 5,
    augmentationCost = {
      ["95"] = 200,
      ["402"] = 1
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 30000,
    tradeable = true,
    relatedSkill = "cooking",
    enchantmentOverrideSlot = "ladle",
    tool = true,
    itemImage = "/images/combat/equipment/greater_ladle.png",
    extraTooltipInfo = "For when you're allowed only a single spoonful. Grants 2 hidden levels of haste while cooking.",
    class = "equipment",
    tags = { "tool", "cooking" },
    equipmentStats = {
      slot = "ladle",
      toolBoost = { {
        skill = "cooking",
        boost = 10
      } },
      augmentationBonus = { {
        stat = "toolBoost.cooking",
        value = 3
      } }
    },
    rarity = "uncommon"
  },
  ["1506"] = {
    name = "Moss Maul",
    id = 1506,
    enchantmentTier = 8,
    augmentationCost = {
      ["306"] = 1000,
      ["401"] = 3
    },
    value = 6360000,
    tradeable = true,
    requiredLevel = {
      strength = 85
    },
    craftingLevel = 85,
    craftingExperience = 192000,
    requiredResources = { {
      ["109"] = 5000,
      ["205"] = 750,
      ["213"] = 1,
      ["306"] = 1000
    } },
    category = "Melee",
    craftable = true,
    itemImage = "/images/combat/equipment/moss_maul.png",
    itemIcon = "/images/combat/equipment/moss_maul_icon.png",
    extraTooltipInfo = "A hulking mass of moss covered material; requires a giant's strength to wield properly!",
    class = "equipment",
    visual = "moss-maul",
    tags = { "melee", "twohand", "ability" },
    equipmentStats = {
      grantedAbility = { 13, 45 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.025,
        damageMultiplier = 1.33
      },
      offensiveAccuracyAffinityRating = {
        Melee = 103,
        Magic = -20,
        Range = -20,
        Piercing = -4,
        Blunt = 256,
        Slashing = 44,
        Nature = 64
      },
      offensiveDamageAffinity = {
        Melee = 1.3,
        Magic = 0.25,
        Range = 0.1,
        Piercing = 0.125,
        Blunt = 1.5,
        Slashing = 0.25,
        Nature = 1.25
      },
      weaponBonus = {
        strength = 196,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 36,
        resistance = 0,
        agility = -8,
        stamina = 0
      },
      attackSpeed = 3.6,
      hitMults = {
        minimum = 0.33,
        maximum = 1.2
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 2
      }, {
        stat = "weaponBonus.strength",
        value = 6
      }, {
        stat = "armorBonus.protection",
        value = 1
      } },
      itemSet = { 10015 }
    },
    rarity = "epic"
  },
  ["1507"] = {
    name = "Modified Diving Gloves",
    id = 1507,
    enchantmentTier = 6,
    augmentationCost = {
      ["513"] = 50,
      ["701"] = 20
    },
    value = 2120000,
    tradeable = true,
    requiredLevel = {
      strength = 55
    },
    itemImage = "/images/combat/equipment/modified_diving_gloves.png",
    itemIcon = "/images/combat/equipment/modified_diving_gloves_icon.png",
    extraTooltipInfo = "Ready to punch anything you might encounter underwater or above!",
    class = "equipment",
    visual = "modified-diving-gloves",
    category = { "weapon", "combat" },
    tags = { "melee", "twohand", "ability" },
    equipmentStats = {
      grantedAbility = { 44, 51 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.055,
        damageMultiplier = 1.75
      },
      offensiveAccuracyAffinityRating = {
        Melee = 88,
        Magic = -10,
        Range = -10,
        Piercing = 55,
        Blunt = -8,
        Slashing = 55
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.33,
        Range = 0.2,
        Piercing = 1.05,
        Blunt = 0.75,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 41,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 6,
        stamina = 0
      },
      attackSpeed = 2,
      augmentationBonus = { {
        stat = "offensiveCritical.chance",
        value = 0.01
      }, {
        stat = "offensiveCritical.damageMultiplier",
        value = 0.01
      }, {
        stat = "weaponBonus.strength",
        value = 0.75
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    rarity = "rare"
  },
  ["1508"] = {
    name = "King's Crown",
    id = 1508,
    enchantmentTier = 8,
    augmentationCost = {
      ["403"] = 2,
      ["513"] = 300
    },
    value = 6360000,
    tradeable = true,
    requiredLevel = {
      defense = 85,
      strength = 85
    },
    craftingLevel = 85,
    craftingExperience = 192000,
    requiredResources = { {
      ["204"] = 1000,
      ["206"] = 1000,
      ["217"] = 1,
      ["513"] = 1000
    } },
    category = "Melee",
    craftable = true,
    itemImage = "/images/combat/equipment/kings_crown.png",
    extraTooltipInfo = "The crown of a Valley's true forever king.",
    class = "equipment",
    visual = "kings-crown",
    tags = { "armor", "melee", "ability" },
    equipmentStats = {
      grantedAbility = { 19 },
      slot = "helm",
      defensiveCritical = {
        chance = 0.25,
        damageMultiplier = 0.75
      },
      offensiveDamageAffinity = {
        Melee = 0.95,
        Range = 0.95,
        Magic = 0.95,
        Fire = 0.7,
        Ice = 1.33
      },
      defensiveDamageAffinity = {
        Fire = 1.1,
        Ice = 1.33,
        Melee = 1.33,
        Piercing = 1.33,
        Slashing = 1.33,
        Blunt = 1.33,
        Magic = 1.33,
        Range = 1.33
      },
      weaponBonus = {
        strength = 0,
        intellect = -24,
        dexterity = -24
      },
      armorBonus = {
        protection = 120,
        resistance = 64,
        agility = -24,
        stamina = 32
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.75
      }, {
        stat = "armorBonus.resistance",
        value = 0.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.5
      } },
      itemSet = { 10009, 10016, 10015 }
    },
    rarity = "epic"
  },
  ["1509"] = {
    name = "Fire Orb",
    id = 1509,
    enchantmentTier = 8,
    augmentationCost = {
      ["402"] = 4,
      ["512"] = 100
    },
    value = 6360000,
    tradeable = true,
    requiredLevel = {
      defense = 85,
      magic = 85
    },
    craftingLevel = 85,
    craftingExperience = 192000,
    requiredResources = { {
      ["214"] = 1,
      ["502"] = 1,
      ["512"] = 2500
    } },
    category = "Magic",
    craftable = true,
    itemImage = "/images/combat/equipment/fire_orb.png",
    extraTooltipInfo = "This orb of living flame sharpens the senses to an inhuman degree.",
    class = "equipment",
    visual = "fire-orb",
    tags = { "armor", "melee", "ability" },
    equipmentStats = {
      grantedAbility = { 7 },
      slot = "shield",
      defensiveCritical = {
        chance = 0.01,
        damageMultiplier = 0.75
      },
      offensiveAccuracyAffinityRating = {
        Melee = 12,
        Fire = 24,
        Magic = 36,
        Range = 0
      },
      offensiveDamageAffinity = {
        Fire = 1.25,
        Melee = 1,
        Magic = 1.15
      },
      defensiveDamageAffinity = {
        Fire = 1.06,
        Melee = 1.02,
        Magic = 1.04,
        Range = 1
      },
      weaponBonus = {
        strength = 0,
        intellect = 24,
        dexterity = 0
      },
      armorBonus = {
        protection = 48,
        resistance = 88,
        agility = -4,
        stamina = 8
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.75
      }, {
        stat = "armorBonus.resistance",
        value = 1.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.5
      }, {
        stat = "weaponBonus.intellect",
        value = 0.5
      } },
      itemSet = { 10013, 10015 }
    },
    rarity = "epic"
  },
  ["1510"] = {
    id = 1510,
    name = "Kalanahmatti",
    value = 3360000,
    tradeable = true,
    itemImage = "/images/combat/equipment/kalanahmatti.png",
    extraTooltipInfo = "A mere fragment of the legendary spear 'Kalanahmatti' can still be fashioned into a powerful weapon!",
    class = "bar",
    tags = { "crafting", "shard" },
    rarity = "epic"
  },
  ["1511"] = {
    name = "Shard of Kalanahmatti",
    id = 1511,
    enchantmentTier = 8,
    augmentationCost = {
      ["206"] = 100,
      ["306"] = 500
    },
    craftingLevel = 85,
    craftingExperience = 192000,
    value = 6360000,
    tradeable = true,
    requiredLevel = {
      strength = 85
    },
    craftable = true,
    itemImage = "/images/combat/equipment/shard_of_kalanahmatti.png",
    itemIcon = "/images/combat/equipment/shard_of_kalanahmatti_icon.png",
    class = "equipment",
    visual = "shard-of-kalanahmatti",
    craftingDescription = "Powerful weapon made out of the legendary spear 'Kalanahmatti'.",
    extraTooltipInfo = "This powerful blade is fashioned from a shard of the legendary spear 'Kalanahmatti.'",
    category = "Melee",
    tags = { "melee", "onehand", "ability" },
    equipmentStats = {
      grantedAbility = { 8, 68 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = 94,
        Slashing = 123,
        Ice = 32,
        Magic = 14,
        Range = -14
      },
      offensiveDamageAffinity = {
        Melee = 1.1,
        Slashing = 1.33,
        Blunt = 0.25,
        Piercing = 0.25,
        Magic = 0.5,
        Ice = 1.25,
        Range = 0.1
      },
      weaponBonus = {
        strength = 109,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 2.4,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 2.25
      }, {
        stat = "offensiveAccuracyAffinityRating.Ice",
        value = 1
      }, {
        stat = "weaponBonus.strength",
        value = 2.25
      } },
      itemSet = { 10015 }
    },
    requiredResources = { {
      ["206"] = 200,
      ["306"] = 1000,
      ["1510"] = 1
    } },
    rarity = "epic"
  },
  ["1512"] = {
    name = "Zero Edge",
    id = 1512,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 50
    },
    value = 3360000,
    tradeable = true,
    requiredLevel = {
      strength = 50
    },
    itemImage = "/images/combat/equipment/zero_edge.png",
    itemIcon = "/images/combat/equipment/zero_edge_icon.png",
    class = "equipment",
    extraTooltipInfo = "Lightning never strikes twice, so surely this is an anomaly.",
    visual = "zero",
    category = { "weapon", "combat" },
    tags = { "melee", "onehand", "ability" },
    equipmentStats = {
      grantedAbility = { 16, 50, 98, 97 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = 52,
        Magic = -14,
        Range = -14,
        Slashing = 60,
        Lightning = 33
      },
      offensiveDamageAffinity = {
        Melee = 1.05,
        Magic = 1,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 0.25,
        Slashing = 1.33,
        Lightning = 1.5
      },
      defensiveDamageAffinity = {
        Lightning = 1.06
      },
      weaponBonus = {
        strength = 57,
        intellect = 16,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 2.4,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.65
      }, {
        stat = "offensiveAccuracyAffinityRating.Lightning",
        value = 1.75
      }, {
        stat = "weaponBonus.intellect",
        value = 0.25
      }, {
        stat = "weaponBonus.strength",
        value = 1.65
      } }
    },
    rarity = "uncommon"
  },
  ["1513"] = {
    name = "Chaos Crest",
    id = 1513,
    enchantmentTier = 3,
    augmentationCost = {
      ["112"] = 200
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 68000,
    tradeable = true,
    relatedSkill = "smithing",
    requiredLevel = {
      defense = 20
    },
    enchantmentOverrideSlot = "tongs",
    itemImage = "/images/combat/equipment/crest_of_chaos.png",
    itemIcon = "/images/combat/equipment/crest_of_chaos_icon.png",
    extraTooltipInfo = "The heat of this helm could empower your smithing abilities!",
    class = "equipment",
    visual = "crest-of-chaos",
    category = { "armor", "combat" },
    tags = { "armor", "smithing", "ability" },
    equipmentStats = {
      grantedAbility = { 20 },
      slot = "helm",
      offensiveAccuracyAffinityRating = {
        Fire = 64
      },
      offensiveDamageAffinity = {
        Fire = 1.15
      },
      defensiveDamageAffinity = {
        Fire = 1.15
      },
      weaponBonus = {
        strength = 0,
        intellect = 12,
        dexterity = 0
      },
      armorBonus = {
        protection = 12,
        resistance = 18,
        agility = 0,
        stamina = 0
      },
      toolBoost = { {
        skill = "smithing",
        boost = 5
      } },
      augmentationBonus = { {
        stat = "toolBoost.smithing",
        value = 1.5
      } }
    },
    requiredResources = { {
      ["204"] = 200
    } },
    rarity = "uncommon"
  },
  ["1514"] = {
    name = "Forgotten Sadness",
    id = 1514,
    enchantmentTier = 7,
    augmentationCost = {
      ["515"] = 100,
      ["800"] = 50
    },
    value = 3360000,
    tradeable = true,
    requiredLevel = {
      strength = 70
    },
    itemImage = "/images/combat/equipment/forgotten-soul-axe.png",
    itemIcon = "/images/combat/equipment/forgotten-soul-sad-icon.png",
    extraTooltipInfo = "Long forgotten in the waves. Can you throw it?",
    class = "equipment",
    visual = "forgotten-soul-axe",
    category = { "weapon", "combat" },
    tags = { "melee", "onehand", "ability" },
    equipmentStats = {
      grantedAbility = { 35 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.035,
        damageMultiplier = 1.13
      },
      offensiveAccuracyAffinityRating = {
        Melee = 24,
        Magic = -12,
        Range = 55,
        Piercing = -4,
        Blunt = 132,
        Slashing = 88
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.1,
        Range = 1,
        Piercing = 0.25,
        Blunt = 1.25,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 72,
        intellect = 0,
        dexterity = 107
      },
      oneHanded = true,
      attackSpeed = 2.7,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.9
      }, {
        stat = "weaponBonus.strength",
        value = 3
      }, {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 0.9
      }, {
        stat = "weaponBonus.dexterity",
        value = 3
      } }
    },
    rarity = "epic"
  },
  ["1515"] = {
    name = "Forgotten Madness",
    id = 1515,
    enchantmentTier = 7,
    augmentationCost = {
      ["515"] = 100,
      ["800"] = 50
    },
    value = 3360000,
    tradeable = true,
    requiredLevel = {
      strength = 70
    },
    itemImage = "/images/combat/equipment/forgotten-soul-scimitar.png",
    itemIcon = "/images/combat/equipment/forgotten-soul-crazy-icon.png",
    extraTooltipInfo = "Driven mad by its endless drifting. Appears to channel magical energy.",
    class = "equipment",
    visual = "forgotten-soul-scim",
    category = { "weapon", "combat" },
    tags = { "melee", "onehand", "ability" },
    equipmentStats = {
      grantedAbility = { 35 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = 48,
        Magic = 66,
        Range = -14,
        Slashing = 77
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 1,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 0.25,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 64,
        intellect = 71,
        dexterity = 0
      },
      oneHanded = true,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.98
      }, {
        stat = "weaponBonus.strength",
        value = 1.98
      }, {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 1.98
      }, {
        stat = "weaponBonus.intellect",
        value = 1.98
      } },
      attackSpeed = 2.3
    },
    rarity = "epic"
  },
  ["1516"] = {
    name = "Forgotten Anger",
    id = 1516,
    enchantmentTier = 7,
    augmentationCost = {
      ["515"] = 100,
      ["800"] = 50
    },
    value = 3360000,
    tradeable = true,
    requiredLevel = {
      strength = 70
    },
    itemImage = "/images/combat/equipment/forgotten-soul-two-handed.png",
    itemIcon = "/images/combat/equipment/forgotten-soul-mad-icon.png",
    class = "equipment",
    extraTooltipInfo = "Perhaps forgotten, absolutely enraged. Only good for melee!",
    visual = "forgotten-soul-two",
    category = { "weapon", "combat" },
    tags = { "melee", "twohand", "ability" },
    equipmentStats = {
      grantedAbility = { 35 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.04,
        damageMultiplier = 1.15
      },
      offensiveAccuracyAffinityRating = {
        Melee = 77,
        Magic = -20,
        Range = -20,
        Piercing = 110,
        Blunt = 44,
        Slashing = 132
      },
      offensiveDamageAffinity = {
        Melee = 1.05,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.66,
        Blunt = 0.33,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 131,
        intellect = 0,
        dexterity = 0
      },
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.5
      }, {
        stat = "weaponBonus.strength",
        value = 4.5
      } }
    },
    rarity = "epic"
  },
  ["1517"] = {
    name = "Gargoyle Chainmail",
    id = 1517,
    enchantmentTier = 6,
    augmentationCost = {
      ["202"] = 100,
      ["204"] = 100,
      ["207"] = 10
    },
    value = 1232000,
    tradeable = true,
    requiredLevel = {
      defense = 60
    },
    itemImage = "/images/combat/equipment/gargoyle_chain.png",
    class = "equipment",
    visual = "chainbody-gargoyle",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Melee = 1.12,
        Piercing = 1.075
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.9,
        Range = 1,
        Piercing = 0.97,
        Blunt = 0.99,
        Slashing = 1.04
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 80,
        resistance = -3,
        agility = 20,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.25
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 1.5
      } },
      itemSet = { 10018 }
    },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1518"] = {
    name = "Gargoyle Legs",
    id = 1518,
    enchantmentTier = 6,
    augmentationCost = {
      ["202"] = 80,
      ["204"] = 80,
      ["207"] = 10
    },
    value = 1184000,
    tradeable = true,
    requiredLevel = {
      defense = 60
    },
    itemImage = "/images/combat/equipment/gargoyle_pants.png",
    class = "equipment",
    visual = "platelegs",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "legs",
      offensiveDamageAffinity = {
        Melee = 1.05,
        Piercing = 1.075
      },
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.9,
        Range = 1,
        Piercing = 1.08,
        Blunt = 0.94,
        Slashing = 1.08
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 70,
        resistance = -4,
        agility = -4,
        stamina = 9
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.25
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 1.5
      } },
      itemSet = { 10018 }
    },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1519"] = {
    name = "Gargoyle Boots",
    id = 1519,
    enchantmentTier = 6,
    augmentationCost = {
      ["202"] = 80,
      ["204"] = 80,
      ["207"] = 10
    },
    value = 1136000,
    tradeable = true,
    requiredLevel = {
      defense = 60
    },
    itemImage = "/images/combat/equipment/gargoyle_boots.png",
    itemIcon = "/images/combat/equipment/gargoyle_boots_icon.png",
    class = "equipment",
    visual = "boots",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "boots",
      offensiveDamageAffinity = {
        Melee = 1.05,
        Piercing = 1.075
      },
      armorBonus = {
        protection = 16,
        resistance = 16,
        agility = 0,
        stamina = 0
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 1.5
      } },
      itemSet = { 10018 }
    },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1520"] = {
    name = "Gargoyle Helm",
    id = 1520,
    enchantmentTier = 6,
    augmentationCost = {
      ["202"] = 60,
      ["204"] = 60,
      ["207"] = 10
    },
    value = 1136000,
    tradeable = true,
    requiredLevel = {
      defense = 60
    },
    itemImage = "/images/combat/equipment/gargoyle_helm.png",
    itemIcon = "/images/combat/equipment/gargoyle_helm_icon.png",
    twoSided = true,
    class = "equipment",
    visual = "gargoyle-helm",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Melee = 1.15,
        Piercing = 1.075
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.9,
        Range = 1,
        Piercing = 1,
        Blunt = 1,
        Slashing = 1
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 30,
        resistance = -1,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.75
      }, {
        stat = "weaponBonus.strength",
        value = 1.5
      } },
      itemSet = { 10018 }
    },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1521"] = {
    name = "Gargoyle Shield",
    id = 1521,
    enchantmentTier = 6,
    augmentationCost = {
      ["202"] = 100,
      ["204"] = 100,
      ["207"] = 10
    },
    value = 1232000,
    tradeable = true,
    requiredLevel = {
      defense = 60,
      strength = 60
    },
    itemImage = "/images/combat/equipment/gargoyle_shield.png",
    itemIcon = "/images/combat/equipment/gargoyle_shield_1.png",
    class = "equipment",
    visual = "gargoyle-shield",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "shield",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      offensiveDamageAffinity = {
        Melee = 1.05,
        Piercing = 1.075
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.9,
        Range = 1,
        Piercing = 1.13,
        Blunt = 1.06,
        Slashing = 1.13
      },
      weaponBonus = {
        dexterity = 0,
        intellect = 0,
        strength = 0
      },
      armorBonus = {
        protection = 60,
        resistance = -1,
        agility = -1,
        stamina = 8
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.25
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 1.5
      } },
      itemSet = { 10018 }
    },
    rarity = "rare",
    augmentingFailItem = 12014
  },
  ["1522"] = {
    name = "Gargoyle Falchion",
    id = 1522,
    enchantmentTier = 6,
    augmentationCost = {
      ["202"] = 80,
      ["204"] = 80,
      ["207"] = 10,
      ["303"] = 20,
      ["304"] = 20
    },
    value = 1184000,
    tradeable = true,
    requiredLevel = {
      strength = 60
    },
    itemImage = "/images/combat/equipment/gargoyle_falchion.png",
    itemIcon = "/images/combat/equipment/gargoyle_falcion_icon.png",
    class = "equipment",
    visual = "gargoyle-falchion",
    tags = { "melee", "onehand", "melee" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = 62,
        Magic = -14,
        Range = -14,
        Slashing = 70
      },
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.25,
        Range = 0.1,
        Piercing = 1,
        Blunt = 0.25,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 68,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 2.4,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.65
      }, {
        stat = "weaponBonus.strength",
        value = 4
      } },
      itemSet = { 10018 }
    },
    rarity = "rare",
    augmentingFailItem = 12014
  },
  ["1523"] = {
    name = "Gargoyle Daggers",
    id = 1523,
    enchantmentTier = 6,
    augmentationCost = {
      ["202"] = 60,
      ["204"] = 60,
      ["207"] = 10,
      ["303"] = 15,
      ["304"] = 15
    },
    value = 1136000,
    tradeable = true,
    requiredLevel = {
      strength = 60
    },
    itemImage = "/images/combat/equipment/dagger_gargoyle.png",
    itemIcon = "/images/combat/equipment/dagger_gargoyle_icon.png",
    class = "equipment",
    visual = "gargoyle-daggers",
    isDaggers = true,
    tags = { "melee", "twohand", "melee" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.1,
        damageMultiplier = 2
      },
      offensiveAccuracyAffinityRating = {
        Melee = 72,
        Magic = -10,
        Range = -10,
        Piercing = 43,
        Blunt = -8,
        Slashing = 43
      },
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.33,
        Range = 0.2,
        Piercing = 1.33,
        Blunt = 0.33,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 38,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 10,
        stamina = 0
      },
      attackSpeed = 2,
      augmentationBonus = { {
        stat = "offensiveCritical.chance",
        value = 0.01
      }, {
        stat = "offensiveCritical.damageMultiplier",
        value = 0.01
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 1.5
      } },
      itemSet = { 10018 }
    },
    rarity = "rare",
    augmentingFailItem = 12014
  },
  ["1524"] = {
    name = "Gargoyle Glaive",
    id = 1524,
    enchantmentTier = 6,
    augmentationCost = {
      ["202"] = 120,
      ["204"] = 120,
      ["207"] = 10,
      ["303"] = 30,
      ["304"] = 30
    },
    value = 980000,
    tradeable = true,
    requiredLevel = {
      strength = 60
    },
    itemImage = "/images/combat/equipment/gargoyle_glaive.png",
    itemIcon = "/images/combat/equipment/gargoyle_glaive_icon.png",
    class = "equipment",
    visual = "spear",
    tags = { "melee", "twohand", "melee", "ability" },
    equipmentStats = {
      grantedAbility = { 22 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.35
      },
      offensiveAccuracyAffinityRating = {
        Melee = 78,
        Piercing = 138,
        Blunt = 52,
        Magic = -24,
        Range = -24
      },
      offensiveDamageAffinity = {
        Melee = 1.1,
        Piercing = 1.5,
        Blunt = 0.75,
        Slashing = 1.05,
        Magic = 0.1,
        Range = 0.1
      },
      weaponBonus = {
        strength = 108,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 28,
        resistance = 0,
        agility = 0,
        stamina = 0
      },
      attackSpeed = 3,
      hitMults = {
        minimum = 0.33,
        maximum = 1.33
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.25
      }, {
        stat = "weaponBonus.strength",
        value = 4.5
      }, {
        stat = "armorBonus.protection",
        value = 1.25
      } },
      itemSet = { 10018 }
    },
    rarity = "rare",
    augmentingFailItem = 12014
  },
  ["1525"] = {
    name = "Infernal Lance",
    id = 1525,
    enchantmentTier = 8,
    augmentationCost = {
      ["112"] = 100,
      ["207"] = 50,
      ["512"] = 100
    },
    value = 4420000,
    tradeable = true,
    requiredLevel = {
      strength = 60
    },
    craftingExperience = 120000,
    craftingLevel = 75,
    category = "Melee",
    requiredResources = { {
      ["202"] = 1500,
      ["204"] = 1500,
      ["1011"] = 25,
      ["12014"] = 3000
    } },
    craftable = true,
    itemImage = "/images/combat/equipment/infernal_lance.png",
    itemIcon = "/images/combat/equipment/infernal_lance_icon.png",
    extraTooltipInfo = "A legendary weapon of great prestige and power.",
    craftingDescription = "Trying to craft this would be madness.",
    class = "equipment",
    visual = "spear",
    tags = { "melee", "twohand", "ability" },
    equipmentStats = {
      grantedAbility = { 22, 36, 61 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.35
      },
      offensiveAccuracyAffinityRating = {
        Melee = 146,
        Piercing = 278,
        Slashing = 128,
        Blunt = 97,
        Fire = 60,
        Magic = -24,
        Range = -24
      },
      offensiveDamageAffinity = {
        Melee = 1.175,
        Piercing = 1.75,
        Slashing = 1.1,
        Blunt = 0.75,
        Magic = 0.9,
        Fire = 1.33,
        Range = 0.1
      },
      weaponBonus = {
        strength = 188,
        intellect = 44,
        dexterity = 0
      },
      armorBonus = {
        protection = 44,
        resistance = 0,
        agility = 0,
        stamina = 0
      },
      attackSpeed = 3,
      hitMults = {
        minimum = 0.33,
        maximum = 1.33
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 5
      }, {
        stat = "weaponBonus.strength",
        value = 7
      }, {
        stat = "armorBonus.protection",
        value = 2
      } },
      isTransmog = true,
      itemSet = { 10018 }
    },
    rarity = "epic",
    augmentingFailItem = 12014
  },
  ["1526"] = {
    name = "Black Knight Great Helm",
    id = 1526,
    enchantmentTier = 6,
    tradeable = true,
    augmentationCost = {
      ["202"] = 60,
      ["204"] = 60
    },
    value = 192000,
    requiredLevel = {
      defense = 40,
      strength = 40
    },
    itemImage = "/images/combat/equipment/black_black_knight_great_helm.png",
    itemIcon = "/images/combat/equipment/black_black_knight_great_helm_icon.png",
    extraTooltipInfo = "A helm of unknown make that grants superhuman strength to its wearer!",
    class = "equipment",
    visual = "black-knight-full-helm",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "helm",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 1.33
      },
      offensiveDamageAffinity = {
        Melee = 1.1
      },
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 0.81,
        Range = 1.06,
        Piercing = 1.08,
        Blunt = 0.94,
        Slashing = 1.08
      },
      weaponBonus = {
        strength = 32,
        intellect = -24,
        dexterity = -24
      },
      armorBonus = {
        protection = 24,
        resistance = -6,
        agility = -12,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.25
      }, {
        stat = "armorBonus.resistance",
        value = -0.5
      }, {
        stat = "weaponBonus.strength",
        value = 2.25
      } },
      itemSet = { 10018 }
    },
    rarity = "uncommon",
    augmentingFailItem = 12014
  },
  ["1527"] = {
    name = "Chorus of Souls",
    id = 1527,
    enchantmentTier = 6,
    augmentationCost = {
      ["515"] = 200,
      ["800"] = 100
    },
    value = 2000000,
    tradeable = true,
    requiredLevel = {
      strength = 70
    },
    itemImage = "/images/combat/equipment/chorus_of_souls.png",
    itemIcon = "/images/combat/equipment/chorus_of_souls_icon.png",
    extraTooltipInfo = "It wails with every swing. Unnerving.",
    class = "equipment",
    visual = "chorus-of-souls",
    category = { "weapon", "combat" },
    tags = { "melee", "onehand", "ability" },
    equipmentStats = {
      grantedAbility = { 37, 100, 101 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.035,
        damageMultiplier = 1.13
      },
      offensiveAccuracyAffinityRating = {
        Melee = 62,
        Magic = -12,
        Range = -12,
        Piercing = -4,
        Blunt = 148,
        Slashing = 98
      },
      offensiveDamageAffinity = {
        Melee = 1.05,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 1.33,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 120,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1
      }, {
        stat = "weaponBonus.strength",
        value = 3.25
      } }
    },
    rarity = "epic"
  },
  ["1528"] = {
    name = "Decayed Cloak",
    id = 1528,
    enchantmentTier = 1,
    augmentationCost = {
      ["515"] = 500,
      ["800"] = 50
    },
    value = 2560000,
    requiredLevel = {
      defense = 40,
      enchanting = 40
    },
    tradeable = true,
    itemImage = "/images/combat/equipment/decayed_cloak.png",
    itemIcon = "/images/combat/equipment/decayed_cloak_hood.png",
    extraTooltipInfo = "Despite its ragged appearance it is immensely durable. What could have caused this damage?",
    class = "equipment",
    visual = "cape",
    category = { "weapon", "combat" },
    tags = { "melee", "armor" },
    equipmentStats = {
      slot = "cape",
      defensiveDamageAffinity = {
        Melee = 1.02,
        Magic = 1.02,
        Range = 1.02
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 4,
        resistance = 4,
        agility = 4,
        stamina = 4
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.5
      }, {
        stat = "armorBonus.resistance",
        value = 0.5
      }, {
        stat = "armorBonus.agility",
        value = 0.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.5
      } }
    },
    rarity = "epic"
  },
  ["1530"] = {
    name = "Mysterious Man",
    id = 1530,
    enchantmentTier = 5,
    augmentationCost = {
      ["800"] = 10000
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 0,
    tradeable = true,
    itemImage = "/images/combat/equipment/hatcontest_mysterious_man.png",
    itemIcon = "/images/combat/equipment/hatcontest_mysterious_man_icon.png",
    extraTooltipInfo = "Who are they? What are they? How did they get here?",
    class = "equipment",
    visual = "mysteriousman",
    tags = { "armor" },
    equipmentStats = {
      slot = "helm"
    },
    rarity = "uncommon"
  },
  ["1531"] = {
    name = "Corny Joke",
    id = 1531,
    enchantmentTier = 5,
    augmentationCost = {
      ["800"] = 10000
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 0,
    tradeable = true,
    itemImage = "/images/combat/equipment/hatcontest_cornyjoke.png",
    itemIcon = "/images/combat/equipment/hatcontest_cornyjoke_icon.png",
    extraTooltipInfo = "You ever heard of this joke? Me neither",
    class = "equipment",
    visual = "cornyjoke",
    tags = { "armor" },
    equipmentStats = {
      slot = "helm"
    },
    requiredResources = { {
      ["201"] = 10
    } },
    rarity = "uncommon"
  },
  ["1532"] = {
    name = "Death Metal Wig",
    id = 1532,
    enchantmentTier = 5,
    augmentationCost = {
      ["800"] = 10000
    },
    craftingLevel = 1,
    craftingExperience = 1,
    value = 0,
    tradeable = true,
    itemImage = "/images/combat/equipment/hatcontest_death_metal_wig.png",
    itemIcon = "/images/combat/equipment/hatcontest_death_metal_wig_icon.png",
    extraTooltipInfo = "Who said Death metal is all evil?",
    twoSided = true,
    class = "equipment",
    visual = "deathmetalwig",
    tags = { "armor" },
    equipmentStats = {
      slot = "helm"
    },
    requiredResources = { {
      ["201"] = 10
    } },
    rarity = "uncommon"
  },
  ["1540"] = {
    name = "Shrimp Carapace",
    id = 1540,
    enchantmentTier = 0,
    value = 10000,
    augmentationCost = {
      ["5000"] = 1
    },
    tradeable = false,
    requiredLevel = {
      defense = 30,
      magic = 30
    },
    itemImage = "/images/combat/equipment/shrimp_armor.png",
    itemIcon = "/images/combat/equipment/shrimp_armor_icon.png",
    extraTooltipInfo = "The chitinous shell of the Aberrant Shrimp formed into armor; it's tainted by some sort of demonic magic. Is this a blessing or a curse?",
    class = "equipment",
    visual = "shrimp-armor",
    tags = { "armor" },
    equipmentStats = {
      slot = "body",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      defensiveDamageAffinity = {
        Melee = 0.99,
        Magic = 0.99,
        Range = 0.99,
        Piercing = 1.06,
        Blunt = 0.88,
        Slashing = 1.06
      },
      armorBonus = {
        protection = 44,
        resistance = 24,
        agility = -6,
        stamina = 12
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1
      }, {
        stat = "armorBonus.resistance",
        value = 1
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 2001 }
    }
  },
  ["1541"] = {
    name = "Shrimp Greaves",
    id = 1541,
    enchantmentTier = 0,
    value = 10000,
    augmentationCost = {
      ["5000"] = 1
    },
    tradeable = false,
    requiredLevel = {
      defense = 30,
      magic = 30
    },
    itemImage = "/images/combat/equipment/shrimp_pants.png",
    extraTooltipInfo = "The chitinous shell of the Aberrant Shrimp formed into greaves; it's tainted by some sort of demonic magic. Is this a blessing or a curse?",
    class = "equipment",
    visual = "shrimp-legs",
    tags = { "armor" },
    equipmentStats = {
      slot = "legs",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      defensiveDamageAffinity = {
        Melee = 0.99,
        Magic = 0.99,
        Range = 0.99,
        Piercing = 1.08,
        Blunt = 0.88,
        Slashing = 1.04
      },
      armorBonus = {
        protection = 31,
        resistance = 11,
        agility = -4,
        stamina = 7
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.75
      }, {
        stat = "armorBonus.resistance",
        value = 0.75
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 2001 }
    }
  },
  ["1542"] = {
    name = "Shrimp Helm",
    id = 1542,
    enchantmentTier = 0,
    value = 10000,
    augmentationCost = {
      ["5000"] = 1
    },
    tradeable = false,
    requiredLevel = {
      defense = 30,
      magic = 30
    },
    itemImage = "/images/combat/equipment/shrimp_helm.png",
    itemIcon = "/images/combat/equipment/shrimp_helm_icon.png",
    extraTooltipInfo = "The chitinous shell of the Aberrant Shrimp formed into a helmet; it's tainted by some sort of demonic magic. Is this a blessing or a curse?",
    class = "equipment",
    visual = "shrimp-helm",
    tags = { "armor" },
    equipmentStats = {
      slot = "helm",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      defensiveDamageAffinity = {
        Melee = 0.99,
        Magic = 0.99,
        Range = 0.99,
        Piercing = 1.08,
        Blunt = 0.94,
        Slashing = 1.08
      },
      armorBonus = {
        protection = 22,
        resistance = 4,
        agility = -1,
        stamina = 6
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.75
      }, {
        stat = "armorBonus.resistance",
        value = 0.75
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 2001 }
    }
  },
  ["1543"] = {
    name = "Shrimp Shell",
    id = 1543,
    enchantmentTier = 0,
    value = 10000,
    augmentationCost = {
      ["5000"] = 1
    },
    tradeable = false,
    requiredLevel = {
      defense = 30,
      magic = 30
    },
    itemImage = "/images/combat/equipment/shrimp_shield.png",
    itemIcon = "/images/combat/equipment/shrimp_shield_icon.png",
    extraTooltipInfo = "The chitinous shell of the Aberrant Shrimp formed into a shield; it's tainted by some sort of demonic magic. Is this a blessing or a curse?",
    class = "equipment",
    visual = "shrimp-shield",
    tags = { "armor" },
    equipmentStats = {
      slot = "shield",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.8
      },
      defensiveDamageAffinity = {
        Melee = 0.99,
        Magic = 0.99,
        Range = 0.99,
        Piercing = 1.13,
        Blunt = 1.06,
        Slashing = 1.13
      },
      armorBonus = {
        protection = 26,
        resistance = 12,
        agility = -1,
        stamina = 6
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.75
      }, {
        stat = "armorBonus.resistance",
        value = 0.75
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } },
      itemSet = { 2001 }
    }
  },
  ["1544"] = {
    name = "Naga's Bracelet",
    id = 1544,
    enchantmentTier = 0,
    value = 75000,
    tradeable = true,
    itemImage = "/images/combat/equipment/nagas_bracelet.png",
    itemIcon = "/images/combat/equipment/nagas_bracelet.png",
    extraTooltipInfo = "The liquid inlaid into the carvings seems far too familiar... Wearing the bracelet gives you a craving you cannot describe; if used to create an enchanted piece of jewelry perhaps it will become more apparent to you, but you may run the risk of corrupting its original power...",
    class = "equipment",
    visual = "",
    tags = { "jewelry" },
    equipmentStats = {
      slot = "gloves"
    },
    rarity = "rare"
  },
  ["1545"] = {
    name = "Titanic Gauntlet",
    id = 1545,
    enchantmentTier = 0,
    augmentationCost = {
      ["400"] = 15,
      ["401"] = 12,
      ["402"] = 9,
      ["403"] = 6,
      ["404"] = 3,
      ["1548"] = 1
    },
    craftingLevel = 90,
    craftingExperience = 192000,
    value = 24000000,
    forcedAugmentChance = 1,
    craftable = true,
    itemImage = "/images/combat/equipment/titanic_gauntlet.png",
    craftingDescription = "This gauntlet could become so much more if wielded by one with a strong will.",
    extraTooltipInfo = "This gauntlet could become so much more if wielded by one with a strong will.",
    category = "Rare",
    class = "equipment",
    specialVisuals = { {
      image = "/images/combat/equipment/titanic_gauntlet_1.png",
      css = "awakened-titanic-gauntlet-gloves-1"
    }, {
      image = "/images/combat/equipment/titanic_gauntlet_2.png",
      css = "awakened-titanic-gauntlet-gloves-2"
    }, {
      image = "/images/combat/equipment/titanic_gauntlet_3.png",
      css = "awakened-titanic-gauntlet-gloves-3"
    } },
    tags = { "armor", "melee", "range", "magic", "hybrid" },
    equipmentStats = {
      slot = "gloves",
      weaponBonus = {
        strength = 11,
        intellect = 0,
        dexterity = 0
      },
      offensiveAccuracyAffinityRating = {
        Melee = 11,
        Magic = 11,
        Range = 11
      },
      defensiveDamageAffinity = {
        Melee = 1.03,
        Magic = 1.03,
        Range = 1.03
      },
      armorBonus = {
        protection = 22,
        resistance = 22,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.1
      }, {
        stat = "armorBonus.resistance",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 0.1
      }, {
        stat = "weaponBonus.intellect",
        value = 0.1
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.1
      } }
    },
    requiredResources = { {
      ["1549"] = 400
    } },
    rarity = "rare"
  },
  ["1546"] = {
    name = "Awakened World Shaper",
    id = 1546,
    enchantmentTier = 7,
    augmentationCost = {
      ["400"] = 15,
      ["401"] = 12,
      ["402"] = 9,
      ["403"] = 6,
      ["404"] = 3,
      ["1548"] = 1
    },
    value = 10000000,
    itemImage = "/images/combat/equipment/awakened_world_shaper.png",
    extraTooltipInfo = "You feel as if infinite power lies within your grasp.",
    class = "equipment",
    specialVisuals = { {
      image = "/images/combat/equipment/awakened_world_shaper_1.png",
      css = "awakened-titanic-gauntlet-gloves-1"
    }, {
      image = "/images/combat/equipment/awakened_world_shaper_2.png",
      css = "awakened-titanic-gauntlet-gloves-2"
    }, {
      image = "/images/combat/equipment/awakened_world_shaper_3.png",
      css = "awakened-titanic-gauntlet-gloves-3"
    } },
    tags = { "armor", "melee", "range", "magic", "hybrid", "ability" },
    equipmentStats = {
      grantedAbility = { 72, 73, 74 },
      slot = "gloves",
      weaponBonus = {
        strength = 11,
        intellect = 11,
        dexterity = 11
      },
      offensiveAccuracyAffinityRating = {
        Melee = 11,
        Magic = 11,
        Range = 11
      },
      defensiveDamageAffinity = {
        Melee = 1.03,
        Magic = 1.03,
        Range = 1.03
      },
      armorBonus = {
        protection = 24,
        resistance = 24,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.5
      }, {
        stat = "armorBonus.resistance",
        value = 0.5
      }, {
        stat = "weaponBonus.strength",
        value = 0.5
      }, {
        stat = "weaponBonus.intellect",
        value = 0.5
      }, {
        stat = "weaponBonus.dexterity",
        value = 0.5
      } }
    },
    rarity = "epic"
  },
  ["1547"] = {
    name = "Shapeless Scythe",
    id = 1547,
    enchantmentTier = 8,
    augmentationCost = {
      ["1548"] = 1,
      ["1549"] = 40
    },
    craftingLevel = 92,
    craftingExperience = 256000,
    requiredResources = { {
      ["207"] = 350,
      ["208"] = 200,
      ["211"] = 1
    } },
    category = "Melee",
    value = 12000000,
    tradeable = true,
    requiredLevel = {
      strength = 85
    },
    craftable = true,
    itemImage = "/images/combat/equipment/Shapeless_Scythe.png",
    itemIcon = "/images/combat/equipment/Shapeless_Scythe_Icon.png",
    class = "equipment",
    extraTooltipInfo = "Its vorpal edge seems to shimmer and distort as you examine it.",
    visual = "scythe",
    tags = { "melee", "twohand", "ability" },
    equipmentStats = {
      grantedAbility = { 22, 38, 11 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.33
      },
      offensiveAccuracyAffinityRating = {
        Melee = 166,
        Slashing = 256,
        Piercing = 80,
        Blunt = 80,
        Magic = -22,
        Chaos = 88,
        Range = -22
      },
      offensiveDamageAffinity = {
        Melee = 1.2,
        Slashing = 1.75,
        Piercing = 0.66,
        Blunt = 0.66,
        Magic = 0.9,
        Chaos = 1.5,
        Range = 0.1
      },
      weaponBonus = {
        strength = 196,
        intellect = 96,
        dexterity = 0
      },
      armorBonus = {
        protection = 24,
        resistance = 12,
        agility = 0,
        stamina = 0
      },
      attackSpeed = 3,
      hitMults = {
        minimum = 0.4,
        maximum = 1.33
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 6.5
      }, {
        stat = "weaponBonus.strength",
        value = 6.5
      }, {
        stat = "offensiveAccuracyAffinityRating.Chaos",
        value = 3.5
      } }
    },
    rarity = "legendary"
  },
  ["1548"] = {
    name = "Giant King's Jewel",
    id = 1548,
    value = 2500000,
    craftingLevel = 85,
    craftingExperience = 12500,
    tradeable = true,
    craftable = true,
    itemImage = "/images/magic/giants_gem.png",
    class = "gem",
    craftingDescription = "Surely a jewel can be scavenged from these scraps.",
    extraTooltipInfo = "You feel limitless energy pulsing from the jewel.",
    category = "Rare",
    tags = { "crafting" },
    requiredResources = { {
      ["1549"] = 250
    } },
    rarity = "legendary"
  },
  ["1549"] = {
    name = "Giant Scraps",
    id = 1549,
    value = 50000,
    tradeable = true,
    itemImage = "/images/misc/Giant_Scrap.png",
    class = "bar",
    extraTooltipInfo = "It would take a master craftsman to reshape this into something usable.",
    tags = { "shard" },
    rarity = "uncommon"
  },
  ["1550"] = {
    name = "World Walkers",
    id = 1550,
    enchantmentTier = 7,
    augmentationCost = {
      ["1549"] = 50
    },
    craftingLevel = 85,
    craftingExperience = 192000,
    value = 24000000,
    tradeable = true,
    requiredLevel = {
      defense = 85,
      strength = 85
    },
    craftable = true,
    itemImage = "/images/combat/equipment/World_Walkers_Silver_Version.png",
    itemIcon = "/images/combat/equipment/World_Walkers_Silver_Version_Icon.png",
    extraTooltipInfo = "No terrain is too difficult to traverse with these on.",
    craftingDescription = "No terrain is too difficult to traverse with these on.",
    category = "Rare",
    class = "equipment",
    visual = "winged-boots",
    tags = { "armor", "melee", "range", "magic", "hybrid" },
    equipmentStats = {
      slot = "boots",
      defensiveDamageAffinity = {
        Melee = 1.04,
        Magic = 1.04,
        Range = 1.04
      },
      weaponBonus = {
        strength = 4,
        intellect = 4,
        dexterity = 4
      },
      armorBonus = {
        protection = 24,
        resistance = 24,
        agility = 12,
        stamina = 24
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.75
      }, {
        stat = "armorBonus.resistance",
        value = 0.75
      }, {
        stat = "armorBonus.agility",
        value = 0.25
      } }
    },
    requiredResources = { {
      ["1549"] = 400
    } },
    rarity = "epic"
  },
  ["1551"] = {
    name = "Giant King's Nails",
    id = 1551,
    value = 20,
    tradeable = false,
    ingredientTags = { "nail" },
    itemImage = "/images/cooking/giants_toe_nail.png",
    extraTooltipInfo = "... You could try cooking it?",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking" }
  },
  ["1552"] = {
    name = "Cooked Giant King's Nails",
    id = 1552,
    value = 20,
    tradeable = false,
    itemImage = "/images/cooking/Crispy_toe_nail.png",
    extraTooltipInfo = "Why would you eat this? That's disgusting.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 5,
      cooldown = 5000,
      perTick = 5,
      totalTicks = 90,
      tickDelay = 5000,
      ignoreCooldown = true
    }
  },
  ["1553"] = {
    name = "Crystal Mace",
    id = 1553,
    enchantmentTier = 8,
    augmentationCost = {
      ["208"] = 30,
      ["304"] = 750,
      ["307"] = 250,
      ["403"] = 4,
      ["516"] = 5000
    },
    value = 6360000,
    tradeable = true,
    requiredLevel = {
      strength = 85,
      magic = 60
    },
    craftingLevel = 85,
    craftingExperience = 192000,
    requiredResources = { {
      ["208"] = 150,
      ["215"] = 1,
      ["516"] = 2500
    } },
    category = "Melee",
    craftable = true,
    itemImage = "/images/combat/equipment/crystal_mace.png",
    itemIcon = "/images/combat/equipment/crystal_mace_icon.png",
    extraTooltipInfo = "A manifested shard of chaos. If only you knew how to utilize it's energy to perform magic!",
    class = "equipment",
    visual = "crystal-mace",
    tags = { "melee", "magic", "hybrid", "onehand", "ability" },
    equipmentStats = {
      grantedAbility = { 13, 14 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.035,
        damageMultiplier = 1.13
      },
      offensiveAccuracyAffinityRating = {
        Melee = 98,
        Magic = 48,
        Range = -12,
        Piercing = 64,
        Blunt = 211,
        Slashing = 64,
        Chaos = 99
      },
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 1.05,
        Range = 0.1,
        Piercing = 0.75,
        Blunt = 1.33,
        Slashing = 0.75,
        Chaos = 1.5
      },
      weaponBonus = {
        strength = 164,
        intellect = 28,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.5
      }, {
        stat = "offensiveAccuracyAffinityRating.Chaos",
        value = 2
      }, {
        stat = "weaponBonus.strength",
        value = 4.5
      }, {
        stat = "weaponBonus.intellect",
        value = 3.5
      } }
    },
    rarity = "epic"
  },
  ["1554"] = {
    id = 1554,
    name = "Signet Ring",
    value = 450000,
    tradeable = false,
    enchantmentTier = 3,
    augmentationCost = {
      ["2"] = 50000,
      ["203"] = 100,
      ["208"] = 10,
      ["404"] = 1,
      ["516"] = 2500
    },
    forcedEnchant = 47,
    forcedEnchantAmount = 3,
    overwriteEnchant = false,
    itemImage = "/images/jewellery/signet_ring.png",
    class = "equipment",
    extraTooltipInfo = "Carries the signature of some unknown entity.",
    tags = { "jewelry", "ability" },
    requiredLevel = {
      defense = 60,
      strength = 60,
      magic = 60
    },
    equipmentStats = {
      grantedAbility = { 17 },
      slot = "ring",
      offensiveAccuracyAffinityRating = {
        Melee = 5,
        Chaos = 5
      },
      offensiveDamageAffinity = {
        Chaos = 1.5
      },
      defensiveDamageAffinity = {
        Chaos = 1.13
      },
      weaponBonus = {
        strength = 5,
        intellect = 5,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "weaponBonus.strength",
        value = 1
      }, {
        stat = "weaponBonus.intellect",
        value = 1
      }, {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1
      }, {
        stat = "offensiveAccuracyAffinityRating.Chaos",
        value = 1
      } }
    },
    rarity = "rare"
  },
  ["1555"] = {
    name = "Mantle of Flame",
    id = 1555,
    enchantmentTier = 2,
    augmentationCost = {
      ["2"] = 15000,
      ["512"] = 1250,
      ["700"] = 500,
      ["801"] = 1,
      ["9013"] = 1
    },
    value = 3120000,
    tradeable = true,
    requiredLevel = {
      constitution = 40,
      defense = 40,
      magic = 40,
      enchanting = 60
    },
    craftingLevel = 60,
    craftingExperience = 32000,
    requiredResources = { {
      ["700"] = 5000,
      ["801"] = 36
    } },
    category = "Magic",
    craftable = true,
    itemImage = "/images/combat/equipment/mantle_of_flame.gif",
    itemIcon = "/images/combat/equipment/mantle_of_flame.png",
    extraTooltipInfo = "Wrap yourself in the cozy flames of a dying star and be reborn.",
    class = "equipment",
    visual = "phoenix-cape",
    tags = { "armor", "magic", "ability" },
    equipmentStats = {
      grantedAbility = { 7, 18, 109, 110 },
      slot = "cape",
      offensiveAccuracyAffinityRating = {
        Melee = 3,
        Magic = 15,
        Fire = 15,
        Range = 3
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 1.15,
        Range = 1,
        Fire = 1.35
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 1.04,
        Range = 1,
        Fire = 1.13
      },
      weaponBonus = {
        strength = 0,
        intellect = 20,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 10,
        agility = 3,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.resistance",
        value = 1
      }, {
        stat = "weaponBonus.intellect",
        value = 1
      }, {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 1
      }, {
        stat = "offensiveAccuracyAffinityRating.Fire",
        value = 1
      } },
      itemSet = { 10004 }
    },
    rarity = "epic"
  },
  ["1556"] = {
    name = "Bestial Shawl",
    id = 1556,
    enchantmentTier = 2,
    augmentationCost = {
      ["4004"] = 30,
      ["4005"] = 10,
      ["4008"] = 10,
      ["4012"] = 30
    },
    value = 2620000,
    tradeable = true,
    requiredLevel = {
      defense = 40,
      range = 40,
      enchanting = 50
    },
    itemImage = "/images/combat/equipment/bestial_shawl.png",
    extraTooltipInfo = "A hunter's shawl designed to give its wearer the ability to easily handle their prey at extreme range.",
    class = "equipment",
    visual = "cape",
    category = { "armor", "combat" },
    tags = { "range", "armor" },
    equipmentStats = {
      slot = "cape",
      offensiveAccuracyAffinityRating = {
        Range = 15
      },
      offensiveDamageAffinity = {
        Range = 1.1
      },
      defensiveDamageAffinity = {
        Range = 1.1
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 10
      },
      armorBonus = {
        protection = -12,
        resistance = -12,
        agility = 6,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.agility",
        value = 1
      }, {
        stat = "weaponBonus.dexterity",
        value = 1
      }, {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 1
      } },
      itemSet = { 10017 }
    },
    rarity = "epic"
  },
  ["1557"] = {
    name = "Hands of Khaast",
    id = 1557,
    enchantmentTier = 7,
    augmentationCost = {
      ["513"] = 50,
      ["701"] = 20
    },
    value = 4120000,
    tradeable = true,
    requiredLevel = {
      strength = 75
    },
    craftingLevel = 75,
    craftingExperience = 120000,
    requiredResources = { {
      ["207"] = 100,
      ["512"] = 1000,
      ["801"] = 36
    } },
    category = "Melee",
    craftable = true,
    itemImage = "/images/combat/equipment/hands_of_khaast.png",
    itemIcon = "/images/combat/equipment/hands_of_khaast_icon.png",
    extraTooltipInfo = "You feel as if you could break the world in two with your bare hands and then burn it all down.",
    class = "equipment",
    visual = "modified-diving-gloves",
    tags = { "melee", "twohand", "ability" },
    equipmentStats = {
      grantedAbility = { 69, 70, 71 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.055,
        damageMultiplier = 1.75
      },
      offensiveAccuracyAffinityRating = {
        Melee = 118,
        Magic = -10,
        Range = -10,
        Piercing = 77,
        Blunt = 77,
        Slashing = -8,
        Fire = 48
      },
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 1.05,
        Range = 0.2,
        Piercing = 1.05,
        Blunt = 1.05,
        Slashing = 0.9,
        Fire = 1.2
      },
      weaponBonus = {
        strength = 99,
        intellect = 44,
        dexterity = 0
      },
      armorBonus = {
        protection = 4,
        resistance = 4,
        agility = -4,
        stamina = 12
      },
      attackSpeed = 2.2,
      hitMults = {
        minimum = 0.33,
        maximum = 1.2
      },
      augmentationBonus = { {
        stat = "offensiveCritical.chance",
        value = 0.01
      }, {
        stat = "offensiveCritical.damageMultiplier",
        value = 0.01
      }, {
        stat = "weaponBonus.strength",
        value = 0.75
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      } }
    },
    rarity = "epic"
  },
  ["1558"] = {
    name = "Shrimp Scraps",
    id = 1558,
    value = 100000,
    tradeable = true,
    itemImage = "/images/misc/shrimp_fragment.png",
    class = "bar",
    extraTooltipInfo = "It would take a master craftsman to reshape this into something usable.",
    tags = { },
    rarity = "rare"
  },
  ["1559"] = {
    name = "Black Knight Titan's Helm",
    id = 1559,
    enchantmentTier = 6,
    tradeable = true,
    augmentationCost = {
      ["203"] = 150,
      ["205"] = 150,
      ["209"] = 150
    },
    value = 4880000,
    requiredLevel = {
      defense = 70,
      strength = 70
    },
    itemImage = "/images/combat/equipment/black_knight_titan_helm.png",
    itemIcon = "/images/combat/equipment/black_knight_titan_helm_icon.png",
    extraTooltipInfo = "A helm that grants the strength of titans to its wearer!",
    class = "equipment",
    visual = "black-knight-full-helm",
    tags = { "armor", "melee", "ability" },
    equipmentStats = {
      grantedAbility = { 15 },
      slot = "helm",
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 1.33
      },
      offensiveDamageAffinity = {
        Melee = 1.33,
        Magic = 0.1,
        Range = 0.1
      },
      defensiveDamageAffinity = {
        Melee = 1.06,
        Magic = 0.81,
        Range = 1.06,
        Piercing = 1.08,
        Blunt = 0.94,
        Slashing = 1.08
      },
      weaponBonus = {
        strength = 56,
        intellect = -32,
        dexterity = -32
      },
      armorBonus = {
        protection = 48,
        resistance = -18,
        agility = -12,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.25
      }, {
        stat = "armorBonus.resistance",
        value = -0.5
      }, {
        stat = "weaponBonus.strength",
        value = 3
      } },
      itemSet = { 10018 }
    },
    rarity = "rare"
  },
  ["1560"] = {
    name = "Elven Hood",
    id = 1560,
    enchantmentTier = 6,
    tradeable = true,
    value = 5000000,
    augmentationCost = {
      ["4009"] = 10,
      ["4010"] = 3,
      ["4011"] = 5,
      ["4012"] = 10
    },
    requiredLevel = {
      defense = 65,
      magic = 65
    },
    craftable = true,
    craftingLevel = 65,
    craftingExperience = 33500,
    requiredResources = { {
      ["4011"] = 12,
      ["4019"] = 100,
      ["11032"] = 30
    } },
    category = "Magic",
    itemImage = "/images/combat/equipment/range/hide_coif.png",
    itemIcon = "/images/combat/equipment/range/elven_hood.png",
    extraTooltipInfo = "A magical hood of elven make.",
    class = "equipment",
    visual = "med-helm",
    tags = { "armor", "magic" },
    equipmentStats = {
      slot = "helm",
      defensiveDamageAffinity = {
        Magic = 1.08,
        Nature = 1.06
      },
      weaponBonus = {
        strength = 6,
        intellect = 12,
        dexterity = 6
      },
      armorBonus = {
        protection = 32,
        resistance = 12,
        agility = 18,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "weaponBonus.intellect",
        value = 1.5
      }, {
        stat = "armorBonus.protection",
        value = 0.5
      }, {
        stat = "armorBonus.resistance",
        value = 1.5
      }, {
        stat = "armorBonus.agility",
        value = 0.5
      } },
      itemSet = { 10011, 10012, 10014 }
    },
    rarity = "rare"
  },
  ["1561"] = {
    name = "Elven Heavy Armor",
    id = 1561,
    enchantmentTier = 6,
    augmentationCost = {
      ["205"] = 10,
      ["207"] = 10,
      ["4011"] = 5,
      ["4012"] = 10
    },
    value = 5000000,
    tradeable = true,
    requiredLevel = {
      defense = 65,
      strength = 65
    },
    craftable = true,
    craftingLevel = 65,
    craftingExperience = 33500,
    requiredResources = { {
      ["205"] = 250,
      ["207"] = 500,
      ["4011"] = 12
    } },
    category = "Melee",
    itemImage = "/images/combat/equipment/range/hide_body.png",
    itemIcon = "/images/combat/equipment/range/elven_heavy.png",
    class = "equipment",
    visual = "chainbody",
    extraTooltipInfo = "An unnaturally light platebody of elven make.",
    tags = { "armor", "melee" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Melee = 1.1
      },
      defensiveDamageAffinity = {
        Melee = 1.08,
        Nature = 1.06
      },
      weaponBonus = {
        strength = 12,
        intellect = 6,
        dexterity = 6
      },
      armorBonus = {
        protection = 56,
        resistance = 6,
        agility = 28,
        stamina = 32
      },
      augmentationBonus = { {
        stat = "weaponBonus.strength",
        value = 1.5
      }, {
        stat = "armorBonus.protection",
        value = 1.5
      }, {
        stat = "armorBonus.resistance",
        value = 0.5
      }, {
        stat = "armorBonus.agility",
        value = 0.5
      } },
      itemSet = { 10009, 10016, 10012, 10014 }
    },
    rarity = "rare"
  },
  ["1562"] = {
    name = "Elven Leggings",
    id = 1562,
    enchantmentTier = 6,
    augmentationCost = {
      ["4009"] = 10,
      ["4010"] = 3,
      ["4011"] = 5,
      ["4012"] = 10
    },
    value = 5000000,
    tradeable = true,
    requiredLevel = {
      defense = 65,
      range = 65
    },
    craftable = true,
    craftingLevel = 65,
    craftingExperience = 33500,
    requiredResources = { {
      ["4009"] = 250,
      ["4010"] = 30,
      ["4011"] = 12
    } },
    category = "Range",
    itemImage = "/images/combat/equipment/range/hide_legs.png",
    itemIcon = "/images/combat/equipment/range/elven_legs.png",
    class = "equipment",
    visual = "platelegs",
    extraTooltipInfo = "A pair of comfortably fitting leggings of elven make.",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "legs",
      defensiveDamageAffinity = {
        Range = 1.08,
        Nature = 1.06
      },
      weaponBonus = {
        strength = 6,
        intellect = 6,
        dexterity = 16
      },
      armorBonus = {
        protection = 32,
        resistance = 12,
        agility = 48,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "weaponBonus.dexterity",
        value = 1.5
      }, {
        stat = "armorBonus.protection",
        value = 0.5
      }, {
        stat = "armorBonus.resistance",
        value = 0.5
      }, {
        stat = "armorBonus.agility",
        value = 1.5
      } },
      itemSet = { 10010, 10012, 10014 }
    },
    rarity = "rare"
  },
  ["1563"] = {
    name = "Elven Boots",
    id = 1563,
    enchantmentTier = 6,
    augmentationCost = {
      ["4009"] = 10,
      ["4010"] = 3,
      ["4011"] = 5,
      ["4012"] = 10
    },
    value = 5000000,
    tradeable = true,
    requiredLevel = {
      defense = 65
    },
    craftable = true,
    craftingLevel = 65,
    craftingExperience = 33500,
    requiredResources = { {
      ["1136"] = 3,
      ["4011"] = 24
    } },
    category = "Range",
    itemImage = "/images/combat/equipment/adamantite_boots.png",
    itemIcon = "/images/combat/equipment/range/elven_boots.png",
    class = "equipment",
    visual = "boots",
    extraTooltipInfo = "A set of light cavalry boots of elven make.",
    tags = { "armor" },
    equipmentStats = {
      slot = "boots",
      defensiveDamageAffinity = {
        Melee = 1.02,
        Magic = 1.02,
        Range = 1.02,
        Nature = 1.05
      },
      weaponBonus = {
        strength = 2,
        intellect = 2,
        dexterity = 2
      },
      armorBonus = {
        protection = 12,
        resistance = 12,
        agility = 24,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.agility",
        value = 0.75
      } },
      itemSet = { 10010, 10012, 10014 }
    },
    rarity = "rare"
  },
  ["1564"] = {
    name = "Searing Ladle",
    id = 1564,
    enchantmentTier = 6,
    augmentationCost = {
      ["5"] = 15000,
      ["95"] = 1000,
      ["96"] = 100,
      ["402"] = 1,
      ["403"] = 1
    },
    requiredLevel = {
      cooking = 50
    },
    value = 25000,
    tradeable = true,
    relatedSkill = "cooking",
    enchantmentOverrideSlot = "ladle",
    tool = true,
    itemImage = "/images/combat/equipment/searing_ladle.png",
    extraTooltipInfo = "Almost too hot to handle! Burned food rewards full experience. Grants 3 hidden levels of haste while cooking.",
    class = "equipment",
    tags = { "cooking", "ability" },
    equipmentStats = {
      grantedAbility = { 39, 53 },
      slot = "ladle",
      toolBoost = { {
        skill = "cooking",
        boost = 20
      } },
      augmentationBonus = { {
        stat = "toolBoost.cooking",
        value = 4
      } }
    },
    rarity = "epic"
  },
  ["1565"] = {
    name = "Black Knight's Gauntlets",
    id = 1565,
    enchantmentTier = 0,
    augmentationCost = {
      ["205"] = 100,
      ["207"] = 35
    },
    value = 128000,
    tradeable = true,
    itemImage = "/images/combat/equipment/black_gloves.png",
    itemIcon = "/images/combat/equipment/black_gloves.png",
    extraTooltipInfo = "You feel like you could bend steel with these gauntlets on... but what is steel?",
    class = "equipment",
    visual = "gloves",
    tags = { "armor", "melee" },
    equipmentStats = {
      grantedAbility = { 15 },
      slot = "gloves",
      weaponBonus = {
        strength = 10,
        intellect = 0,
        dexterity = 0
      },
      offensiveAccuracyAffinityRating = {
        Melee = 9
      },
      augmentationBonus = { {
        stat = "weaponBonus.strength",
        value = 2
      } },
      itemSet = { 10018 }
    },
    rarity = "rare"
  },
  ["1566"] = {
    name = "Bestial Dagger",
    id = 1566,
    enchantmentTier = 5,
    augmentationCost = {
      ["4001"] = 10,
      ["4002"] = 10,
      ["4009"] = 10
    },
    value = 250000,
    tradeable = true,
    requiredLevel = {
      strength = 50
    },
    itemImage = "/images/combat/equipment/beast_dagger_main.png",
    extraTooltipInfo = "A light and deadly dagger able to be wielded in one hand to great effect. Channel your inner beast! Other people won't judge you for it, probably...",
    class = "equipment",
    visual = "dagger-1h",
    tags = { "melee", "onehand", "ability" },
    equipmentStats = {
      grantedAbility = { 40 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.1,
        damageMultiplier = 2
      },
      offensiveAccuracyAffinityRating = {
        Melee = 69,
        Piercing = 49,
        Slashing = 49,
        Blunt = -8,
        Magic = -12,
        Range = -12
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Piercing = 1.1,
        Slashing = 1.1,
        Blunt = 0.1,
        Magic = 0.33,
        Range = 0.33
      },
      weaponBonus = {
        strength = 22,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 8,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.75
      }, {
        stat = "weaponBonus.strength",
        value = 0.25
      }, {
        stat = "armorBonus.agility",
        value = 0.5
      } },
      oneHanded = true,
      attackSpeed = 2.2,
      itemSet = { 10017 }
    },
    rarity = "epic"
  },
  ["1567"] = {
    name = "Empowered Bestial Dagger",
    id = 1567,
    enchantmentTier = 7,
    augmentationCost = {
      ["4001"] = 20,
      ["4002"] = 20,
      ["4009"] = 20
    },
    value = 2500000,
    tradeable = true,
    requiredLevel = {
      strength = 70
    },
    itemImage = "/images/combat/equipment/beast_dagger_main_e.png",
    extraTooltipInfo = "Empowered through magic and sheer rage. A light and deadly dagger able to be wielded in one hand to great effect. Channel your inner beast! Other people won't judge you for it, probably...",
    class = "equipment",
    visual = "dagger-1h",
    tags = { "melee", "onehand", "ability" },
    equipmentStats = {
      grantedAbility = { 40, 41 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.1,
        damageMultiplier = 2
      },
      offensiveAccuracyAffinityRating = {
        Melee = 104,
        Piercing = 74,
        Slashing = 74,
        Blunt = -8,
        Magic = -12,
        Range = -12
      },
      offensiveDamageAffinity = {
        Melee = 1.1,
        Piercing = 1.1,
        Slashing = 1.1,
        Blunt = 0.1,
        Magic = 0.33,
        Range = 0.33
      },
      weaponBonus = {
        strength = 42,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 12,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.25
      }, {
        stat = "weaponBonus.strength",
        value = 0.5
      }, {
        stat = "armorBonus.agility",
        value = 0.5
      } },
      oneHanded = true,
      attackSpeed = 2.1,
      itemSet = { 10017 }
    },
    rarity = "epic"
  },
  ["1568"] = {
    name = "Bestial Defender",
    id = 1568,
    enchantmentTier = 5,
    augmentationCost = {
      ["4001"] = 10,
      ["4002"] = 10,
      ["4009"] = 10
    },
    value = 250000,
    tradeable = true,
    requiredLevel = {
      strength = 50
    },
    itemImage = "/images/combat/equipment/beast_dagger_off.png",
    extraTooltipInfo = "A light, yet strong, dagger able to be used in the offhand to slightly increase your offensive potential while remaining potent defensively.",
    class = "equipment",
    visual = "defender",
    tags = { "melee", "onehand", "ability" },
    equipmentStats = {
      grantedAbility = { 40 },
      slot = "shield",
      offensiveCritical = {
        chance = 0.1,
        damageMultiplier = 1.5
      },
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.5
      },
      offensiveAccuracyAffinityRating = {
        Melee = 35,
        Piercing = 25,
        Slashing = 25,
        Blunt = -8,
        Magic = -12,
        Range = -12
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Piercing = 1.05,
        Slashing = 1.05
      },
      weaponBonus = {
        strength = 11,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 13,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 0.75
      }, {
        stat = "weaponBonus.strength",
        value = 0.25
      }, {
        stat = "armorBonus.agility",
        value = 0.5
      } },
      itemSet = { 10017 }
    },
    rarity = "epic"
  },
  ["1569"] = {
    name = "Empowered Bestial Defender",
    id = 1569,
    enchantmentTier = 7,
    augmentationCost = {
      ["4001"] = 20,
      ["4002"] = 20,
      ["4009"] = 20
    },
    value = 2500000,
    tradeable = true,
    requiredLevel = {
      strength = 70
    },
    itemImage = "/images/combat/equipment/beast_dagger_off_e.png",
    extraTooltipInfo = "Empowered through magic and sheer rage. A light, yet strong, dagger able to be used in the offhand to slightly increase your offensive potential while remaining potent defensively.",
    class = "equipment",
    visual = "defender",
    tags = { "melee", "onehand", "ability" },
    equipmentStats = {
      grantedAbility = { 40, 99 },
      slot = "shield",
      offensiveCritical = {
        chance = 0.1,
        damageMultiplier = 1.5
      },
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.5
      },
      offensiveAccuracyAffinityRating = {
        Melee = 52,
        Piercing = 37,
        Slashing = 37,
        Blunt = -8,
        Magic = -12,
        Range = -12
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Piercing = 1.05,
        Slashing = 1.05
      },
      weaponBonus = {
        strength = 16,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 18,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.25
      }, {
        stat = "weaponBonus.strength",
        value = 0.5
      }, {
        stat = "armorBonus.agility",
        value = 0.5
      } },
      itemSet = { 10017 }
    },
    rarity = "epic"
  },
  ["1570"] = {
    name = "Elven King's Longbow",
    id = 1570,
    tradeable = true,
    enchantmentTier = 8,
    augmentationCost = {
      ["307"] = 250,
      ["1457"] = 200,
      ["4011"] = 9
    },
    value = 14495000,
    type = "weapon",
    requiredLevel = {
      range = 85
    },
    itemImage = "/images/combat/equipment/range/bow_king.png",
    itemIcon = "/images/combat/equipment/range/bow_king.png",
    class = "equipment",
    visual = "scimitar",
    extraTooltipInfo = "A weapon fit for royalty. Its craftsmanship is unmatched and the method to create weapons such as this is lost to time.",
    tags = { "range", "twohand", "ability" },
    equipmentStats = {
      grantedAbility = { 23, 42 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = -18,
        Magic = -18,
        Range = 164,
        Piercing = 192,
        Blunt = 35,
        Slashing = 35,
        Nature = 70
      },
      offensiveDamageAffinity = {
        Melee = 0.25,
        Magic = 0.9,
        Range = 1.2,
        Piercing = 1.3333333333333333,
        Blunt = 0.5,
        Slashing = 0.5,
        Nature = 1.5
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 136
      },
      attackSpeed = 2.8,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 6.5
      }, {
        stat = "weaponBonus.dexterity",
        value = 6.5
      }, {
        stat = "offensiveAccuracyAffinityRating.Nature",
        value = 3.5
      } },
      itemSet = { 10014 }
    },
    rarity = "legendary",
    craftingLevel = 92,
    craftingExperience = 256000,
    requiredResources = { {
      ["212"] = 2,
      ["4011"] = 48
    } },
    category = "Range",
    craftable = true
  },
  ["1571"] = {
    name = "Ancient Trident",
    id = 1571,
    tradeable = true,
    enchantmentTier = 8,
    augmentationCost = {
      ["4026"] = 16,
      ["4027"] = 1,
      ["11032"] = 30
    },
    value = 24495000,
    type = "weapon",
    requiredLevel = {
      magic = 85
    },
    itemImage = "/images/combat/equipment/melee/trident.png",
    itemIcon = "/images/combat/equipment/melee/trident.png",
    class = "equipment",
    visual = "scimitar",
    extraTooltipInfo = "A weapon whose origins are lost to time; don't try using it as a fishing harpoon!",
    tags = { "magic", "twohand", "ability" },
    equipmentStats = {
      grantedAbility = { 43, 92, 93 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.33
      },
      offensiveAccuracyAffinityRating = {
        Magic = 166,
        Ice = 256,
        Piercing = 80,
        Chaos = 22,
        Range = -22
      },
      offensiveDamageAffinity = {
        Magic = 1.35,
        Melee = 0.9,
        Piercing = 1.33,
        Ice = 1.5,
        Chaos = 1.33,
        Range = 0.1
      },
      weaponBonus = {
        strength = 96,
        intellect = 196,
        dexterity = 0
      },
      armorBonus = {
        protection = 12,
        resistance = 24,
        agility = 0,
        stamina = 0
      },
      attackSpeed = 3,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 6.5
      }, {
        stat = "weaponBonus.intellect",
        value = 6.5
      }, {
        stat = "offensiveAccuracyAffinityRating.Ice",
        value = 3.5
      } },
      itemSet = { 10011, 10013 }
    },
    rarity = "legendary",
    craftingLevel = 92,
    craftingExperience = 256000,
    requiredResources = { {
      ["216"] = 3,
      ["307"] = 2000,
      ["11032"] = 200,
      ["11036"] = 500
    } },
    category = "Magic",
    craftable = true
  },
  ["1572"] = {
    name = "Fishtail",
    id = 1572,
    enchantmentTier = 6,
    augmentationCost = {
      ["206"] = 33,
      ["11032"] = 1
    },
    value = 2500000,
    tradeable = true,
    requiredLevel = {
      strength = 50
    },
    itemImage = "/images/combat/equipment/fishtail.png",
    itemIcon = "/images/combat/equipment/fishtail.png",
    class = "equipment",
    visual = "fishtail",
    extraTooltipInfo = "A large scimitar taken from a fish! You could probably use it as a paddle!",
    tags = { "melee", "onehand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.33
      },
      offensiveAccuracyAffinityRating = {
        Melee = 52,
        Magic = -14,
        Range = -14,
        Slashing = 66
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.25,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 0.25,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 60,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 2.5,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.65
      }, {
        stat = "weaponBonus.strength",
        value = 1.65
      } }
    },
    rarity = "rare"
  },
  ["1573"] = {
    name = "Razorfin",
    id = 1573,
    enchantmentTier = 7,
    augmentationCost = {
      ["206"] = 25,
      ["207"] = 4,
      ["11032"] = 1
    },
    value = 4495000,
    tradeable = true,
    requiredLevel = {
      strength = 70
    },
    itemImage = "/images/combat/equipment/razorfin.png",
    itemIcon = "/images/combat/equipment/razorfin.png",
    class = "equipment",
    visual = "fishtail",
    extraTooltipInfo = "A large scimitar taken from a fish! You could probably use it as a paddle! Seems mildly magical, almost...",
    tags = { "melee", "onehand", "ability" },
    equipmentStats = {
      grantedAbility = { 95, 94 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.33
      },
      offensiveAccuracyAffinityRating = {
        Melee = 76,
        Magic = 4,
        Range = -14,
        Slashing = 84
      },
      offensiveDamageAffinity = {
        Melee = 1.05,
        Magic = 1,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 0.25,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 80,
        intellect = 30,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 2.5,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.65
      }, {
        stat = "weaponBonus.strength",
        value = 1.65
      }, {
        stat = "weaponBonus.intellect",
        value = 0.9
      } }
    },
    rarity = "epic"
  },
  ["1574"] = {
    name = "Elven Quiver",
    id = 1574,
    enchantmentTier = 5,
    augmentationCost = {
      ["307"] = 75,
      ["4011"] = 15,
      ["4028"] = 1
    },
    value = 4495000,
    tradeable = true,
    requiredLevel = {
      range = 70,
      crafting = 70
    },
    forcedEnchant = 63,
    forcedEnchantAmount = 5,
    itemImage = "/images/combat/equipment/range/quiver_elven_alt.png",
    class = "equipment",
    visual = "scimitar",
    craftingDescription = "A quiver blessed by Elven magic! It appears to retrieve your expended ammunition automatically!",
    tags = { "range" },
    equipmentStats = {
      slot = "arrows",
      offensiveAccuracyAffinityRating = {
        Melee = 0,
        Magic = 0,
        Range = 15,
        Slashing = 0
      },
      offensiveDamageAffinity = {
        Range = 1.05
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 20
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 3
      }, {
        stat = "weaponBonus.dexterity",
        value = 3
      } }
    },
    rarity = "epic"
  },
  ["1575"] = {
    name = "Magic Quiver",
    id = 1575,
    enchantmentTier = 3,
    augmentationCost = {
      ["4005"] = 8,
      ["4012"] = 20
    },
    value = 2495000,
    tradeable = true,
    requiredLevel = {
      range = 35,
      crafting = 35
    },
    forcedEnchant = 63,
    forcedEnchantAmount = 3,
    itemImage = "/images/combat/equipment/range/quiver_leather.png",
    class = "equipment",
    visual = "scimitar",
    craftingDescription = "A slightly magical quiver that seems to retrieve some of your expended ammunition automatically!",
    tags = { "range" },
    equipmentStats = {
      slot = "arrows",
      offensiveAccuracyAffinityRating = {
        Melee = 0,
        Magic = 0,
        Range = 5,
        Slashing = 0
      },
      offensiveDamageAffinity = {
        Range = 1.05
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 10
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 0.5
      } }
    },
    rarity = "epic"
  },
  ["1576"] = {
    id = 1576,
    name = "Defender's Band",
    value = 500000,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["201"] = 100,
      ["202"] = 100,
      ["203"] = 200,
      ["204"] = 100,
      ["205"] = 100,
      ["206"] = 100,
      ["404"] = 1
    },
    forcedEnchant = 19,
    forcedEnchantAmount = 3,
    itemImage = "/images/jewellery/defenders_band.png",
    class = "equipment",
    extraTooltipInfo = "A ring fashioned from the cornerstone of a great castle.",
    tags = { "jewelry", "ability" },
    requiredLevel = {
      defense = 60
    },
    equipmentStats = {
      grantedAbility = { 26 },
      slot = "ring",
      armorBonus = {
        protection = 1,
        resistance = 0,
        agility = -32,
        stamina = 4
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.5
      } },
      itemSet = { 10009, 10016 }
    },
    rarity = "epic"
  },
  ["1577"] = {
    id = 1577,
    name = "Defender's Pendant",
    value = 500000,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["201"] = 100,
      ["202"] = 100,
      ["203"] = 200,
      ["204"] = 100,
      ["205"] = 100,
      ["206"] = 100,
      ["404"] = 1
    },
    forcedEnchant = 65,
    forcedEnchantAmount = 3,
    itemImage = "/images/jewellery/defenders_pendant.png",
    class = "equipment",
    extraTooltipInfo = "A pendant fashioned from the cornerstone of a great castle.",
    tags = { "jewelry", "ability" },
    requiredLevel = {
      defense = 60,
      crafting = 60
    },
    equipmentStats = {
      grantedAbility = { 26 },
      slot = "arrows",
      armorBonus = {
        protection = 16,
        resistance = 16,
        agility = -32,
        stamina = 4
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.5
      }, {
        stat = "armorBonus.resistance",
        value = 1.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.5
      } },
      itemSet = { 10009, 10016 }
    },
    rarity = "epic"
  },
  ["1578"] = {
    id = 1578,
    name = "Scaled Circuit",
    value = 3450000,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["203"] = 200,
      ["404"] = 1,
      ["4010"] = 35
    },
    forcedEnchant = 19,
    forcedEnchantAmount = 3,
    itemImage = "/images/jewellery/scale_ring.png",
    class = "equipment",
    extraTooltipInfo = "Some long forgotten beast's scales wreathe an ancient gemstone.",
    tags = { "jewelry" },
    requiredLevel = {
      defense = 50
    },
    equipmentStats = {
      slot = "ring",
      armorBonus = {
        protection = 8,
        resistance = 8,
        agility = 0,
        stamina = 4
      },
      defensiveDamageAffinity = {
        Range = 1.05,
        Piercing = 1.05,
        Slashing = 1.05
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 2
      }, {
        stat = "armorBonus.resistance",
        value = 2
      } }
    },
    rarity = "epic"
  },
  ["1579"] = {
    id = 1579,
    name = "Devourer's Band",
    value = 26450000,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["4027"] = 1,
      ["4028"] = 1,
      ["9021"] = 1
    },
    forcedEnchant = 38,
    forcedEnchantAmount = 5,
    itemImage = "/images/jewellery/ouroboros_ring.png",
    class = "equipment",
    extraTooltipInfo = "What was, will be. What will be, was.",
    tags = { "jewelry" },
    requiredLevel = {
      defense = 92,
      attack = 92,
      constitution = 92
    },
    equipmentStats = {
      slot = "ring",
      offensiveDamageAffinity = {
        Melee = 1.25,
        Magic = 1.25,
        Range = 1.25
      },
      defensiveDamageAffinity = {
        Melee = 0.5,
        Magic = 0.5,
        Range = 0.5
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 0,
        stamina = 66
      },
      augmentationBonus = { {
        stat = "armorBonus.stamina",
        value = 4
      } }
    },
    rarity = "legendary"
  },
  ["1580"] = {
    id = 1580,
    name = "Slayer's Pendant",
    value = 6450000,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["201"] = 100,
      ["202"] = 100,
      ["203"] = 200,
      ["204"] = 100,
      ["205"] = 100,
      ["206"] = 100,
      ["404"] = 1
    },
    forcedEnchant = 38,
    forcedEnchantAmount = 3,
    itemImage = "/images/jewellery/slayer_pendant.png",
    class = "equipment",
    extraTooltipInfo = "A pendant depicting a sword through a skull. Small enough to fit in the palm of your hand!",
    tags = { "jewelry", "ability" },
    requiredLevel = {
      defense = 75,
      attack = 75,
      crafting = 75
    },
    equipmentStats = {
      grantedAbility = { 52 },
      slot = "arrows",
      offensiveDamageAffinity = {
        Melee = 1.05,
        Magic = 1.05,
        Range = 1.05
      },
      weaponBonus = {
        strength = 4,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 4,
        resistance = 0,
        agility = -4,
        stamina = 4
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 1.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.1
      }, {
        stat = "weaponBonus.strength",
        value = 2
      } }
    },
    rarity = "legendary"
  },
  ["1581"] = {
    id = 1581,
    name = "Alacrity Pendant",
    value = 8000000,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["3"] = 45000,
      ["403"] = 6
    },
    forcedEnchant = 64,
    forcedEnchantAmount = 3,
    itemImage = "/images/jewellery/speed_pendant.png",
    class = "equipment",
    extraTooltipInfo = "A pendant with a lightning bolt engraved on it. Though it greatly increases your speed, it also makes it harder to be accurate.",
    tags = { "jewelry", "ability" },
    requiredLevel = {
      defense = 90,
      crafting = 90
    },
    equipmentStats = {
      slot = "arrows",
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 15,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "armorBonus.agility",
        value = 1.5
      }, {
        stat = "offensiveAccuracyAffinityRating.Lightning",
        value = 1
      } }
    },
    rarity = "legendary"
  },
  ["1582"] = {
    id = 1582,
    name = "Ring of Taxes",
    value = 10000000,
    tradeable = true,
    enchantmentTier = 4,
    augmentationCost = {
      ["203"] = 500,
      ["400"] = 5,
      ["401"] = 4,
      ["402"] = 3,
      ["403"] = 2,
      ["404"] = 1
    },
    forcedEnchant = 66,
    forcedEnchantAmount = 4,
    itemImage = "/images/jewellery/habs_ring.png",
    class = "equipment",
    extraTooltipInfo = "Allows you to collect taxes from defeated enemies in combat at the expense of your experience.",
    tags = { "jewelry" },
    requiredLevel = {
      constitution = 92
    },
    equipmentStats = {
      slot = "ring",
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 6
      }, {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 6
      }, {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 6
      } }
    },
    rarity = "legendary"
  },
  ["1583"] = {
    id = 1583,
    name = "Wrath and War",
    extraTooltipInfo = "The demonic embodiment of Wrath and War. 'Warth'? Quite mad.",
    rarity = "legendary",
    enchantmentTier = 7,
    augmentationCost = {
      ["207"] = 40,
      ["800"] = 12
    },
    value = 3440000,
    tradeable = true,
    requiredLevel = {
      strength = 75
    },
    itemImage = "/images/combat/equipment/wrath_axe.png",
    itemIcon = "/images/combat/equipment/wrath_axe_icon.png",
    class = "equipment",
    visual = "wrath-axe",
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      offensiveCritical = {
        chance = 0.025,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Melee = 88,
        Magic = -12,
        Range = -12,
        Piercing = -4,
        Blunt = 178,
        Slashing = 178
      },
      offensiveDamageAffinity = {
        Melee = 1.1,
        Magic = 0.1,
        Range = 0.1,
        Piercing = 0.25,
        Blunt = 1.33,
        Slashing = 1.33
      },
      weaponBonus = {
        strength = 156,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 22,
        resistance = 0,
        agility = -8,
        stamina = 0
      },
      attackSpeed = 3.1,
      hitMults = {
        minimum = 0.4,
        maximum = 1.33
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.3
      }, {
        stat = "weaponBonus.strength",
        value = 6
      } }
    }
  },
  ["1584"] = {
    name = "Shrimp Scepter",
    id = 1584,
    enchantmentTier = 8,
    augmentationCost = {
      ["208"] = 33,
      ["1558"] = 30,
      ["1587"] = 1
    },
    value = 12000000,
    tradeable = true,
    requiredLevel = {
      magic = 85
    },
    itemImage = "/images/combat/equipment/shrimp_staff.png",
    itemIcon = "/images/combat/equipment/shrimp_staff_icon.png",
    class = "equipment",
    visual = "staff",
    craftingDescription = "A scepter formed from the void given shape: the Shrimp God.",
    tags = { "magic", "onehand" },
    equipmentStats = {
      grantedAbility = { 85 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.33
      },
      offensiveAccuracyAffinityRating = {
        Magic = 192,
        Chaos = 312,
        Ice = 56,
        Melee = -48,
        Range = -48
      },
      offensiveDamageAffinity = {
        Magic = 1.66,
        Melee = 0.1,
        Chaos = 1.5,
        Range = 0.1,
        Poison = 1.5
      },
      weaponBonus = {
        strength = 0,
        intellect = 116,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 8,
        agility = 0,
        stamina = 0
      },
      attackSpeed = 2.4,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 7.5
      }, {
        stat = "weaponBonus.intellect",
        value = 7.5
      }, {
        stat = "offensiveAccuracyAffinityRating.Chaos",
        value = 3.5
      } },
      oneHanded = true,
      itemSet = { 2001 }
    },
    rarity = "legendary"
  },
  ["1585"] = {
    name = "Shrimp Stinger",
    id = 1585,
    enchantmentTier = 8,
    augmentationCost = {
      ["208"] = 33,
      ["1558"] = 30,
      ["1587"] = 1
    },
    value = 12000000,
    tradeable = true,
    requiredLevel = {
      range = 85
    },
    itemImage = "/images/combat/equipment/shrimp_dagger.png",
    itemIcon = "/images/combat/equipment/shrimp_dagger_icon.png",
    class = "equipment",
    visual = "defender",
    craftingDescription = "An off-hand dagger fashioned from one of the Shrimp God's many stingers.",
    tags = { "range", "onehand", "ability" },
    equipmentStats = {
      grantedAbility = { 83 },
      slot = "shield",
      offensiveCritical = {
        chance = 0.1,
        damageMultiplier = 1.5
      },
      defensiveCritical = {
        chance = 0.1,
        damageMultiplier = 0.5
      },
      offensiveAccuracyAffinityRating = {
        Melee = 35,
        Range = 48,
        Piercing = 25,
        Slashing = 25
      },
      offensiveDamageAffinity = {
        Melee = 1.05,
        Piercing = 1.05,
        Slashing = 1.05,
        Range = 1.33,
        Poison = 1.5
      },
      weaponBonus = {
        strength = 11,
        intellect = 0,
        dexterity = 33
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 22,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 1.5
      }, {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 4.5
      }, {
        stat = "weaponBonus.strength",
        value = 0.5
      }, {
        stat = "weaponBonus.dexterity",
        value = 2
      }, {
        stat = "armorBonus.agility",
        value = 2
      } },
      itemSet = { 2001 }
    },
    rarity = "legendary"
  },
  ["1586"] = {
    name = "Shrimp Tail",
    id = 1586,
    enchantmentTier = 8,
    augmentationCost = {
      ["208"] = 33,
      ["1558"] = 30,
      ["1587"] = 1
    },
    value = 12000000,
    tradeable = true,
    requiredLevel = {
      strength = 85
    },
    itemImage = "/images/combat/equipment/shrimp_whip.png",
    itemIcon = "/images/combat/equipment/shrimp_whip_icon.png",
    class = "equipment",
    visual = "shrimp-whip",
    craftingDescription = "A whip designed to mimic the devastating power of a Shrimp's tail.",
    tags = { "melee", "onehand", "ability" },
    equipmentStats = {
      grantedAbility = { 84 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.3
      },
      offensiveAccuracyAffinityRating = {
        Melee = 94,
        Slashing = 123,
        Chaos = 32,
        Magic = 14
      },
      offensiveDamageAffinity = {
        Melee = 1.25,
        Slashing = 1.33,
        Blunt = 0.8,
        Piercing = 0.8,
        Magic = 0.8,
        Range = 0.8,
        Chaos = 1.25,
        Poison = 1.5
      },
      weaponBonus = {
        strength = 109,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 8,
        stamina = 0
      },
      attackSpeed = 2.4,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 3
      }, {
        stat = "weaponBonus.strength",
        value = 2.5
      } },
      itemSet = { 2001 }
    },
    rarity = "legendary"
  },
  ["1587"] = {
    name = "Shrimp Eye",
    id = 1587,
    value = 1500000,
    tradeable = true,
    itemImage = "/images/misc/shrimp_eye_sleep.png",
    class = "bar",
    extraTooltipInfo = "The Eye's power sleeps.",
    tags = { },
    rarity = "epic"
  },
  ["1588"] = {
    id = 1588,
    name = "Hunter's Band",
    value = 3450000,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["4000"] = 250,
      ["4001"] = 100
    },
    forcedEnchant = 13,
    forcedEnchantAmount = 3,
    itemImage = "/images/jewellery/hunter_band.png",
    class = "equipment",
    extraTooltipInfo = "To mark a true hunter's finest kill.",
    tags = { "jewelry", "ability" },
    requiredLevel = {
      defense = 60,
      range = 60
    },
    equipmentStats = {
      grantedAbility = { 87 },
      slot = "ring",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 2
      },
      offensiveDamageAffinity = {
        Range = 1.05,
        Piercing = 1.05
      },
      offensiveAccuracyAffinityRating = {
        Range = 4
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 4
      }, {
        stat = "weaponBonus.dexterity",
        value = 1
      } }
    },
    rarity = "epic"
  },
  ["1589"] = {
    id = 1589,
    name = "Dwarven Hammer Necklace",
    value = 3450000,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["109"] = 300,
      ["204"] = 150,
      ["205"] = 150,
      ["206"] = 150
    },
    forcedEnchant = 74,
    forcedEnchantAmount = 5,
    itemImage = "/images/jewellery/hammer_necklace.png",
    class = "equipment",
    extraTooltipInfo = "When all you've got is a hammer everything looks like a nail.",
    tags = { "jewelry", "ability" },
    requiredLevel = {
      defense = 55
    },
    equipmentStats = {
      grantedAbility = { 88 },
      slot = "necklace",
      offensiveAccuracyAffinityRating = {
        Blunt = 16
      },
      toolBoost = { {
        skill = "mining",
        boost = 1
      } },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = -12,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Blunt",
        value = 3
      }, {
        stat = "toolBoost.mining",
        value = 1
      } }
    },
    rarity = "epic"
  },
  ["1590"] = {
    id = 1590,
    name = "Ancient Token",
    value = 13000000,
    tradeable = true,
    enchantmentTier = 2,
    augmentationCost = {
      ["4026"] = 4,
      ["4027"] = 1,
      ["11032"] = 30
    },
    forcedEnchant = 8016,
    forcedEnchantAmount = 2,
    itemImage = "/images/jewellery/ancient_token.png",
    class = "equipment",
    extraTooltipInfo = "An ancient token that freezes anything it touches.",
    tags = { "jewelry", "ability", "ability" },
    requiredLevel = {
      defense = 85,
      magic = 85,
      crafting = 85
    },
    equipmentStats = {
      grantedAbility = { 90, 92 },
      slot = "arrows",
      armorBonus = {
        protection = 4,
        resistance = 24,
        agility = 0,
        stamina = 0
      },
      offensiveAccuracyAffinityRating = {
        Melee = 0,
        Magic = 12,
        Range = 0
      },
      offensiveDamageAffinity = {
        Ice = 1.2
      },
      weaponBonus = {
        strength = 0,
        intellect = 12,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Ice",
        value = 5
      } },
      itemSet = { 10011, 10013 }
    },
    rarity = "legendary"
  },
  ["1591"] = {
    id = 1591,
    name = "Ancient Ring",
    value = 13000000,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["4026"] = 4,
      ["4027"] = 1,
      ["11032"] = 30
    },
    forcedEnchant = 70,
    forcedEnchantAmount = 5,
    itemImage = "/images/jewellery/ancient_ring.png",
    class = "equipment",
    extraTooltipInfo = "An ancient ring that allows you to control ice. Maybe you should take up ice sculpting and leave the adventuring life behind?",
    tags = { "jewelry", "ability" },
    requiredLevel = {
      defense = 85,
      magic = 85
    },
    equipmentStats = {
      grantedAbility = { 91, 92 },
      slot = "ring",
      armorBonus = {
        protection = 0,
        resistance = 4,
        agility = 0,
        stamina = 0
      },
      offensiveAccuracyAffinityRating = {
        Melee = 0,
        Magic = 30,
        Range = 0
      },
      offensiveDamageAffinity = {
        Ice = 1.35
      },
      weaponBonus = {
        strength = 0,
        intellect = 20,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Ice",
        value = 5
      }, {
        stat = "weaponBonus.intellect",
        value = 3
      } },
      itemSet = { 10011, 10013 }
    },
    rarity = "legendary"
  },
  ["1592"] = {
    id = 1592,
    name = "Golem Ring",
    value = 450000,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["203"] = 100,
      ["209"] = 1,
      ["210"] = 1
    },
    forcedEnchant = 75,
    forcedEnchantAmount = 5,
    itemImage = "/images/jewellery/golem_ring.png",
    class = "equipment",
    extraTooltipInfo = "A ring fashioned from an artificial golem's internals. The magic infused within is said to stabilize the effects of negative affinities, albeit imperfectly.",
    tags = { "jewelry" },
    requiredLevel = {
      defense = 50
    },
    equipmentStats = {
      slot = "ring",
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 0,
        stamina = 0
      },
      offensiveAccuracyAffinityRating = {
        Melee = 0,
        Magic = 0,
        Range = 0
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      },
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Melee",
        value = 3
      }, {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 3
      }, {
        stat = "offensiveAccuracyAffinityRating.Range",
        value = 3
      }, {
        stat = "weaponBonus.strength",
        value = 1
      }, {
        stat = "weaponBonus.intellect",
        value = 1
      }, {
        stat = "weaponBonus.dexterity",
        value = 1
      } }
    },
    rarity = "rare"
  },
  ["1593"] = {
    id = 1593,
    name = "Phroglin Pheromones",
    value = 1450000,
    tradeable = false,
    enchantmentTier = 1,
    forcedEnchant = 73,
    forcedEnchantAmount = 1,
    itemImage = "/images/jewellery/phroglin_attractor.png",
    class = "equipment",
    extraTooltipInfo = "A foul smelling jar filled with a substance that apparently attracts creatures called 'Phroglins.' If used in group combat only the leader's Phroglin Pheromones will be active.",
    tags = { "jewelry" },
    requiredLevel = {
      crafting = 10
    },
    equipmentStats = {
      slot = "arrows"
    },
    rarity = "epic"
  },
  ["1594"] = {
    name = "Elven Light Armor",
    id = 1594,
    enchantmentTier = 6,
    augmentationCost = {
      ["4009"] = 10,
      ["4010"] = 3,
      ["4011"] = 5,
      ["4012"] = 10
    },
    value = 5000000,
    tradeable = true,
    craftingLevel = 65,
    craftingExperience = 33500,
    requiredResources = { {
      ["1561"] = 1,
      ["4011"] = 12
    } },
    requiredLevel = {
      defense = 65,
      range = 65
    },
    itemImage = "/images/combat/equipment/range/hide_body.png",
    itemIcon = "/images/combat/equipment/range/elven_chest.png",
    class = "equipment",
    visual = "chainbody",
    extraTooltipInfo = "An unnaturally light chainmail of elven make.",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "body",
      offensiveDamageAffinity = {
        Range = 1.08
      },
      defensiveDamageAffinity = {
        Melee = 0.94,
        Magic = 1.08,
        Range = 1.05,
        Piercing = 0.96,
        Blunt = 0.97,
        Nature = 1.06
      },
      weaponBonus = {
        strength = 6,
        intellect = 6,
        dexterity = 18
      },
      armorBonus = {
        protection = 18,
        resistance = 6,
        agility = 44,
        stamina = 8
      },
      augmentationBonus = { {
        stat = "weaponBonus.dexterity",
        value = 1.5
      }, {
        stat = "armorBonus.protection",
        value = 0.5
      }, {
        stat = "armorBonus.resistance",
        value = 1
      }, {
        stat = "armorBonus.agility",
        value = 1.5
      } },
      itemSet = { 10010, 10012, 10014 }
    },
    category = "Range",
    rarity = "rare"
  },
  ["1595"] = {
    name = "Elven Hat",
    id = 1595,
    enchantmentTier = 6,
    tradeable = true,
    value = 5000000,
    augmentationCost = {
      ["4009"] = 10,
      ["4010"] = 3,
      ["4011"] = 5,
      ["4012"] = 10
    },
    requiredLevel = {
      defense = 65,
      range = 65
    },
    craftingLevel = 65,
    craftingExperience = 33500,
    requiredResources = { {
      ["1560"] = 1,
      ["4011"] = 12
    } },
    craftable = true,
    itemImage = "/images/combat/equipment/range/hide_coif.png",
    itemIcon = "/images/combat/equipment/range/elven_hat.png",
    extraTooltipInfo = "A magical hat of elven make.",
    class = "equipment",
    visual = "med-helm",
    tags = { "armor", "range" },
    equipmentStats = {
      slot = "helm",
      offensiveDamageAffinity = {
        Range = 1.08
      },
      defensiveDamageAffinity = {
        Melee = 0.95,
        Magic = 1.08,
        Range = 1,
        Piercing = 0.95,
        Blunt = 0.97,
        Slashing = 0.97,
        Nature = 1.06
      },
      weaponBonus = {
        strength = 6,
        intellect = 6,
        dexterity = 18
      },
      armorBonus = {
        protection = 20,
        resistance = 12,
        agility = 24,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "weaponBonus.dexterity",
        value = 1.5
      }, {
        stat = "armorBonus.protection",
        value = 0.5
      }, {
        stat = "armorBonus.resistance",
        value = 1
      }, {
        stat = "armorBonus.agility",
        value = 1.5
      } },
      itemSet = { 10010, 10012, 10014 }
    },
    category = "Range",
    rarity = "rare"
  },
  ["1596"] = {
    name = "Sylvan Staff",
    id = 1596,
    tradeable = true,
    enchantmentTier = 7,
    augmentationCost = {
      ["307"] = 50,
      ["517"] = 300,
      ["11036"] = 50
    },
    value = 4660000,
    type = "weapon",
    requiredLevel = {
      magic = 70
    },
    itemImage = "/images/combat/equipment/sylvan_staff.png",
    itemIcon = "/images/combat/equipment/sylvan_staff_icon.png",
    class = "equipment",
    visual = "sylvan-staff",
    extraTooltipInfo = "A staff stolen from a Spriggan. Requires some druidic aptitude in order to communicate your will to the staff as it is actually a living embodiment of nature.",
    tags = { "magic", "twohand", "ability" },
    equipmentStats = {
      grantedAbility = { 9, 89, 102, 103, 104, 107 },
      slot = "weapon",
      offensiveCritical = {
        chance = 0.05,
        damageMultiplier = 1.25
      },
      offensiveAccuracyAffinityRating = {
        Magic = 180,
        Nature = 180,
        Melee = -14,
        Range = -28,
        Piercing = -8,
        Blunt = 60,
        Slashing = -8
      },
      offensiveDamageAffinity = {
        Melee = 0.5,
        Magic = 1.25,
        Nature = 1.75,
        Range = 0.1,
        Piercing = 0.1,
        Blunt = 0.3333333333333333,
        Slashing = 0.1
      },
      weaponBonus = {
        strength = 0,
        intellect = 156,
        dexterity = 0
      },
      armorBonus = {
        agility = -12,
        protection = 12,
        resistance = 12,
        stamina = 0
      },
      attackSpeed = 2.8,
      augmentationBonus = { {
        stat = "offensiveAccuracyAffinityRating.Magic",
        value = 3.5
      }, {
        stat = "weaponBonus.intellect",
        value = 3.5
      } },
      itemSet = { 10011, 10013, 10019 }
    },
    rarity = "epic"
  },
  ["1597"] = {
    id = 1597,
    name = "Master Parrying Gauntlet",
    value = 6000000,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["205"] = 8,
      ["206"] = 15,
      ["207"] = 8
    },
    forcedEnchant = 20,
    forcedEnchantAmount = 5,
    itemImage = "/images/jewellery/parrying_gauntlet_master.png",
    class = "equipment",
    extraTooltipInfo = "A parrying gauntlet for a true master, designed to give you the best chance to parry enemy attacks.",
    craftingDescription = "A parrying gauntlet for a true master, designed to give you the best chance to parry enemy attacks. Remember to disenchant the Defender piece before crafting this.",
    requiredLevel = {
      constitution = 75,
      defense = 75
    },
    equipmentStats = {
      grantedAbility = { 46 },
      slot = "arrows",
      augmentationBonus = { {
        stat = "weaponBonus.strength",
        value = 3
      }, {
        stat = "armorBonus.protection",
        value = 3
      } },
      weaponBonus = {
        strength = 0,
        dexterity = 0,
        intellect = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 0,
        stamina = 0
      },
      offensiveDamageAffinity = {
        Melee = 1.02,
        Magic = 0.25,
        Range = 0.25
      }
    },
    category = "Melee",
    requiredResources = { {
      ["205"] = 150,
      ["206"] = 300,
      ["207"] = 150,
      ["1576"] = 1
    }, {
      ["205"] = 150,
      ["206"] = 300,
      ["207"] = 150,
      ["1577"] = 1
    } },
    tags = { "jewelry", "melee" },
    craftingLevel = 75,
    craftingExperience = 79600,
    craftable = true,
    rarity = "epic"
  },
  ["1598"] = {
    id = 1598,
    name = "Expert Parrying Gauntlet",
    value = 1200000,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["202"] = 15,
      ["204"] = 30,
      ["205"] = 15
    },
    forcedEnchant = 20,
    forcedEnchantAmount = 3,
    itemImage = "/images/jewellery/parrying_gauntlet_expert.png",
    class = "equipment",
    extraTooltipInfo = "An expert's tool to more reliably parry enemy attacks. Much more effective than its beginner counterpart.",
    requiredLevel = {
      constitution = 50,
      defense = 50
    },
    equipmentStats = {
      grantedAbility = { 46 },
      slot = "arrows",
      augmentationBonus = { {
        stat = "weaponBonus.strength",
        value = 2
      }, {
        stat = "armorBonus.protection",
        value = 2
      } },
      weaponBonus = {
        strength = 0,
        dexterity = 0,
        intellect = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 0,
        stamina = 0
      },
      offensiveDamageAffinity = {
        Melee = 1.01,
        Magic = 0.25,
        Range = 0.25
      }
    },
    rarity = "rare",
    category = "Melee",
    requiredResources = { {
      ["202"] = 150,
      ["204"] = 300,
      ["205"] = 150
    } },
    tags = { "jewelry", "melee" },
    craftingLevel = 50,
    craftingExperience = 15000,
    craftable = true
  },
  ["1599"] = {
    id = 1599,
    name = "Beginner Parrying Gauntlet",
    value = 600000,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 30,
      ["202"] = 30
    },
    forcedEnchant = 20,
    forcedEnchantAmount = 1,
    itemImage = "/images/jewellery/parrying_gauntlet_beginner.png",
    class = "equipment",
    extraTooltipInfo = "A beginner's tool to parry and immediately strike an opponent's attack. While it may work sometimes, it's not very reliable.",
    requiredLevel = {
      constitution = 25,
      defense = 25
    },
    equipmentStats = {
      grantedAbility = { 46 },
      slot = "arrows",
      augmentationBonus = { {
        stat = "weaponBonus.strength",
        value = 1
      }, {
        stat = "armorBonus.protection",
        value = 1
      } },
      weaponBonus = {
        strength = 0,
        dexterity = 0,
        intellect = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 0,
        stamina = 0
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.25,
        Range = 0.25
      }
    },
    rarity = "uncommon",
    category = "Melee",
    requiredResources = { {
      ["201"] = 300,
      ["202"] = 300
    } },
    tags = { "jewelry", "melee" },
    craftingLevel = 25,
    craftingExperience = 6000,
    craftable = true
  },
  ["1600"] = {
    name = "Scroll",
    skill = "enchanting",
    id = 1600,
    tradeable = true,
    value = 900,
    extraTooltipInfo = "Used in magic to store magical properties: enchantments.",
    class = "enchanted-scroll",
    tags = { "enchanting" },
    itemImage = "/images/enchanting/scroll.png"
  },
  ["1601"] = {
    name = "Scroll of Embers",
    activeMessage = "Making Scrolls of Embers",
    enchant = true,
    enchantmentID = 1,
    categories = { "hatchet", "foragingset" },
    time = 15000,
    id = 1601,
    level = 61,
    experience = 4200,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_embers.png",
    enchantName = "embers",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "foraging" },
    requiredResources = { {
      ["111"] = 700,
      ["512"] = 70,
      ["517"] = 70,
      ["1600"] = 1
    } },
    rarity = "rare"
  },
  ["1602"] = {
    name = "Scroll of the Prospector",
    activeMessage = "Making Scrolls of the Prospector",
    enchant = true,
    enchantmentID = 2,
    categories = { "pickaxe", "miningset" },
    time = 15000,
    id = 1602,
    level = 25,
    experience = 1500,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_the_prospector.png",
    enchantName = "prospector",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "mining" },
    requiredResources = { {
      ["111"] = 300,
      ["510"] = 40,
      ["512"] = 40,
      ["519"] = 40,
      ["1600"] = 1
    } }
  },
  ["1603"] = {
    name = "Scroll of the Scholar",
    activeMessage = "Making Scrolls of the Scholar",
    enchant = true,
    enchantmentID = 3,
    categories = { "ring", "necklace" },
    time = 15000,
    id = 1603,
    level = 88,
    experience = 6500,
    baseSuccessChance = 0.6,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_the_scholar.png",
    enchantName = "scholar",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "mining", "foraging", "fishing", "smithing", "cooking" },
    requiredResources = { {
      ["111"] = 1300,
      ["516"] = 110,
      ["518"] = 110,
      ["519"] = 110,
      ["1600"] = 1
    } },
    rarity = "epic"
  },
  ["1604"] = {
    name = "Scroll of Gathering",
    activeMessage = "Making Scrolls of Gathering",
    enchant = true,
    enchantmentID = 4,
    categories = { "ring", "necklace" },
    time = 15000,
    id = 1604,
    level = 64,
    experience = 4300,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_gathering.png",
    enchantName = "gathering",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "mining", "foraging", "fishing" },
    requiredResources = { {
      ["111"] = 800,
      ["511"] = 70,
      ["512"] = 70,
      ["513"] = 70,
      ["518"] = 70,
      ["519"] = 70,
      ["1600"] = 1
    } },
    rarity = "rare"
  },
  ["1605"] = {
    name = "Scroll of Superheating",
    activeMessage = "Making Scrolls of Superheating",
    enchant = true,
    enchantmentID = 5,
    categories = { "pickaxe", "miningset" },
    time = 15000,
    id = 1605,
    level = 76,
    experience = 5400,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_superheating.png",
    enchantName = "superheating",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "mining" },
    requiredResources = { {
      ["111"] = 900,
      ["511"] = 80,
      ["512"] = 80,
      ["519"] = 80,
      ["1600"] = 1
    } },
    rarity = "rare"
  },
  ["1606"] = {
    name = "Scroll of Pyromancy",
    activeMessage = "Making Scrolls of Pyromancy",
    enchant = true,
    enchantmentID = 6,
    categories = { "ring", "necklace" },
    time = 15000,
    id = 1606,
    level = 7,
    experience = 600,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_pyromancy.png",
    enchantName = "pyromancy",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "smithing", "cooking" },
    requiredResources = { {
      ["111"] = 100,
      ["512"] = 30,
      ["513"] = 30,
      ["517"] = 30,
      ["1600"] = 1
    } }
  },
  ["1607"] = {
    name = "Scroll of Wealth",
    activeMessage = "Making scrolls of wealth",
    enchant = true,
    enchantmentID = 7,
    categories = { "ring", "necklace" },
    time = 15000,
    id = 1607,
    level = 37,
    experience = 2300,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_wealth.png",
    enchantName = "wealth",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "mining", "foraging", "fishing", "smithing", "cooking" },
    requiredResources = { {
      ["111"] = 500,
      ["517"] = 50,
      ["518"] = 50,
      ["519"] = 50,
      ["1600"] = 1
    } }
  },
  ["1608"] = {
    name = "Scroll of Haste",
    activeMessage = "Making scrolls of haste",
    enchant = true,
    enchantmentID = 8,
    categories = { "ring", "necklace" },
    time = 15000,
    id = 1608,
    level = 94,
    experience = 7500,
    baseSuccessChance = 0.8,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_haste.png",
    enchantName = "haste",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "mining", "foraging", "fishing", "runecrafting", "smithing", "cooking" },
    requiredResources = { {
      ["111"] = 2000,
      ["510"] = 200,
      ["516"] = 200,
      ["518"] = 200,
      ["519"] = 200,
      ["1600"] = 1
    } },
    rarity = "epic"
  },
  ["1609"] = {
    name = "Scroll of Naturalist",
    activeMessage = "Making scrolls of naturalist",
    enchant = true,
    enchantmentID = 9,
    categories = { "gloves", "boots" },
    time = 15000,
    id = 1609,
    level = 49,
    experience = 3200,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_naturalist_v2.png",
    enchantName = "naturalist",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "mining", "foraging", "fishing" },
    requiredResources = { {
      ["111"] = 600,
      ["510"] = 60,
      ["513"] = 60,
      ["517"] = 60,
      ["519"] = 60,
      ["1600"] = 1
    } }
  },
  ["1610"] = {
    name = "Scroll of Acrobatics",
    activeMessage = "Making scrolls of acrobatics",
    enchant = true,
    hidden = true,
    enchantmentID = 10,
    categories = { "weapon" },
    time = 15000,
    id = 1610,
    level = 100,
    experience = 1,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_naturalist_v2.png",
    enchantName = "acrobatics",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["1"] = 9999999999
    } },
    rarity = "epic"
  },
  ["1611"] = {
    name = "Scroll of Critical Strike",
    activeMessage = "Making scrolls of critical strike",
    enchant = true,
    enchantmentID = 11,
    categories = { "weapon" },
    time = 15000,
    id = 1611,
    level = 52,
    experience = 3300,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_critical_strike.png",
    enchantName = "critical strike",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["111"] = 600,
      ["514"] = 60,
      ["515"] = 60,
      ["516"] = 60,
      ["519"] = 60,
      ["1600"] = 1
    } },
    rarity = "uncommon"
  },
  ["1612"] = {
    name = "Scroll of Poisoning",
    activeMessage = "Making scrolls of poisoning",
    enchant = true,
    hidden = true,
    enchantmentID = 12,
    categories = { "weapon" },
    time = 15000,
    id = 1612,
    level = 100,
    experience = 1,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_naturalist_v2.png",
    enchantName = "poisoning",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["1"] = 9999999999
    } },
    rarity = "epic"
  },
  ["1613"] = {
    name = "Scroll of Accuracy",
    activeMessage = "Making scrolls of accuracy",
    enchant = true,
    enchantmentID = 13,
    categories = { "weapon" },
    time = 15000,
    id = 1613,
    level = 28,
    experience = 1600,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_accuracy.png",
    enchantName = "accuracy",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["111"] = 400,
      ["514"] = 40,
      ["515"] = 40,
      ["518"] = 40,
      ["1600"] = 1
    } }
  },
  ["1614"] = {
    name = "Scroll of Deflect",
    activeMessage = "Making scrolls of deflect",
    enchant = true,
    hidden = true,
    enchantmentID = 14,
    categories = { "shield" },
    time = 15000,
    id = 1614,
    level = 100,
    experience = 1,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_naturalist_v2.png",
    enchantName = "deflect",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["1"] = 999999999999999
    } },
    rarity = "epic"
  },
  ["1615"] = {
    name = "Scroll of Force",
    activeMessage = "Making scrolls of force",
    enchant = true,
    enchantmentID = 15,
    categories = { "shield" },
    time = 15000,
    id = 1615,
    level = 79,
    experience = 5500,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_force.png",
    enchantName = "force",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["111"] = 900,
      ["514"] = 80,
      ["515"] = 80,
      ["516"] = 80,
      ["1600"] = 1
    } },
    rarity = "rare"
  },
  ["1616"] = {
    name = "Scroll of Healing",
    activeMessage = "Making scrolls of healing",
    enchant = true,
    enchantmentID = 16,
    categories = { "shield", "combat-talisman" },
    time = 15000,
    id = 1616,
    level = 10,
    experience = 700,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_healing.png",
    enchantName = "healing",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["111"] = 200,
      ["514"] = 30,
      ["517"] = 30,
      ["519"] = 30,
      ["1600"] = 1
    } }
  },
  ["1617"] = {
    name = "Scroll of Weakening",
    activeMessage = "Making scrolls of weakening",
    enchant = true,
    enchantmentID = 17,
    categories = { "helm", "body", "legs", "shield", "weapon" },
    time = 15000,
    id = 1617,
    level = 4,
    experience = 300,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_weakening.png",
    enchantName = "weakening",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "armor" },
    requiredResources = { {
      ["111"] = 100,
      ["510"] = 20,
      ["512"] = 20,
      ["518"] = 20,
      ["1600"] = 1
    } }
  },
  ["1618"] = {
    name = "Scroll of Reinforcement",
    activeMessage = "Making scrolls of reinforcement",
    enchant = true,
    enchantmentID = 18,
    categories = { "helm", "body", "legs" },
    time = 15000,
    id = 1618,
    level = 13,
    experience = 800,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_reinforcement.png",
    enchantName = "reinforcement",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "armor" },
    requiredResources = { {
      ["111"] = 200,
      ["515"] = 30,
      ["516"] = 30,
      ["518"] = 30,
      ["1600"] = 1
    } }
  },
  ["1619"] = {
    name = "Scroll of Protection",
    activeMessage = "Making scrolls of protection",
    enchant = true,
    enchantmentID = 19,
    categories = { "helm", "body", "legs" },
    time = 15000,
    id = 1619,
    level = 31,
    experience = 1700,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_protection.png",
    enchantName = "protection",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "armor" },
    requiredResources = { {
      ["111"] = 400,
      ["510"] = 40,
      ["511"] = 40,
      ["519"] = 40,
      ["1600"] = 1
    } }
  },
  ["1620"] = {
    name = "Scroll of Parry",
    activeMessage = "Making scrolls of parry",
    enchant = true,
    hidden = true,
    enchantmentID = 20,
    categories = { "body", "legs" },
    time = 15000,
    id = 1620,
    level = 100,
    experience = 1,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_naturalist_v2.png",
    enchantName = "counterattack",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "armor" },
    requiredResources = { {
      ["1"] = 999999999999
    } },
    rarity = "epic"
  },
  ["1621"] = {
    name = "Scroll of False Equilibrium",
    activeMessage = "Making scrolls of false equilibrium",
    enchant = true,
    enchantmentID = 21,
    categories = { "helm", "body", "legs" },
    time = 15000,
    id = 1621,
    level = 81,
    experience = 5600,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_recklessness.png",
    enchantName = "falseEquilibrium",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "armor" },
    requiredResources = { {
      ["111"] = 1000,
      ["514"] = 80,
      ["515"] = 80,
      ["516"] = 80,
      ["1600"] = 1
    } },
    rarity = "epic"
  },
  ["1622"] = {
    name = "Scroll of Efficiency",
    activeMessage = "Making scrolls of efficiency",
    enchant = true,
    enchantmentID = 22,
    categories = { "gloves", "boots" },
    time = 15000,
    id = 1622,
    level = 91,
    experience = 6600,
    baseSuccessChance = 0.8,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_efficiency.png",
    enchantName = "efficiency",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "cooking", "smithing", "runecrafting" },
    requiredResources = { {
      ["111"] = 1500,
      ["510"] = 130,
      ["511"] = 130,
      ["512"] = 130,
      ["513"] = 130,
      ["517"] = 130,
      ["1600"] = 1
    } },
    rarity = "epic"
  },
  ["1623"] = {
    name = "Scroll of Fishing",
    activeMessage = "Making scrolls of fishing",
    enchant = true,
    enchantmentID = 23,
    categories = { "gloves", "boots" },
    time = 15000,
    id = 1623,
    level = 55,
    experience = 3400,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_fishing.png",
    enchantName = "fishing",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "fishing" },
    requiredResources = { {
      ["111"] = 700,
      ["511"] = 60,
      ["513"] = 60,
      ["518"] = 60,
      ["1600"] = 1
    } },
    rarity = "uncommon"
  },
  ["1624"] = {
    name = "Scroll of Cooking",
    activeMessage = "Making scrolls of cooking",
    enchant = true,
    enchantmentID = 24,
    categories = { "gloves", "boots", "ladle" },
    time = 15000,
    id = 1624,
    level = 40,
    experience = 2400,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_cooking.png",
    enchantName = "cooking",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "cooking" },
    requiredResources = { {
      ["111"] = 500,
      ["511"] = 50,
      ["512"] = 50,
      ["513"] = 50,
      ["1600"] = 1
    } }
  },
  ["1625"] = {
    name = "Scroll of Crafting",
    activeMessage = "Making scrolls of crafting",
    enchant = true,
    enchantmentID = 25,
    categories = { "gloves", "boots" },
    time = 15000,
    id = 1625,
    level = 67,
    experience = 4400,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_crafting.png",
    enchantName = "crafting",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["111"] = 800,
      ["510"] = 70,
      ["517"] = 70,
      ["1600"] = 1
    } },
    rarity = "rare"
  },
  ["1626"] = {
    name = "Scroll of Refining",
    activeMessage = "Making scrolls of refining",
    enchant = true,
    enchantmentID = 26,
    categories = { "gloves", "boots", "tongs" },
    time = 15000,
    id = 1626,
    level = 34,
    experience = 1800,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_refining.png",
    enchantName = "refining",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "smithing" },
    requiredResources = { {
      ["111"] = 400,
      ["510"] = 40,
      ["511"] = 40,
      ["512"] = 40,
      ["519"] = 40,
      ["1600"] = 1
    } }
  },
  ["1627"] = {
    name = "Scroll of Runecrafting",
    activeMessage = "Making scrolls of runecrafting",
    enchant = true,
    enchantmentID = 27,
    categories = { "gloves", "boots", "chisel" },
    time = 15000,
    id = 1627,
    level = 43,
    experience = 2500,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_runecrafting.png",
    enchantName = "runecrafting",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "runecrafting" },
    requiredResources = { {
      ["111"] = 500,
      ["517"] = 50,
      ["518"] = 50,
      ["519"] = 50,
      ["1600"] = 1
    } }
  },
  ["1628"] = {
    name = "Scroll of Chances",
    activeMessage = "Making scrolls of chances",
    enchant = true,
    enchantmentID = 28,
    categories = { "gloves", "boots" },
    time = 15000,
    id = 1628,
    level = 70,
    experience = 4500,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_chances_v2.png",
    enchantName = "chance",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["111"] = 800,
      ["517"] = 70,
      ["518"] = 70,
      ["519"] = 70,
      ["1600"] = 1
    } },
    rarity = "rare"
  },
  ["1629"] = {
    name = "Scroll of the Shrimp Lord",
    activeMessage = "Making scrolls of the Shrimp Lord",
    enchant = true,
    enchantmentID = 29,
    categories = { "gloves", "boots" },
    time = 15000,
    id = 1629,
    level = 1,
    experience = 80,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_the_shrimp_lord.png",
    enchantName = "Shrimp Lord",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "cooking" },
    requiredResources = { {
      ["111"] = 100,
      ["510"] = 10,
      ["513"] = 10,
      ["516"] = 10,
      ["517"] = 10,
      ["1600"] = 1
    } }
  },
  ["1630"] = {
    name = "Scroll of Enlightenment",
    activeMessage = "Making scrolls of enlightment",
    enchant = true,
    enchantmentID = 30,
    categories = { "gloves", "boots" },
    time = 15000,
    id = 1630,
    level = 73,
    experience = 4600,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_enlightment.png",
    enchantName = "enlightenment",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "runecrafting" },
    requiredResources = { {
      ["111"] = 900,
      ["510"] = 70,
      ["513"] = 70,
      ["516"] = 70,
      ["518"] = 70,
      ["1600"] = 1
    } },
    rarity = "rare"
  },
  ["1631"] = {
    name = "Scroll of Prolonging",
    activeMessage = "Making scrolls of prolonging",
    enchant = true,
    enchantmentID = 31,
    categories = { "gloves", "boots" },
    time = 15000,
    id = 1631,
    level = 58,
    experience = 3500,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_boosting.png",
    enchantName = "prolonging",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["111"] = 700,
      ["517"] = 60,
      ["518"] = 60,
      ["1600"] = 1
    } },
    rarity = "uncommon"
  },
  ["1632"] = {
    name = "Scroll of the Treasure Hunter",
    activeMessage = "Making scrolls of treasure hunter",
    enchant = true,
    enchantmentID = 32,
    categories = { "gloves", "boots", "combat-boots", "combat-gloves" },
    time = 15000,
    id = 1632,
    level = 85,
    experience = 5700,
    baseSuccessChance = 0.45,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_treasure_hunter.png",
    enchantName = "treasure hunter",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["111"] = 1200,
      ["516"] = 100,
      ["517"] = 100,
      ["519"] = 100,
      ["1600"] = 1
    } },
    rarity = "epic"
  },
  ["1633"] = {
    name = "Scroll of Inferno",
    activeMessage = "Making scrolls of inferno",
    enchant = true,
    enchantmentID = 33,
    categories = { "boots", "gloves" },
    time = 15000,
    id = 1633,
    level = 46,
    experience = 2600,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_inferno.png",
    enchantName = "inferno",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "cooking", "smithing" },
    requiredResources = { {
      ["111"] = 600,
      ["511"] = 50,
      ["512"] = 50,
      ["516"] = 50,
      ["1600"] = 1
    } }
  },
  ["1634"] = {
    name = "Scroll of Destructive Testing",
    activeMessage = "Making scrolls of destructive testing",
    enchant = true,
    enchantmentID = 34,
    categories = { "pickaxe", "miningset" },
    time = 15000,
    id = 1634,
    level = 16,
    experience = 900,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_destructive_testing.png",
    enchantName = "destructive testing",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "mining" },
    requiredResources = { {
      ["111"] = 200,
      ["511"] = 30,
      ["512"] = 30,
      ["516"] = 30,
      ["518"] = 30,
      ["1600"] = 1
    } }
  },
  ["1635"] = {
    name = "Scroll of Nature",
    activeMessage = "Making scrolls of the nature",
    enchant = true,
    enchantmentID = 35,
    categories = { "hatchet", "foragingset" },
    time = 15000,
    id = 1635,
    level = 19,
    experience = 1000,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_nature.png",
    enchantName = "nature",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "foraging" },
    requiredResources = { {
      ["111"] = 300,
      ["511"] = 30,
      ["513"] = 30,
      ["517"] = 30,
      ["519"] = 30,
      ["1600"] = 1
    } }
  },
  ["1636"] = {
    name = "Scroll of Root Digging",
    activeMessage = "Making scrolls of root digging",
    enchant = true,
    enchantmentID = 36,
    categories = { "hatchet", "foragingset" },
    time = 15000,
    id = 1636,
    level = 22,
    experience = 1000,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_root_digging.png",
    enchantName = "root digging",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "foraging" },
    requiredResources = { {
      ["111"] = 300,
      ["511"] = 30,
      ["517"] = 30,
      ["519"] = 30,
      ["1600"] = 1
    } }
  },
  ["1637"] = {
    name = "Scroll of Patience",
    activeMessage = "Making scrolls of patience",
    enchant = true,
    enchantmentID = 37,
    categories = { "body", "legs" },
    time = 15000,
    id = 1637,
    level = 82,
    experience = 5600,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_patience.png",
    enchantName = "patience",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "armor" },
    requiredResources = { {
      ["111"] = 1000,
      ["510"] = 80,
      ["513"] = 80,
      ["515"] = 80,
      ["1600"] = 1
    } },
    rarity = "epic"
  },
  ["1638"] = {
    name = "Scroll of Overhealing",
    activeMessage = "Making scrolls of overhealing",
    enchant = true,
    enchantmentID = 38,
    categories = { "weapon" },
    time = 15000,
    id = 1638,
    level = 11,
    experience = 700,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_overhealing.png",
    enchantName = "overhealing",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["111"] = 200,
      ["510"] = 30,
      ["513"] = 30,
      ["515"] = 30,
      ["1600"] = 1
    } }
  },
  ["1639"] = {
    name = "Scroll of Farming",
    activeMessage = "Making scrolls of farming",
    enchant = true,
    enchantmentID = 39,
    categories = { "hoe" },
    time = 15000,
    id = 1639,
    level = 72,
    experience = 4600,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_farming.png",
    enchantName = "farming",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "farming" },
    requiredResources = { {
      ["111"] = 900,
      ["511"] = 70,
      ["513"] = 70,
      ["517"] = 70,
      ["1600"] = 1
    } },
    rarity = "rare"
  },
  ["1640"] = {
    name = "Scroll of the Gold Digger",
    activeMessage = "Making scrolls of gold digger",
    enchant = true,
    enchantmentID = 40,
    categories = { "hoe" },
    time = 15000,
    id = 1640,
    level = 36,
    experience = 2300,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_the_gold_digger.png",
    enchantName = "Gold Digger",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "farming" },
    requiredResources = { {
      ["111"] = 500,
      ["511"] = 50,
      ["517"] = 50,
      ["519"] = 50,
      ["1600"] = 1
    } }
  },
  ["1641"] = {
    name = "Scroll of Fertilizing",
    activeMessage = "Making scrolls of fertilizing",
    enchant = true,
    enchantmentID = 41,
    categories = { "hoe" },
    time = 15000,
    id = 1641,
    level = 90,
    experience = 6600,
    baseSuccessChance = 0.7,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_fertilizing.png",
    enchantName = "Fertilizing",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "farming" },
    requiredResources = { {
      ["111"] = 1400,
      ["510"] = 120,
      ["511"] = 120,
      ["513"] = 120,
      ["517"] = 120,
      ["519"] = 120,
      ["1600"] = 1
    } },
    rarity = "epic"
  },
  ["1642"] = {
    name = "Scroll of Cultivation",
    activeMessage = "Making scrolls of cultivation",
    enchant = true,
    enchantmentID = 42,
    categories = { "hoe" },
    time = 15000,
    id = 1642,
    level = 12,
    experience = 800,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_cultivation.png",
    enchantName = "Cultivation",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "farming" },
    requiredResources = { {
      ["111"] = 200,
      ["510"] = 30,
      ["513"] = 30,
      ["514"] = 30,
      ["1600"] = 1
    } }
  },
  ["1643"] = {
    name = "Scroll of Fortitude",
    activeMessage = "Making scrolls of fortitude",
    enchant = true,
    enchantmentID = 44,
    categories = { "shield", "combat-talisman" },
    id = 1643,
    value = 250000,
    time = 15000,
    level = 68,
    experience = 4400,
    baseSuccessChance = 0.4,
    tradeable = true,
    itemImage = "/images/enchanting/scroll_of_fortitude.png",
    enchantName = "Fortitude",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["111"] = 800,
      ["514"] = 70,
      ["516"] = 70,
      ["517"] = 70,
      ["1600"] = 1
    } },
    rarity = "uncommon"
  },
  ["1644"] = {
    name = "Scroll of Pungent Bait",
    activeMessage = "Making scrolls of pungent bait",
    enchant = true,
    enchantmentID = 49,
    categories = { "tacklebox", "fishingset" },
    time = 15000,
    id = 1644,
    level = 14,
    experience = 850,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_pungentbait.png",
    enchantName = "pungentBait",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "fishing" },
    requiredResources = { {
      ["111"] = 200,
      ["513"] = 30,
      ["517"] = 30,
      ["1600"] = 1
    } }
  },
  ["1645"] = {
    name = "Scroll of Reinforced Line",
    activeMessage = "Making scrolls of reinforced line",
    enchant = true,
    enchantmentID = 50,
    categories = { "tacklebox", "fishingset" },
    time = 15000,
    id = 1645,
    level = 23,
    experience = 1250,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_reinforcedline.png",
    enchantName = "reinforcedLine",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "fishing" },
    requiredResources = { {
      ["111"] = 300,
      ["511"] = 40,
      ["513"] = 40,
      ["1600"] = 1
    } }
  },
  ["1646"] = {
    name = "Scroll of Fishing Magnetism",
    activeMessage = "Making scrolls of fishing magnetism",
    enchant = true,
    enchantmentID = 48,
    categories = { "tacklebox", "fishingset" },
    time = 15000,
    id = 1646,
    level = 33,
    experience = 1750,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_fishingmagnetism.png",
    enchantName = "fishingMagnetism",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "fishing" },
    requiredResources = { {
      ["111"] = 400,
      ["511"] = 40,
      ["513"] = 40,
      ["519"] = 40,
      ["1600"] = 1
    } }
  },
  ["1647"] = {
    name = "Scroll of Bait Preservation",
    activeMessage = "Making scrolls of bait preservation",
    enchant = true,
    enchantmentID = 51,
    categories = { "tacklebox", "fishingset" },
    time = 15000,
    id = 1647,
    level = 47,
    experience = 2800,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_baitpreservation.png",
    enchantName = "baitPreservation",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "fishing" },
    requiredResources = { {
      ["111"] = 600,
      ["511"] = 60,
      ["513"] = 60,
      ["516"] = 60,
      ["1600"] = 1
    } }
  },
  ["1648"] = {
    name = "Scroll of Oil Spill",
    activeMessage = "Making scrolls of oil spill",
    enchant = true,
    enchantmentID = 52,
    categories = { "tacklebox", "fishingset" },
    time = 15000,
    id = 1648,
    level = 69,
    experience = 4450,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_oilspill.png",
    enchantName = "oilSpill",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "fishing" },
    requiredResources = { {
      ["111"] = 800,
      ["511"] = 70,
      ["513"] = 70,
      ["515"] = 70,
      ["1600"] = 1
    } },
    rarity = "rare"
  },
  ["1649"] = {
    name = "Scroll of Deadliest Catch",
    activeMessage = "Making scrolls of deadliest catch",
    enchant = true,
    enchantmentID = 53,
    categories = { "tacklebox", "fishingset" },
    time = 15000,
    id = 1649,
    level = 71,
    experience = 4550,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_deadliestcatch.png",
    enchantName = "deadliestCatch",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "fishing" },
    requiredResources = { {
      ["111"] = 900,
      ["511"] = 70,
      ["513"] = 70,
      ["514"] = 70,
      ["1600"] = 1
    } },
    rarity = "rare"
  },
  ["1650"] = {
    name = "Scroll of the Master Chef",
    activeMessage = "Making scrolls of master chef",
    enchant = true,
    enchantmentID = 54,
    categories = { "ladle" },
    time = 15000,
    id = 1650,
    level = 84,
    experience = 5650,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_masterchef.png",
    enchantName = "masterChef",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "cooking" },
    requiredResources = { {
      ["111"] = 1000,
      ["511"] = 90,
      ["512"] = 90,
      ["513"] = 90,
      ["1600"] = 1
    } },
    rarity = "epic"
  },
  ["1651"] = {
    name = "Scroll of the Herbalist",
    activeMessage = "Making scrolls of herbalist",
    enchant = true,
    enchantmentID = 55,
    categories = { "hatchet", "foragingset" },
    time = 15000,
    id = 1651,
    level = 42,
    experience = 2450,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_root_digging.png",
    enchantName = "herbalist",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "foraging" },
    requiredResources = { {
      ["111"] = 500,
      ["512"] = 50,
      ["515"] = 50,
      ["517"] = 50,
      ["1600"] = 1
    } }
  },
  ["1652"] = {
    name = "Scroll of Seed Harvesting",
    activeMessage = "Making scrolls of seed harvesting",
    enchant = true,
    enchantmentID = 56,
    categories = { "hatchet", "foragingset" },
    time = 15000,
    id = 1652,
    level = 30,
    experience = 1650,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_root_digging.png",
    enchantName = "seedHarvesting",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "foraging" },
    requiredResources = { {
      ["111"] = 400,
      ["511"] = 40,
      ["514"] = 40,
      ["517"] = 40,
      ["1600"] = 1
    } }
  },
  ["1653"] = {
    name = "Scroll of Metallurgy",
    activeMessage = "Making scrolls of metallurgy",
    enchant = true,
    enchantmentID = 57,
    categories = { "tongs" },
    time = 15000,
    id = 1653,
    level = 38,
    experience = 2350,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_inferno.png",
    enchantName = "metallurgy",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "smithing" },
    requiredResources = { {
      ["111"] = 500,
      ["510"] = 40,
      ["512"] = 40,
      ["518"] = 40,
      ["1600"] = 1
    } }
  },
  ["1654"] = {
    name = "Scroll of Pure Metals",
    activeMessage = "Making scrolls of pure metals",
    enchant = true,
    enchantmentID = 58,
    categories = { "tongs" },
    time = 15000,
    id = 1654,
    level = 87,
    experience = 6400,
    baseSuccessChance = 0.52,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_inferno.png",
    enchantName = "pureMetals",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "smithing" },
    requiredResources = { {
      ["111"] = 1200,
      ["511"] = 100,
      ["512"] = 100,
      ["518"] = 100,
      ["1600"] = 1
    } },
    rarity = "epic"
  },
  ["1655"] = {
    name = "Scroll of Essence Concentration",
    activeMessage = "Making scrolls of essence concentration",
    enchant = true,
    enchantmentID = 59,
    categories = { "gloves", "boots", "chisel" },
    time = 15000,
    id = 1655,
    level = 59,
    experience = 4000,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_runecrafting.png",
    enchantName = "essenceConcentration",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "runecrafting" },
    requiredResources = { {
      ["111"] = 700,
      ["516"] = 70,
      ["518"] = 70,
      ["519"] = 70,
      ["1600"] = 1
    } },
    rarity = "epic"
  },
  ["1656"] = {
    name = "Scroll of the Fiber Finder",
    activeMessage = "Making scrolls of fiber finder",
    enchant = true,
    enchantmentID = 62,
    categories = { "tacklebox", "fishingset" },
    time = 15000,
    id = 1656,
    level = 50,
    experience = 3300,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_fishing.png",
    enchantName = "fiberFinder",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "fishing" },
    requiredResources = { {
      ["111"] = 600,
      ["511"] = 60,
      ["513"] = 60,
      ["518"] = 60,
      ["1600"] = 1
    } },
    rarity = "uncommon"
  },
  ["1657"] = {
    name = "Scroll of Archaeology",
    activeMessage = "Making scrolls of archaeology",
    enchant = true,
    enchantmentID = 67,
    categories = { "tacklebox", "fishingset", "pickaxe", "hatchet", "miningset", "foragingset" },
    time = 15000,
    id = 1657,
    level = 41,
    experience = 2400,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_chances_v1.png",
    enchantName = "archaeology",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "mining", "foraging", "fishing" },
    requiredResources = { {
      ["111"] = 500,
      ["511"] = 50,
      ["513"] = 50,
      ["517"] = 50,
      ["1600"] = 1
    } }
  },
  ["1658"] = {
    name = "Scroll of Endless Ammo",
    activeMessage = "Making scrolls of endless ammo",
    enchant = true,
    enchantmentID = 60,
    categories = { "cape", "weapon" },
    time = 15000,
    id = 1658,
    level = 29,
    experience = 1650,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_chances_v2.png",
    enchantName = "endlessAmmo",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["111"] = 400,
      ["516"] = 40,
      ["517"] = 40,
      ["518"] = 40,
      ["1600"] = 1
    } }
  },
  ["1659"] = {
    name = "Scroll of Rune Reserves",
    activeMessage = "Making scrolls of rune reserves",
    enchant = true,
    enchantmentID = 61,
    categories = { "cape", "weapon" },
    time = 15000,
    id = 1659,
    level = 35,
    experience = 2100,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_chances_v2.png",
    enchantName = "runeReserves",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["111"] = 500,
      ["513"] = 50,
      ["516"] = 50,
      ["518"] = 50,
      ["1600"] = 1
    } }
  },
  ["1660"] = {
    name = "Scroll of the Soul Wisdom",
    activeMessage = "Making Scrolls of Soul Wisdom",
    enchant = true,
    enchantmentID = 71,
    categories = { "ring", "necklace", "weapon", "shield", "helm", "body", "legs", "gloves", "boots", "cape", "arrows", "pickaxe", "hatchet", "hoe", "tacklebox", "tongs", "tome", "ladle", "combat-talisman", "chisel" },
    time = 15000,
    id = 1660,
    level = 48,
    experience = 3000,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_the_scholar.png",
    enchantName = "soulWisdom",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting" },
    requiredResources = { {
      ["111"] = 600,
      ["516"] = 60,
      ["518"] = 60,
      ["519"] = 60,
      ["1600"] = 1
    } },
    rarity = "epic"
  },
  ["1661"] = {
    name = "Scroll of Overly Well Done",
    activeMessage = "Making scrolls of overly well done",
    enchant = true,
    enchantmentID = 72,
    categories = { "ladle" },
    time = 15000,
    id = 1661,
    level = 2,
    experience = 120,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_masterchef.png",
    enchantName = "overlyWellDone",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "cooking" },
    requiredResources = { {
      ["111"] = 100,
      ["511"] = 10,
      ["512"] = 10,
      ["513"] = 10,
      ["1600"] = 1
    } }
  },
  ["1662"] = {
    name = "Scroll of Recklessness",
    activeMessage = "Making scrolls of recklessness",
    enchant = true,
    enchantmentID = 74,
    categories = { "helm", "body", "legs" },
    time = 15000,
    id = 1662,
    level = 80,
    experience = 5550,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_recklessness.png",
    enchantName = "recklessness",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "armor" },
    requiredResources = { {
      ["111"] = 1000,
      ["514"] = 80,
      ["515"] = 80,
      ["516"] = 80,
      ["1600"] = 1
    } },
    rarity = "epic"
  },
  ["1663"] = {
    name = "Scroll of Engraving",
    activeMessage = "Making scrolls of engraving",
    enchant = true,
    enchantmentID = 81,
    categories = { "chisel" },
    time = 15000,
    id = 1663,
    level = 39,
    experience = 2400,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_runecrafting.png",
    enchantName = "engraving",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "runecrafting" },
    requiredResources = { {
      ["111"] = 500,
      ["517"] = 50,
      ["518"] = 50,
      ["519"] = 50,
      ["1600"] = 1
    } }
  },
  ["1664"] = {
    name = "Scroll of Resistance",
    activeMessage = "Making scrolls of resistance",
    enchant = true,
    enchantmentID = 86,
    categories = { "helm", "body", "legs" },
    time = 15000,
    id = 1664,
    level = 32,
    experience = 1750,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_protection.png",
    enchantName = "resistance",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "armor" },
    requiredResources = { {
      ["111"] = 400,
      ["510"] = 40,
      ["512"] = 40,
      ["519"] = 40,
      ["1600"] = 1
    } }
  },
  ["1665"] = {
    name = "Scroll of Supercooling",
    activeMessage = "Making Scrolls of Supercooling",
    enchant = true,
    enchantmentID = 82,
    categories = { "pickaxe", "miningset" },
    time = 15000,
    id = 1665,
    level = 75,
    experience = 5000,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_superheating.png",
    enchantName = "supercooling",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "mining" },
    requiredResources = { {
      ["111"] = 900,
      ["511"] = 80,
      ["513"] = 80,
      ["519"] = 80,
      ["1600"] = 1
    } },
    rarity = "rare"
  },
  ["1666"] = {
    name = "Scroll of Dwarven Engineering",
    activeMessage = "Making Scrolls of Dwarven Engineering",
    enchant = true,
    enchantmentID = 83,
    categories = { "pickaxe", "miningset" },
    time = 15000,
    id = 1666,
    level = 83,
    experience = 5600,
    baseSuccessChance = 0.4,
    tradeable = true,
    value = 2000,
    itemImage = "/images/enchanting/scroll_of_superheating.png",
    enchantName = "dwarvenEngineering",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    tags = { "enchanting", "mining" },
    requiredResources = { {
      ["111"] = 1000,
      ["510"] = 90,
      ["517"] = 90,
      ["518"] = 90,
      ["1600"] = 1
    } },
    rarity = "rare"
  },
  ["2000"] = {
    name = "Raw Chicken",
    id = 2000,
    value = 75,
    tradeable = true,
    ingredientTags = { "poultry", "meat" },
    skill = "cooking",
    size = 2,
    difficulty = 1,
    itemImage = "/images/cooking/raw_chicken.png",
    extraTooltipInfo = "Clucked its last cluck.",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking" }
  },
  ["2001"] = {
    name = "Raw Beef",
    id = 2001,
    value = 75,
    tradeable = true,
    ingredientTags = { "beast", "meat" },
    skill = "cooking",
    size = 2,
    difficulty = 1,
    itemImage = "/images/cooking/raw_beef.png",
    extraTooltipInfo = "Fresh, never frozen!",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking" }
  },
  ["2009"] = {
    name = "Spider Legs",
    id = 2009,
    cookingEnchantment = 2000,
    value = 100,
    tradeable = true,
    ingredientTags = { "monster", "meat" },
    skill = "cooking",
    size = 4,
    difficulty = 4,
    alchemySize = 2.5,
    itemImage = "/images/cooking/spider_legs.png",
    extraTooltipInfo = "It is somehow difficult to thread on a skewer.",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking" }
  },
  ["2010"] = {
    name = "Goblin Brain",
    id = 2010,
    value = 25,
    tradeable = true,
    ingredientTags = { "monster", "meat" },
    skill = "cooking",
    size = 2,
    difficulty = 2,
    cookingEnchantment = 27,
    alchemySize = 2,
    itemImage = "/images/cooking/goblin_brain.png",
    extraTooltipInfo = "They are dumb. They are sad. Their brain run by Runecrafting. Beat them.",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking" }
  },
  ["2012"] = {
    name = "Pepper",
    id = 2012,
    value = 10,
    tradeable = true,
    experience = 10,
    ingredientTags = { "spice" },
    skill = "cooking",
    size = 1,
    difficulty = 1,
    cookingEnchantment = 33,
    alchemySize = 1.5,
    itemImage = "/images/cooking/pepper.png",
    extraTooltipInfo = "Don't sneeze or you'll dump too much ore into the forge! Achoo!",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking", "foraging" }
  },
  ["2013"] = {
    name = "Salt",
    id = 2013,
    value = 10,
    tradeable = true,
    experience = 10,
    ingredientTags = { "spice", "preservative" },
    skill = "cooking",
    size = 1,
    difficulty = 1,
    cookingEnchantment = 24,
    alchemySize = 1,
    itemImage = "/images/cooking/salt.png",
    extraTooltipInfo = "For some reason it reminds you of yourself. A great chef! ... Probably.",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking" }
  },
  ["2014"] = {
    name = "Ashes",
    id = 2014,
    value = 5,
    tradeable = true,
    craftingLevel = 1,
    craftingExperience = 60,
    requiredResources = { {
      ["2"] = 100,
      ["302"] = 30
    }, {
      ["2"] = 100,
      ["303"] = 25
    }, {
      ["2"] = 100,
      ["304"] = 20
    }, {
      ["2"] = 100,
      ["305"] = 15
    }, {
      ["2"] = 100,
      ["306"] = 10
    } },
    ingredientTags = { "spice", "grain" },
    craftable = true,
    skill = "cooking",
    size = 3,
    difficulty = 3,
    cookingEnchantment = 6,
    alchemySize = 1,
    itemImage = "/images/cooking/ashes.png",
    craftingDescription = "The remnants of life.",
    extraTooltipInfo = "The remnants of life.",
    category = "General",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking" }
  },
  ["2015"] = {
    name = "Sugar",
    id = 2015,
    value = 10,
    tradeable = true,
    ingredientTags = { "spice", "sweetener" },
    skill = "cooking",
    size = 1,
    difficulty = 1,
    cookingEnchantment = 22,
    alchemySize = 1,
    itemImage = "/images/cooking/sugar.png",
    extraTooltipInfo = "A sugar rush would definitely make you more efficient!",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking", "foraging" }
  },
  ["2016"] = {
    name = "Honey",
    id = 2016,
    value = 20,
    tradeable = true,
    experience = 15,
    ingredientTags = { "spice", "sweetener" },
    skill = "cooking",
    size = 3,
    difficulty = 3,
    cookingEnchantment = 23,
    alchemySize = 2.5,
    itemImage = "/images/cooking/honey.png",
    extraTooltipInfo = "Why do fish like this so much?",
    class = "cooking-ingredient",
    tags = { "ingredient", "consumable", "food", "cooking", "foraging" },
    healing = {
      hp = 6,
      cooldown = 7500,
      perTick = 6,
      totalTicks = 5,
      tickDelay = 5000,
      ignoreCooldown = true
    }
  },
  ["2017"] = {
    name = "Milk",
    id = 2017,
    value = 15,
    tradeable = true,
    ingredientTags = { "dairy" },
    skill = "cooking",
    size = 1,
    difficulty = 1,
    itemImage = "/images/cooking/milk.png",
    extraTooltipInfo = "mooooooooo",
    class = "cooking-ingredient",
    tags = { "ingredient", "consumable", "food", "cooking" },
    healing = {
      hp = 9,
      cooldown = 10000,
      perTick = 9,
      totalTicks = 3,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2018"] = {
    name = "Butter",
    id = 2018,
    craftingLevel = 1,
    craftingExperience = 18,
    value = 10,
    tradeable = true,
    ingredientTags = { "dairy" },
    craftable = true,
    skill = "cooking",
    size = 3,
    difficulty = 3,
    itemImage = "/images/cooking/butter.png",
    craftingDescription = "I can't believe it",
    category = "General",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking" },
    requiredResources = { {
      ["2017"] = 5
    } }
  },
  ["2019"] = {
    name = "Egg",
    id = 2019,
    value = 15,
    tradeable = true,
    ingredientTags = { "egg" },
    skill = "cooking",
    size = 1,
    difficulty = 1,
    itemImage = "/images/cooking/egg.png",
    extraTooltipInfo = "GEG, scrambled egg.",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking" }
  },
  ["2020"] = {
    name = "Mushroom",
    id = 2020,
    value = 10,
    tradeable = true,
    experience = 15,
    ingredientTags = { "vegetable" },
    skill = "cooking",
    size = 1,
    difficulty = 3,
    cookingEnchantment = 36,
    alchemySize = 2,
    itemImage = "/images/cooking/mushroom.png",
    extraTooltipInfo = "Kinda makes you feel like checking the roots of things.",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking", "foraging" }
  },
  ["2021"] = {
    name = "Carrot",
    id = 2021,
    value = 15,
    tradeable = true,
    experience = 10,
    ingredientTags = { "vegetable" },
    skill = "cooking",
    size = 1,
    difficulty = 1,
    itemImage = "/images/cooking/carrot.png",
    extraTooltipInfo = "Build your own snowman kit. Just add water and coal!",
    class = "cooking-ingredient",
    tags = { "ingredient", "consumable", "food", "cooking", "foraging" },
    healing = {
      hp = 9,
      cooldown = 10000,
      perTick = 9,
      totalTicks = 4,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2022"] = {
    name = "Chili Pepper",
    id = 2022,
    value = 10,
    tradeable = true,
    experience = 10,
    ingredientTags = { "vegetable" },
    skill = "cooking",
    size = 2,
    difficulty = 2,
    cookingEnchantment = 5,
    alchemySize = 1,
    itemImage = "/images/cooking/chili_pepper.png",
    extraTooltipInfo = "So hot you feel like you could almost smelt ores with it!",
    class = "cooking-ingredient",
    tags = { "ingredient", "consumable", "food", "cooking", "foraging" },
    healing = {
      hp = 6,
      cooldown = 7500,
      perTick = 6,
      totalTicks = 5,
      tickDelay = 5000,
      ignoreCooldown = true
    }
  },
  ["2023"] = {
    name = "Potato",
    id = 2023,
    value = 10,
    tradeable = true,
    experience = 10,
    ingredientTags = { "vegetable" },
    skill = "cooking",
    size = 2,
    difficulty = 2,
    itemImage = "/images/cooking/potato.png",
    extraTooltipInfo = "What's 'taters, eh?",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking", "foraging" }
  },
  ["2024"] = {
    name = "Pumpkin",
    id = 2024,
    value = 10,
    tradeable = true,
    experience = 20,
    ingredientTags = { "vegetable" },
    skill = "cooking",
    size = 3,
    difficulty = 3,
    itemImage = "/images/cooking/pumpkin.png",
    extraTooltipInfo = "Such a weird carrot!",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking", "foraging" }
  },
  ["2025"] = {
    name = "Tomato",
    id = 2025,
    value = 10,
    tradeable = true,
    experience = 10,
    ingredientTags = { "fruit" },
    skill = "cooking",
    size = 2,
    difficulty = 2,
    itemImage = "/images/cooking/tomato.png",
    extraTooltipInfo = "Definitely a fruit.",
    class = "cooking-ingredient",
    tags = { "ingredient", "consumable", "food", "cooking", "foraging" },
    healing = {
      hp = 3,
      cooldown = 5000,
      perTick = 3,
      totalTicks = 10,
      tickDelay = 5000,
      ignoreCooldown = true
    }
  },
  ["2026"] = {
    name = "Apple",
    id = 2026,
    value = 20,
    tradeable = true,
    experience = 10,
    ingredientTags = { "fruit", "sweetener" },
    skill = "cooking",
    size = 2,
    difficulty = 1,
    itemImage = "/images/cooking/apple.png",
    extraTooltipInfo = "Didn't fall far from the tree.",
    class = "cooking-ingredient",
    tags = { "ingredient", "consumable", "food", "cooking", "foraging" },
    healing = {
      hp = 9,
      cooldown = 10000,
      perTick = 9,
      totalTicks = 4,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2027"] = {
    name = "Wildberry",
    id = 2027,
    value = 10,
    tradeable = true,
    experience = 10,
    ingredientTags = { "fruit", "sweetener" },
    skill = "cooking",
    size = 1,
    difficulty = 2,
    itemImage = "/images/cooking/wildberry.png",
    extraTooltipInfo = "Like a blueberry, but wild.",
    class = "cooking-ingredient",
    tags = { "ingredient", "consumable", "food", "cooking", "foraging" },
    healing = {
      hp = 3,
      cooldown = 5000,
      perTick = 3,
      totalTicks = 10,
      tickDelay = 5000,
      ignoreCooldown = true
    }
  },
  ["2028"] = {
    name = "Banana",
    id = 2028,
    value = 20,
    tradeable = true,
    experience = 10,
    ingredientTags = { "fruit", "sweetener" },
    skill = "cooking",
    size = 1,
    difficulty = 1,
    cookingEnchantment = 4,
    alchemySize = 2,
    itemImage = "/images/cooking/banana.png",
    extraTooltipInfo = "Gather 'em up in bunches!",
    class = "cooking-ingredient",
    tags = { "ingredient", "consumable", "food", "cooking", "foraging" },
    healing = {
      hp = 9,
      cooldown = 10000,
      perTick = 9,
      totalTicks = 4,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2029"] = {
    name = "Wheat",
    id = 2029,
    value = 10,
    tradeable = true,
    experience = 10,
    ingredientTags = { "grain" },
    skill = "cooking",
    size = 1,
    difficulty = 2,
    itemImage = "/images/cooking/wheat.png",
    extraTooltipInfo = "How many of these do I need to make a Straw Hat?",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking", "foraging" }
  },
  ["2030"] = {
    name = "Rice",
    id = 2030,
    value = 10,
    tradeable = true,
    experience = 10,
    ingredientTags = { "grain" },
    skill = "cooking",
    size = 2,
    difficulty = 2,
    itemImage = "/images/cooking/rice.png",
    extraTooltipInfo = "You're telling me a Limpe fried this rice?",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking", "foraging" }
  },
  ["2031"] = {
    name = "Sageberry",
    id = 2031,
    value = 150,
    tradeable = true,
    experience = 0,
    ingredientTags = { "fruit", "spice" },
    skill = "cooking",
    size = 1,
    difficulty = 5,
    cookingEnchantment = 2002,
    alchemySize = 2,
    itemImage = "/images/farming/sage_berry.png",
    extraTooltipInfo = "The ultimate big brain berry.",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking", "foraging" }
  },
  ["2032"] = {
    name = "Choccy Milk",
    id = 2032,
    value = 150,
    tradeable = true,
    ingredientTags = { "dairy" },
    skill = "cooking",
    size = 5,
    difficulty = 5,
    itemImage = "/images/cooking/chocolate_milk.png",
    extraTooltipInfo = "Do you even know what chocolate is? ... Well, it's brown.",
    class = "cooking-ingredient",
    tags = { "ingredient", "consumable", "food", "cooking" },
    healing = {
      hp = 24,
      cooldown = 10000,
      perTick = 20,
      totalTicks = 6,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2100"] = {
    name = "Questionable Food",
    id = 2100,
    value = 5,
    tradeable = true,
    itemImage = "/images/cooking/questionable_food.png",
    extraTooltipInfo = "You're not quite sure what this is supposed to be.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 3,
      cooldown = 5000,
      perTick = 1,
      totalTicks = 5,
      tickDelay = 5000,
      ignoreCooldown = true
    }
  },
  ["2101"] = {
    name = "Monster Surprise",
    id = 2101,
    value = 5,
    tradeable = true,
    itemImage = "/images/cooking/monster_surprise.png",
    extraTooltipInfo = "... Probably edible!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 5,
      cooldown = 6000,
      perTick = 4,
      totalTicks = 20,
      tickDelay = 5000,
      ignoreCooldown = true
    }
  },
  ["2102"] = {
    name = "Seared Steak",
    id = 2102,
    value = 50,
    tradeable = true,
    itemImage = "/images/cooking/seared_steak.png",
    extraTooltipInfo = "A nice juicy steak.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 3,
      cooldown = 5000,
      perTick = 3,
      totalTicks = 12,
      tickDelay = 5000,
      ignoreCooldown = true
    }
  },
  ["2103"] = {
    name = "Seared Fish",
    id = 2103,
    value = 30,
    tradeable = true,
    itemImage = "/images/cooking/seared_fish.png",
    extraTooltipInfo = "You're not entirely sure which fish this is, but it's definitely seared!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 3,
      cooldown = 5000,
      perTick = 3,
      totalTicks = 12,
      tickDelay = 5000,
      ignoreCooldown = true
    }
  },
  ["2104"] = {
    name = "Seared Poultry",
    id = 2104,
    value = 50,
    tradeable = true,
    itemImage = "/images/cooking/seared_bird.png",
    extraTooltipInfo = "It's not fried but it'll do.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 3,
      cooldown = 5000,
      perTick = 3,
      totalTicks = 12,
      tickDelay = 5000,
      ignoreCooldown = true
    }
  },
  ["2105"] = {
    name = "Birdie Pasta",
    id = 2105,
    value = 75,
    tradeable = true,
    itemImage = "/images/cooking/birdie_pasta.png",
    extraTooltipInfo = "The invention of a true madman.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 15,
      cooldown = 8000,
      perTick = 15,
      totalTicks = 8,
      tickDelay = 4000,
      ignoreCooldown = false
    }
  },
  ["2106"] = {
    name = "Spaghetti & Meat",
    id = 2106,
    value = 75,
    tradeable = true,
    itemImage = "/images/cooking/spaghetti_meat.png",
    extraTooltipInfo = "Classic.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 15,
      cooldown = 8000,
      perTick = 15,
      totalTicks = 8,
      tickDelay = 4000,
      ignoreCooldown = false
    }
  },
  ["2107"] = {
    name = "Sushi",
    id = 2107,
    value = 100,
    tradeable = true,
    itemImage = "/images/cooking/sushi.png",
    extraTooltipInfo = "Wait, is the fish raw or not?",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 15,
      cooldown = 8000,
      perTick = 15,
      totalTicks = 8,
      tickDelay = 4000,
      ignoreCooldown = false
    }
  },
  ["2108"] = {
    name = "Birdie Pie",
    id = 2108,
    value = 125,
    tradeable = true,
    itemImage = "/images/cooking/birdie_pie.png",
    extraTooltipInfo = "Could almost be called a chicken pot pie!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 24,
      cooldown = 15000,
      perTick = 40,
      totalTicks = 3,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2109"] = {
    name = "Cottage Pie",
    id = 2109,
    value = 125,
    tradeable = true,
    itemImage = "/images/cooking/cottage_pie.png",
    extraTooltipInfo = "Maybe you should have cut the meat up first.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 24,
      cooldown = 15000,
      perTick = 40,
      totalTicks = 3,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2110"] = {
    name = "Fisherman's Pie",
    id = 2110,
    value = 125,
    tradeable = true,
    itemImage = "/images/cooking/fisherman_pie.png",
    extraTooltipInfo = "... is that a whole fin sticking out of the crust?",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 24,
      cooldown = 15000,
      perTick = 40,
      totalTicks = 3,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2111"] = {
    name = "Fruit Pie",
    id = 2111,
    value = 125,
    tradeable = true,
    itemImage = "/images/cooking/fruit_pie.png",
    extraTooltipInfo = "I don't think that's what many people have in mind when describing a fruit pie.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 20,
      cooldown = 12000,
      perTick = 34,
      totalTicks = 3,
      tickDelay = 4000,
      ignoreCooldown = false
    }
  },
  ["2112"] = {
    name = "Demon Cake",
    id = 2112,
    value = 175,
    tradeable = true,
    itemImage = "/images/cooking/demon_cake.png",
    extraTooltipInfo = "Probably not inherently evil! Probably.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 34,
      cooldown = 15000,
      perTick = 34,
      totalTicks = 8,
      tickDelay = 7000,
      ignoreCooldown = false
    }
  },
  ["2113"] = {
    name = "Cake",
    id = 2113,
    value = 100,
    tradeable = true,
    itemImage = "/images/cooking/cake.png",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    extraTooltipInfo = "A lie.",
    healing = {
      hp = 24,
      cooldown = 12500,
      perTick = 24,
      totalTicks = 8,
      tickDelay = 6500,
      ignoreCooldown = false
    }
  },
  ["2114"] = {
    name = "Fruit Cake",
    id = 2114,
    value = 125,
    tradeable = true,
    itemImage = "/images/cooking/fruit_cake.png",
    extraTooltipInfo = "Pretty please with a cherry on top?",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 24,
      cooldown = 12500,
      perTick = 24,
      totalTicks = 8,
      tickDelay = 6500,
      ignoreCooldown = false
    }
  },
  ["2115"] = {
    name = "Grain Cake",
    id = 2115,
    value = 125,
    tradeable = true,
    itemImage = "/images/cooking/grain_cake.png",
    extraTooltipInfo = "A little dry.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 20,
      cooldown = 10000,
      perTick = 20,
      totalTicks = 9,
      tickDelay = 6500,
      ignoreCooldown = false
    }
  },
  ["2116"] = {
    name = "Omelette",
    id = 2116,
    value = 75,
    tradeable = true,
    itemImage = "/images/cooking/omelette.png",
    extraTooltipInfo = "Sometimes you just gotta break a few eggs.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 6,
      cooldown = 7500,
      perTick = 6,
      totalTicks = 10,
      tickDelay = 5000,
      ignoreCooldown = true
    }
  },
  ["2117"] = {
    name = "Monster Omelette",
    id = 2117,
    value = 150,
    tradeable = true,
    itemImage = "/images/cooking/monster_omelette.png",
    extraTooltipInfo = "Is it alive?",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 24,
      cooldown = 15000,
      perTick = 24,
      totalTicks = 7,
      tickDelay = 6000,
      ignoreCooldown = false
    }
  },
  ["2118"] = {
    name = "Meaty Omelette",
    id = 2118,
    value = 125,
    tradeable = true,
    itemImage = "/images/cooking/meat_omelette.png",
    extraTooltipInfo = "Rich and savoury!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 18,
      cooldown = 10000,
      perTick = 18,
      totalTicks = 7,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2119"] = {
    name = "Veggie Crepe",
    id = 2119,
    value = 125,
    tradeable = true,
    itemImage = "/images/cooking/veggie_crepe.png",
    extraTooltipInfo = "Vegetables are crepe'y! Get it? No? Okay...",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 18,
      cooldown = 10000,
      perTick = 18,
      totalTicks = 7,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2120"] = {
    name = "Fruity Crepe",
    id = 2120,
    value = 150,
    tradeable = true,
    itemImage = "/images/cooking/fruit_crepe.png",
    extraTooltipInfo = "Should probably only be eaten as a dessert!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 18,
      cooldown = 10000,
      perTick = 18,
      totalTicks = 7,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2121"] = {
    name = "Eggnog",
    id = 2121,
    value = 50,
    tradeable = true,
    itemImage = "/images/cooking/egg_nog.png",
    extraTooltipInfo = "Good all year round!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 18,
      cooldown = 10000,
      perTick = 18,
      totalTicks = 7,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2122"] = {
    name = "Meat Roast",
    id = 2122,
    value = 150,
    tradeable = true,
    itemImage = "/images/cooking/meat_roast.png",
    extraTooltipInfo = "PROTEIN!!!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 40,
      cooldown = 30000,
      perTick = 60,
      totalTicks = 10,
      tickDelay = 10000,
      ignoreCooldown = false
    }
  },
  ["2123"] = {
    name = "Fried Fruit",
    id = 2123,
    value = 100,
    tradeable = true,
    itemImage = "/images/cooking/fried_fruit.png",
    extraTooltipInfo = "Basically candy at this point.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 3,
      cooldown = 5000,
      perTick = 3,
      totalTicks = 12,
      tickDelay = 5000,
      ignoreCooldown = true
    }
  },
  ["2124"] = {
    name = "Grilled Veggies",
    id = 2124,
    value = 100,
    tradeable = true,
    itemImage = "/images/cooking/grilled_veggies.png",
    extraTooltipInfo = "Grilled to perfection!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 3,
      cooldown = 5000,
      perTick = 3,
      totalTicks = 12,
      tickDelay = 5000,
      ignoreCooldown = true
    }
  },
  ["2125"] = {
    name = "Kebabs",
    id = 2125,
    value = 150,
    tradeable = true,
    itemImage = "/images/cooking/kababs.png",
    extraTooltipInfo = "The action man's food!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 22,
      cooldown = 15000,
      perTick = 22,
      totalTicks = 8,
      tickDelay = 6000,
      ignoreCooldown = false
    }
  },
  ["2126"] = {
    name = "Candied Fruit",
    id = 2126,
    value = 125,
    tradeable = true,
    itemImage = "/images/cooking/candied_fruit.png",
    extraTooltipInfo = "Almost too sweet to handle!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 6,
      cooldown = 7500,
      perTick = 6,
      totalTicks = 10,
      tickDelay = 5000,
      ignoreCooldown = true
    }
  },
  ["2127"] = {
    name = "Milkshake",
    id = 2127,
    value = 75,
    tradeable = true,
    itemImage = "/images/cooking/milkshake.png",
    extraTooltipInfo = "Brings all the boys to the raid!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 24,
      cooldown = 12500,
      perTick = 24,
      totalTicks = 5,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2128"] = {
    name = "Vegetable Stew",
    id = 2128,
    value = 150,
    tradeable = true,
    itemImage = "/images/cooking/veggie_stew.png",
    extraTooltipInfo = "Reminds you of home.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 18,
      cooldown = 8000,
      perTick = 18,
      totalTicks = 7,
      tickDelay = 4000,
      ignoreCooldown = false
    }
  },
  ["2129"] = {
    name = "Meaty Stew",
    id = 2129,
    value = 125,
    tradeable = true,
    itemImage = "/images/cooking/meaty_stew.png",
    extraTooltipInfo = "Definitely not just fried chicken in a bowl of sauce!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 18,
      cooldown = 8000,
      perTick = 18,
      totalTicks = 7,
      tickDelay = 4000,
      ignoreCooldown = false
    }
  },
  ["2130"] = {
    name = "Monster Stew",
    id = 2130,
    value = 200,
    tradeable = true,
    itemImage = "/images/cooking/monster_stew.png",
    extraTooltipInfo = "Parts of it are definitely still moving.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 22,
      cooldown = 10000,
      perTick = 22,
      totalTicks = 7,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2131"] = {
    name = "Jerky",
    id = 2131,
    value = 75,
    tradeable = true,
    itemImage = "/images/cooking/jerky.png",
    extraTooltipInfo = "A chewy treat.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 18,
      cooldown = 10000,
      perTick = 18,
      totalTicks = 7,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2132"] = {
    name = "Pudding",
    id = 2132,
    value = 100,
    tradeable = true,
    itemImage = "/images/cooking/pudding.png",
    extraTooltipInfo = "The old man's favorite. Don't steal it!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 24,
      cooldown = 12500,
      perTick = 24,
      totalTicks = 5,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2133"] = {
    name = "Ice Cream",
    id = 2133,
    value = 100,
    tradeable = true,
    itemImage = "/images/cooking/icecream.png",
    extraTooltipInfo = "The ultimate dairy product. Comes with a free spoon!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 18,
      cooldown = 10000,
      perTick = 18,
      totalTicks = 7,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2134"] = {
    name = "Monster Curry",
    id = 2134,
    value = 150,
    tradeable = true,
    itemImage = "/images/cooking/monster_curry.png",
    extraTooltipInfo = "Might actually be mildly edible!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 30,
      cooldown = 20000,
      perTick = 38,
      totalTicks = 3,
      tickDelay = 5000,
      ignoreCooldown = false
    }
  },
  ["2135"] = {
    name = "Birdie Curry",
    id = 2135,
    value = 175,
    tradeable = true,
    itemImage = "/images/cooking/birdie_curry.png",
    extraTooltipInfo = "Did you just put an entire chicken in this dish without preparing it first?",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 24,
      cooldown = 17500,
      perTick = 32,
      totalTicks = 3,
      tickDelay = 3000,
      ignoreCooldown = false
    }
  },
  ["2136"] = {
    name = "Beast Curry",
    id = 2136,
    value = 175,
    tradeable = true,
    itemImage = "/images/cooking/beast_curry.png",
    extraTooltipInfo = "Meat, spice, and everything nice! Or grain, mostly grain.",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 24,
      cooldown = 17500,
      perTick = 32,
      totalTicks = 3,
      tickDelay = 3000,
      ignoreCooldown = false
    }
  },
  ["2137"] = {
    name = "Seafood Curry",
    id = 2137,
    value = 175,
    tradeable = true,
    itemImage = "/images/cooking/seafood_curry.png",
    extraTooltipInfo = "There's just a whole fish in there. Why did you do that?",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 24,
      cooldown = 17500,
      perTick = 32,
      totalTicks = 3,
      tickDelay = 3000,
      ignoreCooldown = false
    }
  },
  ["2138"] = {
    name = "Monster Gelato",
    id = 2138,
    value = 225,
    tradeable = true,
    itemImage = "/images/cooking/monster_gelato.png",
    extraTooltipInfo = "Only partially inedible!",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "cooking" },
    healing = {
      hp = 30,
      cooldown = 30000,
      perTick = 10,
      totalTicks = 15,
      tickDelay = 3000,
      ignoreCooldown = false
    }
  },
  ["2139"] = {
    name = "Common Potion",
    id = 2139,
    value = 100,
    tradeable = true,
    stackStrength = 1,
    stackMultiplier = 1.5,
    itemImage = "/images/cooking/alchemy/common.png",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "alchemy", "cooking" },
    healing = {
      hp = 2,
      cooldown = 5000,
      perTick = 2,
      totalTicks = 10,
      tickDelay = 1000,
      ignoreCooldown = true
    }
  },
  ["2140"] = {
    name = "Common Concentrated Potion",
    id = 2140,
    value = 125,
    tradeable = true,
    stackStrength = 2,
    stackMultiplier = 1,
    itemImage = "/images/cooking/alchemy/common-concentrated.png",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "alchemy", "cooking" },
    healing = {
      hp = 2,
      cooldown = 5000,
      perTick = 2,
      totalTicks = 10,
      tickDelay = 1000,
      ignoreCooldown = true
    }
  },
  ["2141"] = {
    name = "Common Large Potion",
    id = 2141,
    value = 125,
    tradeable = true,
    stackStrength = 1,
    stackMultiplier = 2.5,
    itemImage = "/images/cooking/alchemy/common-large.png",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "alchemy", "cooking" },
    healing = {
      hp = 2,
      cooldown = 5000,
      perTick = 2,
      totalTicks = 10,
      tickDelay = 1000,
      ignoreCooldown = true
    }
  },
  ["2142"] = {
    name = "Rare Potion",
    id = 2142,
    value = 200,
    tradeable = true,
    stackStrength = 2,
    stackMultiplier = 1.5,
    itemImage = "/images/cooking/alchemy/rare.png",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "alchemy", "cooking" },
    healing = {
      hp = 4,
      cooldown = 10000,
      perTick = 4,
      totalTicks = 10,
      tickDelay = 1000,
      ignoreCooldown = true
    },
    rarity = "rare"
  },
  ["2143"] = {
    name = "Rare Concentrated Potion",
    id = 2143,
    value = 250,
    tradeable = true,
    stackStrength = 3,
    stackMultiplier = 1,
    itemImage = "/images/cooking/alchemy/rare-concentrated.png",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "alchemy", "cooking" },
    healing = {
      hp = 4,
      cooldown = 10000,
      perTick = 4,
      totalTicks = 10,
      tickDelay = 1000,
      ignoreCooldown = true
    },
    rarity = "rare"
  },
  ["2144"] = {
    name = "Rare Large Potion",
    id = 2144,
    value = 250,
    tradeable = true,
    stackStrength = 2,
    stackMultiplier = 2.5,
    itemImage = "/images/cooking/alchemy/rare-large.png",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "alchemy", "cooking" },
    healing = {
      hp = 4,
      cooldown = 10000,
      perTick = 4,
      totalTicks = 10,
      tickDelay = 1000,
      ignoreCooldown = true
    },
    rarity = "rare"
  },
  ["2145"] = {
    name = "Epic Potion",
    id = 2145,
    value = 300,
    tradeable = true,
    stackStrength = 3,
    stackMultiplier = 1,
    itemImage = "/images/cooking/alchemy/epic.png",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "alchemy", "cooking" },
    healing = {
      hp = 6,
      cooldown = 15000,
      perTick = 6,
      totalTicks = 10,
      tickDelay = 1000,
      ignoreCooldown = true
    },
    rarity = "epic"
  },
  ["2146"] = {
    name = "Epic Large Potion",
    id = 2146,
    value = 375,
    tradeable = true,
    stackStrength = 3,
    stackMultiplier = 2.5,
    itemImage = "/images/cooking/alchemy/epic-large.png",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "alchemy", "cooking" },
    healing = {
      hp = 6,
      cooldown = 15000,
      perTick = 6,
      totalTicks = 10,
      tickDelay = 1000,
      ignoreCooldown = true
    },
    rarity = "epic"
  },
  ["2147"] = {
    name = "Legendary Potion",
    id = 2147,
    value = 400,
    tradeable = true,
    stackStrength = 4,
    stackMultiplier = 1,
    itemImage = "/images/cooking/alchemy/legendary.png",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "alchemy", "cooking" },
    healing = {
      hp = 8,
      cooldown = 20000,
      perTick = 8,
      totalTicks = 10,
      tickDelay = 1000,
      ignoreCooldown = true
    },
    rarity = "legendary"
  },
  ["2148"] = {
    name = "Legendary Large Potion",
    id = 2148,
    value = 500,
    tradeable = true,
    stackStrength = 4,
    stackMultiplier = 1.5,
    itemImage = "/images/cooking/alchemy/legendary-large.png",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "alchemy", "cooking" },
    healing = {
      hp = 8,
      cooldown = 20000,
      perTick = 8,
      totalTicks = 10,
      tickDelay = 1000,
      ignoreCooldown = true
    },
    rarity = "legendary"
  },
  ["2149"] = {
    name = "Epic Concentrated Potion",
    id = 2149,
    value = 375,
    tradeable = true,
    stackStrength = 4,
    stackMultiplier = 1,
    itemImage = "/images/cooking/alchemy/epic-concentrated.png",
    class = "cooking-ingredient",
    tags = { "consumable", "food", "alchemy", "cooking" },
    healing = {
      hp = 6,
      cooldown = 15000,
      perTick = 6,
      totalTicks = 10,
      tickDelay = 1000
    },
    rarity = "epic"
  },
  ["3000"] = {
    name = "Water Imbued Dust",
    id = 3000,
    craftingLevel = 60,
    value = 1,
    tradeable = true,
    craftingMultiplier = { 8 },
    craftingExperience = 60,
    ingredientTags = { "spice", "grain" },
    craftable = true,
    skill = "crafting",
    size = 1,
    difficulty = 1,
    cookingEnchantment = 8007,
    alchemySize = 1,
    itemImage = "/images/cooking/water_dust.png",
    craftingDescription = "Each craft results in 8 dust. Crushed up water runes. Not exactly a delicacy, but it might have some sort of effect when cooked.",
    extraTooltipInfo = "Crushed up water runes. Not exactly a delicacy, but it might have some sort of effect when cooked.",
    category = "Dungeon",
    class = "cooking-ingredient",
    tags = { "ingredient", "cooking" },
    requiredResources = { {
      ["513"] = 32,
      ["2014"] = 12
    } },
    rarity = "uncommon"
  },
  ["3001"] = {
    name = "Empty Vial",
    id = 3001,
    value = 10,
    tradeable = true,
    craftingLevel = 1,
    craftingExperience = 3,
    craftingMultiplier = { 3 },
    requiredResources = { {
      ["2"] = 5,
      ["110"] = 1
    } },
    size = 1,
    difficulty = 1,
    alchemySize = 0,
    craftable = true,
    itemImage = "/images/cooking/alchemy/empty_vial.png",
    craftingDescription = "A basic glass vial used in alchemy.",
    extraTooltipInfo = "An empty vial to pour a standard potion into. Using more than one in a recipe will not positively affect the produced potion.",
    class = "cooking-ingredient",
    tags = { "ingredient", "alchemy", "cooking" },
    category = "General"
  },
  ["3002"] = {
    name = "Empty Large Vial",
    id = 3002,
    value = 30,
    tradeable = true,
    craftingLevel = 1,
    craftingExperience = 6,
    requiredResources = { {
      ["2"] = 20,
      ["110"] = 2
    } },
    size = 2,
    difficulty = 6,
    alchemySize = 1.5,
    craftable = true,
    itemImage = "/images/cooking/alchemy/empty_large_vial.png",
    craftingDescription = "A large glass vial used in alchemy.",
    extraTooltipInfo = "A large empty vial to pour a large potion into. Using more than one in a recipe will not positively affect the produced potion.",
    class = "cooking-ingredient",
    tags = { "ingredient", "alchemy", "cooking" },
    category = "General"
  },
  ["3003"] = {
    name = "Empty Reinforced Vial",
    id = 3003,
    value = 50,
    tradeable = true,
    craftingLevel = 1,
    craftingExperience = 12,
    requiredResources = { {
      ["2"] = 100,
      ["110"] = 3
    } },
    size = 3,
    difficulty = 9,
    alchemySize = 1,
    craftable = true,
    itemImage = "/images/cooking/alchemy/empty_reinforced_vial.png",
    craftingDescription = "A reinforced glass vial used in alchemy.",
    extraTooltipInfo = "A reinforced empty vial to pour a concentrated potion into. Using more than one in a recipe will not positively affect the produced potion.",
    class = "cooking-ingredient",
    tags = { "ingredient", "alchemy", "cooking" },
    category = "General"
  },
  ["3004"] = {
    name = "Watermelon",
    id = 3004,
    value = 150,
    tradeable = true,
    size = 3,
    difficulty = 3,
    alchemyEnchantment = 69,
    alchemySize = 1.5,
    experience = 35,
    ingredientTags = { "fruit" },
    itemImage = "/images/cooking/alchemy/ingredients/watermelon.png",
    extraTooltipInfo = "Good for gathering! Now you only need 999,999 more! Is it spelled 'Melon' or 'Mellon'?",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3005"] = {
    name = "Durian",
    id = 3005,
    value = 200,
    tradeable = true,
    size = 1,
    difficulty = 6,
    alchemySize = 2,
    alchemyEnchantment = 9,
    experience = 55,
    ingredientTags = { "vegetable", "fruit" },
    itemImage = "/images/cooking/alchemy/ingredients/durian.png",
    extraTooltipInfo = "INFO's Favorite!",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3006"] = {
    name = "Onion",
    id = 3006,
    value = 30,
    tradeable = true,
    size = 2,
    difficulty = 2,
    alchemySize = 1,
    experience = 10,
    ingredientTags = { "vegetable" },
    itemImage = "/images/cooking/alchemy/ingredients/onion.png",
    extraTooltipInfo = "Makes you cry when it speaks. Luckily, it's incapable of speech. Or is it?",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3007"] = {
    name = "Mana Berry",
    id = 3007,
    value = 125,
    tradeable = true,
    size = 2,
    difficulty = 2,
    alchemyEnchantment = 61,
    alchemySize = 1.5,
    experience = 25,
    ingredientTags = { "fruit", "spice" },
    itemImage = "/images/cooking/alchemy/ingredients/mana_berry.png",
    extraTooltipInfo = "Named for its magic enhancing properties.",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3008"] = {
    name = "Thorny Root",
    id = 3008,
    value = 50,
    tradeable = true,
    size = 2,
    difficulty = 2,
    alchemySize = 1.5,
    experience = 10,
    ingredientTags = { "vegetable" },
    itemImage = "/images/cooking/alchemy/ingredients/thorn_1.png",
    extraTooltipInfo = "This one would hurt to fall face first into!",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3009"] = {
    name = "Thorny Vine",
    id = 3009,
    value = 50,
    tradeable = true,
    size = 1.5,
    difficulty = 2,
    alchemySize = 2,
    experience = 10,
    ingredientTags = { "vegetable" },
    itemImage = "/images/cooking/alchemy/ingredients/thorn_2.png",
    extraTooltipInfo = "Don't let this one snag you by surprise!",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3010"] = {
    name = "Tangle Root",
    id = 3010,
    value = 80,
    tradeable = true,
    size = 2,
    difficulty = 4,
    alchemySize = 2.5,
    experience = 20,
    ingredientTags = { "vegetable" },
    itemImage = "/images/cooking/alchemy/ingredients/root.png",
    extraTooltipInfo = "Would probably try to trip someone if it was still in the ground.",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3011"] = {
    name = "Mandrake",
    id = 3011,
    value = 140,
    tradeable = true,
    size = 2,
    difficulty = 6,
    alchemySize = 3,
    experience = 30,
    ingredientTags = { "vegetable" },
    itemImage = "/images/cooking/alchemy/ingredients/mandrake.png",
    extraTooltipInfo = "Does not look man or drake shaped at all. Who named this thing?",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3012"] = {
    name = "Jellyfish",
    id = 3012,
    value = 200,
    tradeable = true,
    size = 2.5,
    difficulty = 2.5,
    alchemySize = 2,
    experience = 50,
    ingredientTags = { "fish" },
    itemImage = "/images/cooking/alchemy/ingredients/jellyfish.png",
    extraTooltipInfo = "How would it taste on a sandwich, you wonder.",
    class = "cooking-ingredient",
    tags = { "ingredient", "alchemy", "cooking", "fishing" }
  },
  ["3013"] = {
    name = "Frost Flowers",
    id = 3013,
    value = 180,
    tradeable = true,
    size = 0.25,
    difficulty = 9,
    alchemySize = 4,
    experience = 40,
    ingredientTags = { "vegetable", "spice" },
    itemImage = "/images/cooking/alchemy/ingredients/frost_flowers.png",
    extraTooltipInfo = "Perpetually cold. Does it remind you of home?",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3014"] = {
    name = "Black Berry",
    id = 3014,
    value = 20,
    tradeable = true,
    size = 0.5,
    difficulty = 0.5,
    alchemySize = 2,
    ingredientTags = { "fruit", "sweetener" },
    experience = 5,
    itemImage = "/images/cooking/alchemy/ingredients/blackberry.png",
    extraTooltipInfo = "It doesn't know how to speak.",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3015"] = {
    name = "Fairy Dust",
    id = 3015,
    value = 165,
    tradeable = true,
    size = 0.25,
    difficulty = 7,
    alchemySize = 3.5,
    experience = 35,
    ingredientTags = { "spice" },
    itemImage = "/images/cooking/alchemy/ingredients/fairy_dust.png",
    extraTooltipInfo = "Not actually from a Fairy. Everybody knows Fairies aren't real!",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3016"] = {
    name = "Lotus Flower",
    id = 3016,
    value = 300,
    tradeable = true,
    size = 1,
    difficulty = 11,
    alchemySize = 5.5,
    experience = 55,
    ingredientTags = { "vegetable", "spice" },
    itemImage = "/images/cooking/alchemy/ingredients/lotus.png",
    extraTooltipInfo = "A rare flower that grows in the deepest parts of the Living Forest and is rumored to have minor magical properties when prepared through alchemy.",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3017"] = {
    name = "Four-leaf Clover",
    id = 3017,
    value = 777,
    tradeable = true,
    size = 1,
    difficulty = 4,
    alchemySize = 1,
    alchemyEnchantment = 32,
    experience = 77,
    ingredientTags = { "vegetable" },
    itemImage = "/images/cooking/alchemy/ingredients/lucky_clover.png",
    extraTooltipInfo = "Very lucky!",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3018"] = {
    name = "Glow Spore Shroom",
    id = 3018,
    value = 90,
    tradeable = true,
    size = 0.25,
    difficulty = 5,
    alchemySize = 3,
    experience = 25,
    ingredientTags = { "vegetable" },
    itemImage = "/images/cooking/alchemy/ingredients/glow_spores.png",
    extraTooltipInfo = "The mushroom itself is actually useless with only the spores having value.",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3019"] = {
    name = "Pineapple",
    id = 3019,
    value = 70,
    tradeable = true,
    size = 2.5,
    difficulty = 3,
    alchemySize = 2,
    experience = 15,
    ingredientTags = { "fruit" },
    itemImage = "/images/cooking/alchemy/ingredients/pineapple.png",
    extraTooltipInfo = "Does it go on pizza or not?",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3020"] = {
    name = "Ghost Shrooms",
    id = 3020,
    value = 160,
    tradeable = true,
    size = 1,
    difficulty = 6.5,
    alchemySize = 3.25,
    experience = 30,
    ingredientTags = { "vegetable" },
    itemImage = "/images/cooking/alchemy/ingredients/ghost_shrooms.png",
    extraTooltipInfo = "A handful of very pale, small mushrooms that emit the barest amount of light.",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["3021"] = {
    name = "Yellow Pepper",
    id = 3021,
    value = 160,
    tradeable = true,
    size = 2,
    difficulty = 3,
    alchemySize = 2,
    experience = 30,
    alchemyEnchantment = 68,
    ingredientTags = { "vegetable" },
    itemImage = "/images/cooking/alchemy/ingredients/yellow_pepper.png",
    extraTooltipInfo = "It may be a yellow pepper, but it is Red Hot! ... Sorry.",
    class = "cooking-ingredient",
    tags = { "ingredient", "foraging", "alchemy", "cooking" }
  },
  ["4000"] = {
    id = 4000,
    name = "Bone",
    value = 75,
    tradeable = true,
    itemImage = "/images/combat/materials/bone.png",
    class = "fur",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "farming", "hunting" }
  },
  ["4001"] = {
    id = 4001,
    name = "Bone Plate",
    value = 150,
    tradeable = true,
    itemImage = "/images/combat/materials/bone_plate.png",
    class = "fur",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "farming", "hunting" }
  },
  ["4002"] = {
    id = 4002,
    name = "Chitin",
    value = 2750,
    tradeable = true,
    itemImage = "/images/combat/materials/chitin_2.png",
    class = "leather",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "farming", "hunting" }
  },
  ["4003"] = {
    id = 4003,
    name = "Heavy Chitin",
    value = 3750,
    tradeable = true,
    itemImage = "/images/combat/materials/heavy_chitin.png",
    class = "leather",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "farming", "hunting" }
  },
  ["4004"] = {
    id = 4004,
    name = "Fur",
    value = 150,
    tradeable = true,
    itemImage = "/images/combat/materials/fur.png",
    class = "fur",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "farming", "hunting" }
  },
  ["4005"] = {
    id = 4005,
    name = "Thick Fur",
    value = 225,
    tradeable = true,
    itemImage = "/images/combat/materials/thick_fur.png",
    class = "fur",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "farming", "hunting" }
  },
  ["4006"] = {
    id = 4006,
    name = "Wool",
    value = 200,
    tradeable = true,
    itemImage = "/images/combat/materials/wool.png",
    class = "fur",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "farming", "hunting" }
  },
  ["4007"] = {
    id = 4007,
    name = "Hide",
    value = 50,
    tradeable = true,
    itemImage = "/images/combat/materials/hide.png",
    class = "fur",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "farming", "hunting" }
  },
  ["4008"] = {
    id = 4008,
    name = "Rough Hide",
    value = 125,
    tradeable = true,
    itemImage = "/images/combat/materials/rough_hide.png",
    class = "fur",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "farming", "hunting" }
  },
  ["4009"] = {
    id = 4009,
    name = "Scale",
    value = 1250,
    tradeable = true,
    itemImage = "/images/combat/materials/scale.png",
    class = "leather",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "farming", "hunting" }
  },
  ["4010"] = {
    id = 4010,
    name = "Heavy Scale",
    value = 1750,
    tradeable = true,
    itemImage = "/images/combat/materials/heavy_scale.png",
    class = "leather",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "farming", "hunting" }
  },
  ["4011"] = {
    id = 4011,
    name = "Crystal Scale",
    value = 3000,
    tradeable = true,
    craftingLevel = 60,
    craftingExperience = 60,
    requiredResources = { {
      ["1560"] = 1
    }, {
      ["1561"] = 1
    }, {
      ["1562"] = 1
    }, {
      ["1563"] = 1
    }, {
      ["1570"] = 1
    }, {
      ["1574"] = 1
    } },
    craftingMultiplier = { 8, 8, 8, 8, 32, 32 },
    craftable = true,
    itemImage = "/images/combat/materials/crystal_scale.png",
    class = "leather",
    extraTooltipInfo = "Used to enhance Elven equipment.",
    craftingDescription = "Salvage Elven equipment for their Crystal Scales.",
    category = "General",
    tags = { "crafting" }
  },
  ["4012"] = {
    id = 4012,
    name = "Leather",
    value = 300,
    tradeable = true,
    category = "General",
    craftingLevel = 15,
    craftingExperience = 10,
    requiredResources = { {
      ["2013"] = 1,
      ["4004"] = 10
    }, {
      ["2013"] = 1,
      ["4007"] = 7
    }, {
      ["2013"] = 1,
      ["4008"] = 5
    } },
    craftable = true,
    itemImage = "/images/combat/materials/leather.png",
    class = "leather",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "crafting" }
  },
  ["4013"] = {
    id = 4013,
    name = "Rough Cloth",
    value = 30,
    tradeable = true,
    experience = 50,
    level = 1,
    time = 5000,
    requiredResources = { {
      ["4020"] = 5
    } },
    itemImage = "/images/combat/materials/rough_cloth.png",
    skillIcon = "/images/runecrafting/RuneCraftingIcon.png",
    class = "cloth",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "runecrafting" }
  },
  ["4014"] = {
    id = 4014,
    name = "Restored Cloth",
    value = 60,
    tradeable = true,
    experience = 75,
    level = 10,
    time = 5500,
    requiredResources = { {
      ["4020"] = 10
    } },
    itemImage = "/images/combat/materials/restored_cloth.png",
    skillIcon = "/images/runecrafting/RuneCraftingIcon.png",
    class = "cloth",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "runecrafting" }
  },
  ["4015"] = {
    id = 4015,
    name = "Lesser Cloth",
    value = 150,
    tradeable = true,
    experience = 125,
    level = 20,
    time = 6000,
    requiredResources = { {
      ["4021"] = 5
    } },
    itemImage = "/images/combat/materials/lesser_cloth.png",
    skillIcon = "/images/runecrafting/RuneCraftingIcon.png",
    class = "cloth",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "runecrafting" }
  },
  ["4016"] = {
    id = 4016,
    name = "Imbued Cloth",
    value = 500,
    tradeable = true,
    experience = 200,
    level = 30,
    time = 6500,
    requiredResources = { {
      ["4022"] = 5
    } },
    itemImage = "/images/combat/materials/imbued_cloth.png",
    skillIcon = "/images/runecrafting/RuneCraftingIcon.png",
    class = "cloth",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "runecrafting" }
  },
  ["4017"] = {
    id = 4017,
    name = "Greater Cloth",
    value = 1000,
    tradeable = true,
    experience = 300,
    level = 40,
    time = 7000,
    requiredResources = { {
      ["4023"] = 5
    } },
    itemImage = "/images/combat/materials/greater_cloth.png",
    skillIcon = "/images/runecrafting/RuneCraftingIcon.png",
    class = "cloth",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "runecrafting" }
  },
  ["4018"] = {
    id = 4018,
    name = "Major Cloth",
    value = 2000,
    tradeable = true,
    experience = 500,
    level = 50,
    time = 7500,
    requiredResources = { {
      ["4024"] = 5
    } },
    itemImage = "/images/combat/materials/major_cloth.png",
    skillIcon = "/images/runecrafting/RuneCraftingIcon.png",
    class = "cloth",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "runecrafting" },
    rarity = "uncommon"
  },
  ["4019"] = {
    id = 4019,
    name = "Elder Cloth",
    value = 4000,
    tradeable = true,
    experience = 750,
    level = 60,
    time = 8000,
    requiredResources = { {
      ["4025"] = 5
    } },
    itemImage = "/images/combat/materials/elder_cloth.png",
    skillIcon = "/images/runecrafting/RuneCraftingIcon.png",
    class = "cloth",
    extraTooltipInfo = "Used as a crafting material.",
    tags = { "runecrafting" },
    rarity = "rare"
  },
  ["4020"] = {
    id = 4020,
    name = "Aqueous Grass",
    value = 30,
    tradeable = true,
    itemImage = "/images/fishing/material/fiber_1.png",
    class = "fiber",
    extraTooltipInfo = "Some aqueous grass that was stuck to your fishing tools. It appears to be weakly magical. Used as a crafting material.",
    tags = { "fishing", "runecrafting" }
  },
  ["4021"] = {
    id = 4021,
    name = "Water Weeds",
    value = 60,
    tradeable = true,
    itemImage = "/images/fishing/material/fiber_2.png",
    class = "fiber",
    extraTooltipInfo = "Water weeds that appear to have been exposed to some sort of magical source. Used as a crafting material.",
    tags = { "fishing", "runecrafting" }
  },
  ["4022"] = {
    id = 4022,
    name = "River Vines",
    value = 90,
    tradeable = true,
    itemImage = "/images/fishing/material/fiber_3.png",
    class = "fiber",
    extraTooltipInfo = "Thick underwater vines found predominantly in rivers. These give off a faint magical aura. Used as a crafting material.",
    tags = { "fishing", "runecrafting" }
  },
  ["4023"] = {
    id = 4023,
    name = "Violet Ribbons",
    value = 120,
    tradeable = true,
    itemImage = "/images/fishing/material/fiber_4.png",
    class = "fiber",
    extraTooltipInfo = "Violet aquatic plants that radiate magical potential. Used as a crafting material.",
    tags = { "fishing", "runecrafting" }
  },
  ["4024"] = {
    id = 4024,
    name = "White Reeds",
    value = 150,
    tradeable = true,
    itemImage = "/images/fishing/material/fiber_5.png",
    class = "fiber",
    extraTooltipInfo = "Aquatic reeds that appear to have grown near a font of magical energy and maintained some of its characteristics. Used as a crafting material.",
    tags = { "fishing", "runecrafting" }
  },
  ["4025"] = {
    id = 4025,
    name = "Ancient Kelp",
    value = 200,
    tradeable = true,
    itemImage = "/images/fishing/material/fiber_6.png",
    class = "fiber",
    extraTooltipInfo = "Kelp that has been magically sustained for ages. Potent energy can be felt coursing through its fibers. Used as a crafting material.",
    tags = { "fishing", "runecrafting" }
  },
  ["4026"] = {
    id = 4026,
    name = "Aqueous Chunks",
    value = 35000,
    tradeable = true,
    craftingLevel = 85,
    craftingExperience = 2500,
    requiredResources = { {
      ["4027"] = 1
    } },
    craftingMultiplier = { 3 },
    craftable = true,
    itemImage = "/images/combat/materials/aqueous_chunks.png",
    class = "bar",
    extraTooltipInfo = "A chunk of stone supposedly from the bottom of the ocean, still pulsing with latent magical energy. Perhaps it could be used to augment something?",
    tags = { "magic" },
    category = "Rare"
  },
  ["4027"] = {
    id = 4027,
    name = "Frost Shard",
    value = 50000,
    tradeable = true,
    craftingLevel = 85,
    craftingExperience = 2500,
    requiredResources = { {
      ["4026"] = 6
    } },
    craftable = true,
    itemImage = "/images/combat/materials/frost_shard.png",
    class = "bar",
    extraTooltipInfo = "A chunk of ice that never melts. The magic keeping it solid could be channeled somewhere by a skilled enchanter.",
    tags = { "magic" },
    category = "Rare"
  },
  ["4028"] = {
    id = 4028,
    name = "Elder Stone",
    value = 1500000,
    tradeable = true,
    itemImage = "/images/combat/materials/elder_stone.png",
    class = "bar",
    extraTooltipInfo = "A condensed shard of Elder Magic formerly owned by the Elves.",
    tags = { "magic" },
    rarity = "rare"
  },
  ["4500"] = {
    id = 4500,
    name = "Box Trap",
    value = 25,
    experience = 5,
    tradeable = true,
    class = "seed",
    category = "Farming",
    craftingLevel = 1,
    craftingExperience = 30,
    requiredResources = { {
      ["302"] = 33
    }, {
      ["303"] = 27
    }, {
      ["304"] = 21
    } },
    craftable = true,
    itemImage = "/images/farming/hunting/box_trap.png",
    craftingDescription = "A box trap with bait only suitable to catch small game.",
    extraTooltipInfo = "A box trap with bait only suitable to catch small game.",
    tags = { "seed", "hunting", "farming" },
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 1,
      yield = { {
        chance = 1,
        id = 4000,
        min = 1,
        max = 2
      }, {
        chance = 1,
        id = 4007,
        min = 4,
        max = 10
      }, {
        chance = 0.25,
        id = 4007,
        min = 4,
        max = 12
      }, {
        chance = 0.2,
        id = 4000,
        min = 1,
        max = 3
      }, {
        chance = 0.2,
        id = 4004,
        min = 1,
        max = 6
      }, {
        chance = 0.2,
        id = 4008,
        min = 1,
        max = 3
      }, {
        chance = 0.25,
        id = 2000,
        min = 1,
        max = 1
      }, {
        chance = 0.75,
        id = 2001,
        min = 1,
        max = 2
      }, {
        chance = 0.75,
        id = 700,
        min = 4,
        max = 12
      } },
      image = "/images/farming/hunting/box_trap.png",
      align = "bottom",
      experience = 30,
      time = 30
    }
  },
  ["4501"] = {
    id = 4501,
    name = "Pitfall Trap",
    value = 50,
    experience = 10,
    tradeable = true,
    class = "seed",
    category = "Farming",
    craftingLevel = 20,
    craftingExperience = 200,
    requiredResources = { {
      ["303"] = 50
    }, {
      ["304"] = 44
    }, {
      ["305"] = 38
    } },
    craftable = true,
    itemImage = "/images/farming/hunting/pitfall.png",
    craftingDescription = "A pitfall trap with bait suitable to catch small and medium sized game.",
    extraTooltipInfo = "A pitfall trap with bait suitable to catch small and medium sized game.",
    tags = { "seed", "hunting", "farming" },
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 10,
      yield = { {
        chance = 1,
        id = 4000,
        min = 1,
        max = 6
      }, {
        chance = 1,
        id = 4004,
        min = 4,
        max = 10
      }, {
        chance = 0.75,
        id = 4004,
        min = 1,
        max = 8
      }, {
        chance = 0.5,
        id = 4007,
        min = 5,
        max = 10
      }, {
        chance = 0.3333333333333333,
        id = 4008,
        min = 1,
        max = 4
      }, {
        chance = 0.125,
        id = 4005,
        min = 1,
        max = 4
      } },
      image = "/images/farming/hunting/pitfall.png",
      align = "bottom",
      experience = 100,
      time = 35
    }
  },
  ["4502"] = {
    id = 4502,
    name = "Bird Trap",
    value = 100,
    experience = 10,
    tradeable = true,
    class = "seed",
    category = "Farming",
    craftingLevel = 30,
    craftingExperience = 300,
    requiredResources = { {
      ["304"] = 75
    }, {
      ["305"] = 65
    }, {
      ["306"] = 55
    } },
    craftable = true,
    itemImage = "/images/farming/hunting/bird_trap.png",
    craftingDescription = "A bird trap with bait suitable to catch small flying creatures.",
    extraTooltipInfo = "A bird trap with bait suitable to catch small flying creatures.",
    tags = { "seed", "hunting", "farming" },
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 20,
      yield = { {
        chance = 0.75,
        id = 2000,
        min = 1,
        max = 1
      }, {
        chance = 0.005,
        id = 185,
        min = 1,
        max = 16
      }, {
        chance = 0.01,
        id = 150,
        min = 1,
        max = 3
      }, {
        chance = 1,
        id = 4000,
        min = 1,
        max = 2
      }, {
        chance = 0.5,
        id = 1,
        min = 1,
        max = 1
      }, {
        chance = 0.25,
        id = 4004,
        min = 1,
        max = 1
      }, {
        chance = 0.001,
        id = 400,
        min = 1,
        max = 3
      }, {
        chance = 8.0E-4,
        id = 401,
        min = 1,
        max = 2
      }, {
        chance = 6.666666666666666E-4,
        id = 402,
        min = 1,
        max = 1
      }, {
        chance = 5.714285714285715E-4,
        id = 403,
        min = 1,
        max = 1
      }, {
        chance = 5.0E-4,
        id = 404,
        min = 1,
        max = 1
      }, {
        id = 151,
        chance = 0.013333333333333334,
        min = 1,
        max = 1
      }, {
        id = 152,
        chance = 0.013333333333333334,
        min = 1,
        max = 1
      }, {
        id = 153,
        chance = 0.013333333333333334,
        min = 1,
        max = 1
      }, {
        id = 154,
        chance = 0.01,
        min = 1,
        max = 1
      }, {
        id = 155,
        chance = 0.01,
        min = 1,
        max = 1
      }, {
        id = 156,
        chance = 0.01,
        min = 1,
        max = 1
      }, {
        id = 157,
        chance = 0.008,
        min = 1,
        max = 1
      }, {
        id = 158,
        chance = 0.008,
        min = 1,
        max = 1
      }, {
        id = 159,
        chance = 0.008,
        min = 1,
        max = 1
      }, {
        id = 160,
        chance = 0.006666666666666667,
        min = 1,
        max = 1
      }, {
        id = 161,
        chance = 0.006666666666666667,
        min = 1,
        max = 1
      }, {
        id = 170,
        chance = 0.004,
        min = 1,
        max = 1
      }, {
        id = 171,
        chance = 0.004,
        min = 1,
        max = 1
      }, {
        id = 172,
        chance = 0.004,
        min = 1,
        max = 1
      }, {
        id = 173,
        chance = 0.004,
        min = 1,
        max = 1
      }, {
        id = 174,
        chance = 0.004,
        min = 1,
        max = 1
      }, {
        id = 175,
        chance = 0.004,
        min = 1,
        max = 1
      }, {
        id = 176,
        chance = 0.004,
        min = 1,
        max = 1
      }, {
        id = 901,
        chance = 0.005,
        min = 1,
        max = 1
      } },
      image = "/images/farming/hunting/bird_trap.png",
      align = "bottom",
      experience = 325,
      time = 120
    }
  },
  ["4503"] = {
    id = 4503,
    name = "Net Trap",
    value = 125,
    experience = 10,
    tradeable = true,
    class = "seed",
    category = "Farming",
    craftingLevel = 35,
    craftingExperience = 400,
    requiredResources = { {
      ["304"] = 90
    }, {
      ["305"] = 80
    }, {
      ["306"] = 70
    } },
    craftable = true,
    itemImage = "/images/farming/hunting/net_trap.png",
    craftingDescription = "A net trap with bait suitable to catch most creatures.",
    extraTooltipInfo = "A net trap with bait suitable to catch most creatures.",
    tags = { "seed", "hunting", "farming" },
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 25,
      yield = { {
        chance = 1,
        id = 4000,
        min = 1,
        max = 6
      }, {
        chance = 1,
        id = 4008,
        min = 1,
        max = 6
      }, {
        chance = 1,
        id = 4004,
        min = 1,
        max = 12
      }, {
        chance = 0.6666666666666666,
        id = 4005,
        min = 1,
        max = 6
      }, {
        chance = 0.5,
        id = 4007,
        min = 1,
        max = 6
      }, {
        chance = 0.25,
        id = 4001,
        min = 1,
        max = 4
      }, {
        chance = 0.125,
        id = 4002,
        min = 1,
        max = 4
      }, {
        chance = 0.125,
        id = 4003,
        min = 1,
        max = 4
      }, {
        chance = 0.125,
        id = 4004,
        min = 1,
        max = 4
      }, {
        chance = 0.125,
        id = 4005,
        min = 1,
        max = 4
      }, {
        chance = 0.125,
        id = 4007,
        min = 1,
        max = 4
      }, {
        chance = 0.125,
        id = 4009,
        min = 1,
        max = 4
      }, {
        chance = 0.125,
        id = 4008,
        min = 1,
        max = 4
      }, {
        chance = 0.125,
        id = 4010,
        min = 1,
        max = 4
      } },
      image = "/images/farming/hunting/net_trap.png",
      align = "bottom",
      experience = 300,
      time = 45
    }
  },
  ["4504"] = {
    id = 4504,
    name = "Bear Trap",
    value = 150,
    tradeable = true,
    class = "seed",
    category = "Farming",
    craftingLevel = 45,
    craftingExperience = 500,
    requiredResources = { {
      ["305"] = 90
    }, {
      ["306"] = 80
    }, {
      ["307"] = 45
    } },
    craftable = true,
    itemImage = "/images/farming/hunting/metal_trap.png",
    craftingDescription = "A bear trap with bait only suitable to catch large and medium sized creatures.",
    extraTooltipInfo = "A bear trap with bait only suitable to catch large and medium sized creatures.",
    tags = { "seed", "hunting", "farming" },
    rarity = "uncommon",
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 35,
      yield = { {
        chance = 1,
        id = 4000,
        min = 1,
        max = 10
      }, {
        chance = 1,
        id = 4005,
        min = 1,
        max = 6
      }, {
        chance = 1,
        id = 4004,
        min = 1,
        max = 14
      }, {
        chance = 1,
        id = 4002,
        min = 1,
        max = 10
      }, {
        chance = 0.75,
        id = 4001,
        min = 1,
        max = 8
      }, {
        chance = 0.25,
        id = 4002,
        min = 1,
        max = 8
      }, {
        chance = 0.25,
        id = 4008,
        min = 1,
        max = 6
      }, {
        chance = 0.25,
        id = 4009,
        min = 1,
        max = 6
      }, {
        chance = 0.125,
        id = 4003,
        min = 1,
        max = 2
      }, {
        chance = 0.125,
        id = 4010,
        min = 1,
        max = 2
      } },
      image = "/images/farming/hunting/metal_trap.png",
      align = "bottom",
      experience = 400,
      time = 50
    }
  },
  ["4505"] = {
    id = 4505,
    name = "Water Totem",
    value = 150,
    tradeable = true,
    class = "seed",
    category = "Farming",
    craftingLevel = 66,
    craftingExperience = 2000,
    requiredResources = { {
      ["513"] = 5000,
      ["11032"] = 10
    } },
    craftable = true,
    itemImage = "/images/farming/totem/water_totem_mj_v2.png",
    craftingDescription = "A totem that periodically summons rainstorms. Has up to a 10% chance every farming tick to advance every plot by one growth stage. Its effect grows as it ages. Only the oldest water totem will take effect. The totem will automatically expire when it is fully grown.",
    extraTooltipInfo = "A totem that periodically summons rainstorms. Has up to a 10% chance every farming tick to advance every plot by one growth stage. Its effect grows as it ages. Only the oldest water totem will take effect. The totem will automatically expire when it is fully grown.",
    tags = { "seed", "farming" },
    rarity = "rare",
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 40,
      yield = { },
      image = "/images/farming/totem/water_totem_mj_v2.png",
      align = "bottom",
      experience = 10000,
      time = 10080
    }
  },
  ["4506"] = {
    id = 4506,
    name = "Nature Totem",
    value = 150,
    tradeable = true,
    class = "seed",
    category = "Farming",
    craftingLevel = 66,
    craftingExperience = 2000,
    requiredResources = { {
      ["109"] = 1000,
      ["517"] = 5000
    } },
    craftable = true,
    itemImage = "/images/farming/totem/nature_orb.png",
    craftingDescription = "A totem that imbues your farmland with nature energy. Has up to a 10% chance to make any automatic replant cost nothing. Its effect grows as it ages. Only the oldest nature totem will take effect. The totem will automatically expire when it is fully grown.",
    extraTooltipInfo = "A totem that imbues your farmland with nature energy. Has up to a 10% chance to make any automatic replant cost nothing. Its effect grows as it ages. Only the oldest nature totem will take effect. The totem will automatically expire when it is fully grown.",
    tags = { "seed", "farming" },
    rarity = "rare",
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 40,
      yield = { },
      image = "/images/farming/totem/nature_orb.png",
      align = "bottom",
      experience = 10000,
      time = 10080
    }
  },
  ["4507"] = {
    id = 4507,
    name = "Earth Totem",
    value = 150,
    tradeable = true,
    class = "seed",
    category = "Farming",
    craftingLevel = 66,
    craftingExperience = 2000,
    requiredResources = { {
      ["109"] = 1000,
      ["511"] = 5000
    } },
    craftable = true,
    itemImage = "/images/farming/totem/earth_orb.png",
    craftingDescription = "A totem that enhances your farmland's soil. Has up to a 10% chance to increase yields by 50% based on totem age. Its effect grows as it ages. Only the oldest earth totem will take effect. The totem will automatically expire when it is fully grown.",
    extraTooltipInfo = "A totem that enhances your farmland's soil. Has up to a 10% chance to increase yields by 50% based on totem age. Its effect grows as it ages. Only the oldest earth totem will take effect. The totem will automatically expire when it is fully grown.",
    tags = { "seed", "farming" },
    rarity = "rare",
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 40,
      yield = { },
      image = "/images/farming/totem/earth_orb.png",
      align = "bottom",
      experience = 10000,
      time = 10080
    }
  },
  ["4508"] = {
    id = 4508,
    name = "Coalescing Totem",
    value = 150,
    tradeable = true,
    class = "seed",
    category = "Farming",
    craftingLevel = 66,
    craftingExperience = 2000,
    requiredResources = { {
      ["109"] = 1000,
      ["516"] = 3000,
      ["517"] = 3000
    } },
    craftable = true,
    itemImage = "/images/farming/totem/condensed_orb.png",
    craftingDescription = "A totem that coalesces various energies into a single form. Gives up to a 15% chance to half fertilizer cost, increase yield by 50%, and increase growth speed with chance increasing most drastically when there are more unique things planted with various sizes to grow. Stacks with non-coalescing totems that have the same effect. Only the oldest coalescing totem will take effect. The totem will automatically expire when it is fully grown.",
    extraTooltipInfo = "A totem that coalesces various energies into a single form. Gives up to a 15% chance to half fertilizer cost, increase yield by 50%, and increase growth speed with chance increasing most drastically when there are more unique things planted with various sizes to grow. Stacks with non-coalescing totems that have the same effect. Only the oldest coalescing totem will take effect. The totem will automatically expire when it is fully grown.",
    tags = { "seed", "farming" },
    rarity = "rare",
    farmingStats = {
      height = 1,
      width = 1,
      requiredLevel = 40,
      yield = { },
      image = "/images/farming/totem/condensed_orb.png",
      align = "bottom",
      experience = 10000,
      time = 10080
    }
  },
  ["5000"] = {
    name = "Shrimp Bauble",
    id = 5000,
    tradeable = false,
    enchantmentTier = 0,
    value = 10,
    augmentationCost = {
      ["9"] = 1000
    },
    itemImage = "/images/misc/shrimp_bauble.png",
    class = "key",
    extraTooltipInfo = "Untamed magic oozes out from inside.",
    tags = { },
    augmentingFailItem = 9015,
    augmentingForcedAmount = 1,
    forcedAugmentChance = 0.5
  },
  ["5001"] = {
    id = 5001,
    name = "Shrimp",
    tradeable = false,
    enchantmentTier = 0,
    augmentationCost = {
      ["60"] = 1
    },
    itemImage = "/images/misc/schfftph_fzzglgl.png",
    class = "fish",
    extraTooltipInfo = "One of perfection's many forms.",
    tags = { }
  },
  ["5002"] = {
    id = 5002,
    name = "Shrimp Ascendant",
    tradeable = false,
    enchantmentTier = 0,
    augmentationCost = {
      ["60"] = 1
    },
    itemImage = "/images/misc/schfftph_fzzglgl_kakfzz.png",
    class = "fish",
    extraTooltipInfo = "Perfection comes in many forms, but this is a perversion of the art.",
    tags = { }
  },
  ["6000"] = {
    id = 6000,
    name = "Gold Medal",
    tradeable = false,
    itemImage = "/images/ui/highscore_gold.png",
    extraTooltipInfo = "First place award!",
    class = "gold-medal",
    tags = { "unique" }
  },
  ["6001"] = {
    id = 6001,
    name = "Silver Medal",
    tradeable = false,
    itemImage = "/images/ui/highscore_silver.png",
    extraTooltipInfo = "Second place award!",
    class = "silver-medal",
    tags = { "unique" }
  },
  ["6002"] = {
    id = 6002,
    name = "Bronze Medal",
    tradeable = false,
    itemImage = "/images/ui/highscore_bronze.png",
    extraTooltipInfo = "Third place award!",
    class = "bronze-medal",
    tags = { "unique" }
  },
  ["6950"] = {
    id = 6950,
    name = "Event Token",
    tradeable = false,
    itemImage = "/images/misc/event_token.png",
    extraTooltipInfo = "Can be spent in the Event Shop for various event related items and buffs.",
    class = "gold-medal",
    tags = { "event" }
  },
  ["7000"] = {
    id = 7000,
    name = "Snow",
    tradeable = false,
    itemImage = "/images/christmas/snow.png",
    extraTooltipInfo = "Used to make Snowballs!",
    class = "christmas-drop",
    tags = { "event" }
  },
  ["7001"] = {
    id = 7001,
    name = "Snowball",
    craftingLevel = 1,
    tradeable = false,
    craftingExperience = 1,
    craftable = true,
    itemImage = "/images/christmas/snowball.png",
    extraTooltipInfo = "Use '/throw NAME' to throw at people!",
    class = "christmas-drop",
    category = "Event",
    tags = { "crafting", "event" },
    requiredResources = { {
      ["7000"] = 100
    } }
  },
  ["7002"] = {
    id = 7002,
    name = "Wrapping Paper",
    tradeable = false,
    itemImage = "/images/christmas/wrapping_paper.png",
    extraTooltipInfo = "Born to be torn apart",
    class = "christmas-drop",
    tags = { "crafting", "event" }
  },
  ["7003"] = {
    id = 7003,
    name = "Present",
    tradeable = false,
    itemImage = "/images/christmas/present.png",
    canBeOpened = true,
    extraTooltipInfo = "Merry Christmas!",
    class = "christmas-present",
    tags = { "event", "chest" },
    rarity = "rare"
  },
  ["7004"] = {
    id = 7004,
    name = "Cookie Dough",
    tradeable = false,
    ingredientTags = { "christmas", "sweetener" },
    level = 1,
    experience = 1,
    skill = "crafting",
    size = 1,
    difficulty = 1,
    itemImage = "/images/christmas/cookie_dough.png",
    extraTooltipInfo = "It smells like cookies",
    class = "christmas-food",
    time = 1000,
    tags = { "ingredient", "cooking", "event" }
  },
  ["7005"] = {
    id = 7005,
    name = "Cookie",
    tradeable = false,
    itemImage = "/images/christmas/cookie.png",
    extraTooltipInfo = "It reminds you of your childhood",
    class = "christmas-food",
    tags = { "consumable", "food", "cooking", "event" },
    healing = {
      hp = 6,
      cooldown = 7500,
      perTick = 6,
      totalTicks = 10,
      tickDelay = 5000,
      ignoreCooldown = true
    }
  },
  ["7006"] = {
    id = 7006,
    name = "Gummy Fish",
    tradeable = false,
    level = 1,
    experience = 1,
    itemImage = "/images/christmas/gummy_fish.png",
    extraTooltipInfo = "Delicious candy!",
    class = "christmas-drop",
    time = 1000,
    tags = { "ingredient", "consumable", "food", "fishing", "event" }
  },
  ["7007"] = {
    id = 7007,
    name = "Gummy Shark Fin",
    tradeable = false,
    itemImage = "/images/christmas/gummy_shark_fin.png",
    extraTooltipInfo = "Looks like it came off a Gummy Shark!",
    class = "christmas-drop",
    tags = { "event" }
  },
  ["7008"] = {
    id = 7008,
    name = "Krampus' Horn",
    tradeable = false,
    itemImage = "/images/christmas/krampus_horn.png",
    extraTooltipInfo = "A deathly energy weakly pulses from them still...",
    class = "christmas-drop",
    tags = { "event" }
  },
  ["7009"] = {
    id = 7009,
    name = "Candy Buttons",
    tradeable = false,
    itemImage = "/images/christmas/candy_buttons.png",
    extraTooltipInfo = "The buttons from Lumpy, Dumpy and Clumpy!",
    class = "christmas-drop",
    tags = { "event" }
  },
  ["7010"] = {
    id = 7010,
    name = "Scarf",
    tradeable = false,
    itemImage = "/images/christmas/scarf.png",
    extraTooltipInfo = "Keeps you warm while you play in the snow!",
    class = "christmas-drop",
    tags = { "event" }
  },
  ["7011"] = {
    id = 7011,
    name = "Evergreen Log",
    tradeable = false,
    level = 1,
    experience = 1,
    itemImage = "/images/christmas/evergreen_log.png",
    extraTooltipInfo = "Smells faintly of mint and cinnamon",
    class = "christmas-drop",
    tags = { "foraging", "event" }
  },
  ["7012"] = {
    id = 7012,
    name = "Corrupted Evergreen Log",
    tradeable = false,
    itemImage = "/images/christmas/corrupted_evergreen_log.png",
    extraTooltipInfo = "It reeks of decay",
    class = "christmas-drop",
    tags = { "event" }
  },
  ["7013"] = {
    id = 7013,
    name = "Magic Ice",
    tradeable = false,
    level = 1,
    experience = 1,
    time = 1000,
    itemImage = "/images/christmas/magic_ice.png",
    extraTooltipInfo = "Magically makes you want to lick it",
    class = "christmas-drop",
    tags = { "mining", "event" }
  },
  ["7014"] = {
    id = 7014,
    name = "Inferior Bearded Wanderer",
    tradeable = false,
    enchantmentTier = 0,
    itemImage = "/images/christmas/christmas_helmet_worn.png",
    itemIcon = "/images/christmas/christmas_helmet.png",
    extraTooltipInfo = "The hat's a little loose and the beard is itchy",
    visual = "christmas-helmet",
    class = "christmas-tier1",
    tags = { "armor", "event" },
    equipmentStats = {
      slot = "helm",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      }
    }
  },
  ["7015"] = {
    id = 7015,
    name = "Inferior Reindeer Hunters' Armor",
    tradeable = false,
    enchantmentTier = 0,
    itemImage = "/images/christmas/christmas_chestplate_worn.png",
    itemIcon = "/images/christmas/christmas_chestplate.png",
    extraTooltipInfo = "Not the warmest or most protective, but it'll work!",
    visual = "christmas-breastplate",
    class = "christmas-tier1",
    tags = { "armor", "event" },
    equipmentStats = {
      slot = "body",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      }
    }
  },
  ["7016"] = {
    id = 7016,
    name = "Inferior Reindeer Hunters' Leggings",
    tradeable = false,
    enchantmentTier = 0,
    itemImage = "/images/christmas/christmas_leggings_worn.png",
    itemIcon = "/images/christmas/christmas_leggings.png",
    extraTooltipInfo = "Chafes in all the wrong places",
    visual = "christmas-leggings",
    class = "christmas-tier1",
    tags = { "armor", "event" },
    equipmentStats = {
      slot = "legs",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      }
    }
  },
  ["7017"] = {
    id = 7017,
    name = "Inferior Christmas Lights",
    tradeable = false,
    enchantmentTier = 0,
    itemImage = "/images/christmas/christmas_weapon_worn.png",
    itemIcon = "/images/christmas/christmas_weapon.png",
    extraTooltipInfo = "Still a little dusty from being in storage",
    visual = "christmas-weapon",
    class = "christmas-tier1",
    tags = { "event", "onehand" },
    equipmentStats = {
      slot = "weapon",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 2.4
    }
  },
  ["7018"] = {
    id = 7018,
    name = "SuperSled 1337",
    tradeable = false,
    enchantmentTier = 0,
    itemImage = "/images/christmas/christmas_shield_worn.png",
    itemIcon = "/images/christmas/christmas_shield.png",
    extraTooltipInfo = "An elite sled for elite sledders",
    visual = "christmas-shield",
    class = "christmas-tier1",
    tags = { "event" },
    equipmentStats = {
      slot = "shield",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      }
    }
  },
  ["7019"] = {
    id = 7019,
    name = "Bearded Wanderer",
    tradeable = false,
    enchantmentTier = 0,
    itemImage = "/images/christmas/christmas_helmet_worn.png",
    itemIcon = "/images/christmas/christmas_helmet.png",
    extraTooltipInfo = "The hat's too tight and the beard smells funny.",
    visual = "christmas-helmet",
    class = "christmas-tier2",
    tags = { "armor", "event" },
    equipmentStats = {
      slot = "helm",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      }
    }
  },
  ["7020"] = {
    id = 7020,
    name = "Reindeer Hunters' Armor",
    tradeable = false,
    enchantmentTier = 0,
    itemImage = "/images/christmas/christmas_chestplate_worn.png",
    itemIcon = "/images/christmas/christmas_chestplate.png",
    extraTooltipInfo = "Hypothermia is no longer your biggest threat!",
    visual = "christmas-breastplate",
    class = "christmas-tier2",
    tags = { "armor", "event" },
    equipmentStats = {
      slot = "body",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      }
    }
  },
  ["7021"] = {
    id = 7021,
    name = "Reindeer Hunters' Leggings",
    tradeable = false,
    enchantmentTier = 0,
    itemImage = "/images/christmas/christmas_leggings_worn.png",
    itemIcon = "/images/christmas/christmas_leggings.png",
    extraTooltipInfo = "There's no holes, at least!",
    visual = "christmas-leggings",
    class = "christmas-tier2",
    tags = { "armor", "event" },
    equipmentStats = {
      slot = "legs",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      }
    }
  },
  ["7022"] = {
    id = 7022,
    name = "Christmas Lights",
    tradeable = false,
    enchantmentTier = 0,
    itemImage = "/images/christmas/christmas_weapon_worn.png",
    itemIcon = "/images/christmas/christmas_weapon.png",
    extraTooltipInfo = "Not for the nice!",
    visual = "christmas-weapon",
    class = "christmas-tier2",
    tags = { "event", "onehand" },
    equipmentStats = {
      slot = "weapon",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 2.4
    }
  },
  ["7023"] = {
    id = 7023,
    name = "SuperSled 9000",
    tradeable = false,
    enchantmentTier = 0,
    itemImage = "/images/christmas/christmas_shield_worn.png",
    itemIcon = "/images/christmas/christmas_shield.png",
    extraTooltipInfo = "For when sledding meets extreme sports",
    visual = "christmas-shield",
    class = "christmas-tier2",
    tags = { "event" },
    equipmentStats = {
      slot = "shield",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      }
    }
  },
  ["7024"] = {
    id = 7024,
    name = "Superior Bearded Wanderer",
    tradeable = false,
    enchantmentTier = 0,
    itemImage = "/images/christmas/christmas_helmet_worn.png",
    itemIcon = "/images/christmas/christmas_helmet.png",
    extraTooltipInfo = "The hat's just right and the beard is perfectly groomed.",
    visual = "christmas-helmet",
    class = "christmas-tier3",
    tags = { "armor", "event" },
    equipmentStats = {
      isTransmog = true,
      slot = "helm",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      }
    }
  },
  ["7025"] = {
    id = 7025,
    name = "Superior Reindeer Hunters' Armor",
    tradeable = false,
    enchantmentTier = 0,
    itemImage = "/images/christmas/christmas_chestplate_worn.png",
    itemIcon = "/images/christmas/christmas_chestplate.png",
    extraTooltipInfo = "The skull whispers to you softly, urging you to kill",
    visual = "christmas-breastplate",
    class = "christmas-tier3",
    tags = { "armor", "event" },
    equipmentStats = {
      isTransmog = true,
      slot = "body",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      }
    }
  },
  ["7026"] = {
    id = 7026,
    name = "Superior Reindeer Hunters' Leggings",
    tradeable = false,
    enchantmentTier = 0,
    itemImage = "/images/christmas/christmas_leggings_worn.png",
    itemIcon = "/images/christmas/christmas_leggings.png",
    extraTooltipInfo = "The hide might not have protected the reindeer, but it will protect you.",
    visual = "christmas-leggings",
    class = "christmas-tier3",
    tags = { "armor", "event" },
    equipmentStats = {
      isTransmog = true,
      slot = "legs",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      }
    }
  },
  ["7027"] = {
    id = 7027,
    name = "Superior Christmas Lights",
    tradeable = false,
    enchantmentTier = 0,
    itemImage = "/images/christmas/christmas_weapon_worn.png",
    itemIcon = "/images/christmas/christmas_weapon.png",
    extraTooltipInfo = "For the naughty!",
    visual = "christmas-weapon",
    class = "christmas-tier3",
    tags = { "event" },
    equipmentStats = {
      isTransmog = true,
      slot = "weapon",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      },
      oneHanded = true,
      attackSpeed = 2.4
    }
  },
  ["7028"] = {
    id = 7028,
    name = "SuperSled 9001",
    tradeable = false,
    enchantmentTier = 0,
    itemImage = "/images/christmas/christmas_shield_worn.png",
    itemIcon = "/images/christmas/christmas_shield.png",
    extraTooltipInfo = "It's over 9000!",
    visual = "christmas-shield",
    class = "christmas-tier3",
    tags = { "event" },
    equipmentStats = {
      isTransmog = true,
      slot = "shield",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      }
    }
  },
  ["7029"] = {
    name = "Magical Snowball",
    id = 7029,
    enchantmentTier = 5,
    augmentationCost = {
      ["519"] = 500
    },
    value = 2840000,
    tradeable = true,
    requiredLevel = {
      attack = 50,
      strength = 50
    },
    itemImage = "/images/christmas/magical_snowball.png",
    class = "equipment",
    visual = "magical-snowball",
    category = { "armor", "combat", "christmas" },
    tags = { "melee", "event" },
    equipmentStats = {
      isTransmog = true,
      slot = "shield",
      offensiveAccuracyAffinityRating = {
        Melee = 6,
        Magic = 18,
        Range = 0
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 1,
        Range = 1,
        Ice = 1.05
      },
      defensiveDamageAffinity = {
        Melee = 1,
        Magic = 1,
        Range = 1,
        Ice = 1.05
      },
      weaponBonus = {
        strength = 0,
        intellect = 4,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 0,
        stamina = 0
      },
      augmentationBonus = { {
        stat = "weaponBonus.intellect",
        value = 0.5
      } }
    },
    rarity = "uncommon"
  },
  ["7030"] = {
    name = "Candy Cane Daggers",
    id = 7030,
    enchantmentTier = 5,
    augmentationCost = {
      ["2015"] = 100
    },
    value = 2840000,
    tradeable = true,
    requiredLevel = {
      strength = 50
    },
    itemImage = "/images/christmas/candy_cane_dagger.png",
    itemIcon = "/images/christmas/candy_cane_daggers_icon.png",
    class = "equipment",
    visual = "candy-cane-daggers",
    isDaggers = true,
    category = { "weapon", "combat", "christmas" },
    tags = { "melee", "twohand", "event" },
    equipmentStats = {
      isTransmog = true,
      slot = "weapon",
      offensiveCritical = {
        chance = 0.055,
        damageMultiplier = 1.75
      },
      offensiveAccuracyAffinityRating = {
        Melee = 69,
        Magic = -10,
        Range = -10,
        Piercing = 43,
        Blunt = -8,
        Slashing = 43
      },
      offensiveDamageAffinity = {
        Melee = 1,
        Magic = 0.33,
        Range = 0.2,
        Piercing = 1.1,
        Blunt = 0.33,
        Slashing = 0.75
      },
      weaponBonus = {
        strength = 29,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 0,
        resistance = 0,
        agility = 10,
        stamina = 0
      },
      attackSpeed = 2,
      augmentationBonus = { {
        stat = "offensiveCritical.chance",
        value = 0.01
      }, {
        stat = "offensiveCritical.damageMultiplier",
        value = 0.01
      }, {
        stat = "armorBonus.agility",
        value = 0.1
      } }
    },
    rarity = "uncommon"
  },
  ["7031"] = {
    name = "Festive Shroud",
    id = 7031,
    enchantmentTier = 1,
    augmentationCost = {
      ["2015"] = 100
    },
    value = 5120000,
    tradeable = true,
    requiredLevel = {
      defense = 40,
      enchanting = 40
    },
    itemImage = "/images/christmas/festive_shroud.png",
    itemIcon = "/images/christmas/festive_shroud_hood.png",
    class = "equipment",
    visual = "cape",
    category = { "weapon", "combat", "christmas" },
    tags = { "melee", "armor", "event" },
    equipmentStats = {
      isTransmog = true,
      slot = "cape",
      defensiveDamageAffinity = {
        Melee = 1.02,
        Magic = 1.02,
        Range = 1.02
      },
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      },
      armorBonus = {
        protection = 4,
        resistance = 4,
        agility = 4,
        stamina = 4
      },
      augmentationBonus = { {
        stat = "armorBonus.protection",
        value = 0.5
      }, {
        stat = "armorBonus.resistance",
        value = 0.5
      }, {
        stat = "armorBonus.agility",
        value = 0.5
      }, {
        stat = "armorBonus.stamina",
        value = 0.5
      } }
    },
    rarity = "epic"
  },
  ["7032"] = {
    name = "Merry Maker's Mittens",
    id = 7032,
    itemImage = "/images/christmas/christmas_gloves.png",
    extraTooltipInfo = "A pair of mittens to keep you warm in the bitter cold! Wait, are they fingerless?",
    class = "equipment",
    visual = "gloves",
    tags = { "armor", "event" },
    equipmentStats = {
      isTransmog = true,
      slot = "gloves",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      }
    }
  },
  ["7033"] = {
    name = "Mistletoe Treads",
    id = 7033,
    itemImage = "/images/christmas/christmas_boots.png",
    itemIcon = "/images/christmas/christmas_boots_icon.png",
    extraTooltipInfo = "For treading on snow or enemy faces.",
    class = "equipment",
    visual = "boots",
    tags = { "armor", "event" },
    equipmentStats = {
      isTransmog = true,
      slot = "boots",
      weaponBonus = {
        strength = 0,
        intellect = 0,
        dexterity = 0
      }
    }
  },
  ["7034"] = {
    id = 7034,
    name = "Magic Ice Bar",
    skill = "smithing",
    level = 1,
    experience = 100,
    time = 12000,
    itemImage = "/images/christmas/ice_bar.png",
    class = "bar",
    extraTooltipInfo = "A coalesced bar of magic ice. Cold to the touch!",
    tags = { "mining", "smithing", "event" },
    requiredResources = { {
      ["2"] = 100,
      ["7013"] = 2
    } }
  },
  ["7035"] = {
    name = "Winter Rune",
    id = 7035,
    time = 5000,
    itemImage = "/images/christmas/Snow_Rune.png",
    extraTooltipInfo = "A slate imbued with the essence of winter.",
    class = "rune",
    tags = { "ammunition", "magic", "runecrafting", "event" },
    requiredResources = { {
      ["113"] = 1,
      ["7038"] = 400
    } }
  },
  ["7036"] = {
    name = "Scroll of Candy Canes",
    activeMessage = "Making Scrolls of Candy Canes",
    enchant = true,
    hidden = true,
    categories = { "christmas elf gear" },
    time = 15000,
    id = 7036,
    enchantmentID = 7000,
    level = 1,
    experience = 100,
    baseSuccessChance = 1,
    itemImage = "/images/christmas/xmas_scroll.png",
    skillIcon = "/images/enchanting/enchanting_logo.png",
    class = "enchanted-scroll",
    actionButton = "Craft",
    extraTooltipInfo = "A scroll enchanted with some sort of winter magic, not compatible with any gear you know of.",
    tags = { "enchanting", "event" },
    requiredResources = { {
      ["516"] = 10,
      ["518"] = 10,
      ["519"] = 10,
      ["7002"] = 1,
      ["7035"] = 20
    } }
  },
  ["7037"] = {
    id = 7037,
    name = "Gummy Lure",
    fishingBait = {
      level = 0,
      bait = 0,
      reel = 0,
      bonus = 0
    },
    itemImage = "images/christmas/gummy_bait.png",
    craftingDescription = "Each craft results in 2 bait. Helps with Christmas zone fishing.",
    extraTooltipInfo = "A gummy fish turned into a lure. Helps with Christmas zone fishin.",
    class = "fish",
    tags = { "fishing", "event" }
  },
  ["7038"] = {
    id = 7038,
    name = "Winter Essence",
    essence = true,
    tradeable = false,
    itemImage = "/images/christmas/snow_essence.png",
    extraTooltipInfo = "Winter essence can be gathered by doing non-combat Christmas event activities.",
    class = "rune",
    tags = { "magic", "runecrafting", "event" }
  },
  ["7039"] = {
    id = 7039,
    name = "Gummy Shark",
    tradeable = false,
    level = 1,
    experience = 1,
    itemImage = "/images/christmas/monsters/gummy_shark.png",
    extraTooltipInfo = "More likely to bite you than let you bite it!",
    class = "christmas-drop",
    time = 1000,
    tags = { "ingredient", "fishing", "event" }
  },
  ["7040"] = {
    id = 7040,
    name = "Angry Letter",
    tradeable = false,
    itemImage = "/images/christmas/angry_letter.png",
    extraTooltipInfo = "An angrily worded letter from someone you threw a snowball at!",
    class = "christmas-drop",
    tags = { "event" }
  },
  ["7041"] = {
    id = 7041,
    name = "Baubles",
    tradeable = false,
    itemImage = "/images/christmas/baubles.png",
    extraTooltipInfo = "Commemorates Christmas 2021! How many can you collect?",
    class = "christmas-drop",
    tags = { "event" }
  },
  ["7050"] = {
    id = 7050,
    name = "Snowglobe",
    tradeable = false,
    itemImage = "/images/christmas/snowglobe.png",
    extraTooltipInfo = "Stores your Christmas Spirit!",
    class = "christmas-globe",
    tags = { "event" }
  },
  ["7060"] = {
    id = 7060,
    name = "Mr. Klimp",
    itemImage = "/images/combat/monsters/chicken.png",
    extraTooltipInfo = "whatisthis? Fabled to have once costed trillions of gold.",
    class = "equipment",
    visual = "p-chicken",
    tags = { "melee", "armor", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      fullTransmog = true,
      slot = "cape"
    },
    rarity = "legendary"
  },
  ["7061"] = {
    id = 7061,
    name = "The Mine Dwelling Hamster",
    itemImage = "/images/combat/monsters/elite/hamster.png",
    extraTooltipInfo = "Back to the mines with you!!!",
    class = "equipment",
    visual = "p-chicken",
    tags = { "melee", "armor", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      fullTransmog = true,
      slot = "cape"
    },
    rarity = "legendary"
  },
  ["7062"] = {
    id = 7062,
    name = "Lil Crown Hamperster",
    itemImage = "/images/combat/monsters/elite/hamster2.png",
    extraTooltipInfo = "Little hat REQUIRED",
    class = "equipment",
    visual = "p-chicken",
    tags = { "melee", "armor", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      fullTransmog = true,
      slot = "cape"
    },
    rarity = "legendary"
  },
  ["7063"] = {
    name = "Lightning Edge",
    id = 7063,
    itemImage = "/images/premium/cosmetic/equipment/lightning_edge.gif",
    class = "equipment",
    extraTooltipInfo = "Lightning never strikes twice, so surely this is an anomaly.",
    visual = "zero",
    category = { "weapon", "combat" },
    tags = { "melee", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      slot = "weapon",
      oneHanded = true
    },
    rarity = "legendary"
  },
  ["7064"] = {
    name = "Frost Maul",
    id = 7064,
    itemImage = "/images/premium/cosmetic/equipment/frost_maul.gif",
    extraTooltipInfo = "A hulking mass of snow covered ice.",
    class = "equipment",
    visual = "moss-maul",
    category = { "weapon", "combat" },
    tags = { "melee", "twohand", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      slot = "weapon"
    },
    rarity = "legendary"
  },
  ["7065"] = {
    id = 7065,
    name = "Abusive",
    itemImage = "/images/combat/monsters/elite/hamster3.png",
    extraTooltipInfo = "gamster",
    class = "equipment",
    visual = "p-chicken",
    tags = { "melee", "armor", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      fullTransmog = true,
      slot = "cape"
    },
    rarity = "legendary"
  },
  ["7066"] = {
    name = "Elite Titan Helm",
    id = 7066,
    itemImage = "/images/premium/cosmetic/equipment/elite_titan_helmet.png",
    itemIcon = "/images/premium/cosmetic/equipment/elite_titan_helmet_icon.png",
    extraTooltipInfo = "A particularly intricate helmet, far more than the average Titan would wear.",
    class = "equipment",
    visual = "black-knight-full-helm",
    category = { "weapon", "combat", "cosmetic" },
    tags = { "melee", "armor" },
    equipmentStats = {
      isTransmog = true,
      slot = "helm"
    },
    rarity = "legendary"
  },
  ["7067"] = {
    name = "Ancient Crown",
    id = 7067,
    itemImage = "/images/premium/cosmetic/equipment/ancient_crown.png",
    itemIcon = "/images/premium/cosmetic/equipment/ancient_crown_icon.png",
    extraTooltipInfo = "An incredible old crown. Could be a bracelet if you are a giant.",
    class = "equipment",
    visual = "kings-crown",
    category = { "weapon", "combat", "cosmetic" },
    tags = { "melee", "armor" },
    equipmentStats = {
      isTransmog = true,
      slot = "helm"
    },
    rarity = "legendary"
  },
  ["7068"] = {
    name = "Idlescape Bond",
    id = 7068,
    isToken = true,
    itemImage = "/images/premium/premium_icon.png",
    itemIcon = "/images/premium/premium_icon.png",
    extraTooltipInfo = "A token that can be redeemed for a month of Idlescape Plus. Can be traded in the Marketplace. \nHas an increased tax-rate of 20% when sold on the Marketplace. WIP: NO FUNCTIONALITY YET",
    class = "platinum",
    category = { "platinum", "token" },
    tags = { "platinum", "token" },
    rarity = "legendary"
  },
  ["7069"] = {
    name = "Character Token",
    id = 7069,
    isToken = true,
    itemImage = "/images/premium/premium_icon.png",
    itemIcon = "/images/premium/premium_icon.png",
    extraTooltipInfo = "A token that can be redeemed for a new character slot.",
    class = "platinum",
    category = { "platinum", "token" },
    tags = { "platinum", "token" },
    rarity = "legendary"
  },
  ["7070"] = {
    name = "Active Character Token",
    id = 7070,
    isToken = true,
    itemImage = "/images/premium/premium_icon.png",
    itemIcon = "/images/premium/premium_icon.png",
    extraTooltipInfo = "A token that can be redeemed for a new active character slot. NOTE: You can only have one Default league character active at the same time.",
    class = "platinum",
    category = { "platinum", "token" },
    tags = { "platinum", "token" },
    rarity = "legendary"
  },
  ["7071"] = {
    name = "Item Name Token",
    id = 7071,
    isToken = true,
    itemImage = "/images/premium/premium_icon.png",
    itemIcon = "/images/premium/premium_icon.png",
    extraTooltipInfo = "A token that can be redeemed to change an item's name. Will make the item untradeable.",
    class = "platinum",
    category = { "platinum", "token" },
    tags = { "platinum", "token" },
    rarity = "legendary"
  },
  ["7072"] = {
    name = "Vacation Token",
    id = 7072,
    isToken = true,
    itemImage = "/images/premium/premium_icon.png",
    itemIcon = "/images/premium/premium_icon.png",
    extraTooltipInfo = "A token that can be redeemed to allow offline progress for 72 hours.",
    class = "platinum",
    category = { "platinum", "token" },
    tags = { "platinum", "token" },
    rarity = "legendary"
  },
  ["7073"] = {
    name = "Loadout Token",
    id = 7073,
    isToken = true,
    itemImage = "/images/premium/premium_icon.png",
    itemIcon = "/images/premium/premium_icon.png",
    extraTooltipInfo = "A token that can be redeemed to increase base loadout count.",
    class = "platinum",
    category = { "platinum", "token" },
    tags = { "platinum", "token" },
    rarity = "legendary"
  },
  ["7074"] = {
    name = "Holy Avenger Helm",
    id = 7074,
    itemImage = "/images/premium/cosmetic/equipment/holy_avenger_helm.png",
    extraTooltipInfo = "H... Pointy!",
    class = "equipment",
    visual = "avenger-helm",
    category = { "armor", "combat" },
    tags = { "melee", "armor", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      slot = "helm"
    },
    rarity = "legendary"
  },
  ["7075"] = {
    name = "Holy Avenger Breastplate",
    id = 7075,
    itemImage = "/images/premium/cosmetic/equipment/holy_avenger_breastplate.png",
    extraTooltipInfo = "Full of righteous indignation!",
    class = "equipment",
    visual = "avenger-breastplate",
    category = { "armor", "combat" },
    tags = { "melee", "armor", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      slot = "body"
    },
    rarity = "legendary"
  },
  ["7076"] = {
    name = "Holy Avenger Cape",
    id = 7076,
    itemImage = "/images/premium/cosmetic/equipment/holy_avenger_cape.png",
    extraTooltipInfo = "Perpetually blowing in the wind. Very heroic looking.",
    class = "equipment",
    visual = "avenger-cape",
    category = { "armor", "combat" },
    tags = { "melee", "armor", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      slot = "cape"
    },
    rarity = "legendary"
  },
  ["7077"] = {
    name = "Holy Avenger Leggings",
    id = 7077,
    itemImage = "/images/premium/cosmetic/equipment/holy_avenger_leggings.png",
    extraTooltipInfo = "Don't actually try to wade through blood, it'll stain the cloth.",
    class = "equipment",
    visual = "avenger-leggings",
    category = { "armor", "combat" },
    tags = { "melee", "armor", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      slot = "legs"
    },
    rarity = "legendary"
  },
  ["7078"] = {
    name = "Holy Avenger Boots",
    id = 7078,
    itemImage = "/images/premium/cosmetic/equipment/holy_avenger_boots.png",
    itemIcon = "/images/premium/cosmetic/equipment/holy_avenger_boots_icon.png",
    extraTooltipInfo = "Don't actually try to wade through blood, it'll stain the cloth.",
    class = "equipment",
    visual = "avenger-boots",
    category = { "armor", "combat" },
    tags = { "melee", "armor", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      slot = "boots"
    },
    rarity = "legendary"
  },
  ["7079"] = {
    name = "Holy Avenger Gloves",
    id = 7079,
    itemImage = "/images/premium/cosmetic/equipment/holy_avenger_gloves.png",
    itemIcon = "/images/premium/cosmetic/equipment/holy_avenger_gloves_icon.png",
    extraTooltipInfo = "Perfect for clasping your hands in prayer or beating the snot out of something!",
    class = "equipment",
    specialVisuals = { {
      image = "/images/premium/cosmetic/equipment/holy_avenger_gloves_1.png",
      css = "avenger-gloves-1"
    }, {
      image = "/images/premium/cosmetic/equipment/holy_avenger_gloves_2.png",
      css = "avenger-gloves-2"
    }, {
      image = "/images/premium/cosmetic/equipment/holy_avenger_gloves_3.png",
      css = "avenger-gloves-3"
    } },
    category = { "armor", "combat" },
    tags = { "melee", "armor", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      slot = "gloves"
    },
    rarity = "legendary"
  },
  ["7080"] = {
    name = "A Mad Faith's Wrath",
    id = 7080,
    itemImage = "/images/premium/cosmetic/equipment/wrath.png",
    itemIcon = "/images/premium/cosmetic/equipment/wrath_icon.png",
    extraTooltipInfo = "Behold the wrath of the mad faith! War and battle! Madfaith's 'Warth'!",
    class = "equipment",
    visual = "madfaith",
    category = { "armor", "combat" },
    tags = { "melee", "armor", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      fullTransmog = true,
      slot = "cape"
    },
    rarity = "legendary"
  },
  ["7081"] = {
    id = 7081,
    name = "Limpe K. Limpe",
    itemImage = "/images/combat/monsters/elite/limpe.png",
    extraTooltipInfo = "A creature that is beyond comprehension.",
    class = "equipment",
    visual = "p-chicken",
    tags = { "melee", "armor", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      fullTransmog = true,
      slot = "cape"
    },
    rarity = "legendary"
  },
  ["7082"] = {
    name = "Username Change Token",
    id = 7082,
    isTokenInput = true,
    itemImage = "/images/premium/premium_icon.png",
    itemIcon = "/images/premium/premium_icon.png",
    extraTooltipInfo = "A token that can be redeemed to change your username.",
    class = "platinum",
    category = { "platinum", "token" },
    tags = { "platinum", "token" },
    rarity = "legendary"
  },
  ["7083"] = {
    name = "Shapeless Bow",
    id = 7083,
    itemImage = "/images/premium/cosmetic/equipment/shapeless_bow.png",
    extraTooltipInfo = "A bow fashioned to use chaos itself.",
    class = "equipment",
    visual = "shapeless-longbow",
    category = { "weapon", "combat" },
    tags = { "range", "twohand", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      slot = "weapon"
    },
    rarity = "legendary"
  },
  ["7084"] = {
    name = "Shapeless Staff",
    id = 7084,
    itemImage = "/images/premium/cosmetic/equipment/shapeless_staff.png",
    extraTooltipInfo = "A staff fashioned to use chaos itself.",
    class = "equipment",
    visual = "shapeless-staff",
    category = { "weapon", "combat" },
    tags = { "magic", "twohand", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      slot = "weapon"
    },
    rarity = "legendary"
  },
  ["7085"] = {
    name = "Gift of the Lightning King",
    id = 7085,
    itemImage = "/images/premium/cosmetic/equipment/Gift_of_the_Lightning_King.png",
    itemIcon = "/images/premium/cosmetic/equipment/Gift_of_the_Lightning_King_Icon.png",
    extraTooltipInfo = "Gift of the Lightning King",
    class = "equipment",
    visual = "kings-crown",
    category = { "weapon", "combat", "cosmetic" },
    tags = { "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      slot = "cape",
      cosmeticSlot = "base"
    },
    rarity = "legendary"
  },
  ["7086"] = {
    name = "Put Something On",
    id = 7086,
    itemImage = "/images/premium/cosmetic/equipment/Updated_Player_Male.png",
    itemIcon = "/images/premium/cosmetic/equipment/Updated_Player_Male_Icon.png",
    extraTooltipInfo = "Seriously, put something on.",
    class = "equipment",
    visual = "character-model",
    category = { "weapon", "combat", "cosmetic" },
    tags = { "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      slot = "cape",
      cosmeticSlot = "base"
    },
    rarity = "legendary"
  },
  ["7087"] = {
    name = "Fresh Off the Island",
    id = 7087,
    itemImage = "/images/combat/character_model_beard.png",
    extraTooltipInfo = "Do you even know what island?",
    class = "equipment",
    visual = "character-beard",
    category = { "weapon", "combat", "cosmetic" },
    tags = { "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      slot = "helm",
      cosmeticSlot = "face"
    },
    rarity = "legendary"
  },
  ["7088"] = {
    name = "Forgotten Platebody",
    id = 7088,
    itemImage = "/images/premium/cosmetic/equipment/ghost_body.png",
    extraTooltipInfo = "A forgotten relic 'farcasted' into the sea...",
    class = "equipment",
    specialVisuals = { {
      image = "/images/premium/cosmetic/equipment/ghost_body_front.png",
      css = "ghost-body-front"
    }, {
      image = "/images/premium/cosmetic/equipment/ghost_body_back.png",
      css = "ghost-body-back"
    } },
    category = { "armor", "combat" },
    tags = { "melee", "armor", "cosmetic" },
    equipmentStats = {
      isTransmog = true,
      slot = "body"
    },
    rarity = "legendary"
  },
  ["7089"] = {
    name = "Inventory Tab Token",
    id = 7089,
    isToken = true,
    itemImage = "/images/premium/premium_icon.png",
    itemIcon = "/images/premium/premium_icon.png",
    extraTooltipInfo = "A token that can be redeemed to increase your inventory tab count.",
    class = "platinum",
    category = { "platinum", "token" },
    tags = { "platinum", "token" },
    rarity = "legendary"
  },
  ["8000"] = {
    name = "RISE OF INFO",
    id = 8000,
    value = 500,
    tradeable = true,
    champEncounter = 3010,
    enchantmentTier = 0,
    itemImage = "/images/misc/Elite_Scroll.png",
    extraTooltipInfo = "Ancient power emanates from the seal... It sorta smells like durian. Probably not a good idea to use this until raids are officially implemented.",
    class = "elite-scroll",
    tags = { "dungeon" },
    rarity = "legendary"
  },
  ["8001"] = {
    name = "Black Knight's Trial",
    id = 8001,
    value = 500,
    tradeable = true,
    champEncounter = 2000,
    enchantmentTier = 0,
    maxAugLevel = 20,
    augmentationCost = {
      ["8001"] = 1
    },
    forcedAugmentChance = 1,
    itemImage = "/images/misc/elite/Elite_Scroll_BK.png",
    extraTooltipInfo = "A dark scroll for a darker trial. Will you face it and reap the rewards?",
    class = "elite-scroll",
    tags = { "elite" },
    rarity = "uncommon"
  },
  ["8002"] = {
    name = "Giant Scroll",
    id = 8002,
    value = 500,
    tradeable = true,
    champEncounter = 2001,
    enchantmentTier = 0,
    maxAugLevel = 20,
    augmentationCost = {
      ["8002"] = 1
    },
    forcedAugmentChance = 1,
    itemImage = "/images/misc/elite/Elite_Scroll_Giant.png",
    extraTooltipInfo = "A gargantuan task for only the mightiest of heroes; are you counted amongst them?",
    class = "elite-scroll",
    tags = { "elite" },
    rarity = "uncommon"
  },
  ["8003"] = {
    name = "Corroded Scroll",
    id = 8003,
    value = 500,
    tradeable = true,
    champEncounter = 2002,
    enchantmentTier = 0,
    maxAugLevel = 20,
    augmentationCost = {
      ["8003"] = 1
    },
    forcedAugmentChance = 1,
    itemImage = "/images/misc/elite/Elite_Scroll_Corroded.png",
    extraTooltipInfo = "The stench of decay hangs heavy about this squalid parchment. Are you ready to break the seal?",
    class = "elite-scroll",
    tags = { "elite" },
    rarity = "uncommon"
  },
  ["8004"] = {
    name = "Stew Stained Page",
    id = 8004,
    value = 500,
    tradeable = true,
    champEncounter = 2003,
    enchantmentTier = 0,
    maxAugLevel = 20,
    augmentationCost = {
      ["8004"] = 1
    },
    forcedAugmentChance = 1,
    itemImage = "/images/misc/elite/Elite_Scroll_Goblin.png",
    extraTooltipInfo = "A repulsive taunt from a repulsive creature. Will you break the seal?",
    class = "elite-scroll",
    tags = { "elite" },
    rarity = "uncommon"
  },
  ["8005"] = {
    name = "Cluster-Cluck",
    id = 8005,
    value = 500,
    tradeable = true,
    champEncounter = 2004,
    enchantmentTier = 0,
    maxAugLevel = 20,
    augmentationCost = {
      ["8005"] = 1
    },
    forcedAugmentChance = 1,
    itemImage = "/images/misc/elite/Elite_Scroll_Chicken.png",
    extraTooltipInfo = "The secret location of Ot_to's prized hen house. Want to find out what's inside?",
    class = "elite-scroll",
    tags = { "elite" },
    rarity = "uncommon"
  },
  ["8006"] = {
    name = "Demonic Trial",
    id = 8006,
    value = 500,
    tradeable = true,
    champEncounter = 2005,
    enchantmentTier = 0,
    maxAugLevel = 20,
    augmentationCost = {
      ["8006"] = 1
    },
    forcedAugmentChance = 1,
    itemImage = "/images/misc/elite/Elite_Scroll_Demon.png",
    extraTooltipInfo = "Unknown markings surround the stately seal binding this scroll closed. Are you sure you want to break the seal?",
    class = "elite-scroll",
    tags = { "elite" },
    rarity = "uncommon"
  },
  ["8007"] = {
    name = "Taproot Scroll",
    id = 8007,
    value = 500,
    tradeable = true,
    champEncounter = 2006,
    enchantmentTier = 0,
    maxAugLevel = 20,
    augmentationCost = {
      ["8007"] = 1
    },
    forcedAugmentChance = 1,
    itemImage = "/images/misc/elite/Elite_Scroll_Spriggan.png",
    extraTooltipInfo = "The parchment feels alive in your hands. Will you be able to conquer nature?",
    class = "elite-scroll",
    tags = { "elite" },
    rarity = "uncommon"
  },
  ["8008"] = {
    name = "The Final Test",
    id = 8008,
    value = 500,
    tradeable = true,
    champEncounter = 5,
    enchantmentTier = 0,
    maxAugLevel = 20,
    augmentationCost = {
      ["8008"] = 1
    },
    forcedAugmentChance = 1,
    itemImage = "/images/misc/Elite_Scroll.png",
    extraTooltipInfo = "Can you do what no one has ever done before?",
    class = "elite-scroll",
    tags = { "dungeon" },
    rarity = "legendary"
  },
  ["8009"] = {
    name = "Shapeless Scroll",
    id = 8009,
    value = 500,
    tradeable = true,
    champEncounter = 2007,
    enchantmentTier = 0,
    maxAugLevel = 20,
    augmentationCost = {
      ["8009"] = 1
    },
    forcedAugmentChance = 1,
    itemImage = "/images/misc/elite/Elite_Scroll_Chaos.png",
    extraTooltipInfo = "The scroll appears to be shifting in and out of reality. Do you dare unravel its secrets?",
    class = "elite-scroll",
    tags = { "elite" },
    rarity = "uncommon"
  },
  ["8010"] = {
    name = "Stormy Sea Scroll",
    id = 8010,
    value = 500,
    tradeable = true,
    champEncounter = 2008,
    enchantmentTier = 0,
    maxAugLevel = 20,
    augmentationCost = {
      ["8010"] = 1
    },
    forcedAugmentChance = 1,
    itemImage = "/images/misc/elite/Elite_Scroll_Fish.png",
    extraTooltipInfo = "It's soaking wet but the parchment seems untearable. Will you dive in?",
    class = "elite-scroll",
    tags = { "elite" },
    rarity = "uncommon"
  },
  ["8011"] = {
    name = "Enchanted Armory Scroll",
    id = 8011,
    value = 500,
    tradeable = true,
    champEncounter = 2009,
    enchantmentTier = 0,
    maxAugLevel = 20,
    augmentationCost = {
      ["8011"] = 1
    },
    forcedAugmentChance = 1,
    itemImage = "/images/misc/elite/Elite_Scroll_Armory.png",
    extraTooltipInfo = "A dignified invitation to test the armory's latest creations. Will you accept?",
    class = "elite-scroll",
    tags = { "elite" },
    rarity = "uncommon"
  },
  ["8012"] = {
    name = "Fallen Academy Scroll",
    id = 8012,
    value = 500,
    tradeable = true,
    champEncounter = 2010,
    enchantmentTier = 0,
    maxAugLevel = 20,
    augmentationCost = {
      ["8012"] = 1
    },
    forcedAugmentChance = 1,
    itemImage = "/images/misc/elite/Elite_Scroll_Academy.png",
    extraTooltipInfo = "An academy scroll that has been warped by some sort of demonic energy. Will you explore it?",
    class = "elite-scroll",
    tags = { "elite" },
    rarity = "uncommon"
  },
  ["8013"] = {
    name = "Overgrown Woods Scroll",
    id = 8013,
    value = 500,
    tradeable = true,
    champEncounter = 2011,
    enchantmentTier = 0,
    maxAugLevel = 20,
    augmentationCost = {
      ["8013"] = 1
    },
    forcedAugmentChance = 1,
    itemImage = "/images/misc/elite/Elite_Scroll_Woods.png",
    extraTooltipInfo = "An old scroll you found in the woods that leads you further into the woods. Should you follow it?",
    class = "elite-scroll",
    tags = { "elite" },
    rarity = "uncommon"
  },
  ["8014"] = {
    name = "Elven Encampment Scroll",
    id = 8014,
    value = 500,
    tradeable = true,
    champEncounter = 2012,
    enchantmentTier = 0,
    maxAugLevel = 20,
    augmentationCost = {
      ["8014"] = 1
    },
    forcedAugmentChance = 1,
    itemImage = "/images/misc/elite/Elite_Scroll_Elves.png",
    extraTooltipInfo = "An old scroll bearing the insignia of some long lost dynasty. Will you comb through history?",
    class = "elite-scroll",
    tags = { "elite" },
    rarity = "uncommon"
  },
  ["9000"] = {
    name = "Giant's Keep Key",
    id = 9000,
    value = 10000000,
    champEncounter = 3003,
    enchantmentTier = 0,
    maxAugLevel = 10,
    augCostScaling = {
      startsAt = 5,
      multPerLevel = 0.05
    },
    augmentationCost = {
      ["5"] = 25000,
      ["6"] = 25000,
      ["7"] = 25000,
      ["9"] = 25000,
      ["10"] = 25000
    },
    tradeable = true,
    craftingLevel = 85,
    craftingExperience = 120000,
    forcedAugmentChance = 1,
    craftable = true,
    itemImage = "/images/misc/keys/Complete_Disc.png",
    category = "Dungeon",
    craftingDescription = "Grants one-time access to the Giant's Keep dungeon. This is a 5 person encounter.",
    extraTooltipInfo = "The key to enter the Giant's Keep made of the various elemental fragments. Only five people could make it to the Keep without being spotted.",
    class = "key",
    tags = { "dungeon" },
    requiredResources = { {
      ["512"] = 3000,
      ["513"] = 3000,
      ["514"] = 3000,
      ["516"] = 3000,
      ["517"] = 3000,
      ["9001"] = 1,
      ["9002"] = 1,
      ["9003"] = 1,
      ["9004"] = 1,
      ["9005"] = 1
    }, {
      ["9001"] = 3,
      ["9002"] = 3,
      ["9003"] = 3,
      ["9004"] = 3,
      ["9005"] = 3
    } },
    rarity = "epic"
  },
  ["9001"] = {
    id = 9001,
    name = "Nature Fragment",
    value = 1500000,
    tradeable = true,
    craftable = true,
    craftingLevel = 85,
    craftingExperience = 0,
    itemImage = "/images/misc/keys/Nature_Piece.png",
    extraTooltipInfo = "A piece of living earth is imbued into this fragment.",
    class = "key",
    tags = { "fragment" },
    category = "Dungeon",
    requiredResources = { {
      ["517"] = 500,
      ["9003"] = 1
    } },
    rarity = "uncommon"
  },
  ["9002"] = {
    id = 9002,
    name = "Ice Fragment",
    value = 1500000,
    tradeable = true,
    craftable = true,
    craftingLevel = 85,
    craftingExperience = 0,
    itemImage = "/images/misc/keys/Water_Piece.png",
    extraTooltipInfo = "An unmelting shard of ice is imbued into this fragment.",
    class = "key",
    tags = { "fragment" },
    category = "Dungeon",
    requiredResources = { {
      ["513"] = 500,
      ["9001"] = 1
    } },
    rarity = "uncommon"
  },
  ["9003"] = {
    id = 9003,
    name = "Fire Fragment",
    value = 1500000,
    tradeable = true,
    craftable = true,
    craftingLevel = 85,
    craftingExperience = 0,
    itemImage = "/images/misc/keys/Fire_Piece.png",
    extraTooltipInfo = "An unfaltering gout of flames is imbued into this fragment.",
    class = "key",
    tags = { "fragment" },
    category = "Dungeon",
    requiredResources = { {
      ["512"] = 500,
      ["9002"] = 1
    } },
    rarity = "uncommon"
  },
  ["9004"] = {
    id = 9004,
    name = "Corrupted Fragment",
    value = 1500000,
    tradeable = true,
    itemImage = "/images/misc/keys/Death_Piece.png",
    extraTooltipInfo = "A rotten slab of decay is imbued into this fragment.",
    class = "key",
    tags = { "fragment" },
    rarity = "uncommon"
  },
  ["9005"] = {
    id = 9005,
    name = "Chaos Fragment",
    value = 1500000,
    tradeable = true,
    itemImage = "/images/misc/keys/Chaos_Piece.png",
    extraTooltipInfo = "An undescribable phenomenon is imbued into this fragment.",
    class = "key",
    tags = { "fragment" },
    rarity = "uncommon"
  },
  ["9006"] = {
    name = "Torn Goblin Settlement Map",
    id = 9006,
    value = 100000,
    tradeable = true,
    champEncounter = 3001,
    enchantmentTier = 0,
    maxAugLevel = 10,
    augCostScaling = {
      startsAt = 5,
      multPerLevel = 0.05
    },
    augmentationCost = {
      ["95"] = 15,
      ["96"] = 15,
      ["2010"] = 15
    },
    craftingLevel = 30,
    craftingExperience = 6000,
    forcedAugmentChance = 1,
    craftable = true,
    itemImage = "/images/misc/keys/goblin_map.png",
    category = "Dungeon",
    craftingDescription = "Grants one-time access to the Goblin Settlement dungeon. This is a trio encounter.",
    extraTooltipInfo = "A map to find an elusive goblin settlement. You could probably only bring up to three people to this location safely.",
    class = "key",
    tags = { "dungeon" },
    requiredResources = { {
      ["95"] = 75,
      ["512"] = 10,
      ["2010"] = 75,
      ["9007"] = 5
    } },
    rarity = "uncommon"
  },
  ["9007"] = {
    name = "Scrap of Stained Parchment",
    id = 9007,
    value = 7500,
    tradeable = true,
    itemImage = "/images/misc/keys/goblin_map_piece.png",
    extraTooltipInfo = "A scrap of parchment that appears to be a part of a map.",
    class = "key",
    tags = { "fragment" },
    rarity = "uncommon"
  },
  ["9008"] = {
    name = "Dark Fortress Key",
    id = 9008,
    value = 750000,
    tradeable = true,
    champEncounter = 3002,
    enchantmentTier = 0,
    maxAugLevel = 10,
    augCostScaling = {
      startsAt = 5,
      multPerLevel = 0.05
    },
    augmentationCost = {
      ["202"] = 15,
      ["204"] = 15,
      ["514"] = 50,
      ["515"] = 50,
      ["516"] = 50
    },
    craftingLevel = 50,
    craftingExperience = 12000,
    forcedAugmentChance = 1,
    craftable = true,
    itemImage = "/images/misc/keys/fortress_key.png",
    category = "Dungeon",
    craftingDescription = "Grants one-time access to the Dark Fortress dungeon. This is a trio encounter.",
    extraTooltipInfo = "A brutish key made of dark metal. The way to a fortress is treacherous, no more than three people could make the journey.",
    class = "key",
    tags = { "dungeon" },
    requiredResources = { {
      ["202"] = 500,
      ["204"] = 100,
      ["514"] = 1000,
      ["515"] = 1000,
      ["516"] = 1000,
      ["9009"] = 4
    }, {
      ["514"] = 1000,
      ["515"] = 1000,
      ["516"] = 1000,
      ["9009"] = 13
    } },
    rarity = "uncommon"
  },
  ["9009"] = {
    name = "Dark Key Piece",
    id = 9009,
    value = 100000,
    tradeable = true,
    itemImage = "/images/misc/keys/fortress_key_piece.png",
    extraTooltipInfo = "A piece of dark metal that looks like part of a key.",
    class = "key",
    tags = { "fragment" },
    rarity = "uncommon"
  },
  ["9010"] = {
    name = "Cursed Spade",
    id = 9010,
    value = 2000000,
    tradeable = true,
    maxAugLevel = 10,
    augCostScaling = {
      startsAt = 5,
      multPerLevel = 0.05
    },
    augmentationCost = {
      ["800"] = 30,
      ["4000"] = 10
    },
    craftingLevel = 50,
    craftingExperience = 15000,
    forcedAugmentChance = 1,
    champEncounter = 3006,
    craftable = true,
    itemImage = "images/misc/keys/cursed_spade.png",
    category = "Dungeon",
    craftingDescription = "Bringing the pieces together makes them emit a sickly pallor. Is it worth reassembling it?",
    extraTooltipInfo = "A cursed spade that is drawn to long forgotten lands...",
    class = "key",
    tags = { "dungeon" },
    requiredResources = { {
      ["202"] = 1,
      ["302"] = 1,
      ["800"] = 300,
      ["4000"] = 1,
      ["9032"] = 1
    } },
    rarity = "uncommon"
  },
  ["9011"] = {
    name = "Burning Feather",
    id = 9011,
    value = 2000000,
    tradeable = true,
    enchantmentTier = 0,
    maxAugLevel = 10,
    augCostScaling = {
      startsAt = 5,
      multPerLevel = 0.05
    },
    augmentationCost = {
      ["5"] = 10000,
      ["512"] = 300,
      ["700"] = 50
    },
    craftingLevel = 60,
    craftingExperience = 20000,
    forcedAugmentChance = 1,
    champEncounter = 3007,
    craftable = true,
    itemImage = "images/misc/keys/flame_feather.png",
    category = "Dungeon",
    craftingDescription = "Grants one-time access to the Palace of Flames dungeon. This is a duo encounter.",
    extraTooltipInfo = "The feather itself appears to be made out of fire! You could probably lead yourself and one other wherever it's pointing. It just wants to go home, but you'd probably melt in there. Better bring some Flame Resistance food!",
    class = "key",
    tags = { "dungeon" },
    requiredResources = { {
      ["2"] = 200000,
      ["512"] = 4000,
      ["700"] = 1,
      ["9013"] = 2,
      ["9014"] = 2
    }, {
      ["512"] = 1000,
      ["700"] = 1,
      ["9013"] = 6,
      ["9014"] = 6
    } },
    rarity = "rare"
  },
  ["9012"] = {
    name = "Krampus' Key",
    id = 9012,
    value = 69,
    tradeable = false,
    enchantmentTier = 0,
    craftingLevel = 1,
    craftingExperience = 1,
    craftable = true,
    itemImage = "/images/christmas/krampus_key.png",
    category = "Event",
    extraTooltipInfo = "A piece of bone with some bits of metal sticking off of it. If you squint really hard it somewhat resembles a key.",
    class = "key",
    tags = { "dungeon", "event" },
    requiredResources = { {
      ["7038"] = 150000
    } }
  },
  ["9013"] = {
    name = "Molten Ashes",
    id = 9013,
    value = 150000,
    tradeable = true,
    itemImage = "/images/misc/keys/infernal_ashes.png",
    extraTooltipInfo = "The remains of some infernal creature. Still warm to the touch.",
    class = "key",
    tags = { "fragment" },
    rarity = "uncommon"
  },
  ["9014"] = {
    name = "Infernal Flame",
    id = 9014,
    value = 250000,
    tradeable = true,
    itemImage = "/images/misc/keys/infernal_flame.png",
    craftingLevel = 60,
    craftingExperience = 100,
    craftable = true,
    category = "Dungeon",
    extraTooltipInfo = "The vestiges of an infernal soul, left to burn eternally.",
    class = "key",
    tags = { "fragment" },
    requiredResources = { {
      ["2"] = 25000,
      ["9013"] = 2
    } },
    rarity = "uncommon"
  },
  ["9015"] = {
    name = "Cracked Shrimp Bauble",
    id = 9015,
    value = 420,
    tradeable = false,
    champEncounter = 3000,
    itemImage = "/images/misc/shrimp_bauble_cracked.png",
    extraTooltipInfo = "The roar of the ocean can be heard faintly while examining this bauble.",
    class = "key",
    tags = { "dungeon" },
    rarity = "uncommon"
  },
  ["9016"] = {
    name = "Elder Lockstone",
    id = 9016,
    value = 2000000,
    tradeable = true,
    maxAugLevel = 10,
    augCostScaling = {
      startsAt = 5,
      multPerLevel = 0.05
    },
    augmentationCost = {
      ["10"] = 3000,
      ["109"] = 1000,
      ["307"] = 10,
      ["3015"] = 50
    },
    craftingLevel = 80,
    craftingExperience = 40000,
    forcedAugmentChance = 1,
    champEncounter = 3004,
    craftable = true,
    itemImage = "images/misc/keys/lockstone.png",
    category = "Dungeon",
    craftingDescription = "Repairing the lockstone appears to activate some sort of latent power within it.",
    extraTooltipInfo = "A lockstone that can lead its owner to a hidden Elder Ruin and reveal its untouched treasures.",
    class = "key",
    tags = { "dungeon" },
    requiredResources = { {
      ["109"] = 1000,
      ["307"] = 100,
      ["3015"] = 500,
      ["9023"] = 1
    }, {
      ["109"] = 1000,
      ["9023"] = 3
    } },
    rarity = "epic"
  },
  ["9017"] = {
    name = "Castle Map",
    id = 9017,
    value = 2000000,
    tradeable = true,
    maxAugLevel = 10,
    augCostScaling = {
      startsAt = 5,
      multPerLevel = 0.05
    },
    augmentationCost = {
      ["109"] = 50,
      ["1600"] = 3
    },
    craftingLevel = 74,
    craftingExperience = 40000,
    forcedAugmentChance = 1,
    champEncounter = 3005,
    craftable = true,
    itemImage = "images/misc/keys/castle_map.png",
    category = "Dungeon",
    craftingDescription = "A full map that leads to an old castle.",
    extraTooltipInfo = "A full map that leads to an old castle.",
    class = "key",
    tags = { "dungeon" },
    requiredResources = { {
      ["111"] = 1000,
      ["1600"] = 1,
      ["4009"] = 80,
      ["4010"] = 20,
      ["9022"] = 6
    }, {
      ["1600"] = 1,
      ["9022"] = 20
    } },
    rarity = "epic"
  },
  ["9018"] = {
    name = "Ancient Pyramid",
    id = 9018,
    value = 10000000,
    tradeable = true,
    maxAugLevel = 10,
    augCostScaling = {
      startsAt = 5,
      multPerLevel = 0.05
    },
    augmentationCost = {
      ["60"] = 250,
      ["513"] = 250,
      ["11032"] = 5
    },
    craftingLevel = 80,
    craftingExperience = 30000,
    forcedAugmentChance = 1,
    champEncounter = 3008,
    craftable = true,
    itemImage = "images/misc/keys/pyramid.png",
    category = "Dungeon",
    craftingDescription = "An ancient chunk of stone curiously shaped into a pyramid.",
    extraTooltipInfo = "An ancient chunk of stone curiously shaped into a pyramid.",
    class = "key",
    tags = { "dungeon" },
    requiredResources = { {
      ["513"] = 3000,
      ["9021"] = 4,
      ["11036"] = 200
    }, {
      ["9021"] = 13
    } },
    rarity = "legendary"
  },
  ["9019"] = {
    name = "Ancient Maelstrom Orb",
    id = 9019,
    value = 20000000,
    tradeable = true,
    maxAugLevel = 10,
    augCostScaling = {
      startsAt = 5,
      multPerLevel = 0.05
    },
    augmentationCost = {
      ["208"] = 2,
      ["513"] = 250,
      ["516"] = 500
    },
    craftingLevel = 92,
    craftingExperience = 40000,
    forcedAugmentChance = 1,
    champEncounter = 3009,
    craftable = true,
    itemImage = "images/misc/keys/prism.png",
    category = "Dungeon",
    craftingDescription = "A prism trapped inside of a magical prison. What could go wrong if you released it?",
    extraTooltipInfo = "A prism trapped inside of a magical prison. What could go wrong if you released it?",
    class = "key",
    tags = { "dungeon" },
    requiredResources = { {
      ["208"] = 50,
      ["307"] = 1500,
      ["9020"] = 4,
      ["11032"] = 50
    }, {
      ["9020"] = 13
    } },
    rarity = "legendary"
  },
  ["9020"] = {
    name = "Ancient Crystal",
    id = 9020,
    value = 1750000,
    tradeable = true,
    itemImage = "/images/misc/keys/ancient_crystal.png",
    extraTooltipInfo = "An ancient crystal. It is chaotic in origin but is far older than any chaotic crystal you have ever seen.",
    class = "key",
    tags = { "fragment" },
    rarity = "epic"
  },
  ["9021"] = {
    name = "Ancient Stone",
    id = 9021,
    value = 1500000,
    tradeable = true,
    itemImage = "/images/misc/keys/ancient_stone.png",
    extraTooltipInfo = "An ancient stone. Appears to be hewn in such a way that it would be able to fit nicely with other similar stones, despite its obvious age and damage.",
    class = "key",
    tags = { "fragment" },
    rarity = "epic"
  },
  ["9022"] = {
    name = "Partial Map",
    id = 9022,
    value = 150000,
    tradeable = true,
    itemImage = "/images/misc/keys/partial_map.png",
    extraTooltipInfo = "A portion of a larger map. Useless on its own, but with the remaining pieces it may lead somewhere!",
    class = "key",
    tags = { "fragment" },
    rarity = "rare"
  },
  ["9023"] = {
    name = "Elder Gem",
    id = 9023,
    value = 5000000,
    tradeable = true,
    itemImage = "/images/misc/keys/elder_gem.png",
    extraTooltipInfo = "An elder gem. Prized heirloom of the Elves, or the final piece to a greater puzzle?",
    class = "key",
    tags = { "fragment" },
    rarity = "rare"
  },
  ["9024"] = {
    name = "Awakened Shrimp Eye",
    id = 9024,
    value = 500,
    tradeable = true,
    champEncounter = 3011,
    enchantmentTier = 0,
    itemImage = "/images/misc/shrimp_eye.png",
    extraTooltipInfo = "It's looking at you. Don't look too closely back. Probably not a good idea to use this until raids are officially implemented.",
    class = "elite-scroll",
    tags = { "dungeon" },
    rarity = "legendary"
  },
  ["9025"] = {
    name = "Dwarven Research Key",
    id = 9025,
    value = 10000000,
    champEncounter = 3014,
    tradeable = true,
    craftingLevel = 85,
    craftingExperience = 120000,
    craftable = true,
    itemImage = "/images/misc/keys/dwarven_research.png",
    category = "Dungeon",
    craftingDescription = "Grants one-time access to the Dwarven Research Station dungeon. Augmentation level is randomly chosen up to (Smithing + Mining) / 40.",
    extraTooltipInfo = "The key to enter the Dwarven Research Station.",
    class = "key",
    tags = { "dungeon" },
    requiredResources = { {
      ["9029"] = 5
    } },
    rarity = "epic"
  },
  ["9026"] = {
    name = "Heart of the Oak",
    id = 9026,
    value = 10000000,
    champEncounter = 3013,
    tradeable = true,
    itemImage = "/images/misc/keys/heart_oak.png",
    extraTooltipInfo = "The key to enter the Nature Athaneum.",
    class = "key",
    tags = { "dungeon" },
    rarity = "epic"
  },
  ["9027"] = {
    name = "Abandoned Academy Scroll",
    id = 9027,
    value = 10000000,
    champEncounter = 3012,
    enchantmentTier = 0,
    tradeable = true,
    craftingLevel = 85,
    craftingExperience = 120000,
    forcedAugmentChance = 1,
    craftable = true,
    itemImage = "/images/misc/keys/abandoned_academy.png",
    category = "Dungeon",
    craftingDescription = "Grants one-time access to the Abandoned Academy Base dungeon. Augmentation level is randomly chosen up to (Fishing + Runecrafting) / 40.",
    extraTooltipInfo = "The key to enter the Abandoned Academy Base.",
    class = "key",
    tags = { "dungeon" },
    requiredResources = { {
      ["9030"] = 5
    } },
    rarity = "epic"
  },
  ["9028"] = {
    id = 9028,
    name = "Core Fragment",
    level = 90,
    value = 500000,
    tradeable = true,
    experience = 150,
    time = 5000,
    itemImage = "/images/mining/core.png",
    extraTooltipInfo = "A chunk of ore drawn from the core of the land itself. Not human mined, so where did it come from?",
    class = "key",
    tags = { "fragment", "mining", "smithing" },
    rarity = "legendary"
  },
  ["9029"] = {
    id = 9029,
    name = "Core Ingot",
    skill = "smithing",
    level = 90,
    value = 1000000,
    experience = 50000,
    time = 3600000,
    itemImage = "/images/smithing/core_ingot.png",
    class = "bar",
    extraTooltipInfo = "A material that mimics Dwarven Craftdwarfship. Using this to craft a key would grant you access to long lost Dwarven ruins.",
    tags = { "mining", "smithing" },
    skillIcon = "/images/smithing/smithing_icon.png",
    requiredResources = { {
      ["2"] = 100000,
      ["9028"] = 1
    } },
    rarity = "legendary",
    tradeable = true
  },
  ["9030"] = {
    id = 9030,
    name = "Ancient Cloth Fragment",
    value = 500000,
    tradeable = true,
    itemImage = "/images/combat/materials/imbued_elder_cloth.png",
    skillIcon = "/images/runecrafting/RuneCraftingIcon.png",
    class = "cloth",
    extraTooltipInfo = "A particularly powerful piece of arcane cloth. It could be used to craft an even more powerful scroll.",
    tags = { "runecrafting" },
    rarity = "legendary"
  },
  ["9031"] = {
    id = 9031,
    name = "Ancient Oak Seed",
    value = 500000,
    experience = 40,
    farmingStats = {
      requiredLevel = 90,
      experience = 325000,
      height = 6,
      width = 6,
      yield = { {
        chance = 1,
        id = 9026,
        min = 1,
        max = 1
      }, {
        chance = 0.16666666666666666,
        id = 301,
        min = 20,
        max = 400
      }, {
        chance = 0.16666666666666666,
        id = 302,
        min = 40,
        max = 800
      }, {
        chance = 0.16666666666666666,
        id = 303,
        min = 40,
        max = 800
      }, {
        chance = 0.16666666666666666,
        id = 304,
        min = 40,
        max = 800
      }, {
        chance = 0.16666666666666666,
        id = 305,
        min = 40,
        max = 800
      }, {
        chance = 0.16666666666666666,
        id = 306,
        min = 40,
        max = 800
      }, {
        chance = 1,
        id = 307,
        min = 50,
        max = 200
      } },
      time = 1440,
      image = "/images/farming/elder_oak_plant.png",
      align = "bottom"
    },
    class = "seed",
    tradeable = true,
    itemImage = "/images/farming/elder_oak_seed.png",
    tags = { "seed", "farming", "foraging" },
    extraTooltipInfo = "A seed that predates even the Elder Trees.",
    rarity = "legendary"
  },
  ["9032"] = {
    id = 9032,
    name = "Cursed Spade Head",
    value = 500000,
    tradeable = true,
    itemImage = "images/misc/keys/cursed_spade_head.png",
    class = "key",
    extraTooltipInfo = "The head of a broken spade, evidently used to unearth some forgotten evil. With the right process you could use it to find these crypts...",
    tags = { "fragment" },
    rarity = "uncommon"
  },
  ["10000"] = {
    id = 10000,
    name = "The Castled King",
    itemImage = "/images/combat/monsters/elite/true_info.png",
    itemIcon = "/images/magic/prismatic_gem.png",
    extraTooltipInfo = "Show your true might.",
    class = "equipment",
    visual = "castled-king",
    category = { "armor", "combat" },
    equipmentStats = {
      isTransmog = true,
      fullTransmog = true,
      slot = "cape"
    },
    tags = { "armor", "unique" },
    rarity = "legendary"
  },
  ["10001"] = {
    name = "Dextrous Scraps",
    id = 10001,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/Range_Scrap.png",
    class = "gem",
    extraTooltipInfo = "Perhaps you could salvage something dextrous from these scraps...",
    canBeOpened = true,
    tags = { "chest", "range" }
  },
  ["10002"] = {
    name = "Intellectual Scraps",
    id = 10002,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/Magic_Scrap.png",
    class = "gem",
    extraTooltipInfo = "Perhaps you could salvage something intellectual from these scraps...",
    canBeOpened = true,
    tags = { "chest", "magic" }
  },
  ["10003"] = {
    name = "Gem Package",
    id = 10003,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/package.png",
    class = "gem",
    extraTooltipInfo = "A bag of gems! I wonder what's inside? ...Gems, hopefully.",
    canBeOpened = true,
    tags = { "mining", "chest" }
  },
  ["10004"] = {
    name = "Sealed Scroll",
    id = 10004,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/sealed_scroll.png",
    class = "gem",
    extraTooltipInfo = "A sealed scroll. Doesn't come with postal information, so I guess it's yours now! What could its contents be?",
    canBeOpened = true,
    tags = { "chest" }
  },
  ["10005"] = {
    name = "Small Gathering Supply Crate",
    id = 10005,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/supply_crate_small.png",
    class = "gem",
    extraTooltipInfo = "A small crate addressed to someone named 'Diet$melter.' Sounds like a fake name, you should open it!",
    canBeOpened = true,
    tags = { "chest" }
  },
  ["10006"] = {
    name = "Gathering Supply Crate",
    id = 10006,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/supply_crate.png",
    class = "gem",
    extraTooltipInfo = "A crate addressed to someone named 'Diet$melter.' Sounds like a fake name, you should open it!",
    canBeOpened = true,
    tags = { "chest" }
  },
  ["10007"] = {
    name = "Large Gathering Supply Crate",
    id = 10007,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/supply_crate_large.png",
    class = "gem",
    extraTooltipInfo = "A large crate addressed to someone named 'Diet$melter.' Sounds like a fake name, you should open it!",
    canBeOpened = true,
    tags = { "chest" }
  },
  ["10008"] = {
    name = "Bucket of Worms",
    id = 10008,
    value = 1000,
    tradeable = true,
    itemImage = "/images/fishing/bait/bucket.png",
    class = "gem",
    extraTooltipInfo = "A bucket of soil with worms inside! At least it isn't just a can of worms!",
    canBeOpened = true,
    tags = { "fishing", "chest" }
  },
  ["10009"] = {
    name = "Box of Skill Books",
    id = 10009,
    value = 1,
    tradeable = true,
    itemImage = "/images/misc/gold_lockbox.png",
    class = "gem",
    extraTooltipInfo = "An ornate lockbox containing a variety of skill books. Testing Item.",
    canBeOpened = true,
    tags = { "chest" }
  },
  ["10010"] = {
    name = "Box of Jewelry",
    id = 10010,
    value = 1,
    tradeable = true,
    itemImage = "/images/misc/gold_lockbox.png",
    class = "gem",
    extraTooltipInfo = "An ornate lockbox containing a variety of skill books. Testing Item.",
    canBeOpened = true,
    tags = { "chest" }
  },
  ["10011"] = {
    name = "Magic Starter Kit",
    id = 10011,
    value = 1,
    tradeable = true,
    itemImage = "/images/misc/pouch.png",
    class = "gem",
    extraTooltipInfo = "A simple pouch containing some starter supplies. Will eventually be tied to a tutorial quest.",
    canBeOpened = true,
    tags = { "chest", "magic" }
  },
  ["10012"] = {
    name = "Range Starter Kit",
    id = 10012,
    value = 1,
    tradeable = true,
    itemImage = "/images/misc/pouch.png",
    class = "gem",
    extraTooltipInfo = "A simple pouch containing some starter supplies. Will eventually be tied to a tutorial quest.",
    canBeOpened = true,
    tags = { "chest", "range" }
  },
  ["10013"] = {
    name = "Lesser Jewelry Cache",
    id = 10013,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/gold_lockbox.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "uncommon"
  },
  ["10014"] = {
    name = "Greater Jewelry Cache",
    id = 10014,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/gold_lockbox.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "epic"
  },
  ["10015"] = {
    name = "Goblin Cache",
    id = 10015,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/dark_chest.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "epic"
  },
  ["10016"] = {
    name = "Dark Cache",
    id = 10016,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/dark_chest.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "epic"
  },
  ["10017"] = {
    name = "Giant Cache",
    id = 10017,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/dark_chest.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "epic"
  },
  ["10018"] = {
    name = "Elder Cache",
    id = 10018,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/dark_chest.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "epic"
  },
  ["10019"] = {
    name = "Overgrown Cache",
    id = 10019,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/dark_chest.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "epic"
  },
  ["10020"] = {
    name = "Barrows Cache",
    id = 10020,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/dark_chest.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "epic"
  },
  ["10021"] = {
    name = "Flaming Cache",
    id = 10021,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/dark_chest.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "epic"
  },
  ["10022"] = {
    name = "Storm Cache",
    id = 10022,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/dark_chest.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "epic"
  },
  ["10023"] = {
    name = "Maelstrom Cache",
    id = 10023,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/dark_chest.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "epic"
  },
  ["10024"] = {
    name = "INFO Cache",
    id = 10024,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/dark_chest.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "epic"
  },
  ["10025"] = {
    name = "Ancient Cache",
    id = 10025,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/dark_chest.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "epic"
  },
  ["10026"] = {
    name = "Dwarven Research Cache",
    id = 10026,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/supply_crate_large.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "epic"
  },
  ["10027"] = {
    name = "Elven Research Cache",
    id = 10027,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/supply_crate_large.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "epic"
  },
  ["10028"] = {
    name = "Academy Research Cache",
    id = 10028,
    value = 1000,
    tradeable = true,
    itemImage = "/images/misc/supply_crate_large.png",
    canBeOpened = true,
    class = "gem",
    tags = { "chest" },
    rarity = "epic"
  },
  ["11000"] = {
    id = 11000,
    name = "Novice Tacklebox",
    value = 850,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["201"] = 2,
      ["302"] = 4,
      ["11030"] = 1
    },
    craftingExperience = 156,
    craftingLevel = 2,
    craftable = true,
    itemImage = "/images/fishing/Novice_Tacklebox.png",
    tool = true,
    class = "equipment",
    craftingDescription = "A novice fishing tacklebox. Gives 3 fishing levels, 15 bait power and 5 reel power.",
    extraTooltipInfo = "A beginner's novice tacklebox designed to be used by children. Not much good to catch anything large.",
    category = "Fishing",
    enchantable = true,
    tags = { "tool", "fishing" },
    equipmentStats = {
      slot = "tacklebox",
      toolBoost = { {
        skill = "fishing",
        boost = 3
      }, {
        skill = "fishingBaitPower",
        boost = 15
      }, {
        skill = "fishingReelPower",
        boost = 5
      } },
      augmentationBonus = { {
        stat = "toolBoost.fishing",
        value = 0.5
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 1
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 1
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 0.5
      } }
    },
    requiredResources = { {
      ["201"] = 20,
      ["302"] = 40,
      ["690"] = 3,
      ["11030"] = 3
    } }
  },
  ["11001"] = {
    id = 11001,
    name = "Basic Tacklebox",
    value = 8000,
    tradeable = true,
    enchantmentTier = 2,
    augmentationCost = {
      ["202"] = 4,
      ["303"] = 8,
      ["11030"] = 5
    },
    craftingExperience = 612,
    craftingLevel = 17,
    requiredLevel = {
      fishing = 10
    },
    craftable = true,
    itemImage = "/images/fishing/Basic_Tacklebox.png",
    tool = true,
    class = "equipment",
    craftingDescription = "A basic fishing tacklebox. Gives 6 fishing levels, 20 bait power, 10 reel power, and 3 bonus rarity.",
    extraTooltipInfo = "A basic fishing tacklebox aimed for use by hobbyists and amateurs for basic fishing adventures to the local river or pond.",
    category = "Fishing",
    enchantable = true,
    tags = { "tool", "fishing" },
    equipmentStats = {
      slot = "tacklebox",
      toolBoost = { {
        skill = "fishing",
        boost = 6
      }, {
        skill = "fishingBaitPower",
        boost = 20
      }, {
        skill = "fishingReelPower",
        boost = 10
      }, {
        skill = "fishingRarityPower",
        boost = 3
      } },
      augmentationBonus = { {
        stat = "toolBoost.fishing",
        value = 1
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 1.5
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 2
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 1
      } }
    },
    requiredResources = { {
      ["202"] = 35,
      ["303"] = 75,
      ["690"] = 6,
      ["691"] = 3,
      ["11030"] = 15
    } }
  },
  ["11002"] = {
    id = 11002,
    name = "Advanced Tacklebox",
    value = 54500,
    tradeable = true,
    enchantmentTier = 3,
    augmentationCost = {
      ["204"] = 7,
      ["304"] = 13,
      ["11031"] = 2
    },
    craftingExperience = 3648,
    craftingLevel = 32,
    requiredLevel = {
      fishing = 30
    },
    craftable = true,
    itemImage = "/images/fishing/Advanced_Tacklebox.png",
    tool = true,
    class = "equipment",
    craftingDescription = "An advanced fishing tacklebox. Gives 9 fishing levels, 25 bait power, 15 reel power, and 6 bonus rarity.",
    extraTooltipInfo = "An advanced fishing tacklebox for those who've gotten more than their toes wet in fishing.",
    category = "Fishing",
    enchantable = true,
    tags = { "tool", "fishing" },
    equipmentStats = {
      slot = "tacklebox",
      toolBoost = { {
        skill = "fishing",
        boost = 9
      }, {
        skill = "fishingBaitPower",
        boost = 25
      }, {
        skill = "fishingReelPower",
        boost = 15
      }, {
        skill = "fishingRarityPower",
        boost = 6
      } },
      augmentationBonus = { {
        stat = "toolBoost.fishing",
        value = 1.5
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 2.5
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 3
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 1.5
      } }
    },
    requiredResources = { {
      ["204"] = 65,
      ["304"] = 135,
      ["690"] = 8,
      ["691"] = 8,
      ["692"] = 8,
      ["11031"] = 15
    } }
  },
  ["11003"] = {
    id = 11003,
    name = "Pro Tacklebox",
    value = 500000,
    tradeable = true,
    enchantmentTier = 4,
    augmentationCost = {
      ["205"] = 10,
      ["305"] = 20,
      ["11031"] = 5
    },
    craftingExperience = 12280,
    craftingLevel = 52,
    requiredLevel = {
      fishing = 40
    },
    craftable = true,
    itemImage = "/images/fishing/Pro_Tacklebox.png",
    tool = true,
    class = "equipment",
    craftingDescription = "A pro fishing tacklebox! Gives 12 fishing levels, 30 bait power, 20 reel power, and 10 bonus rarity.",
    extraTooltipInfo = "The pro fishing tacklebox has nearly everything you could possibly need to catch fish.",
    category = "Fishing",
    enchantable = true,
    tags = { "tool", "fishing" },
    equipmentStats = {
      slot = "tacklebox",
      toolBoost = { {
        skill = "fishing",
        boost = 12
      }, {
        skill = "fishingBaitPower",
        boost = 30
      }, {
        skill = "fishingReelPower",
        boost = 20
      }, {
        skill = "fishingRarityPower",
        boost = 10
      } },
      augmentationBonus = { {
        stat = "toolBoost.fishing",
        value = 2
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 3.5
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 4
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 2
      } }
    },
    requiredResources = { {
      ["205"] = 100,
      ["305"] = 200,
      ["690"] = 8,
      ["691"] = 8,
      ["692"] = 8,
      ["693"] = 8,
      ["11031"] = 50
    } },
    rarity = "uncommon"
  },
  ["11004"] = {
    id = 11004,
    name = "Supreme Tacklebox",
    value = 2000000,
    tradeable = true,
    enchantmentTier = 5,
    augmentationCost = {
      ["206"] = 14,
      ["306"] = 27,
      ["11031"] = 16,
      ["11032"] = 1,
      ["11036"] = 3
    },
    craftingExperience = 28560,
    craftingLevel = 72,
    requiredLevel = {
      fishing = 50
    },
    craftable = true,
    itemImage = "/images/fishing/Supreme_Tacklebox.png",
    tool = true,
    class = "equipment",
    craftingDescription = "A supreme fishing tacklebox! Gives 15 fishing levels, 35 bait power, 25 reel power, and 15 bonus rarity.",
    extraTooltipInfo = "A supreme fishing tacklebox rife with all the bits and bobs a master fisherman would need to fish up just about anything.",
    category = "Fishing",
    enchantable = true,
    tags = { "tool", "fishing" },
    equipmentStats = {
      slot = "tacklebox",
      toolBoost = { {
        skill = "fishing",
        boost = 15
      }, {
        skill = "fishingBaitPower",
        boost = 35
      }, {
        skill = "fishingReelPower",
        boost = 25
      }, {
        skill = "fishingRarityPower",
        boost = 15
      } },
      augmentationBonus = { {
        stat = "toolBoost.fishing",
        value = 2.5
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 4.5
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 5
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 3.5
      } }
    },
    requiredResources = { {
      ["206"] = 135,
      ["306"] = 270,
      ["690"] = 8,
      ["691"] = 8,
      ["692"] = 8,
      ["693"] = 8,
      ["11031"] = 160,
      ["11032"] = 10,
      ["11036"] = 30
    } },
    rarity = "rare"
  },
  ["11005"] = {
    id = 11005,
    name = "Ocean's Embrace",
    value = 9927000,
    tradeable = false,
    enchantmentTier = 8,
    augmentationCost = {
      ["11032"] = 300,
      ["11033"] = 3,
      ["11034"] = 3,
      ["11035"] = 3,
      ["11036"] = 300
    },
    craftingExperience = 256000,
    craftingLevel = 90,
    requiredLevel = {
      fishing = 80
    },
    forcedAugmentChance = 1,
    craftable = true,
    maxAugLevel = 10,
    augCostScaling = {
      soulboundOnly = true,
      startsAt = 3,
      multPerLevel = 0.5,
      soulboundMaxDuplicates = 1,
      soulboundIgnoresMaxAug = true
    },
    itemImage = "/images/fishing/Master_Tacklebox.png",
    tool = true,
    class = "equipment",
    craftingDescription = "The ultimate fishing implement! Gives 40 fishing levels, 100 bait power, 100 reel power, and 60 bonus rarity. Enhances ancient fishing.",
    extraTooltipInfo = "The origin of this mythical equipment is lost to history but there is no doubt regarding its power. Enhances ancient fishing.",
    category = "Fishing",
    enchantable = true,
    tags = { "tool", "fishing" },
    equipmentStats = {
      slot = "tacklebox",
      toolBoost = { {
        skill = "fishing",
        boost = 60
      }, {
        skill = "fishingBaitPower",
        boost = 60
      }, {
        skill = "fishingReelPower",
        boost = 60
      }, {
        skill = "fishingRarityPower",
        boost = 60
      } },
      itemSet = { 10001, 10002 },
      augmentationBonus = { {
        stat = "toolBoost.fishing",
        value = 6
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 6
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 6
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 6
      } }
    },
    requiredResources = { {
      ["11032"] = 50,
      ["11033"] = 1,
      ["11034"] = 1,
      ["11035"] = 1,
      ["11036"] = 150
    } },
    rarity = "legendary"
  },
  ["11010"] = {
    id = 11010,
    name = "Earthworm Bait",
    tradeable = true,
    value = 1,
    fishingBait = {
      bait = 5,
      reel = 5
    },
    itemImage = "images/fishing/bait/earthworm_hook.png",
    extraTooltipInfo = "A tiny lil' earthworm.",
    class = "fish",
    tags = { "fishing" }
  },
  ["11011"] = {
    id = 11011,
    name = "Fat Nightcrawler Bait",
    tradeable = true,
    value = 5,
    fishingBait = {
      level = 1,
      bait = 15,
      reel = 10,
      bonus = 5
    },
    itemImage = "images/fishing/bait/nightcrawler_hook.png",
    extraTooltipInfo = "A big ol' nightcrawler.",
    class = "fish",
    tags = { "fishing" }
  },
  ["11012"] = {
    id = 11012,
    name = "Glowbug Bait",
    tradeable = true,
    value = 5,
    fishingBait = {
      level = 1,
      bait = 10,
      reel = 15,
      bonus = 5
    },
    itemImage = "images/fishing/bait/glowbug_hook.png",
    extraTooltipInfo = "A small glowbug.",
    class = "fish",
    tags = { "fishing" }
  },
  ["11013"] = {
    id = 11013,
    name = "Shrimp Tail Bait",
    tradeable = true,
    value = 35,
    craftingLevel = 5,
    craftingExperience = 15,
    craftingMultiplier = { 5 },
    craftable = true,
    fishingBait = {
      level = 1,
      bait = 20,
      reel = 10,
      bonus = 5
    },
    itemImage = "images/fishing/bait/shrimptail_hook.png",
    craftingDescription = "Each craft results in 5 bait.",
    extraTooltipInfo = "The tail of a shrimp.",
    class = "fish",
    tags = { "crafting", "fishing" },
    category = "Fishing",
    requiredResources = { {
      ["60"] = 3
    } }
  },
  ["11014"] = {
    id = 11014,
    name = "Fish Guts Bait",
    tradeable = true,
    value = 50,
    craftingLevel = 20,
    craftingExperience = 35,
    requiredResources = { {
      ["61"] = 9
    }, {
      ["62"] = 6
    }, {
      ["63"] = 3
    } },
    craftingMultiplier = { 3, 3, 3 },
    craftable = true,
    fishingBait = {
      level = 2,
      bait = 25,
      reel = 5,
      bonus = 10
    },
    itemImage = "images/fishing/bait/fish_guts_hook.png",
    craftingDescription = "Each craft results in 3 bait.",
    extraTooltipInfo = "Some fish guts. Ew.",
    class = "fish",
    tags = { "crafting", "fishing" },
    category = "Fishing"
  },
  ["11015"] = {
    id = 11015,
    name = "Smelly Meat Bait",
    tradeable = true,
    value = 75,
    fishingBait = {
      level = 2,
      bait = 15,
      reel = 15,
      bonus = 5
    },
    itemImage = "images/fishing/bait/smelly_meat_hook.png",
    extraTooltipInfo = "Some smelly, probably not rotten, meat.",
    class = "fish",
    tags = { "fishing" }
  },
  ["11016"] = {
    id = 11016,
    name = "Hardened Hook Bait",
    craftingLevel = 35,
    craftingExperience = 75,
    tradeable = true,
    value = 100,
    craftingMultiplier = { 12 },
    craftable = true,
    fishingBait = {
      level = 3,
      reel = 35,
      bonus = 20,
      multReel = 1.3,
      multBonus = 1.1
    },
    itemImage = "images/fishing/bait/hardened_hook.png",
    craftingDescription = "Each craft results in 12 bait.",
    extraTooltipInfo = "A hook designed to make reeling in big catches easier.",
    class = "fish",
    tags = { "crafting", "fishing" },
    category = "Fishing",
    requiredResources = { {
      ["205"] = 2
    } }
  },
  ["11017"] = {
    id = 11017,
    name = "Alluring Lure Bait",
    craftingLevel = 35,
    craftingExperience = 75,
    tradeable = true,
    value = 100,
    craftingMultiplier = { 14 },
    craftable = true,
    fishingBait = {
      level = 3,
      bait = 20,
      bonus = 30,
      multBait = 1.2,
      multBonus = 1.1
    },
    itemImage = "images/fishing/bait/alluring_lure.png",
    craftingDescription = "Each craft results in 14 bait.",
    extraTooltipInfo = "A shiny lure designed to entice even the most wary catches.",
    class = "fish",
    tags = { "crafting", "fishing" },
    category = "Fishing",
    requiredResources = { {
      ["203"] = 2,
      ["205"] = 1
    } }
  },
  ["11018"] = {
    id = 11018,
    name = "Writhing Tentacle Bait",
    tradeable = true,
    craftingLevel = 50,
    craftingExperience = 150,
    value = 666,
    craftingMultiplier = { 6 },
    craftable = true,
    fishingBait = {
      level = 5,
      bait = -30,
      reel = -30,
      bonus = 60,
      multReel = 1.3,
      multBait = 1.3,
      multBonus = 1.3
    },
    itemImage = "images/fishing/bait/writhing_tentacle_hook.png",
    craftingDescription = "Each craft results in 6 bait. A writhing tentacle that reacts when you poke it. Enhances ancient fishing.",
    extraTooltipInfo = "An ancient writhing tentacle that reacts when you poke it. Enhances ancient fishing.",
    class = "fish",
    tags = { "crafting", "fishing" },
    category = "Fishing",
    requiredResources = { {
      ["69"] = 1
    } },
    rarity = "uncommon"
  },
  ["11019"] = {
    id = 11019,
    name = "Mysterious Bait",
    tradeable = true,
    value = 500,
    fishingBait = {
      randomizeBoosts = true,
      level = 0,
      bait = 0,
      reel = 0,
      bonus = 0
    },
    itemImage = "images/fishing/bait/mysterious_bait_hook.png",
    extraTooltipInfo = "Who knows what effects using this bait would have? Each and every one of them is unique! Each bait has between +50 and +200 to a random fishing stat.",
    class = "fish",
    tags = { "fishing" }
  },
  ["11030"] = {
    id = 11030,
    name = "Rotten Driftwood",
    tradeable = true,
    value = 15,
    experience = 15,
    heat = 25,
    itemImage = "images/fishing/material/rotten_driftwood.png",
    extraTooltipInfo = "A rotten piece of driftwood. Could it still be used for something?",
    class = "fish",
    tags = { "fishing", "heat" }
  },
  ["11031"] = {
    id = 11031,
    name = "Sturdy Driftwood",
    tradeable = true,
    value = 50,
    experience = 50,
    heat = 75,
    itemImage = "images/fishing/material/sturdy_driftwood.png",
    extraTooltipInfo = "A sturdy piece of driftwood. Could it still be used for something?",
    class = "fish",
    tags = { "fishing", "heat" }
  },
  ["11032"] = {
    id = 11032,
    name = "Aquamarine",
    tradeable = true,
    value = 15000,
    experience = 250,
    itemImage = "images/fishing/material/aquamarine.png",
    extraTooltipInfo = "An aquamarine crystal. If you hold it up to your ear you can look like an idiot!",
    class = "fish",
    tags = { "fishing" }
  },
  ["11033"] = {
    id = 11033,
    name = "Ancient Fishing Rod",
    tradeable = false,
    value = 2500000,
    experience = 2500,
    craftable = true,
    craftingLevel = 90,
    craftingExperience = 15000,
    requiredResources = { {
      ["11032"] = 50,
      ["11034"] = 1,
      ["11036"] = 50
    }, {
      ["11032"] = 50,
      ["11035"] = 1,
      ["11036"] = 50
    }, {
      ["12009"] = 900
    } },
    itemImage = "images/fishing/rod_master.png",
    extraTooltipInfo = "An ancient fishing rod, straight out of a madman's fantasy. Not much good on its own in this condition; it would take a master crafter to repair it...",
    class = "fish",
    tags = { "crafting", "fishing" },
    category = "Fishing",
    rarity = "rare"
  },
  ["11034"] = {
    id = 11034,
    name = "Ancient Harpoon",
    tradeable = false,
    value = 2500000,
    experience = 2500,
    craftable = true,
    craftingLevel = 90,
    craftingExperience = 15000,
    requiredResources = { {
      ["11032"] = 50,
      ["11033"] = 1,
      ["11036"] = 50
    }, {
      ["11032"] = 50,
      ["11035"] = 1,
      ["11036"] = 50
    }, {
      ["12009"] = 900
    } },
    itemImage = "images/fishing/harpoon_master.png",
    extraTooltipInfo = "An ancient harpoon, probably dragged up from some ancient aquatic ruin. Not much good on its own in this condition; it would take a master crafter to repair it...",
    class = "fish",
    tags = { "crafting", "fishing" },
    category = "Fishing",
    rarity = "rare"
  },
  ["11035"] = {
    id = 11035,
    name = "Ancient Fishing Net",
    tradeable = false,
    value = 2500000,
    experience = 2500,
    craftable = true,
    craftingLevel = 90,
    craftingExperience = 15000,
    requiredResources = { {
      ["11032"] = 50,
      ["11033"] = 1,
      ["11036"] = 50
    }, {
      ["11032"] = 50,
      ["11034"] = 1,
      ["11036"] = 50
    }, {
      ["12009"] = 900
    } },
    itemImage = "images/fishing/net_master.png",
    extraTooltipInfo = "An ancient fishing net, the material it's made out of appears to be alive. Not much good on its own in this condition; it would take a master crafter to repair it...",
    class = "fish",
    tags = { "crafting", "fishing" },
    category = "Fishing",
    rarity = "rare"
  },
  ["11036"] = {
    id = 11036,
    name = "Mystical Driftwood",
    tradeable = true,
    value = 150,
    experience = 150,
    heat = 125,
    itemImage = "images/fishing/material/mystical_driftwood.png",
    extraTooltipInfo = "An oddly glowing piece of driftwood. Could it still be used for something?",
    class = "fish",
    tags = { "fishing", "heat" },
    rarity = "uncommon"
  },
  ["11037"] = {
    id = 11037,
    name = "Dwarven Alloy",
    tradeable = false,
    value = 2500000,
    experience = 2500,
    craftable = true,
    craftingLevel = 90,
    craftingExperience = 15000,
    requiredResources = { {
      ["114"] = 150,
      ["115"] = 50,
      ["11038"] = 1
    }, {
      ["114"] = 150,
      ["115"] = 50,
      ["11039"] = 1
    }, {
      ["12010"] = 900
    } },
    itemImage = "images/mining/dwarven_ingot.png",
    extraTooltipInfo = "An alloy made from metals you do not recognize.",
    class = "bar",
    tags = { "crafting", "mining" },
    category = "Mining",
    rarity = "rare"
  },
  ["11038"] = {
    id = 11038,
    name = "Dwarven Ingot",
    tradeable = false,
    value = 2500000,
    experience = 2500,
    craftable = true,
    craftingLevel = 90,
    craftingExperience = 15000,
    requiredResources = { {
      ["114"] = 150,
      ["115"] = 50,
      ["11037"] = 1
    }, {
      ["114"] = 150,
      ["115"] = 50,
      ["11039"] = 1
    }, {
      ["12010"] = 900
    } },
    itemImage = "images/mining/dwarven_ingot_2.png",
    extraTooltipInfo = "An incredibly hard dwarven ingot. It is basically impossible to work with.",
    class = "bar",
    tags = { "crafting", "mining" },
    category = "Mining",
    rarity = "rare"
  },
  ["11039"] = {
    id = 11039,
    name = "Dwarven Mold",
    tradeable = false,
    value = 2500000,
    experience = 2500,
    craftable = true,
    craftingLevel = 90,
    craftingExperience = 15000,
    requiredResources = { {
      ["114"] = 150,
      ["115"] = 50,
      ["11037"] = 1
    }, {
      ["114"] = 150,
      ["115"] = 50,
      ["11038"] = 1
    }, {
      ["12010"] = 900
    } },
    itemImage = "images/mining/dwarven_ingot_3.png",
    extraTooltipInfo = "A sort of mold to form a tool with.",
    class = "bar",
    tags = { "crafting", "mining" },
    category = "Mining",
    rarity = "rare"
  },
  ["11040"] = {
    id = 11040,
    name = "Very Mysterious Seedling",
    tradeable = false,
    value = 2500000,
    experience = 2500,
    craftable = true,
    craftingLevel = 90,
    craftingExperience = 15000,
    requiredResources = { {
      ["306"] = 500,
      ["307"] = 150,
      ["11041"] = 1
    }, {
      ["306"] = 500,
      ["307"] = 150,
      ["11042"] = 1
    }, {
      ["12011"] = 900
    } },
    itemImage = "images/farming/mysterious_plant_44.png",
    extraTooltipInfo = "It is looking at you.",
    class = "bar",
    tags = { "crafting", "foraging" },
    category = "Foraging",
    rarity = "rare"
  },
  ["11041"] = {
    id = 11041,
    name = "Elder Sap",
    tradeable = false,
    value = 2500000,
    experience = 2500,
    craftable = true,
    craftingLevel = 90,
    craftingExperience = 15000,
    requiredResources = { {
      ["306"] = 500,
      ["307"] = 150,
      ["11040"] = 1
    }, {
      ["306"] = 500,
      ["307"] = 150,
      ["11042"] = 1
    }, {
      ["12011"] = 900
    } },
    itemImage = "images/foraging/elder_sap.png",
    extraTooltipInfo = "Sap taken from a tree that is much older than you are.",
    class = "bar",
    tags = { "crafting", "foraging" },
    category = "Foraging",
    rarity = "rare"
  },
  ["11042"] = {
    id = 11042,
    name = "World Tree Branch",
    tradeable = false,
    value = 2500000,
    experience = 2500,
    craftable = true,
    craftingLevel = 90,
    craftingExperience = 15000,
    requiredResources = { {
      ["306"] = 500,
      ["307"] = 150,
      ["11040"] = 1
    }, {
      ["306"] = 500,
      ["307"] = 150,
      ["11041"] = 1
    }, {
      ["12011"] = 900
    } },
    itemImage = "images/foraging/world_branch.png",
    extraTooltipInfo = "Basically just a shiny branch!",
    class = "bar",
    tags = { "crafting", "foraging" },
    category = "Foraging",
    rarity = "rare"
  },
  ["12000"] = {
    name = "Fisherman's Smock",
    id = 12000,
    enchantmentTier = 3,
    forcedEnchant = 50,
    forcedEnchantAmount = 3,
    augmentationCost = {
      ["12009"] = 30
    },
    requiredResources = { {
      ["12009"] = 450
    } },
    equipmentStats = {
      slot = "body",
      toolBoost = { {
        skill = "fishing",
        boost = 0
      } },
      augmentationBonus = { {
        stat = "toolBoost.fishing",
        value = 1
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 1
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 1
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 1
      } },
      itemSet = { 10001, 10002 }
    },
    value = 250000,
    tradeable = true,
    relatedSkill = "fishing",
    craftingLevel = 60,
    craftingExperience = 9001,
    enchantmentOverrideSlot = "fishingset",
    craftable = true,
    category = "Fishing",
    itemImage = "/images/fishing/equipment/smock.png",
    extraTooltipInfo = "A smock for fishing! You can already feel it making your tools stronger.",
    class = "equipment",
    visual = "smock",
    tags = { "armor", "fishing" },
    rarity = "uncommon"
  },
  ["12001"] = {
    name = "Fisherman's Bucket Hat",
    id = 12001,
    enchantmentTier = 3,
    forcedEnchant = 51,
    forcedEnchantAmount = 3,
    augmentationCost = {
      ["12009"] = 30
    },
    requiredResources = { {
      ["12009"] = 450
    } },
    equipmentStats = {
      slot = "helm",
      toolBoost = { {
        skill = "fishing",
        boost = 0
      } },
      augmentationBonus = { {
        stat = "toolBoost.fishing",
        value = 1
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 1
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 1
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 1
      } },
      itemSet = { 10001, 10002 }
    },
    value = 250000,
    tradeable = true,
    relatedSkill = "fishing",
    craftingLevel = 60,
    craftingExperience = 9001,
    enchantmentOverrideSlot = "fishingset",
    craftable = true,
    category = "Fishing",
    itemImage = "/images/fishing/equipment/bucket_hat.png",
    extraTooltipInfo = "A hat for fishing! You can already feel it making your reflexes sharper.",
    class = "equipment",
    visual = "bucket-hat",
    tags = { "armor", "fishing" },
    rarity = "uncommon"
  },
  ["12002"] = {
    name = "Fisherman's Waders",
    id = 12002,
    enchantmentTier = 3,
    forcedEnchant = 49,
    forcedEnchantAmount = 3,
    augmentationCost = {
      ["12009"] = 30
    },
    requiredResources = { {
      ["12009"] = 450
    } },
    equipmentStats = {
      slot = "legs",
      toolBoost = { {
        skill = "fishing",
        boost = 0
      } },
      augmentationBonus = { {
        stat = "toolBoost.fishing",
        value = 1
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 1
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 1
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 1
      } },
      itemSet = { 10001, 10002 }
    },
    value = 250000,
    tradeable = true,
    relatedSkill = "fishing",
    craftingLevel = 60,
    craftingExperience = 9001,
    enchantmentOverrideSlot = "fishingset",
    craftable = true,
    category = "Fishing",
    itemImage = "/images/fishing/equipment/waders.png",
    extraTooltipInfo = "Waders for fishing! You can already feel it making your ability to bait fish stronger.",
    class = "equipment",
    visual = "waders",
    tags = { "armor", "fishing" },
    rarity = "uncommon"
  },
  ["12003"] = {
    name = "Miner's Smock",
    id = 12003,
    enchantmentTier = 3,
    forcedEnchant = 68,
    forcedEnchantAmount = 3,
    augmentationCost = {
      ["12010"] = 30
    },
    requiredResources = { {
      ["12010"] = 450
    } },
    equipmentStats = {
      slot = "body",
      toolBoost = { {
        skill = "mining",
        boost = 0
      } },
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 1
      } },
      itemSet = { 10007, 10008 }
    },
    value = 250000,
    tradeable = true,
    relatedSkill = "mining",
    craftingLevel = 60,
    craftingExperience = 9001,
    enchantmentOverrideSlot = "miningset",
    craftable = true,
    category = "Mining",
    itemImage = "/images/fishing/equipment/smock.png",
    extraTooltipInfo = "A smock to rub the coal dust on after a long day in the mines.",
    class = "equipment",
    visual = "smock",
    tags = { "armor", "mining" },
    rarity = "uncommon"
  },
  ["12004"] = {
    name = "Miner's Lantern Helmet",
    id = 12004,
    enchantmentTier = 3,
    forcedEnchant = 83,
    forcedEnchantAmount = 3,
    augmentationCost = {
      ["12010"] = 30
    },
    requiredResources = { {
      ["12010"] = 450
    } },
    equipmentStats = {
      slot = "helm",
      toolBoost = { {
        skill = "mining",
        boost = 0
      } },
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 1
      } },
      itemSet = { 10007, 10008 }
    },
    value = 250000,
    tradeable = true,
    relatedSkill = "mining",
    craftingLevel = 60,
    craftingExperience = 9001,
    enchantmentOverrideSlot = "miningset",
    craftable = true,
    category = "Mining",
    itemImage = "/images/fishing/equipment/bucket_hat.png",
    extraTooltipInfo = "OSHA improved! Let's you see better! Wow!",
    class = "equipment",
    visual = "bucket-hat",
    tags = { "armor", "mining" },
    rarity = "uncommon"
  },
  ["12005"] = {
    name = "Miner's Trousers",
    id = 12005,
    enchantmentTier = 3,
    forcedEnchant = 67,
    forcedEnchantAmount = 3,
    augmentationCost = {
      ["12010"] = 30
    },
    requiredResources = { {
      ["12010"] = 450
    } },
    equipmentStats = {
      slot = "legs",
      toolBoost = { {
        skill = "mining",
        boost = 0
      } },
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 1
      } },
      itemSet = { 10007, 10008 }
    },
    value = 250000,
    tradeable = true,
    relatedSkill = "mining",
    craftingLevel = 60,
    craftingExperience = 9001,
    enchantmentOverrideSlot = "miningset",
    craftable = true,
    category = "Mining",
    itemImage = "/images/fishing/equipment/waders.png",
    extraTooltipInfo = "A pair of trousers that you swear definitely makes you better at mining despite being a simple pair of pants. Are they magical? Probably not. Probably.",
    class = "equipment",
    visual = "waders",
    tags = { "armor", "mining" },
    rarity = "uncommon"
  },
  ["12006"] = {
    name = "Lumberjack's Vest",
    id = 12006,
    enchantmentTier = 3,
    forcedEnchant = 35,
    forcedEnchantAmount = 3,
    augmentationCost = {
      ["12011"] = 30
    },
    requiredResources = { {
      ["12011"] = 450
    } },
    equipmentStats = {
      slot = "body",
      toolBoost = { {
        skill = "foraging",
        boost = 0
      } },
      augmentationBonus = { {
        stat = "toolBoost.foraging",
        value = 1
      } },
      itemSet = { 10005, 10006 }
    },
    value = 250000,
    tradeable = true,
    relatedSkill = "foraging",
    craftingLevel = 60,
    craftingExperience = 9001,
    enchantmentOverrideSlot = "foragingset",
    craftable = true,
    category = "Foraging",
    itemImage = "/images/fishing/equipment/smock.png",
    extraTooltipInfo = "Makes you want to shout timber.",
    class = "equipment",
    visual = "smock",
    tags = { "armor", "foraging" },
    rarity = "uncommon"
  },
  ["12007"] = {
    name = "Lumberjack's Hat",
    id = 12007,
    enchantmentTier = 3,
    forcedEnchant = 55,
    forcedEnchantAmount = 3,
    augmentationCost = {
      ["12011"] = 30
    },
    requiredResources = { {
      ["12011"] = 450
    } },
    equipmentStats = {
      slot = "helm",
      toolBoost = { {
        skill = "foraging",
        boost = 0
      } },
      augmentationBonus = { {
        stat = "toolBoost.foraging",
        value = 1
      } },
      itemSet = { 10005, 10006 }
    },
    value = 250000,
    tradeable = true,
    relatedSkill = "foraging",
    craftingLevel = 60,
    craftingExperience = 9001,
    enchantmentOverrideSlot = "foragingset",
    craftable = true,
    category = "Foraging",
    itemImage = "/images/fishing/equipment/bucket_hat.png",
    extraTooltipInfo = "If a tree falls on your head this will not help, but it can keep you warm!",
    class = "equipment",
    visual = "bucket-hat",
    tags = { "armor", "foraging" },
    rarity = "uncommon"
  },
  ["12008"] = {
    name = "Lumberjack's Trousers",
    id = 12008,
    enchantmentTier = 3,
    forcedEnchant = 56,
    forcedEnchantAmount = 3,
    augmentationCost = {
      ["12011"] = 30
    },
    requiredResources = { {
      ["12011"] = 450
    } },
    equipmentStats = {
      slot = "legs",
      toolBoost = { {
        skill = "foraging",
        boost = 0
      } },
      augmentationBonus = { {
        stat = "toolBoost.foraging",
        value = 1
      } },
      itemSet = { 10005, 10006 }
    },
    value = 250000,
    tradeable = true,
    relatedSkill = "foraging",
    craftingLevel = 60,
    craftingExperience = 9001,
    enchantmentOverrideSlot = "foragingset",
    craftable = true,
    category = "Foraging",
    itemImage = "/images/fishing/equipment/waders.png",
    extraTooltipInfo = "You're a lumberjack and you're okay!",
    class = "equipment",
    visual = "waders",
    tags = { "armor", "foraging" },
    rarity = "uncommon"
  },
  ["12009"] = {
    id = 12009,
    name = "Fishing Shard",
    tradeable = false,
    itemImage = "/images/fishing/fishing_shard.png",
    extraTooltipInfo = "A shard for creating skilling gear.",
    class = "gem",
    tags = { "shard", "fishing" },
    rarity = "uncommon"
  },
  ["12010"] = {
    id = 12010,
    name = "Mining Shard",
    tradeable = false,
    itemImage = "/images/mining/mining_shard.png",
    extraTooltipInfo = "A shard for creating skilling gear.",
    class = "gem",
    tags = { "shard", "mining" },
    rarity = "uncommon"
  },
  ["12011"] = {
    id = 12011,
    name = "Foraging Shard",
    tradeable = false,
    itemImage = "/images/foraging/foraging_shard.png",
    extraTooltipInfo = "A shard for creating skilling gear.",
    class = "gem",
    tags = { "shard", "foraging" },
    rarity = "uncommon"
  },
  ["12012"] = {
    id = 12012,
    name = "Prismatic Dust",
    tradeable = false,
    itemImage = "/images/magic/pris_dust.png",
    extraTooltipInfo = "A fine dust that radiates a prismatic luster; formed when too much power is imbued into a Black Opal",
    class = "gem",
    tags = { "enchanting" },
    rarity = "legendary"
  },
  ["12013"] = {
    name = "Chef's Hat",
    id = 12013,
    enchantmentTier = 3,
    augmentationCost = {
      ["95"] = 100,
      ["96"] = 100
    },
    equipmentStats = {
      slot = "helm",
      toolBoost = { {
        skill = "cooking",
        boost = 5
      } },
      augmentationBonus = { {
        stat = "toolBoost.cooking",
        value = 1
      } }
    },
    value = 250000,
    tradeable = true,
    relatedSkill = "cooking",
    enchantmentOverrideSlot = "ladle",
    itemImage = "/images/combat/equipment/chef_hat.png",
    extraTooltipInfo = "Kinda smells like your childhood meals. They must have really sucked since this hat came from a Goblin.",
    class = "equipment",
    visual = "chef-hat",
    tags = { "armor", "cooking" },
    rarity = "epic"
  },
  ["12014"] = {
    id = 12014,
    name = "Infernal Dust",
    tradeable = false,
    itemImage = "/images/magic/infernal_dust.png",
    extraTooltipInfo = "A fine dust that is fueled by some inner flame. Formed when too much power is imbued into Obsidian.",
    class = "gem",
    tags = { "enchanting" },
    rarity = "rare"
  },
  ["12015"] = {
    name = "Golden Spoon",
    id = 12015,
    enchantmentTier = 8,
    augmentationCost = {
      ["5"] = 20000,
      ["95"] = 1000,
      ["96"] = 1000,
      ["402"] = 1,
      ["403"] = 1,
      ["404"] = 1,
      ["12016"] = 3000
    },
    craftingExperience = 256000,
    craftingLevel = 90,
    requiredLevel = {
      cooking = 80
    },
    forcedAugmentChance = 1,
    value = 12960000,
    tradeable = false,
    enchantmentOverrideSlot = "ladle",
    tool = true,
    requiredResources = { {
      ["203"] = 500,
      ["402"] = 10,
      ["403"] = 10,
      ["404"] = 5,
      ["12016"] = 3000
    } },
    craftable = true,
    maxAugLevel = 10,
    augCostScaling = {
      soulboundOnly = true,
      startsAt = 3,
      multPerLevel = 0.5,
      soulboundMaxDuplicates = 1,
      soulboundIgnoresMaxAug = true
    },
    itemImage = "/images/cooking/golden_spoon.png",
    craftingDescription = "It's a golden spoon! Rewards full XP when burning food and grants 4 hidden levels of haste while cooking.",
    extraTooltipInfo = "It's a golden spoon! Rewards full XP when burning food and grants 4 hidden levels of haste while cooking.",
    category = "Skilling",
    class = "equipment",
    tags = { "tool", "cooking" },
    equipmentStats = {
      slot = "ladle",
      toolBoost = { {
        skill = "cooking",
        boost = 40
      } },
      augmentationBonus = { {
        stat = "toolBoost.cooking",
        value = 5
      } }
    },
    rarity = "legendary"
  },
  ["12016"] = {
    id = 12016,
    name = "Cooking Shard",
    tradeable = false,
    itemImage = "/images/cooking/cooking_shard.png",
    extraTooltipInfo = "A shard for creating skilling gear.",
    class = "gem",
    tags = { "shard", "cooking" },
    rarity = "uncommon"
  },
  ["12017"] = {
    id = 12017,
    name = "Runecrafting Shard",
    tradeable = false,
    itemImage = "/images/runecrafting/runecrafting_shard.png",
    extraTooltipInfo = "A shard for creating skilling gear.",
    class = "gem",
    tags = { "shard", "runecrafting" },
    rarity = "uncommon"
  },
  ["12018"] = {
    name = "Camo Cloak",
    id = 12018,
    enchantmentTier = 1,
    augmentationCost = {
      ["4013"] = 30,
      ["4014"] = 25,
      ["4015"] = 20,
      ["4016"] = 15,
      ["4017"] = 10,
      ["4018"] = 5
    },
    value = 1000000,
    tradeable = true,
    requiredLevel = {
      enchanting = 40
    },
    forcedEnchant = 9501,
    forcedEnchantAmount = 1,
    craftable = true,
    itemImage = "/images/combat/equipment/camo_cape.PNG",
    extraTooltipInfo = "A cloak with camo elements to help you avoid fights in dangerous places. Increases your combat ability in dangerous gathering encounters and gathering dungeons.",
    class = "equipment",
    visual = "cape",
    tags = { "armor" },
    equipmentStats = {
      slot = "cape",
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 0.5
      }, {
        stat = "toolBoost.foraging",
        value = 0.5
      }, {
        stat = "toolBoost.fishing",
        value = 0.5
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 0.5
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 0.5
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 0.5
      } }
    },
    rarity = "rare",
    category = "Skilling",
    craftingLevel = 60,
    craftingExperience = 17500,
    requiredResources = { {
      ["4013"] = 300,
      ["4014"] = 250,
      ["4015"] = 200,
      ["4016"] = 150,
      ["4017"] = 100,
      ["4018"] = 50
    } }
  },
  ["12019"] = {
    name = "Flamboyant Cape",
    id = 12019,
    enchantmentTier = 1,
    augmentationCost = {
      ["4013"] = 30,
      ["4014"] = 25,
      ["4015"] = 20,
      ["4016"] = 15,
      ["4017"] = 10,
      ["4018"] = 5
    },
    value = 1000000,
    tradeable = true,
    requiredLevel = {
      enchanting = 40
    },
    forcedEnchant = 9500,
    forcedEnchantAmount = 1,
    craftable = true,
    itemImage = "/images/combat/equipment/flamboyant_cape.png",
    extraTooltipInfo = "A bright, flamboyant cape designed to catch the eye of monsters. Increases your combat ability in dangerous gathering encounters and gathering dungeons.",
    class = "equipment",
    visual = "cape",
    tags = { "armor" },
    equipmentStats = {
      slot = "cape",
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 0.5
      }, {
        stat = "toolBoost.foraging",
        value = 0.5
      }, {
        stat = "toolBoost.fishing",
        value = 0.5
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 0.5
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 0.5
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 0.5
      } }
    },
    rarity = "rare",
    category = "Skilling",
    craftingLevel = 60,
    craftingExperience = 17500,
    requiredResources = { {
      ["4013"] = 300,
      ["4014"] = 250,
      ["4015"] = 200,
      ["4016"] = 150,
      ["4017"] = 100,
      ["4018"] = 50
    } }
  },
  ["12020"] = {
    name = "Small Bag of Holding",
    id = 12020,
    enchantmentTier = 1,
    augmentationCost = {
      ["4012"] = 30
    },
    value = 10000,
    tradeable = true,
    requiredLevel = {
      enchanting = 25
    },
    forcedEnchant = 80,
    forcedEnchantAmount = 1,
    craftable = true,
    itemImage = "/images/jewellery/bag_1.png",
    extraTooltipInfo = "A small bag that possesses some magic to help you gather all that you can from a resource. Will automatically be upgraded to the next bag of holding tier at +5 augment levels.",
    class = "equipment",
    tags = { "armor" },
    equipmentStats = {
      slot = "arrows",
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 0.25
      }, {
        stat = "toolBoost.foraging",
        value = 0.25
      }, {
        stat = "toolBoost.fishing",
        value = 0.25
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 0.25
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 0.25
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 0.25
      } }
    },
    rarity = "uncommon",
    category = "Skilling",
    craftingLevel = 20,
    craftingExperience = 2500,
    requiredResources = { {
      ["4012"] = 300
    } }
  },
  ["12021"] = {
    name = "Bag of Holding",
    id = 12021,
    enchantmentTier = 2,
    augmentationCost = {
      ["4002"] = 150
    },
    value = 100000,
    tradeable = true,
    requiredLevel = {
      enchanting = 50
    },
    forcedEnchant = 80,
    forcedEnchantAmount = 2,
    itemImage = "/images/jewellery/bag_2.png",
    extraTooltipInfo = "A bag that possesses some magic to help you gather all that you can from a resource. Will automatically be upgraded to the next bag of holding tier at +10 augment levels.",
    class = "equipment",
    tags = { "armor" },
    equipmentStats = {
      slot = "arrows",
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 0.5
      }, {
        stat = "toolBoost.foraging",
        value = 0.5
      }, {
        stat = "toolBoost.fishing",
        value = 0.5
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 0.5
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 0.5
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 0.5
      } },
      toolBoost = { {
        skill = "mining",
        boost = 2.5
      }, {
        skill = "foraging",
        boost = 2.5
      }, {
        skill = "fishing",
        boost = 2.5
      }, {
        skill = "fishingBaitPower",
        boost = 2.5
      }, {
        skill = "fishingRarityPower",
        boost = 2.5
      }, {
        skill = "fishingReelPower",
        boost = 2.5
      } }
    },
    rarity = "rare"
  },
  ["12022"] = {
    name = "Large Bag of Holding",
    id = 12022,
    enchantmentTier = 3,
    augmentationCost = {
      ["4003"] = 300
    },
    value = 1000000,
    tradeable = true,
    requiredLevel = {
      enchanting = 75
    },
    forcedEnchant = 80,
    forcedEnchantAmount = 3,
    itemImage = "/images/jewellery/bag_3.png",
    extraTooltipInfo = "A large bag that possesses some magic to help you gather all that you can from a resource.",
    class = "equipment",
    tags = { "armor" },
    equipmentStats = {
      slot = "arrows",
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 1
      }, {
        stat = "toolBoost.foraging",
        value = 1
      }, {
        stat = "toolBoost.fishing",
        value = 1
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 1
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 1
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 1
      } },
      toolBoost = { {
        skill = "mining",
        boost = 10
      }, {
        skill = "foraging",
        boost = 10
      }, {
        skill = "fishing",
        boost = 10
      }, {
        skill = "fishingBaitPower",
        boost = 10
      }, {
        skill = "fishingRarityPower",
        boost = 10
      }, {
        skill = "fishingReelPower",
        boost = 10
      } }
    },
    rarity = "epic"
  },
  ["12023"] = {
    name = "Newbie Adventurer's Backpack",
    id = 12023,
    enchantmentTier = 1,
    augmentationCost = {
      ["4009"] = 50,
      ["4010"] = 25
    },
    value = 10000,
    tradeable = true,
    requiredLevel = {
      enchanting = 35
    },
    forcedEnchant = 79,
    forcedEnchantAmount = 1,
    craftable = true,
    itemImage = "/images/jewellery/adventurer_1.png",
    extraTooltipInfo = "A backpack with all the goodies and supplies necessary to help an adventurer get more research done when gathering in the field. May require some adjustment by a new owner before becoming comfortable to wear!",
    class = "equipment",
    visual = "cape",
    tags = { "armor" },
    equipmentStats = {
      slot = "arrows",
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 1
      }, {
        stat = "toolBoost.foraging",
        value = 1
      }, {
        stat = "toolBoost.fishing",
        value = 1
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 1
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 1
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 1
      } },
      toolBoost = { {
        skill = "mining",
        boost = -10
      }, {
        skill = "foraging",
        boost = -10
      }, {
        skill = "fishing",
        boost = -10
      }, {
        skill = "fishingBaitPower",
        boost = -10
      }, {
        skill = "fishingRarityPower",
        boost = -10
      }, {
        skill = "fishingReelPower",
        boost = -10
      } }
    },
    rarity = "rare",
    category = "Skilling",
    craftingLevel = 35,
    craftingExperience = 2500,
    requiredResources = { {
      ["4012"] = 300
    } }
  },
  ["12024"] = {
    name = "Dwarven Adventurer's Backpack",
    id = 12024,
    enchantmentTier = 2,
    augmentationCost = {
      ["207"] = 25,
      ["4009"] = 250,
      ["4010"] = 75
    },
    value = 1000000,
    tradeable = true,
    requiredLevel = {
      enchanting = 90
    },
    forcedEnchant = 79,
    forcedEnchantAmount = 2,
    craftable = true,
    itemImage = "/images/jewellery/adventurer_2.png",
    extraTooltipInfo = "A redesigned backpack drawing from dwarven research to massively increase research capabilities when gathering out in the field. May require some significant adjustment by a new owner before becoming comfortable to wear!",
    class = "equipment",
    visual = "cape",
    tags = { "armor" },
    equipmentStats = {
      slot = "arrows",
      augmentationBonus = { {
        stat = "toolBoost.mining",
        value = 2
      }, {
        stat = "toolBoost.foraging",
        value = 2
      }, {
        stat = "toolBoost.fishing",
        value = 2
      }, {
        stat = "toolBoost.fishingBaitPower",
        value = 2
      }, {
        stat = "toolBoost.fishingRarityPower",
        value = 2
      }, {
        stat = "toolBoost.fishingReelPower",
        value = 2
      } },
      toolBoost = { {
        skill = "mining",
        boost = -20
      }, {
        skill = "foraging",
        boost = -20
      }, {
        skill = "fishing",
        boost = -20
      }, {
        skill = "fishingBaitPower",
        boost = -20
      }, {
        skill = "fishingRarityPower",
        boost = -20
      }, {
        skill = "fishingReelPower",
        boost = -20
      } }
    },
    rarity = "legendary",
    category = "Skilling",
    craftingLevel = 85,
    craftingExperience = 192000,
    requiredResources = { {
      ["4002"] = 300,
      ["4003"] = 300,
      ["4009"] = 300,
      ["4010"] = 300,
      ["4012"] = 300,
      ["12034"] = 1
    } }
  },
  ["12025"] = {
    name = "Cloak of Many Pockets",
    id = 12025,
    enchantmentTier = 1,
    augmentationCost = {
      ["4013"] = 30,
      ["4014"] = 25,
      ["4015"] = 20,
      ["4016"] = 15,
      ["4017"] = 10,
      ["4018"] = 5
    },
    value = 1000000,
    tradeable = true,
    requiredLevel = {
      enchanting = 60
    },
    forcedEnchant = 76,
    forcedEnchantAmount = 1,
    craftable = true,
    itemImage = "/images/combat/equipment/many_pockets.png",
    extraTooltipInfo = "A cloak with many pockets to keep you more organized while processing materials.",
    class = "equipment",
    visual = "cape",
    tags = { "armor" },
    equipmentStats = {
      slot = "cape",
      augmentationBonus = { {
        stat = "toolBoost.smithing",
        value = 0.5
      }, {
        stat = "toolBoost.runecrafting",
        value = 0.5
      }, {
        stat = "toolBoost.cooking",
        value = 0.5
      } }
    },
    rarity = "rare",
    category = "Skilling",
    craftingLevel = 60,
    craftingExperience = 17500,
    requiredResources = { {
      ["4013"] = 300,
      ["4014"] = 250,
      ["4015"] = 200,
      ["4016"] = 150,
      ["4017"] = 100,
      ["4018"] = 50
    } }
  },
  ["12026"] = {
    name = "Cloak of the Void",
    id = 12026,
    enchantmentTier = 2,
    augmentationCost = {
      ["4013"] = 30,
      ["4014"] = 25,
      ["4015"] = 20,
      ["4016"] = 15,
      ["4017"] = 10,
      ["4018"] = 5
    },
    value = 2000000,
    tradeable = true,
    requiredLevel = {
      enchanting = 85
    },
    forcedEnchant = 76,
    forcedEnchantAmount = 2,
    craftable = true,
    itemImage = "/images/combat/equipment/void_cape.png",
    extraTooltipInfo = "A cloak with access to a small pocket dimension for storage. Greatly increases your ability to stay organized and efficient while processing materials.",
    class = "equipment",
    visual = "cape",
    tags = { "armor" },
    equipmentStats = {
      slot = "cape",
      augmentationBonus = { {
        stat = "toolBoost.smithing",
        value = 1
      }, {
        stat = "toolBoost.runecrafting",
        value = 1
      }, {
        stat = "toolBoost.cooking",
        value = 1
      } }
    },
    rarity = "legendary",
    category = "Skilling",
    craftingLevel = 85,
    craftingExperience = 192000,
    requiredResources = { {
      ["4013"] = 300,
      ["4014"] = 250,
      ["4015"] = 200,
      ["4016"] = 150,
      ["4017"] = 100,
      ["4018"] = 50,
      ["12033"] = 1
    } }
  },
  ["12027"] = {
    id = 12027,
    name = "Dwarven Manufacturing Pendant",
    value = 200000,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["10"] = 5000,
      ["507"] = 1,
      ["517"] = 50
    },
    forcedEnchant = 84,
    forcedEnchantAmount = 1,
    itemImage = "/images/jewellery/engineering.png",
    class = "equipment",
    extraTooltipInfo = "Empowers you to hastily process materials and items.",
    tags = { "jewelry" },
    enchantable = true,
    requiredLevel = {
      crafting = 50
    },
    equipmentStats = {
      slot = "arrows",
      augmentationBonus = { {
        stat = "toolBoost.smithing",
        value = 1
      }, {
        stat = "toolBoost.runecrafting",
        value = 1
      }, {
        stat = "toolBoost.cooking",
        value = 1
      } }
    },
    rarity = "rare"
  },
  ["12028"] = {
    id = 12028,
    name = "Elven Logistics Pendant",
    value = 200000,
    tradeable = true,
    enchantmentTier = 1,
    augmentationCost = {
      ["10"] = 5000,
      ["507"] = 1,
      ["517"] = 50
    },
    forcedEnchant = 85,
    forcedEnchantAmount = 1,
    itemImage = "/images/jewellery/logistics.PNG",
    class = "equipment",
    extraTooltipInfo = "Empowers you to efficiently process materials and items.",
    tags = { "jewelry" },
    enchantable = true,
    requiredLevel = {
      crafting = 50
    },
    equipmentStats = {
      slot = "arrows",
      augmentationBonus = { {
        stat = "toolBoost.smithing",
        value = 1
      }, {
        stat = "toolBoost.runecrafting",
        value = 1
      }, {
        stat = "toolBoost.cooking",
        value = 1
      } }
    },
    rarity = "rare"
  },
  ["12029"] = {
    id = 12029,
    name = "Farming Shard",
    tradeable = false,
    itemImage = "/images/farming/farming_shard.png",
    extraTooltipInfo = "A shard for creating skilling gear.",
    class = "gem",
    tags = { "shard", "cooking" },
    rarity = "uncommon"
  },
  ["12030"] = {
    id = 12030,
    name = "Dwarven Tongs",
    value = 13782100,
    tradeable = false,
    enchantmentTier = 8,
    augmentationCost = {
      ["12031"] = 3000
    },
    craftingExperience = 256000,
    craftingLevel = 90,
    requiredLevel = {
      smithing = 80
    },
    forcedAugmentChance = 1,
    craftable = true,
    maxAugLevel = 10,
    augCostScaling = {
      soulboundOnly = true,
      startsAt = 3,
      multPerLevel = 0.5,
      soulboundMaxDuplicates = 1,
      soulboundIgnoresMaxAug = true
    },
    itemImage = "/images/smithing/dwarven_tongs.png",
    tool = true,
    class = "equipment",
    craftingDescription = "A legendary set of tongs made from lost dwarven technology.",
    extraTooltipInfo = "A legendary set of tongs made from lost dwarven technology.",
    category = "Skilling",
    enchantable = true,
    tags = { "tool", "smithing" },
    equipmentStats = {
      slot = "tongs",
      toolBoost = { {
        skill = "smithing",
        boost = 90
      } },
      augmentationBonus = { {
        stat = "toolBoost.smithing",
        value = 5
      } }
    },
    requiredResources = { {
      ["207"] = 200,
      ["208"] = 100,
      ["12031"] = 3000
    } },
    rarity = "legendary"
  },
  ["12031"] = {
    id = 12031,
    name = "Smithing Shard",
    tradeable = false,
    itemImage = "/images/smithing/smithing_shard.png",
    extraTooltipInfo = "A shard for creating skilling gear.",
    class = "gem",
    tags = { "shard", "cooking" },
    rarity = "uncommon"
  },
  ["12032"] = {
    id = 12032,
    name = "Elvish Hoe",
    value = 13782100,
    tradeable = false,
    enchantmentTier = 8,
    augmentationCost = {
      ["403"] = 10,
      ["12029"] = 13000
    },
    craftingExperience = 256000,
    craftingLevel = 90,
    requiredLevel = {
      farming = 80
    },
    forcedAugmentChance = 1,
    craftable = true,
    maxAugLevel = 10,
    augCostScaling = {
      soulboundOnly = true,
      startsAt = 3,
      multPerLevel = 0.5,
      soulboundMaxDuplicates = 1,
      soulboundIgnoresMaxAug = true
    },
    itemImage = "/images/farming/elven_hoe.png",
    tool = true,
    class = "equipment",
    craftingDescription = "A legendary farming implement purportedly used by the Elves. Why does it need a diamond?",
    extraTooltipInfo = "A legendary farming implement purportedly used by the Elves. Why does it need a diamond?",
    category = "Farming",
    enchantable = true,
    tags = { "tool", "farming" },
    equipmentStats = {
      slot = "hoe",
      toolBoost = { {
        skill = "farming",
        boost = 90
      } },
      augmentationBonus = { {
        stat = "toolBoost.farming",
        value = 5
      } }
    },
    requiredResources = { {
      ["207"] = 350,
      ["403"] = 1,
      ["800"] = 175,
      ["12029"] = 26000
    } },
    rarity = "legendary"
  },
  ["12033"] = {
    id = 12033,
    name = "Void Portal Anchor",
    value = 1500000,
    tradeable = true,
    itemImage = "/images/misc/void_anchor.png",
    extraTooltipInfo = "An anchor point for a void portal that can be used to create legendary equipment.",
    class = "key",
    tags = { "crafting" },
    rarity = "legendary"
  },
  ["12034"] = {
    id = 12034,
    name = "Defunct Golem Core",
    value = 1500000,
    tradeable = true,
    itemImage = "/images/misc/golem_core.png",
    extraTooltipInfo = "Ancient dwarven tech that could be repurposed into a legendary piece of equipment.",
    class = "key",
    tags = { "crafting" },
    rarity = "legendary"
  },
  ["13000"] = {
    id = 13000,
    name = "Combat Manual - Volume 1",
    itemImage = "/images/combat/ability_book/melee.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "A manual on how to take advantage of your weapon's edge. Apparently using the sharp part means it will hurt something more, who could have known?",
    relatedAbility = 4,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13001"] = {
    id = 13001,
    name = "Combat Manual - Volume 2",
    itemImage = "/images/combat/ability_book/melee.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "A manual on how to take poke things really good. If the weapon has a decent tip, you can stab things! Wow!",
    relatedAbility = 5,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13002"] = {
    id = 13002,
    name = "Combat Manual - Volume 3",
    itemImage = "/images/combat/ability_book/melee.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "A manual on how to just hit things hard. Crushing things is deceptively simple and to truly pummel your enemy you must understand that being blunt is sometimes the only way to go.",
    relatedAbility = 6,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13003"] = {
    id = 13003,
    name = "Spell Tome - Fire Ball",
    itemImage = "/images/combat/ability_book/red.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "A basic tome from the Academy formerly used for teaching aspiring mages how to control and utilize fire. Be careful where you practice it!",
    relatedAbility = 7,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13004"] = {
    id = 13004,
    name = "Spell Tome - Flamethrower",
    itemImage = "/images/combat/ability_book/red.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "An intermediate tome from the Academy formerly used for teaching mages how to utilize flames in a more lively manner.",
    relatedAbility = 18,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13005"] = {
    id = 13005,
    name = "Ballistics 101",
    itemImage = "/images/combat/ability_book/range.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "A textbook that explains the basic principles regarding how something that goes up usually comes back down.",
    relatedAbility = 12,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13006"] = {
    id = 13006,
    name = "Projectile Based Diplomacy - I",
    itemImage = "/images/combat/ability_book/range.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "A book that outline the merits of using projectiles, preferably several at once, to really get your point across.",
    relatedAbility = 21,
    class = "gem",
    tags = { "book", "ability" }
  },
  ["13007"] = {
    id = 13007,
    name = "Projectile Based Diplomacy - II",
    itemImage = "/images/combat/ability_book/range.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "A book that outline the merits of using projectiles, even just a single well placed one, to really get your point across.",
    relatedAbility = 23,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13008"] = {
    id = 13008,
    name = "Projectile Based Diplomacy - III",
    itemImage = "/images/combat/ability_book/range.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "A book that outline the merits of using projectiles, especially when trying to distract and divert, to really get your point across.",
    relatedAbility = 24,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13009"] = {
    id = 13009,
    name = "Apocalyptic Tome",
    itemImage = "/images/combat/ability_book/highmagic.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "A spell tome that contains the necessary rituals and rites for summoning your own miniature apocalypse.",
    relatedAbility = 25,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13010"] = {
    id = 13010,
    name = "Intermediate Combat Manual - Volume 1",
    itemImage = "/images/combat/ability_book/melee.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "A manual on how to hit two enemies at once in one swing.",
    relatedAbility = 22,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13011"] = {
    id = 13011,
    name = "City Decree",
    itemImage = "/images/combat/ability_book/city_decree.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "Grants the owner the ability to summon City Guards as reinforcements in combat. You should probably feel a little guilty if you bring them into a fight they cannot survive.",
    relatedAbility = 48,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13012"] = {
    id = 13012,
    name = "How To - First Aid",
    itemImage = "/images/combat/ability_book/green.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "Teaches the fundamentals of mid-combat first aid rending.",
    relatedAbility = 47,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13013"] = {
    id = 13013,
    name = "Defending the Weak - An Excerpt",
    itemImage = "/images/combat/ability_book/shield.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "A few pages that explain that you can actually use your shield to defend others instead of just yourself.",
    relatedAbility = 49,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13014"] = {
    id = 13014,
    name = "Combat Manual - Volume 4",
    itemImage = "/images/combat/ability_book/melee.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "A manual on stabbing through one enemy and into the next one. A battle cry is optional but recommended!",
    relatedAbility = 66,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13015"] = {
    id = 13015,
    name = "Attention Getting Tactics",
    itemImage = "/images/combat/ability_book/long_scroll.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "It's a long scroll that explains in detail how awful you are. It gives you ideas on what to say to other people! Very healthy.",
    relatedAbility = 54,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13016"] = {
    id = 13016,
    name = "Smoke and Mirrors",
    itemImage = "/images/combat/ability_book/magic.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "How to use the deceit and chaos to your aid on the battlefield.",
    relatedAbility = 57,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13017"] = {
    id = 13017,
    name = "All Ghillied Up",
    itemImage = "/images/combat/ability_book/green_2.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "Sticks, grass, leaves, and other foliage can make a proper bush out of you!",
    relatedAbility = 58,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13018"] = {
    id = 13018,
    name = "Ice, Ice, Ice",
    itemImage = "/images/combat/ability_book/magic.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "ICE!",
    relatedAbility = 59,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13019"] = {
    id = 13019,
    name = "Trapper's Guide",
    itemImage = "/images/combat/ability_book/range.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "Setting traps is just one of the many ways you may shape the battlefield.",
    relatedAbility = 60,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13020"] = {
    id = 13020,
    name = "Spell Tome - Ice Shard",
    itemImage = "/images/combat/ability_book/magic.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "A basic tome from the Academy formerly used for teaching aspiring mages how to control and utilize ice.",
    relatedAbility = 67,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13021"] = {
    id = 13021,
    name = "Notes on Acid - I",
    itemImage = "/images/combat/ability_book/scroll.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "Notes taken while engaging enemies that could use acid in combat. Perhaps there is a way to mimic this ability?",
    relatedAbility = 76,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13022"] = {
    id = 13022,
    name = "Notes on Acid - II",
    itemImage = "/images/combat/ability_book/scroll.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "Notes taken while engaging enemies that could use acid in combat. Perhaps there is a way to mimic this ability?",
    relatedAbility = 77,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["13023"] = {
    id = 13023,
    name = "Armor and its Weaknesses",
    itemImage = "/images/combat/ability_book/shield.png",
    value = 500000,
    heat = 25000,
    extraTooltipInfo = "Notes on the various types of armor and how smarter monsters react to them. Perhaps there is something to learn here?",
    relatedAbility = 78,
    class = "gem",
    tags = { "book", "heat", "ability" }
  },
  ["15000"] = {
    id = 15000,
    name = "Slayer's Mark",
    tradeable = false,
    itemImage = "/images/misc/slayertoken.png",
    heat = 1,
    extraTooltipInfo = "A type of trophy taken from a slain foe.",
    class = "gem",
    tags = { "heat" }
  },
  ["15001"] = {
    id = 15001,
    name = "Token of Ownership",
    tradeable = false,
    itemImage = "/images/misc/itemtoken.png",
    heat = 1,
    extraTooltipInfo = "A token representing that some item was obtained.",
    class = "gem",
    tags = { "heat" }
  },
  ["15002"] = {
    id = 15002,
    name = "Token of Action",
    tradeable = false,
    itemImage = "/images/misc/locationtoken.png",
    heat = 1,
    extraTooltipInfo = "A token representing that some action was completed.",
    class = "gem",
    tags = { "heat" }
  },
  ["25000"] = {
    id = 25000,
    name = "Monster Tooth",
    itemImage = "/images/combat/materials/junk/tooth.png",
    value = 150,
    extraTooltipInfo = "A tooth taken from a slain monster; might be worth something to someone.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25001"] = {
    id = 25001,
    name = "Monster Horn",
    itemImage = "/images/combat/materials/junk/horn.png",
    value = 250,
    extraTooltipInfo = "A horn taken from a slain monster; might be worth something to someone.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25002"] = {
    id = 25002,
    name = "Sturdy Horn",
    itemImage = "/images/combat/materials/junk/horn_2.png",
    value = 500,
    extraTooltipInfo = "A sturdy horn taken from a slain monster; might be worth something to someone.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25003"] = {
    id = 25003,
    name = "Old Coins",
    itemImage = "/images/combat/materials/junk/old_coins.png",
    value = 1000,
    extraTooltipInfo = "Some old coins. Might be worth something to a collector",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25004"] = {
    id = 25004,
    name = "Primitive Coin",
    itemImage = "/images/combat/materials/junk/primitive_coin.png",
    value = 2500,
    extraTooltipInfo = "A rather heavy, yet primitive, gold coin. This could easily be sold for a tidy sum.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25005"] = {
    id = 25005,
    name = "Undead Token",
    itemImage = "/images/combat/materials/junk/undead_token.png",
    value = 5000,
    extraTooltipInfo = "Some sort of token taken from the undead. Someone might be interested in it.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25006"] = {
    id = 25006,
    name = "Woodland Trinket",
    itemImage = "/images/combat/materials/junk/woodland_trinket.png",
    value = 5000,
    extraTooltipInfo = "A trinket taken from the Elves; might be worth something to someone.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25007"] = {
    id = 25007,
    name = "Intact Wing",
    itemImage = "/images/combat/materials/junk/wing.png",
    value = 5000,
    extraTooltipInfo = "A mostly intact wing. Someone might be interested in it.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25008"] = {
    id = 25008,
    name = "Ornate Trinket",
    itemImage = "/images/combat/materials/junk/ornate_trinket.png",
    value = 15000,
    extraTooltipInfo = "A rather ornate trinket; it should be worth a bit.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25009"] = {
    id = 25009,
    name = "Useless Metal Scraps",
    itemImage = "/images/combat/materials/junk/metal_scraps.png",
    value = 100,
    extraTooltipInfo = "Useless metal scraps made from some poor quality material. Could probably be sold to someone for cheap.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25010"] = {
    id = 25010,
    name = "Exotic Trinket",
    itemImage = "/images/combat/materials/junk/exotic_trinket.png",
    value = 25000,
    extraTooltipInfo = "An exotic trinket from some unknown origin. Should be worth quite a bit to the right person.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25011"] = {
    id = 25011,
    name = "Demonic Statue",
    itemImage = "/images/combat/materials/junk/demonic_statue.png",
    value = 35000,
    extraTooltipInfo = "A statue made from some sort of gem-like material depicting a small demon. May be worth quite a bit if you can find a buyer.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25012"] = {
    id = 25012,
    name = "Monster Claws",
    itemImage = "/images/combat/materials/junk/claws.png",
    value = 100,
    extraTooltipInfo = "Claws taken from a slain monster; might be worth something to someone.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25013"] = {
    id = 25013,
    name = "Bottled Blood",
    itemImage = "/images/combat/materials/junk/blood.png",
    value = 10000,
    extraTooltipInfo = "Slightly magical blood taken from something. May be valuable to someone.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25014"] = {
    id = 25014,
    name = "Broken Armaments",
    itemImage = "/images/combat/materials/junk/broken_sword.png",
    value = 1000,
    extraTooltipInfo = "Shattered pieces of equipment that probably is not worth salvaging by you; perhaps someone else may want to buy it.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25015"] = {
    id = 25015,
    name = "Creature Eggs",
    itemImage = "/images/combat/materials/junk/eggs.png",
    value = 3000,
    extraTooltipInfo = "Eggs from some creature. Probably best to get rid of this quickly.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25016"] = {
    id = 25016,
    name = "Dwarven Coins",
    itemImage = "/images/combat/materials/junk/dwarven_coins.png",
    value = 7500,
    extraTooltipInfo = "Shiny dwarven coins that are of no use to you. A vendor could exchange the currency.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25017"] = {
    id = 25017,
    name = "Bone Shards",
    itemImage = "/images/combat/materials/junk/bone_shards.png",
    value = 350,
    extraTooltipInfo = "Splinters of bone taken from a slain creature. Might be worth something to someone.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25018"] = {
    id = 25018,
    name = "Giant Heart",
    itemImage = "/images/combat/materials/junk/giant_heart.png",
    value = 17500,
    extraTooltipInfo = "A giant heart, probably taken from a giant or similarly large creature. Superstition suggests making a meal with it will increase your attractiveness, but sadly that may be a wasted effort on you.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25019"] = {
    id = 25019,
    name = "Ancient Armor Scraps",
    itemImage = "/images/combat/materials/junk/ancient_armor_scraps.png",
    value = 4000,
    extraTooltipInfo = "Scraps of some ancient piece of equipment. Its origin is unknown, but it may be worth something to the right person.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25020"] = {
    id = 25020,
    name = "Unknown Rune",
    itemImage = "/images/combat/materials/junk/unknown_rune.png",
    value = 12500,
    extraTooltipInfo = "It appears to be a rune not created through conventional means. It is no use to you but someone may want it.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25021"] = {
    id = 25021,
    name = "Light Armor Scraps",
    itemImage = "/images/combat/materials/junk/armor_scraps_2.png",
    value = 1250,
    extraTooltipInfo = "Pieces of light armor that is too damaged to salvage. Might be worth something to someone.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25022"] = {
    id = 25022,
    name = "Armor Scraps",
    itemImage = "/images/combat/materials/junk/armor_scraps_3.png",
    value = 1500,
    extraTooltipInfo = "Pieces of armor that is too damaged to salvage. Might be worth something to someone.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25023"] = {
    id = 25023,
    name = "Heavy Armor Scraps",
    itemImage = "/images/combat/materials/junk/armor_scraps.png",
    value = 1750,
    extraTooltipInfo = "Pieces of heavy armor that is too damaged to salvage. Might be worth something to someone.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25024"] = {
    id = 25024,
    name = "Tusk",
    itemImage = "/images/combat/materials/junk/tusk.png",
    value = 750,
    extraTooltipInfo = "A tusk taken from a slain monster; might be worth something to someone.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25025"] = {
    id = 25025,
    name = "Gem Shards",
    itemImage = "/images/combat/materials/junk/gem_shards.png",
    value = 2250,
    extraTooltipInfo = "Useless pieces of shattered gems. Not quite fine enough to be considered dust, but too small for you to properly refine or cut. Might be worth something to a vendor.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25026"] = {
    id = 25026,
    name = "Goblin Fork",
    itemImage = "/images/combat/materials/junk/fork.png",
    value = 225,
    extraTooltipInfo = "A useless eating utensil used by goblins. Everyone knows you should just eat your meals whole! A vendor may want this.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25027"] = {
    id = 25027,
    name = "Nature Stone",
    itemImage = "/images/combat/materials/junk/nature_stone.png",
    value = 10000,
    extraTooltipInfo = "A chunk of stone that appears to be imbued with life. Useless to you, but must be valuable to someone.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25028"] = {
    id = 25028,
    name = "Fire Stone",
    itemImage = "/images/combat/materials/junk/fire_stone.png",
    value = 10000,
    extraTooltipInfo = "A chunk of stone that appears to be imbued with flame. Useless to you, but must be valuable to someone.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25029"] = {
    id = 25029,
    name = "Ice Stone",
    itemImage = "/images/combat/materials/junk/ice_stone.png",
    value = 10000,
    extraTooltipInfo = "A chunk of stone that appears to be imbued with ice. Useless to you, but must be valuable to someone.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25030"] = {
    id = 25030,
    name = "A Diamond Plated Bug",
    itemImage = "/images/chaticons/chat-icon-bugtester-diamond.png",
    value = 1000000,
    extraTooltipInfo = "I wonder who added this in?",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["25031"] = {
    id = 25031,
    name = "Valuable Furs",
    itemImage = "/images/combat/materials/junk/valuable_furs.png",
    value = 1500,
    extraTooltipInfo = "Worthless for making equipment out of but may be worth something to a vendor.",
    class = "junk",
    rarity = "junk",
    tags = { "junk" }
  },
  ["100000"] = {
    name = "ban_hamer",
    id = 100000,
    tradeable = false,
    itemImage = "/images/combat/equipment/ban_hamer.png",
    itemIcon = "/images/combat/equipment/ban_hamer_icon.png",
    extraTooltipInfo = "with this hammer you can play whac-a-mole more efficiently",
    class = "equipment",
    visual = "ban-hamer",
    category = { "weapon", "combat" },
    tags = { "melee", "twohand" },
    equipmentStats = {
      slot = "weapon",
      attackSpeed = 42
    }
  }
}