{
  "currency": {
    "gold": {
      "name": "Gold",
      "name_cn": "金币",
      "description": "The standard currency of the realm, accepted by all merchants.",
      "description_cn": "领域的标准货币，所有商人均可接受。",
      "earn_sources": [
        "quest_rewards",
        "enemy_loot",
        "selling_items",
        "mining",
        "pickpocketing",
        "dungeon_chests"
      ],
      "max_carry": 999999
    },
    "gems": {
      "name": "Eternal Gems",
      "name_cn": "永恒宝石",
      "description": "Rare crystallized essence found deep within dungeons. Required for legendary crafting.",
      "description_cn": "在地牢深处发现的稀有结晶精华。传奇锻造所需。",
      "earn_sources": [
        "dungeon_boss_drops",
        "rare_ore_veins",
        "dragon_hoards",
        "ancient_chests"
      ],
      "max_carry": 9999
    }
  },
  "trade_goods": [
    {
      "id": "tg_salt",
      "name": "Salt",
      "name_cn": "盐",
      "base_price": 5,
      "price_variance_percent": 30,
      "weight": 0.5,
      "description": "Common seasoning, valuable in remote regions."
    },
    {
      "id": "tg_spices",
      "name": "Spices",
      "name_cn": "香料",
      "base_price": 15,
      "price_variance_percent": 45,
      "weight": 0.3,
      "description": "Exotic spices from the southern deserts."
    },
    {
      "id": "tg_silk",
      "name": "Silk",
      "name_cn": "丝绸",
      "base_price": 50,
      "price_variance_percent": 35,
      "weight": 1.0,
      "description": "Fine silk woven by the eastern artisans."
    },
    {
      "id": "tg_ore",
      "name": "Raw Ore",
      "name_cn": "矿石",
      "base_price": 8,
      "price_variance_percent": 25,
      "weight": 3.0,
      "description": "Unrefined ore, valued near forges."
    },
    {
      "id": "tg_pelts",
      "name": "Pelts",
      "name_cn": "毛皮",
      "base_price": 12,
      "price_variance_percent": 40,
      "weight": 2.0,
      "description": "Animal pelts, prized in cold climates."
    },
    {
      "id": "tg_herbs",
      "name": "Herbs",
      "name_cn": "草药",
      "base_price": 10,
      "price_variance_percent": 50,
      "weight": 0.2,
      "description": "Medicinal herbs sought by alchemists."
    },
    {
      "id": "tg_wine",
      "name": "Wine",
      "name_cn": "葡萄酒",
      "base_price": 25,
      "price_variance_percent": 35,
      "weight": 1.5,
      "description": "Aged wine from the verdant valleys."
    },
    {
      "id": "tg_jewelry",
      "name": "Jewelry",
      "name_cn": "珠宝",
      "base_price": 80,
      "price_variance_percent": 20,
      "weight": 0.3,
      "description": "Ornate jewelry crafted by skilled artisans."
    }
  ],
  "item_categories": [
    {
      "id": "weapons",
      "name": "Weapons",
      "name_cn": "武器"
    },
    {
      "id": "armor",
      "name": "Armor",
      "name_cn": "护甲"
    },
    {
      "id": "potions",
      "name": "Potions",
      "name_cn": "药水"
    },
    {
      "id": "ingredients",
      "name": "Ingredients",
      "name_cn": "材料"
    },
    {
      "id": "crafting_materials",
      "name": "Crafting Materials",
      "name_cn": "锻造材料"
    },
    {
      "id": "misc",
      "name": "Miscellaneous",
      "name_cn": "杂项"
    }
  ],
  "items": {
    "weapons": [
      {
        "id": "wpn_001",
        "name": "Iron Sword",
        "name_cn": "铁剑",
        "type": "weapon",
        "subtype": "one_handed_sword",
        "material": "iron",
        "damage": 12,
        "speed": 1.0,
        "crit_chance": 0.08,
        "crit_damage": 1.5,
        "weight": 8.0,
        "value": 25,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "description": "A iron longsword, balanced for one-handed combat."
      },
      {
        "id": "wpn_002",
        "name": "Steel Sword",
        "name_cn": "钢剑",
        "type": "weapon",
        "subtype": "one_handed_sword",
        "material": "steel",
        "damage": 18,
        "speed": 1.0,
        "crit_chance": 0.08,
        "crit_damage": 1.5,
        "weight": 8.4,
        "value": 75,
        "rarity": "common",
        "level_requirement": 6,
        "enchantment_slots": 1,
        "description": "A steel longsword, balanced for one-handed combat."
      },
      {
        "id": "wpn_003",
        "name": "Elven Sword",
        "name_cn": "精灵剑",
        "type": "weapon",
        "subtype": "one_handed_sword",
        "material": "elven",
        "damage": 24,
        "speed": 1.0,
        "crit_chance": 0.08,
        "crit_damage": 1.5,
        "weight": 8.8,
        "value": 200,
        "rarity": "uncommon",
        "level_requirement": 12,
        "enchantment_slots": 1,
        "description": "A elven longsword, balanced for one-handed combat."
      },
      {
        "id": "wpn_004",
        "name": "Glass Sword",
        "name_cn": "玻璃剑",
        "type": "weapon",
        "subtype": "one_handed_sword",
        "material": "glass",
        "damage": 30,
        "speed": 1.0,
        "crit_chance": 0.08,
        "crit_damage": 1.5,
        "weight": 9.2,
        "value": 500,
        "rarity": "rare",
        "level_requirement": 20,
        "enchantment_slots": 2,
        "description": "A glass longsword, balanced for one-handed combat."
      },
      {
        "id": "wpn_005",
        "name": "Daedric Sword",
        "name_cn": "魔神剑",
        "type": "weapon",
        "subtype": "one_handed_sword",
        "material": "daedric",
        "damage": 38,
        "speed": 1.0,
        "crit_chance": 0.08,
        "crit_damage": 1.5,
        "weight": 9.7,
        "value": 1500,
        "rarity": "epic",
        "level_requirement": 30,
        "enchantment_slots": 2,
        "description": "A daedric longsword, balanced for one-handed combat."
      },
      {
        "id": "wpn_006",
        "name": "Dragon Sword",
        "name_cn": "龙剑",
        "type": "weapon",
        "subtype": "one_handed_sword",
        "material": "dragon",
        "damage": 45,
        "speed": 1.0,
        "crit_chance": 0.08,
        "crit_damage": 1.5,
        "weight": 10.2,
        "value": 3000,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "description": "A dragon longsword, balanced for one-handed combat."
      },
      {
        "id": "wpn_007",
        "name": "Iron Greatsword",
        "name_cn": "铁巨剑",
        "type": "weapon",
        "subtype": "two_handed_sword",
        "material": "iron",
        "damage": 19,
        "speed": 0.7,
        "crit_chance": 0.06,
        "crit_damage": 1.8,
        "weight": 12.8,
        "value": 32,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "description": "A massive iron greatsword requiring two hands to wield."
      },
      {
        "id": "wpn_008",
        "name": "Steel Greatsword",
        "name_cn": "钢巨剑",
        "type": "weapon",
        "subtype": "two_handed_sword",
        "material": "steel",
        "damage": 29,
        "speed": 0.7,
        "crit_chance": 0.06,
        "crit_damage": 1.8,
        "weight": 13.4,
        "value": 98,
        "rarity": "common",
        "level_requirement": 6,
        "enchantment_slots": 1,
        "description": "A massive steel greatsword requiring two hands to wield."
      },
      {
        "id": "wpn_009",
        "name": "Elven Greatsword",
        "name_cn": "精灵巨剑",
        "type": "weapon",
        "subtype": "two_handed_sword",
        "material": "elven",
        "damage": 38,
        "speed": 0.7,
        "crit_chance": 0.06,
        "crit_damage": 1.8,
        "weight": 14.1,
        "value": 260,
        "rarity": "uncommon",
        "level_requirement": 12,
        "enchantment_slots": 1,
        "description": "A massive elven greatsword requiring two hands to wield."
      },
      {
        "id": "wpn_010",
        "name": "Glass Greatsword",
        "name_cn": "玻璃巨剑",
        "type": "weapon",
        "subtype": "two_handed_sword",
        "material": "glass",
        "damage": 48,
        "speed": 0.7,
        "crit_chance": 0.06,
        "crit_damage": 1.8,
        "weight": 14.7,
        "value": 650,
        "rarity": "rare",
        "level_requirement": 20,
        "enchantment_slots": 2,
        "description": "A massive glass greatsword requiring two hands to wield."
      },
      {
        "id": "wpn_011",
        "name": "Daedric Greatsword",
        "name_cn": "魔神巨剑",
        "type": "weapon",
        "subtype": "two_handed_sword",
        "material": "daedric",
        "damage": 61,
        "speed": 0.7,
        "crit_chance": 0.06,
        "crit_damage": 1.8,
        "weight": 15.6,
        "value": 1950,
        "rarity": "epic",
        "level_requirement": 30,
        "enchantment_slots": 2,
        "description": "A massive daedric greatsword requiring two hands to wield."
      },
      {
        "id": "wpn_012",
        "name": "Dragon Greatsword",
        "name_cn": "龙巨剑",
        "type": "weapon",
        "subtype": "two_handed_sword",
        "material": "dragon",
        "damage": 72,
        "speed": 0.7,
        "crit_chance": 0.06,
        "crit_damage": 1.8,
        "weight": 16.3,
        "value": 3900,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "description": "A massive dragon greatsword requiring two hands to wield."
      },
      {
        "id": "wpn_013",
        "name": "Iron Dagger",
        "name_cn": "铁匕首",
        "type": "weapon",
        "subtype": "dagger",
        "material": "iron",
        "damage": 7,
        "speed": 1.6,
        "crit_chance": 0.15,
        "crit_damage": 2.0,
        "weight": 3.2,
        "value": 20,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "description": "A razor-sharp iron dagger, ideal for swift strikes."
      },
      {
        "id": "wpn_014",
        "name": "Steel Dagger",
        "name_cn": "钢匕首",
        "type": "weapon",
        "subtype": "dagger",
        "material": "steel",
        "damage": 11,
        "speed": 1.6,
        "crit_chance": 0.15,
        "crit_damage": 2.0,
        "weight": 3.4,
        "value": 60,
        "rarity": "common",
        "level_requirement": 6,
        "enchantment_slots": 1,
        "description": "A razor-sharp steel dagger, ideal for swift strikes."
      },
      {
        "id": "wpn_015",
        "name": "Elven Dagger",
        "name_cn": "精灵匕首",
        "type": "weapon",
        "subtype": "dagger",
        "material": "elven",
        "damage": 14,
        "speed": 1.6,
        "crit_chance": 0.15,
        "crit_damage": 2.0,
        "weight": 3.5,
        "value": 160,
        "rarity": "uncommon",
        "level_requirement": 12,
        "enchantment_slots": 1,
        "description": "A razor-sharp elven dagger, ideal for swift strikes."
      },
      {
        "id": "wpn_016",
        "name": "Glass Dagger",
        "name_cn": "玻璃匕首",
        "type": "weapon",
        "subtype": "dagger",
        "material": "glass",
        "damage": 18,
        "speed": 1.6,
        "crit_chance": 0.15,
        "crit_damage": 2.0,
        "weight": 3.7,
        "value": 400,
        "rarity": "rare",
        "level_requirement": 20,
        "enchantment_slots": 1,
        "description": "A razor-sharp glass dagger, ideal for swift strikes."
      },
      {
        "id": "wpn_017",
        "name": "Daedric Dagger",
        "name_cn": "魔神匕首",
        "type": "weapon",
        "subtype": "dagger",
        "material": "daedric",
        "damage": 23,
        "speed": 1.6,
        "crit_chance": 0.15,
        "crit_damage": 2.0,
        "weight": 3.9,
        "value": 1200,
        "rarity": "epic",
        "level_requirement": 30,
        "enchantment_slots": 1,
        "description": "A razor-sharp daedric dagger, ideal for swift strikes."
      },
      {
        "id": "wpn_018",
        "name": "Dragon Dagger",
        "name_cn": "龙匕首",
        "type": "weapon",
        "subtype": "dagger",
        "material": "dragon",
        "damage": 27,
        "speed": 1.6,
        "crit_chance": 0.15,
        "crit_damage": 2.0,
        "weight": 4.1,
        "value": 2400,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 1,
        "description": "A razor-sharp dragon dagger, ideal for swift strikes."
      },
      {
        "id": "wpn_019",
        "name": "Iron War Axe",
        "name_cn": "铁战斧",
        "type": "weapon",
        "subtype": "war_axe",
        "material": "iron",
        "damage": 13,
        "speed": 0.9,
        "crit_chance": 0.07,
        "crit_damage": 1.6,
        "weight": 8.8,
        "value": 26,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "description": "A iron war axe, cleaving through armor and bone."
      },
      {
        "id": "wpn_020",
        "name": "Steel War Axe",
        "name_cn": "钢战斧",
        "type": "weapon",
        "subtype": "war_axe",
        "material": "steel",
        "damage": 20,
        "speed": 0.9,
        "crit_chance": 0.07,
        "crit_damage": 1.6,
        "weight": 9.2,
        "value": 79,
        "rarity": "common",
        "level_requirement": 6,
        "enchantment_slots": 1,
        "description": "A steel war axe, cleaving through armor and bone."
      },
      {
        "id": "wpn_021",
        "name": "Elven War Axe",
        "name_cn": "精灵战斧",
        "type": "weapon",
        "subtype": "war_axe",
        "material": "elven",
        "damage": 26,
        "speed": 0.9,
        "crit_chance": 0.07,
        "crit_damage": 1.6,
        "weight": 9.7,
        "value": 210,
        "rarity": "uncommon",
        "level_requirement": 12,
        "enchantment_slots": 1,
        "description": "A elven war axe, cleaving through armor and bone."
      },
      {
        "id": "wpn_022",
        "name": "Glass War Axe",
        "name_cn": "玻璃战斧",
        "type": "weapon",
        "subtype": "war_axe",
        "material": "glass",
        "damage": 33,
        "speed": 0.9,
        "crit_chance": 0.07,
        "crit_damage": 1.6,
        "weight": 10.1,
        "value": 525,
        "rarity": "rare",
        "level_requirement": 20,
        "enchantment_slots": 2,
        "description": "A glass war axe, cleaving through armor and bone."
      },
      {
        "id": "wpn_023",
        "name": "Daedric War Axe",
        "name_cn": "魔神战斧",
        "type": "weapon",
        "subtype": "war_axe",
        "material": "daedric",
        "damage": 42,
        "speed": 0.9,
        "crit_chance": 0.07,
        "crit_damage": 1.6,
        "weight": 10.7,
        "value": 1575,
        "rarity": "epic",
        "level_requirement": 30,
        "enchantment_slots": 2,
        "description": "A daedric war axe, cleaving through armor and bone."
      },
      {
        "id": "wpn_024",
        "name": "Dragon War Axe",
        "name_cn": "龙战斧",
        "type": "weapon",
        "subtype": "war_axe",
        "material": "dragon",
        "damage": 50,
        "speed": 0.9,
        "crit_chance": 0.07,
        "crit_damage": 1.6,
        "weight": 11.2,
        "value": 3150,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "description": "A dragon war axe, cleaving through armor and bone."
      },
      {
        "id": "wpn_025",
        "name": "Iron Mace",
        "name_cn": "铁钉锤",
        "type": "weapon",
        "subtype": "mace",
        "material": "iron",
        "damage": 15,
        "speed": 0.8,
        "crit_chance": 0.05,
        "crit_damage": 1.7,
        "armor_penetration": 0.15,
        "weight": 10.4,
        "value": 28,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "description": "A crushing iron mace that ignores a portion of enemy armor."
      },
      {
        "id": "wpn_026",
        "name": "Steel Mace",
        "name_cn": "钢钉锤",
        "type": "weapon",
        "subtype": "mace",
        "material": "steel",
        "damage": 22,
        "speed": 0.8,
        "crit_chance": 0.05,
        "crit_damage": 1.7,
        "armor_penetration": 0.15,
        "weight": 10.9,
        "value": 82,
        "rarity": "common",
        "level_requirement": 6,
        "enchantment_slots": 1,
        "description": "A crushing steel mace that ignores a portion of enemy armor."
      },
      {
        "id": "wpn_027",
        "name": "Elven Mace",
        "name_cn": "精灵钉锤",
        "type": "weapon",
        "subtype": "mace",
        "material": "elven",
        "damage": 30,
        "speed": 0.8,
        "crit_chance": 0.05,
        "crit_damage": 1.7,
        "armor_penetration": 0.15,
        "weight": 11.4,
        "value": 220,
        "rarity": "uncommon",
        "level_requirement": 12,
        "enchantment_slots": 1,
        "description": "A crushing elven mace that ignores a portion of enemy armor."
      },
      {
        "id": "wpn_028",
        "name": "Glass Mace",
        "name_cn": "玻璃钉锤",
        "type": "weapon",
        "subtype": "mace",
        "material": "glass",
        "damage": 38,
        "speed": 0.8,
        "crit_chance": 0.05,
        "crit_damage": 1.7,
        "armor_penetration": 0.15,
        "weight": 12.0,
        "value": 550,
        "rarity": "rare",
        "level_requirement": 20,
        "enchantment_slots": 2,
        "description": "A crushing glass mace that ignores a portion of enemy armor."
      },
      {
        "id": "wpn_029",
        "name": "Daedric Mace",
        "name_cn": "魔神钉锤",
        "type": "weapon",
        "subtype": "mace",
        "material": "daedric",
        "damage": 48,
        "speed": 0.8,
        "crit_chance": 0.05,
        "crit_damage": 1.7,
        "armor_penetration": 0.15,
        "weight": 12.7,
        "value": 1650,
        "rarity": "epic",
        "level_requirement": 30,
        "enchantment_slots": 2,
        "description": "A crushing daedric mace that ignores a portion of enemy armor."
      },
      {
        "id": "wpn_030",
        "name": "Dragon Mace",
        "name_cn": "龙钉锤",
        "type": "weapon",
        "subtype": "mace",
        "material": "dragon",
        "damage": 56,
        "speed": 0.8,
        "crit_chance": 0.05,
        "crit_damage": 1.7,
        "armor_penetration": 0.15,
        "weight": 13.3,
        "value": 3300,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "description": "A crushing dragon mace that ignores a portion of enemy armor."
      },
      {
        "id": "wpn_031",
        "name": "Iron Battleaxe",
        "name_cn": "铁战戟",
        "type": "weapon",
        "subtype": "battleaxe",
        "material": "iron",
        "damage": 22,
        "speed": 0.65,
        "crit_chance": 0.06,
        "crit_damage": 1.9,
        "weight": 14.4,
        "value": 34,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "description": "A devastating iron battleaxe with massive cleaving power."
      },
      {
        "id": "wpn_032",
        "name": "Steel Battleaxe",
        "name_cn": "钢战戟",
        "type": "weapon",
        "subtype": "battleaxe",
        "material": "steel",
        "damage": 32,
        "speed": 0.65,
        "crit_chance": 0.06,
        "crit_damage": 1.9,
        "weight": 15.1,
        "value": 101,
        "rarity": "common",
        "level_requirement": 6,
        "enchantment_slots": 1,
        "description": "A devastating steel battleaxe with massive cleaving power."
      },
      {
        "id": "wpn_033",
        "name": "Elven Battleaxe",
        "name_cn": "精灵战戟",
        "type": "weapon",
        "subtype": "battleaxe",
        "material": "elven",
        "damage": 43,
        "speed": 0.65,
        "crit_chance": 0.06,
        "crit_damage": 1.9,
        "weight": 15.8,
        "value": 270,
        "rarity": "uncommon",
        "level_requirement": 12,
        "enchantment_slots": 1,
        "description": "A devastating elven battleaxe with massive cleaving power."
      },
      {
        "id": "wpn_034",
        "name": "Glass Battleaxe",
        "name_cn": "玻璃战戟",
        "type": "weapon",
        "subtype": "battleaxe",
        "material": "glass",
        "damage": 54,
        "speed": 0.65,
        "crit_chance": 0.06,
        "crit_damage": 1.9,
        "weight": 16.6,
        "value": 675,
        "rarity": "rare",
        "level_requirement": 20,
        "enchantment_slots": 2,
        "description": "A devastating glass battleaxe with massive cleaving power."
      },
      {
        "id": "wpn_035",
        "name": "Daedric Battleaxe",
        "name_cn": "魔神战戟",
        "type": "weapon",
        "subtype": "battleaxe",
        "material": "daedric",
        "damage": 68,
        "speed": 0.65,
        "crit_chance": 0.06,
        "crit_damage": 1.9,
        "weight": 17.5,
        "value": 2025,
        "rarity": "epic",
        "level_requirement": 30,
        "enchantment_slots": 2,
        "description": "A devastating daedric battleaxe with massive cleaving power."
      },
      {
        "id": "wpn_036",
        "name": "Dragon Battleaxe",
        "name_cn": "龙战戟",
        "type": "weapon",
        "subtype": "battleaxe",
        "material": "dragon",
        "damage": 81,
        "speed": 0.65,
        "crit_chance": 0.06,
        "crit_damage": 1.9,
        "weight": 18.4,
        "value": 4050,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "description": "A devastating dragon battleaxe with massive cleaving power."
      },
      {
        "id": "wpn_037",
        "name": "Iron Warhammer",
        "name_cn": "铁战锤",
        "type": "weapon",
        "subtype": "warhammer",
        "material": "iron",
        "damage": 24,
        "speed": 0.55,
        "crit_chance": 0.04,
        "crit_damage": 2.0,
        "armor_penetration": 0.25,
        "weight": 16.0,
        "value": 35,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "description": "A bone-shattering iron warhammer, the heaviest of all melee weapons."
      },
      {
        "id": "wpn_038",
        "name": "Steel Warhammer",
        "name_cn": "钢战锤",
        "type": "weapon",
        "subtype": "warhammer",
        "material": "steel",
        "damage": 36,
        "speed": 0.55,
        "crit_chance": 0.04,
        "crit_damage": 2.0,
        "armor_penetration": 0.25,
        "weight": 16.8,
        "value": 105,
        "rarity": "common",
        "level_requirement": 6,
        "enchantment_slots": 1,
        "description": "A bone-shattering steel warhammer, the heaviest of all melee weapons."
      },
      {
        "id": "wpn_039",
        "name": "Elven Warhammer",
        "name_cn": "精灵战锤",
        "type": "weapon",
        "subtype": "warhammer",
        "material": "elven",
        "damage": 48,
        "speed": 0.55,
        "crit_chance": 0.04,
        "crit_damage": 2.0,
        "armor_penetration": 0.25,
        "weight": 17.6,
        "value": 280,
        "rarity": "uncommon",
        "level_requirement": 12,
        "enchantment_slots": 1,
        "description": "A bone-shattering elven warhammer, the heaviest of all melee weapons."
      },
      {
        "id": "wpn_040",
        "name": "Glass Warhammer",
        "name_cn": "玻璃战锤",
        "type": "weapon",
        "subtype": "warhammer",
        "material": "glass",
        "damage": 60,
        "speed": 0.55,
        "crit_chance": 0.04,
        "crit_damage": 2.0,
        "armor_penetration": 0.25,
        "weight": 18.4,
        "value": 700,
        "rarity": "rare",
        "level_requirement": 20,
        "enchantment_slots": 2,
        "description": "A bone-shattering glass warhammer, the heaviest of all melee weapons."
      },
      {
        "id": "wpn_041",
        "name": "Daedric Warhammer",
        "name_cn": "魔神战锤",
        "type": "weapon",
        "subtype": "warhammer",
        "material": "daedric",
        "damage": 76,
        "speed": 0.55,
        "crit_chance": 0.04,
        "crit_damage": 2.0,
        "armor_penetration": 0.25,
        "weight": 19.5,
        "value": 2100,
        "rarity": "epic",
        "level_requirement": 30,
        "enchantment_slots": 2,
        "description": "A bone-shattering daedric warhammer, the heaviest of all melee weapons."
      },
      {
        "id": "wpn_042",
        "name": "Dragon Warhammer",
        "name_cn": "龙战锤",
        "type": "weapon",
        "subtype": "warhammer",
        "material": "dragon",
        "damage": 90,
        "speed": 0.55,
        "crit_chance": 0.04,
        "crit_damage": 2.0,
        "armor_penetration": 0.25,
        "weight": 20.4,
        "value": 4200,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "description": "A bone-shattering dragon warhammer, the heaviest of all melee weapons."
      },
      {
        "id": "wpn_043",
        "name": "Iron Bow",
        "name_cn": "铁弓",
        "type": "weapon",
        "subtype": "bow",
        "material": "iron",
        "damage": 14,
        "speed": 0.6,
        "crit_chance": 0.1,
        "crit_damage": 2.0,
        "weight": 5.0,
        "value": 30,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "description": "A iron bow, deadly at range."
      },
      {
        "id": "wpn_044",
        "name": "Steel Bow",
        "name_cn": "钢弓",
        "type": "weapon",
        "subtype": "bow",
        "material": "steel",
        "damage": 20,
        "speed": 0.6,
        "crit_chance": 0.1,
        "crit_damage": 2.0,
        "weight": 6.0,
        "value": 85,
        "rarity": "common",
        "level_requirement": 6,
        "enchantment_slots": 1,
        "description": "A steel bow, deadly at range."
      },
      {
        "id": "wpn_045",
        "name": "Elven Bow",
        "name_cn": "精灵弓",
        "type": "weapon",
        "subtype": "bow",
        "material": "elven",
        "damage": 28,
        "speed": 0.6,
        "crit_chance": 0.1,
        "crit_damage": 2.0,
        "weight": 4.5,
        "value": 220,
        "rarity": "uncommon",
        "level_requirement": 12,
        "enchantment_slots": 1,
        "description": "A elven bow, deadly at range."
      },
      {
        "id": "wpn_046",
        "name": "Glass Bow",
        "name_cn": "玻璃弓",
        "type": "weapon",
        "subtype": "bow",
        "material": "glass",
        "damage": 35,
        "speed": 0.6,
        "crit_chance": 0.1,
        "crit_damage": 2.0,
        "weight": 4.0,
        "value": 550,
        "rarity": "rare",
        "level_requirement": 20,
        "enchantment_slots": 2,
        "description": "A glass bow, deadly at range."
      },
      {
        "id": "wpn_047",
        "name": "Daedric Bow",
        "name_cn": "魔神弓",
        "type": "weapon",
        "subtype": "bow",
        "material": "daedric",
        "damage": 42,
        "speed": 0.6,
        "crit_chance": 0.1,
        "crit_damage": 2.0,
        "weight": 7.0,
        "value": 1600,
        "rarity": "epic",
        "level_requirement": 30,
        "enchantment_slots": 2,
        "description": "A daedric bow, deadly at range."
      },
      {
        "id": "wpn_048",
        "name": "Dragon Bow",
        "name_cn": "龙弓",
        "type": "weapon",
        "subtype": "bow",
        "material": "dragon",
        "damage": 50,
        "speed": 0.6,
        "crit_chance": 0.1,
        "crit_damage": 2.0,
        "weight": 6.5,
        "value": 3200,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "description": "A dragon bow, deadly at range."
      },
      {
        "id": "wpn_049",
        "name": "Steel Crossbow",
        "name_cn": "钢弩",
        "type": "weapon",
        "subtype": "crossbow",
        "material": "steel",
        "damage": 25,
        "speed": 0.4,
        "crit_chance": 0.12,
        "crit_damage": 2.2,
        "armor_penetration": 0.1,
        "weight": 8.0,
        "value": 120,
        "rarity": "uncommon",
        "level_requirement": 8,
        "enchantment_slots": 1,
        "description": "A steel crossbow, piercing through defenses with bolts."
      },
      {
        "id": "wpn_050",
        "name": "Dwarven Crossbow",
        "name_cn": "矮人弩",
        "type": "weapon",
        "subtype": "crossbow",
        "material": "dwarven",
        "damage": 32,
        "speed": 0.4,
        "crit_chance": 0.12,
        "crit_damage": 2.2,
        "armor_penetration": 0.1,
        "weight": 9.0,
        "value": 350,
        "rarity": "uncommon",
        "level_requirement": 16,
        "enchantment_slots": 1,
        "description": "A dwarven crossbow, piercing through defenses with bolts."
      },
      {
        "id": "wpn_051",
        "name": "Ebony Crossbow",
        "name_cn": "乌木弩",
        "type": "weapon",
        "subtype": "crossbow",
        "material": "ebony",
        "damage": 40,
        "speed": 0.4,
        "crit_chance": 0.12,
        "crit_damage": 2.2,
        "armor_penetration": 0.1,
        "weight": 10.0,
        "value": 900,
        "rarity": "rare",
        "level_requirement": 28,
        "enchantment_slots": 1,
        "description": "A ebony crossbow, piercing through defenses with bolts."
      },
      {
        "id": "wpn_052",
        "name": "Dragon Crossbow",
        "name_cn": "龙弩",
        "type": "weapon",
        "subtype": "crossbow",
        "material": "dragon",
        "damage": 52,
        "speed": 0.4,
        "crit_chance": 0.12,
        "crit_damage": 2.2,
        "armor_penetration": 0.1,
        "weight": 11.0,
        "value": 3500,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 1,
        "description": "A dragon crossbow, piercing through defenses with bolts."
      },
      {
        "id": "wpn_053",
        "name": "Staff of Fire",
        "name_cn": "火焰法杖",
        "type": "weapon",
        "subtype": "staff",
        "material": "enchanted_wood",
        "damage": 22,
        "speed": 0.8,
        "crit_chance": 0.06,
        "crit_damage": 1.5,
        "damage_type": "fire",
        "weight": 4.0,
        "value": 300,
        "rarity": "uncommon",
        "level_requirement": 8,
        "enchantment_slots": 2,
        "description": "Burns enemies with searing flames."
      },
      {
        "id": "wpn_054",
        "name": "Staff of Frost",
        "name_cn": "冰霜法杖",
        "type": "weapon",
        "subtype": "staff",
        "material": "enchanted_wood",
        "damage": 20,
        "speed": 0.8,
        "crit_chance": 0.06,
        "crit_damage": 1.5,
        "damage_type": "frost",
        "weight": 4.0,
        "value": 300,
        "rarity": "uncommon",
        "level_requirement": 8,
        "enchantment_slots": 2,
        "description": "Freezes enemies and slows movement."
      },
      {
        "id": "wpn_055",
        "name": "Staff of Lightning",
        "name_cn": "闪电法杖",
        "type": "weapon",
        "subtype": "staff",
        "material": "enchanted_wood",
        "damage": 24,
        "speed": 0.8,
        "crit_chance": 0.06,
        "crit_damage": 1.5,
        "damage_type": "lightning",
        "weight": 4.0,
        "value": 350,
        "rarity": "uncommon",
        "level_requirement": 10,
        "enchantment_slots": 2,
        "description": "Strikes foes with crackling lightning."
      },
      {
        "id": "wpn_056",
        "name": "Staff of Arcane",
        "name_cn": "奥术法杖",
        "type": "weapon",
        "subtype": "staff",
        "material": "enchanted_wood",
        "damage": 18,
        "speed": 0.8,
        "crit_chance": 0.06,
        "crit_damage": 1.5,
        "damage_type": "arcane",
        "weight": 3.5,
        "value": 250,
        "rarity": "uncommon",
        "level_requirement": 5,
        "enchantment_slots": 2,
        "description": "Channels raw arcane energy."
      },
      {
        "id": "wpn_057",
        "name": "Staff of Nature",
        "name_cn": "自然法杖",
        "type": "weapon",
        "subtype": "staff",
        "material": "enchanted_wood",
        "damage": 16,
        "speed": 0.8,
        "crit_chance": 0.06,
        "crit_damage": 1.5,
        "damage_type": "nature",
        "weight": 4.5,
        "value": 280,
        "rarity": "uncommon",
        "level_requirement": 8,
        "enchantment_slots": 2,
        "description": "Calls upon the forces of nature."
      },
      {
        "id": "wpn_058",
        "name": "Staff of Void",
        "name_cn": "虚空法杖",
        "type": "weapon",
        "subtype": "staff",
        "material": "enchanted_wood",
        "damage": 30,
        "speed": 0.8,
        "crit_chance": 0.06,
        "crit_damage": 1.5,
        "damage_type": "void",
        "weight": 5.0,
        "value": 800,
        "rarity": "rare",
        "level_requirement": 25,
        "enchantment_slots": 2,
        "description": "Tears at the fabric of reality itself."
      }
    ],
    "armor": [
      {
        "id": "arm_001",
        "name": "Iron Helmet",
        "name_cn": "铁头盔",
        "slot": "head",
        "type": "heavy",
        "material": "iron",
        "armor_rating": 3,
        "weight": 2.0,
        "value": 9,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Heavy iron helmet, offering superior protection."
      },
      {
        "id": "arm_002",
        "name": "Iron Cuirass",
        "name_cn": "铁胸甲",
        "slot": "chest",
        "type": "heavy",
        "material": "iron",
        "armor_rating": 16,
        "weight": 10.2,
        "value": 36,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Heavy iron cuirass, offering superior protection."
      },
      {
        "id": "arm_003",
        "name": "Iron Gauntlets",
        "name_cn": "铁护手",
        "slot": "hands",
        "type": "heavy",
        "material": "iron",
        "armor_rating": 2,
        "weight": 1.5,
        "value": 5,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Heavy iron gauntlets, offering superior protection."
      },
      {
        "id": "arm_004",
        "name": "Iron Boots",
        "name_cn": "铁靴子",
        "slot": "feet",
        "type": "heavy",
        "material": "iron",
        "armor_rating": 3,
        "weight": 1.8,
        "value": 7,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Heavy iron boots, offering superior protection."
      },
      {
        "id": "arm_005",
        "name": "Iron Shield",
        "name_cn": "铁盾牌",
        "slot": "shield",
        "type": "heavy",
        "material": "iron",
        "armor_rating": 7,
        "weight": 4.1,
        "value": 18,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Heavy iron shield, offering superior protection."
      },
      {
        "id": "arm_006",
        "name": "Steel Helmet",
        "name_cn": "钢头盔",
        "slot": "head",
        "type": "heavy",
        "material": "steel",
        "armor_rating": 5,
        "weight": 2.2,
        "value": 19,
        "rarity": "common",
        "level_requirement": 6,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Heavy steel helmet, offering superior protection."
      },
      {
        "id": "arm_007",
        "name": "Steel Cuirass",
        "name_cn": "钢胸甲",
        "slot": "chest",
        "type": "heavy",
        "material": "steel",
        "armor_rating": 24,
        "weight": 11.2,
        "value": 77,
        "rarity": "common",
        "level_requirement": 6,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Heavy steel cuirass, offering superior protection."
      },
      {
        "id": "arm_008",
        "name": "Steel Gauntlets",
        "name_cn": "钢护手",
        "slot": "hands",
        "type": "heavy",
        "material": "steel",
        "armor_rating": 4,
        "weight": 1.7,
        "value": 12,
        "rarity": "common",
        "level_requirement": 6,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Heavy steel gauntlets, offering superior protection."
      },
      {
        "id": "arm_009",
        "name": "Steel Boots",
        "name_cn": "钢靴子",
        "slot": "feet",
        "type": "heavy",
        "material": "steel",
        "armor_rating": 4,
        "weight": 2.0,
        "value": 15,
        "rarity": "common",
        "level_requirement": 6,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Heavy steel boots, offering superior protection."
      },
      {
        "id": "arm_010",
        "name": "Steel Shield",
        "name_cn": "钢盾牌",
        "slot": "shield",
        "type": "heavy",
        "material": "steel",
        "armor_rating": 10,
        "weight": 4.5,
        "value": 38,
        "rarity": "common",
        "level_requirement": 6,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Heavy steel shield, offering superior protection."
      },
      {
        "id": "arm_011",
        "name": "Elven Helmet",
        "name_cn": "精灵头盔",
        "slot": "head",
        "type": "heavy",
        "material": "elven",
        "armor_rating": 7,
        "weight": 2.5,
        "value": 36,
        "rarity": "uncommon",
        "level_requirement": 12,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Heavy elven helmet, offering superior protection."
      },
      {
        "id": "arm_012",
        "name": "Elven Cuirass",
        "name_cn": "精灵胸甲",
        "slot": "chest",
        "type": "heavy",
        "material": "elven",
        "armor_rating": 33,
        "weight": 12.4,
        "value": 145,
        "rarity": "uncommon",
        "level_requirement": 12,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Heavy elven cuirass, offering superior protection."
      },
      {
        "id": "arm_013",
        "name": "Elven Gauntlets",
        "name_cn": "精灵护手",
        "slot": "hands",
        "type": "heavy",
        "material": "elven",
        "armor_rating": 5,
        "weight": 1.9,
        "value": 22,
        "rarity": "uncommon",
        "level_requirement": 12,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Heavy elven gauntlets, offering superior protection."
      },
      {
        "id": "arm_014",
        "name": "Elven Boots",
        "name_cn": "精灵靴子",
        "slot": "feet",
        "type": "heavy",
        "material": "elven",
        "armor_rating": 6,
        "weight": 2.2,
        "value": 29,
        "rarity": "uncommon",
        "level_requirement": 12,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Heavy elven boots, offering superior protection."
      },
      {
        "id": "arm_015",
        "name": "Elven Shield",
        "name_cn": "精灵盾牌",
        "slot": "shield",
        "type": "heavy",
        "material": "elven",
        "armor_rating": 13,
        "weight": 5.0,
        "value": 73,
        "rarity": "uncommon",
        "level_requirement": 12,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Heavy elven shield, offering superior protection."
      },
      {
        "id": "arm_016",
        "name": "Glass Helmet",
        "name_cn": "玻璃头盔",
        "slot": "head",
        "type": "heavy",
        "material": "glass",
        "armor_rating": 9,
        "weight": 2.8,
        "value": 68,
        "rarity": "rare",
        "level_requirement": 20,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Heavy glass helmet, offering superior protection."
      },
      {
        "id": "arm_017",
        "name": "Glass Cuirass",
        "name_cn": "玻璃胸甲",
        "slot": "chest",
        "type": "heavy",
        "material": "glass",
        "armor_rating": 45,
        "weight": 14.0,
        "value": 270,
        "rarity": "rare",
        "level_requirement": 20,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Heavy glass cuirass, offering superior protection."
      },
      {
        "id": "arm_018",
        "name": "Glass Gauntlets",
        "name_cn": "玻璃护手",
        "slot": "hands",
        "type": "heavy",
        "material": "glass",
        "armor_rating": 7,
        "weight": 2.1,
        "value": 40,
        "rarity": "rare",
        "level_requirement": 20,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Heavy glass gauntlets, offering superior protection."
      },
      {
        "id": "arm_019",
        "name": "Glass Boots",
        "name_cn": "玻璃靴子",
        "slot": "feet",
        "type": "heavy",
        "material": "glass",
        "armor_rating": 8,
        "weight": 2.5,
        "value": 54,
        "rarity": "rare",
        "level_requirement": 20,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Heavy glass boots, offering superior protection."
      },
      {
        "id": "arm_020",
        "name": "Glass Shield",
        "name_cn": "玻璃盾牌",
        "slot": "shield",
        "type": "heavy",
        "material": "glass",
        "armor_rating": 18,
        "weight": 5.6,
        "value": 135,
        "rarity": "rare",
        "level_requirement": 20,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Heavy glass shield, offering superior protection."
      },
      {
        "id": "arm_021",
        "name": "Daedric Helmet",
        "name_cn": "魔神头盔",
        "slot": "head",
        "type": "heavy",
        "material": "daedric",
        "armor_rating": 12,
        "weight": 3.2,
        "value": 120,
        "rarity": "epic",
        "level_requirement": 30,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Heavy daedric helmet, offering superior protection."
      },
      {
        "id": "arm_022",
        "name": "Daedric Cuirass",
        "name_cn": "魔神胸甲",
        "slot": "chest",
        "type": "heavy",
        "material": "daedric",
        "armor_rating": 60,
        "weight": 16.0,
        "value": 480,
        "rarity": "epic",
        "level_requirement": 30,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Heavy daedric cuirass, offering superior protection."
      },
      {
        "id": "arm_023",
        "name": "Daedric Gauntlets",
        "name_cn": "魔神护手",
        "slot": "hands",
        "type": "heavy",
        "material": "daedric",
        "armor_rating": 9,
        "weight": 2.4,
        "value": 72,
        "rarity": "epic",
        "level_requirement": 30,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Heavy daedric gauntlets, offering superior protection."
      },
      {
        "id": "arm_024",
        "name": "Daedric Boots",
        "name_cn": "魔神靴子",
        "slot": "feet",
        "type": "heavy",
        "material": "daedric",
        "armor_rating": 11,
        "weight": 2.9,
        "value": 96,
        "rarity": "epic",
        "level_requirement": 30,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Heavy daedric boots, offering superior protection."
      },
      {
        "id": "arm_025",
        "name": "Daedric Shield",
        "name_cn": "魔神盾牌",
        "slot": "shield",
        "type": "heavy",
        "material": "daedric",
        "armor_rating": 24,
        "weight": 6.4,
        "value": 240,
        "rarity": "epic",
        "level_requirement": 30,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Heavy daedric shield, offering superior protection."
      },
      {
        "id": "arm_026",
        "name": "Dragon Helmet",
        "name_cn": "龙头盔",
        "slot": "head",
        "type": "heavy",
        "material": "dragon",
        "armor_rating": 15,
        "weight": 3.6,
        "value": 188,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "set_bonus": {
          "set_name": "Dragon Plate",
          "set_name_cn": "龙板甲套装",
          "pieces_required": 4,
          "bonus": "+50 armor rating, +25% fire resistance"
        },
        "description": "Heavy dragon helmet, offering superior protection."
      },
      {
        "id": "arm_027",
        "name": "Dragon Cuirass",
        "name_cn": "龙胸甲",
        "slot": "chest",
        "type": "heavy",
        "material": "dragon",
        "armor_rating": 75,
        "weight": 18.0,
        "value": 750,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "set_bonus": {
          "set_name": "Dragon Plate",
          "set_name_cn": "龙板甲套装",
          "pieces_required": 4,
          "bonus": "+50 armor rating, +25% fire resistance"
        },
        "description": "Heavy dragon cuirass, offering superior protection."
      },
      {
        "id": "arm_028",
        "name": "Dragon Gauntlets",
        "name_cn": "龙护手",
        "slot": "hands",
        "type": "heavy",
        "material": "dragon",
        "armor_rating": 11,
        "weight": 2.7,
        "value": 112,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "set_bonus": {
          "set_name": "Dragon Plate",
          "set_name_cn": "龙板甲套装",
          "pieces_required": 4,
          "bonus": "+50 armor rating, +25% fire resistance"
        },
        "description": "Heavy dragon gauntlets, offering superior protection."
      },
      {
        "id": "arm_029",
        "name": "Dragon Boots",
        "name_cn": "龙靴子",
        "slot": "feet",
        "type": "heavy",
        "material": "dragon",
        "armor_rating": 14,
        "weight": 3.2,
        "value": 150,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "set_bonus": {
          "set_name": "Dragon Plate",
          "set_name_cn": "龙板甲套装",
          "pieces_required": 4,
          "bonus": "+50 armor rating, +25% fire resistance"
        },
        "description": "Heavy dragon boots, offering superior protection."
      },
      {
        "id": "arm_030",
        "name": "Dragon Shield",
        "name_cn": "龙盾牌",
        "slot": "shield",
        "type": "heavy",
        "material": "dragon",
        "armor_rating": 30,
        "weight": 7.2,
        "value": 375,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "set_bonus": {
          "set_name": "Dragon Plate",
          "set_name_cn": "龙板甲套装",
          "pieces_required": 4,
          "bonus": "+50 armor rating, +25% fire resistance"
        },
        "description": "Heavy dragon shield, offering superior protection."
      },
      {
        "id": "arm_031",
        "name": "Leather Hood",
        "name_cn": "皮革兜帽",
        "slot": "head",
        "type": "light",
        "material": "leather",
        "armor_rating": 2,
        "weight": 0.9,
        "value": 7,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Lightweight leather hood, favoring agility over raw defense."
      },
      {
        "id": "arm_032",
        "name": "Leather Armor",
        "name_cn": "皮革轻甲",
        "slot": "chest",
        "type": "light",
        "material": "leather",
        "armor_rating": 11,
        "weight": 5.0,
        "value": 30,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Lightweight leather armor, favoring agility over raw defense."
      },
      {
        "id": "arm_033",
        "name": "Leather Bracers",
        "name_cn": "皮革护腕",
        "slot": "hands",
        "type": "light",
        "material": "leather",
        "armor_rating": 1,
        "weight": 0.6,
        "value": 4,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Lightweight leather bracers, favoring agility over raw defense."
      },
      {
        "id": "arm_034",
        "name": "Leather Boots",
        "name_cn": "皮革靴子",
        "slot": "feet",
        "type": "light",
        "material": "leather",
        "armor_rating": 2,
        "weight": 0.8,
        "value": 5,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Lightweight leather boots, favoring agility over raw defense."
      },
      {
        "id": "arm_035",
        "name": "Hide Hood",
        "name_cn": "兽皮兜帽",
        "slot": "head",
        "type": "light",
        "material": "hide",
        "armor_rating": 3,
        "weight": 0.9,
        "value": 12,
        "rarity": "common",
        "level_requirement": 5,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Lightweight hide hood, favoring agility over raw defense."
      },
      {
        "id": "arm_036",
        "name": "Hide Armor",
        "name_cn": "兽皮轻甲",
        "slot": "chest",
        "type": "light",
        "material": "hide",
        "armor_rating": 15,
        "weight": 5.2,
        "value": 56,
        "rarity": "common",
        "level_requirement": 5,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Lightweight hide armor, favoring agility over raw defense."
      },
      {
        "id": "arm_037",
        "name": "Hide Bracers",
        "name_cn": "兽皮护腕",
        "slot": "hands",
        "type": "light",
        "material": "hide",
        "armor_rating": 2,
        "weight": 0.6,
        "value": 8,
        "rarity": "common",
        "level_requirement": 5,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Lightweight hide bracers, favoring agility over raw defense."
      },
      {
        "id": "arm_038",
        "name": "Hide Boots",
        "name_cn": "兽皮靴子",
        "slot": "feet",
        "type": "light",
        "material": "hide",
        "armor_rating": 2,
        "weight": 0.8,
        "value": 10,
        "rarity": "common",
        "level_requirement": 5,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Lightweight hide boots, favoring agility over raw defense."
      },
      {
        "id": "arm_039",
        "name": "Scaled Hood",
        "name_cn": "鳞片兜帽",
        "slot": "head",
        "type": "light",
        "material": "scaled",
        "armor_rating": 4,
        "weight": 1.0,
        "value": 32,
        "rarity": "uncommon",
        "level_requirement": 14,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Lightweight scaled hood, favoring agility over raw defense."
      },
      {
        "id": "arm_040",
        "name": "Scaled Armor",
        "name_cn": "鳞片轻甲",
        "slot": "chest",
        "type": "light",
        "material": "scaled",
        "armor_rating": 24,
        "weight": 5.7,
        "value": 144,
        "rarity": "uncommon",
        "level_requirement": 14,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Lightweight scaled armor, favoring agility over raw defense."
      },
      {
        "id": "arm_041",
        "name": "Scaled Bracers",
        "name_cn": "鳞片护腕",
        "slot": "hands",
        "type": "light",
        "material": "scaled",
        "armor_rating": 3,
        "weight": 0.7,
        "value": 20,
        "rarity": "uncommon",
        "level_requirement": 14,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Lightweight scaled bracers, favoring agility over raw defense."
      },
      {
        "id": "arm_042",
        "name": "Scaled Boots",
        "name_cn": "鳞片靴子",
        "slot": "feet",
        "type": "light",
        "material": "scaled",
        "armor_rating": 4,
        "weight": 0.9,
        "value": 26,
        "rarity": "uncommon",
        "level_requirement": 14,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Lightweight scaled boots, favoring agility over raw defense."
      },
      {
        "id": "arm_043",
        "name": "Glass Hood",
        "name_cn": "玻璃兜帽",
        "slot": "head",
        "type": "light",
        "material": "glass_light",
        "armor_rating": 6,
        "weight": 1.1,
        "value": 56,
        "rarity": "rare",
        "level_requirement": 22,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Lightweight glass hood, favoring agility over raw defense."
      },
      {
        "id": "arm_044",
        "name": "Glass Armor",
        "name_cn": "玻璃轻甲",
        "slot": "chest",
        "type": "light",
        "material": "glass_light",
        "armor_rating": 32,
        "weight": 6.1,
        "value": 256,
        "rarity": "rare",
        "level_requirement": 22,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Lightweight glass armor, favoring agility over raw defense."
      },
      {
        "id": "arm_045",
        "name": "Glass Bracers",
        "name_cn": "玻璃护腕",
        "slot": "hands",
        "type": "light",
        "material": "glass_light",
        "armor_rating": 4,
        "weight": 0.7,
        "value": 36,
        "rarity": "rare",
        "level_requirement": 22,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Lightweight glass bracers, favoring agility over raw defense."
      },
      {
        "id": "arm_046",
        "name": "Glass Boots",
        "name_cn": "玻璃靴子",
        "slot": "feet",
        "type": "light",
        "material": "glass_light",
        "armor_rating": 5,
        "weight": 0.9,
        "value": 46,
        "rarity": "rare",
        "level_requirement": 22,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Lightweight glass boots, favoring agility over raw defense."
      },
      {
        "id": "arm_047",
        "name": "Dragonscale Hood",
        "name_cn": "龙鳞兜帽",
        "slot": "head",
        "type": "light",
        "material": "dragonscale",
        "armor_rating": 9,
        "weight": 1.2,
        "value": 127,
        "rarity": "epic",
        "level_requirement": 38,
        "enchantment_slots": 2,
        "set_bonus": {
          "set_name": "Dragonscale",
          "set_name_cn": "龙鳞套装",
          "pieces_required": 4,
          "bonus": "+30% stamina regeneration, +20% poison resistance"
        },
        "description": "Lightweight dragonscale hood, favoring agility over raw defense."
      },
      {
        "id": "arm_048",
        "name": "Dragonscale Armor",
        "name_cn": "龙鳞轻甲",
        "slot": "chest",
        "type": "light",
        "material": "dragonscale",
        "armor_rating": 48,
        "weight": 6.9,
        "value": 576,
        "rarity": "epic",
        "level_requirement": 38,
        "enchantment_slots": 2,
        "set_bonus": {
          "set_name": "Dragonscale",
          "set_name_cn": "龙鳞套装",
          "pieces_required": 4,
          "bonus": "+30% stamina regeneration, +20% poison resistance"
        },
        "description": "Lightweight dragonscale armor, favoring agility over raw defense."
      },
      {
        "id": "arm_049",
        "name": "Dragonscale Bracers",
        "name_cn": "龙鳞护腕",
        "slot": "hands",
        "type": "light",
        "material": "dragonscale",
        "armor_rating": 6,
        "weight": 0.8,
        "value": 81,
        "rarity": "epic",
        "level_requirement": 38,
        "enchantment_slots": 2,
        "set_bonus": {
          "set_name": "Dragonscale",
          "set_name_cn": "龙鳞套装",
          "pieces_required": 4,
          "bonus": "+30% stamina regeneration, +20% poison resistance"
        },
        "description": "Lightweight dragonscale bracers, favoring agility over raw defense."
      },
      {
        "id": "arm_050",
        "name": "Dragonscale Boots",
        "name_cn": "龙鳞靴子",
        "slot": "feet",
        "type": "light",
        "material": "dragonscale",
        "armor_rating": 7,
        "weight": 1.0,
        "value": 104,
        "rarity": "epic",
        "level_requirement": 38,
        "enchantment_slots": 2,
        "set_bonus": {
          "set_name": "Dragonscale",
          "set_name_cn": "龙鳞套装",
          "pieces_required": 4,
          "bonus": "+30% stamina regeneration, +20% poison resistance"
        },
        "description": "Lightweight dragonscale boots, favoring agility over raw defense."
      },
      {
        "id": "arm_051",
        "name": "Cloth Circlet",
        "name_cn": "布头环",
        "slot": "head",
        "type": "mage",
        "material": "cloth",
        "armor_rating": 1,
        "weight": 0.3,
        "value": 13,
        "magic_resistance": 0.02,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Cloth circlet imbued with magical protection."
      },
      {
        "id": "arm_052",
        "name": "Cloth Robes",
        "name_cn": "布法袍",
        "slot": "chest",
        "type": "mage",
        "material": "cloth",
        "armor_rating": 6,
        "weight": 2.0,
        "value": 44,
        "magic_resistance": 0.02,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Cloth robes imbued with magical protection."
      },
      {
        "id": "arm_053",
        "name": "Cloth Gloves",
        "name_cn": "布手套",
        "slot": "hands",
        "type": "mage",
        "material": "cloth",
        "armor_rating": 1,
        "weight": 0.2,
        "value": 7,
        "magic_resistance": 0.02,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Cloth gloves imbued with magical protection."
      },
      {
        "id": "arm_054",
        "name": "Cloth Shoes",
        "name_cn": "布鞋子",
        "slot": "feet",
        "type": "mage",
        "material": "cloth",
        "armor_rating": 1,
        "weight": 0.2,
        "value": 7,
        "magic_resistance": 0.02,
        "rarity": "common",
        "level_requirement": 1,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Cloth shoes imbued with magical protection."
      },
      {
        "id": "arm_055",
        "name": "Silk Circlet",
        "name_cn": "丝绸头环",
        "slot": "head",
        "type": "mage",
        "material": "silk",
        "armor_rating": 2,
        "weight": 0.3,
        "value": 53,
        "magic_resistance": 0.04,
        "rarity": "common",
        "level_requirement": 10,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Silk circlet imbued with magical protection."
      },
      {
        "id": "arm_056",
        "name": "Silk Robes",
        "name_cn": "丝绸法袍",
        "slot": "chest",
        "type": "mage",
        "material": "silk",
        "armor_rating": 11,
        "weight": 2.1,
        "value": 177,
        "magic_resistance": 0.04,
        "rarity": "common",
        "level_requirement": 10,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Silk robes imbued with magical protection."
      },
      {
        "id": "arm_057",
        "name": "Silk Gloves",
        "name_cn": "丝绸手套",
        "slot": "hands",
        "type": "mage",
        "material": "silk",
        "armor_rating": 1,
        "weight": 0.2,
        "value": 27,
        "magic_resistance": 0.04,
        "rarity": "common",
        "level_requirement": 10,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Silk gloves imbued with magical protection."
      },
      {
        "id": "arm_058",
        "name": "Silk Shoes",
        "name_cn": "丝绸鞋子",
        "slot": "feet",
        "type": "mage",
        "material": "silk",
        "armor_rating": 1,
        "weight": 0.2,
        "value": 27,
        "magic_resistance": 0.04,
        "rarity": "common",
        "level_requirement": 10,
        "enchantment_slots": 1,
        "set_bonus": null,
        "description": "Silk shoes imbued with magical protection."
      },
      {
        "id": "arm_059",
        "name": "Apprentice Circlet",
        "name_cn": "学徒头环",
        "slot": "head",
        "type": "mage",
        "material": "mage_robe_1",
        "armor_rating": 2,
        "weight": 0.3,
        "value": 111,
        "magic_resistance": 0.07,
        "rarity": "uncommon",
        "level_requirement": 18,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Apprentice circlet imbued with magical protection."
      },
      {
        "id": "arm_060",
        "name": "Apprentice Robes",
        "name_cn": "学徒法袍",
        "slot": "chest",
        "type": "mage",
        "material": "mage_robe_1",
        "armor_rating": 16,
        "weight": 2.2,
        "value": 370,
        "magic_resistance": 0.07,
        "rarity": "uncommon",
        "level_requirement": 18,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Apprentice robes imbued with magical protection."
      },
      {
        "id": "arm_061",
        "name": "Apprentice Gloves",
        "name_cn": "学徒手套",
        "slot": "hands",
        "type": "mage",
        "material": "mage_robe_1",
        "armor_rating": 2,
        "weight": 0.2,
        "value": 55,
        "magic_resistance": 0.07,
        "rarity": "uncommon",
        "level_requirement": 18,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Apprentice gloves imbued with magical protection."
      },
      {
        "id": "arm_062",
        "name": "Apprentice Shoes",
        "name_cn": "学徒鞋子",
        "slot": "feet",
        "type": "mage",
        "material": "mage_robe_1",
        "armor_rating": 2,
        "weight": 0.2,
        "value": 55,
        "magic_resistance": 0.07,
        "rarity": "uncommon",
        "level_requirement": 18,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Apprentice shoes imbued with magical protection."
      },
      {
        "id": "arm_063",
        "name": "Adept Circlet",
        "name_cn": "专家头环",
        "slot": "head",
        "type": "mage",
        "material": "mage_robe_2",
        "armor_rating": 3,
        "weight": 0.3,
        "value": 213,
        "magic_resistance": 0.09,
        "rarity": "rare",
        "level_requirement": 28,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Adept circlet imbued with magical protection."
      },
      {
        "id": "arm_064",
        "name": "Adept Robes",
        "name_cn": "专家法袍",
        "slot": "chest",
        "type": "mage",
        "material": "mage_robe_2",
        "armor_rating": 22,
        "weight": 2.3,
        "value": 709,
        "magic_resistance": 0.09,
        "rarity": "rare",
        "level_requirement": 28,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Adept robes imbued with magical protection."
      },
      {
        "id": "arm_065",
        "name": "Adept Gloves",
        "name_cn": "专家手套",
        "slot": "hands",
        "type": "mage",
        "material": "mage_robe_2",
        "armor_rating": 2,
        "weight": 0.2,
        "value": 106,
        "magic_resistance": 0.09,
        "rarity": "rare",
        "level_requirement": 28,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Adept gloves imbued with magical protection."
      },
      {
        "id": "arm_066",
        "name": "Adept Shoes",
        "name_cn": "专家鞋子",
        "slot": "feet",
        "type": "mage",
        "material": "mage_robe_2",
        "armor_rating": 2,
        "weight": 0.2,
        "value": 106,
        "magic_resistance": 0.09,
        "rarity": "rare",
        "level_requirement": 28,
        "enchantment_slots": 2,
        "set_bonus": null,
        "description": "Adept shoes imbued with magical protection."
      },
      {
        "id": "arm_067",
        "name": "Archmage Circlet",
        "name_cn": "大法师头环",
        "slot": "head",
        "type": "mage",
        "material": "mage_robe_3",
        "armor_rating": 4,
        "weight": 0.4,
        "value": 378,
        "magic_resistance": 0.12,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "set_bonus": {
          "set_name": "Archmage Regalia",
          "set_name_cn": "大法师法衣套装",
          "pieces_required": 4,
          "bonus": "+100 magicka, +50% magicka regeneration"
        },
        "description": "Archmage circlet imbued with magical protection."
      },
      {
        "id": "arm_068",
        "name": "Archmage Robes",
        "name_cn": "大法师法袍",
        "slot": "chest",
        "type": "mage",
        "material": "mage_robe_3",
        "armor_rating": 30,
        "weight": 2.4,
        "value": 1260,
        "magic_resistance": 0.12,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "set_bonus": {
          "set_name": "Archmage Regalia",
          "set_name_cn": "大法师法衣套装",
          "pieces_required": 4,
          "bonus": "+100 magicka, +50% magicka regeneration"
        },
        "description": "Archmage robes imbued with magical protection."
      },
      {
        "id": "arm_069",
        "name": "Archmage Gloves",
        "name_cn": "大法师手套",
        "slot": "hands",
        "type": "mage",
        "material": "mage_robe_3",
        "armor_rating": 3,
        "weight": 0.2,
        "value": 189,
        "magic_resistance": 0.12,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "set_bonus": {
          "set_name": "Archmage Regalia",
          "set_name_cn": "大法师法衣套装",
          "pieces_required": 4,
          "bonus": "+100 magicka, +50% magicka regeneration"
        },
        "description": "Archmage gloves imbued with magical protection."
      },
      {
        "id": "arm_070",
        "name": "Archmage Shoes",
        "name_cn": "大法师鞋子",
        "slot": "feet",
        "type": "mage",
        "material": "mage_robe_3",
        "armor_rating": 3,
        "weight": 0.2,
        "value": 189,
        "magic_resistance": 0.12,
        "rarity": "epic",
        "level_requirement": 40,
        "enchantment_slots": 2,
        "set_bonus": {
          "set_name": "Archmage Regalia",
          "set_name_cn": "大法师法衣套装",
          "pieces_required": 4,
          "bonus": "+100 magicka, +50% magicka regeneration"
        },
        "description": "Archmage shoes imbued with magical protection."
      }
    ],
    "potions": [
      {
        "id": "pot_001",
        "name": "Minor Health Potion",
        "name_cn": "初级生命药水",
        "effect": "restore_health",
        "magnitude": 25,
        "duration": 0,
        "value": 10,
        "weight": 0.3,
        "rarity": "common",
        "crafting_level": 1
      },
      {
        "id": "pot_002",
        "name": "Regular Health Potion",
        "name_cn": "普通生命药水",
        "effect": "restore_health",
        "magnitude": 50,
        "duration": 0,
        "value": 25,
        "weight": 0.3,
        "rarity": "common",
        "crafting_level": 5
      },
      {
        "id": "pot_003",
        "name": "Greater Health Potion",
        "name_cn": "强效生命药水",
        "effect": "restore_health",
        "magnitude": 100,
        "duration": 0,
        "value": 60,
        "weight": 0.3,
        "rarity": "uncommon",
        "crafting_level": 12
      },
      {
        "id": "pot_004",
        "name": "Superior Health Potion",
        "name_cn": "高级生命药水",
        "effect": "restore_health",
        "magnitude": 200,
        "duration": 0,
        "value": 150,
        "weight": 0.3,
        "rarity": "rare",
        "crafting_level": 22
      },
      {
        "id": "pot_005",
        "name": "Ultimate Health Potion",
        "name_cn": "终极生命药水",
        "effect": "restore_health",
        "magnitude": 500,
        "duration": 0,
        "value": 400,
        "weight": 0.3,
        "rarity": "epic",
        "crafting_level": 35
      },
      {
        "id": "pot_006",
        "name": "Minor Mana Potion",
        "name_cn": "初级法力药水",
        "effect": "restore_mana",
        "magnitude": 25,
        "duration": 0,
        "value": 12,
        "weight": 0.3,
        "rarity": "common",
        "crafting_level": 1
      },
      {
        "id": "pot_007",
        "name": "Regular Mana Potion",
        "name_cn": "普通法力药水",
        "effect": "restore_mana",
        "magnitude": 50,
        "duration": 0,
        "value": 30,
        "weight": 0.3,
        "rarity": "common",
        "crafting_level": 5
      },
      {
        "id": "pot_008",
        "name": "Greater Mana Potion",
        "name_cn": "强效法力药水",
        "effect": "restore_mana",
        "magnitude": 100,
        "duration": 0,
        "value": 70,
        "weight": 0.3,
        "rarity": "uncommon",
        "crafting_level": 12
      },
      {
        "id": "pot_009",
        "name": "Superior Mana Potion",
        "name_cn": "高级法力药水",
        "effect": "restore_mana",
        "magnitude": 200,
        "duration": 0,
        "value": 170,
        "weight": 0.3,
        "rarity": "rare",
        "crafting_level": 22
      },
      {
        "id": "pot_010",
        "name": "Ultimate Mana Potion",
        "name_cn": "终极法力药水",
        "effect": "restore_mana",
        "magnitude": 500,
        "duration": 0,
        "value": 450,
        "weight": 0.3,
        "rarity": "epic",
        "crafting_level": 35
      },
      {
        "id": "pot_011",
        "name": "Minor Stamina Potion",
        "name_cn": "初级耐力药水",
        "effect": "restore_stamina",
        "magnitude": 25,
        "duration": 0,
        "value": 10,
        "weight": 0.3,
        "rarity": "common",
        "crafting_level": 1
      },
      {
        "id": "pot_012",
        "name": "Regular Stamina Potion",
        "name_cn": "普通耐力药水",
        "effect": "restore_stamina",
        "magnitude": 50,
        "duration": 0,
        "value": 25,
        "weight": 0.3,
        "rarity": "common",
        "crafting_level": 5
      },
      {
        "id": "pot_013",
        "name": "Greater Stamina Potion",
        "name_cn": "强效耐力药水",
        "effect": "restore_stamina",
        "magnitude": 100,
        "duration": 0,
        "value": 55,
        "weight": 0.3,
        "rarity": "uncommon",
        "crafting_level": 12
      },
      {
        "id": "pot_014",
        "name": "Superior Stamina Potion",
        "name_cn": "高级耐力药水",
        "effect": "restore_stamina",
        "magnitude": 200,
        "duration": 0,
        "value": 140,
        "weight": 0.3,
        "rarity": "rare",
        "crafting_level": 22
      },
      {
        "id": "pot_015",
        "name": "Ultimate Stamina Potion",
        "name_cn": "终极耐力药水",
        "effect": "restore_stamina",
        "magnitude": 500,
        "duration": 0,
        "value": 380,
        "weight": 0.3,
        "rarity": "epic",
        "crafting_level": 35
      },
      {
        "id": "pot_016",
        "name": "Potion of Fortify Strength",
        "name_cn": "强化力量药水",
        "effect": "fortify_strength",
        "magnitude": 20,
        "duration": 30,
        "value": 60,
        "weight": 0.3,
        "rarity": "uncommon",
        "crafting_level": 10
      },
      {
        "id": "pot_017",
        "name": "Potion of Fortify Speed",
        "name_cn": "强化速度药水",
        "effect": "fortify_speed",
        "magnitude": 25,
        "duration": 30,
        "value": 65,
        "weight": 0.3,
        "rarity": "uncommon",
        "crafting_level": 12
      },
      {
        "id": "pot_018",
        "name": "Potion of Resist Fire",
        "name_cn": "抗火药水",
        "effect": "resist_fire",
        "magnitude": 50,
        "duration": 30,
        "value": 55,
        "weight": 0.3,
        "rarity": "uncommon",
        "crafting_level": 8
      },
      {
        "id": "pot_019",
        "name": "Potion of Resist Frost",
        "name_cn": "抗寒药水",
        "effect": "resist_frost",
        "magnitude": 50,
        "duration": 30,
        "value": 55,
        "weight": 0.3,
        "rarity": "uncommon",
        "crafting_level": 8
      },
      {
        "id": "pot_020",
        "name": "Potion of Resist Poison",
        "name_cn": "抗毒药水",
        "effect": "resist_poison",
        "magnitude": 50,
        "duration": 30,
        "value": 60,
        "weight": 0.3,
        "rarity": "uncommon",
        "crafting_level": 10
      },
      {
        "id": "pot_021",
        "name": "Potion of Invisibility",
        "name_cn": "隐身药水",
        "effect": "invisibility",
        "magnitude": 100,
        "duration": 30,
        "value": 250,
        "weight": 0.3,
        "rarity": "rare",
        "crafting_level": 25
      },
      {
        "id": "pot_022",
        "name": "Potion of Night Eye",
        "name_cn": "夜视药水",
        "effect": "night_eye",
        "magnitude": 100,
        "duration": 30,
        "value": 45,
        "weight": 0.3,
        "rarity": "common",
        "crafting_level": 6
      },
      {
        "id": "pot_023",
        "name": "Potion of Waterbreathing",
        "name_cn": "水下呼吸药水",
        "effect": "waterbreathing",
        "magnitude": 100,
        "duration": 30,
        "value": 50,
        "weight": 0.3,
        "rarity": "common",
        "crafting_level": 7
      },
      {
        "id": "pot_024",
        "name": "Potion of Fortify Carry Weight",
        "name_cn": "强化负重药水",
        "effect": "fortify_carry",
        "magnitude": 50,
        "duration": 30,
        "value": 70,
        "weight": 0.3,
        "rarity": "uncommon",
        "crafting_level": 14
      },
      {
        "id": "pot_025",
        "name": "Potion of Berserker Draught",
        "name_cn": "狂战士药剂",
        "effect": "berserker",
        "magnitude": 35,
        "duration": 15,
        "value": 200,
        "weight": 0.5,
        "rarity": "rare",
        "crafting_level": 28
      },
      {
        "id": "pot_026",
        "name": "Damage Health Poison",
        "name_cn": "伤害生命毒药",
        "effect": "damage_health",
        "magnitude": 40,
        "duration": 10,
        "value": 80,
        "weight": 0.3,
        "rarity": "uncommon",
        "crafting_level": 10
      },
      {
        "id": "pot_027",
        "name": "Paralyze Poison",
        "name_cn": "麻痹毒药",
        "effect": "paralyze",
        "magnitude": 100,
        "duration": 5,
        "value": 200,
        "weight": 0.3,
        "rarity": "rare",
        "crafting_level": 22
      },
      {
        "id": "pot_028",
        "name": "Slow Poison",
        "name_cn": "迟缓毒药",
        "effect": "slow",
        "magnitude": 50,
        "duration": 15,
        "value": 65,
        "weight": 0.3,
        "rarity": "uncommon",
        "crafting_level": 8
      },
      {
        "id": "pot_029",
        "name": "Frenzy Poison",
        "name_cn": "狂乱毒药",
        "effect": "frenzy",
        "magnitude": 100,
        "duration": 20,
        "value": 120,
        "weight": 0.3,
        "rarity": "rare",
        "crafting_level": 18
      },
      {
        "id": "pot_030",
        "name": "Weakness to Magic Poison",
        "name_cn": "魔法虚弱毒药",
        "effect": "weakness_magic",
        "magnitude": 30,
        "duration": 20,
        "value": 110,
        "weight": 0.3,
        "rarity": "rare",
        "crafting_level": 20
      }
    ],
    "ingredients": [
      {
        "id": "ing_001",
        "name": "Blue Mountain Flower",
        "name_cn": "蓝色山花",
        "properties": [
          "restore_health",
          "fortify_conjuration",
          "damage_stamina_regen",
          "fortify_health"
        ],
        "value": 5,
        "weight": 0.1,
        "rarity": "common",
        "biome": "mountain"
      },
      {
        "id": "ing_002",
        "name": "Red Mountain Flower",
        "name_cn": "红色山花",
        "properties": [
          "restore_magicka",
          "ravage_magicka",
          "fortify_sneak",
          "damage_health"
        ],
        "value": 5,
        "weight": 0.1,
        "rarity": "common",
        "biome": "mountain"
      },
      {
        "id": "ing_003",
        "name": "Lavender",
        "name_cn": "薰衣草",
        "properties": [
          "resist_magic",
          "fortify_stamina",
          "ravage_magicka",
          "fortify_conjuration"
        ],
        "value": 5,
        "weight": 0.1,
        "rarity": "common",
        "biome": "plains"
      },
      {
        "id": "ing_004",
        "name": "Dragon's Tongue",
        "name_cn": "龙舌草",
        "properties": [
          "resist_fire",
          "fortify_barter",
          "fortify_illusion",
          "fortify_two_handed"
        ],
        "value": 8,
        "weight": 0.1,
        "rarity": "uncommon",
        "biome": "volcanic"
      },
      {
        "id": "ing_005",
        "name": "Nightshade",
        "name_cn": "夜影草",
        "properties": [
          "damage_health",
          "damage_magicka_regen",
          "lingering_damage_stamina",
          "fortify_destruction"
        ],
        "value": 10,
        "weight": 0.1,
        "rarity": "uncommon",
        "biome": "forest"
      },
      {
        "id": "ing_006",
        "name": "Deathbell",
        "name_cn": "丧钟花",
        "properties": [
          "damage_health",
          "ravage_stamina",
          "slow",
          "weakness_to_poison"
        ],
        "value": 12,
        "weight": 0.1,
        "rarity": "uncommon",
        "biome": "swamp"
      },
      {
        "id": "ing_007",
        "name": "Thistle",
        "name_cn": "蓟草",
        "properties": [
          "resist_frost",
          "ravage_stamina",
          "resist_poison",
          "fortify_heavy_armor"
        ],
        "value": 4,
        "weight": 0.1,
        "rarity": "common",
        "biome": "plains"
      },
      {
        "id": "ing_008",
        "name": "Juniper Berries",
        "name_cn": "杜松果",
        "properties": [
          "weakness_to_fire",
          "fortify_marksman",
          "regenerate_health",
          "ravage_health"
        ],
        "value": 5,
        "weight": 0.1,
        "rarity": "common",
        "biome": "forest"
      },
      {
        "id": "ing_009",
        "name": "Mora Tapinella",
        "name_cn": "墨拉蘑菇",
        "properties": [
          "restore_magicka",
          "lingering_damage_health",
          "regenerate_stamina",
          "fortify_illusion"
        ],
        "value": 4,
        "weight": 0.1,
        "rarity": "common",
        "biome": "cave"
      },
      {
        "id": "ing_010",
        "name": "Creep Cluster",
        "name_cn": "匍匐藤",
        "properties": [
          "restore_magicka",
          "damage_stamina_regen",
          "fortify_carry_weight",
          "weakness_to_magic"
        ],
        "value": 3,
        "weight": 0.1,
        "rarity": "common",
        "biome": "volcanic"
      },
      {
        "id": "ing_011",
        "name": "Frost Mirriam",
        "name_cn": "霜叶草",
        "properties": [
          "resist_frost",
          "fortify_sneak",
          "ravage_magicka",
          "damage_stamina_regen"
        ],
        "value": 5,
        "weight": 0.1,
        "rarity": "common",
        "biome": "tundra"
      },
      {
        "id": "ing_012",
        "name": "Elves Ear",
        "name_cn": "精灵耳草",
        "properties": [
          "restore_magicka",
          "fortify_marksman",
          "weakness_to_frost",
          "resist_fire"
        ],
        "value": 5,
        "weight": 0.1,
        "rarity": "common",
        "biome": "forest"
      },
      {
        "id": "ing_013",
        "name": "Jazbay Grapes",
        "name_cn": "贾兹贝葡萄",
        "properties": [
          "weakness_to_magic",
          "fortify_health",
          "ravage_health",
          "regenerate_magicka"
        ],
        "value": 6,
        "weight": 0.1,
        "rarity": "common",
        "biome": "volcanic"
      },
      {
        "id": "ing_014",
        "name": "Canis Root",
        "name_cn": "犬牙根",
        "properties": [
          "damage_stamina",
          "fortify_one_handed",
          "fortify_marksman",
          "paralysis"
        ],
        "value": 8,
        "weight": 0.1,
        "rarity": "uncommon",
        "biome": "swamp"
      },
      {
        "id": "ing_015",
        "name": "Hanging Moss",
        "name_cn": "垂苔",
        "properties": [
          "damage_magicka",
          "fortify_health",
          "damage_magicka_regen",
          "fortify_one_handed"
        ],
        "value": 3,
        "weight": 0.1,
        "rarity": "common",
        "biome": "cave"
      },
      {
        "id": "ing_016",
        "name": "Swamp Fungal Pod",
        "name_cn": "沼泽菌荚",
        "properties": [
          "resist_shock",
          "lingering_damage_magicka",
          "paralysis",
          "restore_health"
        ],
        "value": 5,
        "weight": 0.1,
        "rarity": "common",
        "biome": "swamp"
      },
      {
        "id": "ing_017",
        "name": "Crimson Nirnroot",
        "name_cn": "赤色宁恩根",
        "properties": [
          "damage_health",
          "damage_stamina",
          "invisibility",
          "resist_magic"
        ],
        "value": 20,
        "weight": 0.1,
        "rarity": "rare",
        "biome": "underground"
      },
      {
        "id": "ing_018",
        "name": "Emperor Parasol Moss",
        "name_cn": "帝王伞苔",
        "properties": [
          "damage_health",
          "fortify_two_handed",
          "regenerate_health",
          "fortify_stamina"
        ],
        "value": 6,
        "weight": 0.1,
        "rarity": "uncommon",
        "biome": "coast"
      },
      {
        "id": "ing_019",
        "name": "Giant's Toe",
        "name_cn": "巨人脚趾",
        "properties": [
          "damage_stamina",
          "fortify_health",
          "fortify_carry_weight",
          "damage_stamina_regen"
        ],
        "value": 15,
        "weight": 1.0,
        "rarity": "uncommon",
        "biome": "plains"
      },
      {
        "id": "ing_020",
        "name": "Mudcrab Chitin",
        "name_cn": "泥蟹甲壳",
        "properties": [
          "restore_stamina",
          "resist_poison",
          "cure_disease",
          "resist_fire"
        ],
        "value": 5,
        "weight": 0.5,
        "rarity": "common",
        "biome": "coast"
      },
      {
        "id": "ing_021",
        "name": "Spider Venom",
        "name_cn": "蜘蛛毒液",
        "properties": [
          "damage_health",
          "damage_stamina",
          "lingering_damage_health",
          "damage_magicka_regen"
        ],
        "value": 12,
        "weight": 0.2,
        "rarity": "uncommon",
        "biome": "cave"
      },
      {
        "id": "ing_022",
        "name": "Dragon Scale",
        "name_cn": "龙鳞",
        "properties": [
          "fortify_heavy_armor",
          "resist_fire",
          "resist_frost",
          "fortify_health"
        ],
        "value": 100,
        "weight": 0.5,
        "rarity": "rare",
        "biome": "dragon_lair"
      },
      {
        "id": "ing_023",
        "name": "Troll Fat",
        "name_cn": "巨魔脂肪",
        "properties": [
          "resist_poison",
          "fortify_two_handed",
          "frenzy",
          "damage_health"
        ],
        "value": 15,
        "weight": 1.0,
        "rarity": "uncommon",
        "biome": "mountain"
      },
      {
        "id": "ing_024",
        "name": "Saber Cat Tooth",
        "name_cn": "剑齿虎牙",
        "properties": [
          "restore_stamina",
          "fortify_heavy_armor",
          "fortify_sneak",
          "weakness_to_poison"
        ],
        "value": 8,
        "weight": 0.2,
        "rarity": "common",
        "biome": "tundra"
      },
      {
        "id": "ing_025",
        "name": "Bear Claws",
        "name_cn": "熊爪",
        "properties": [
          "restore_stamina",
          "fortify_health",
          "fortify_one_handed",
          "damage_magicka_regen"
        ],
        "value": 6,
        "weight": 0.2,
        "rarity": "common",
        "biome": "forest"
      },
      {
        "id": "ing_026",
        "name": "Chaurus Eggs",
        "name_cn": "蜈蚣卵",
        "properties": [
          "weakness_to_poison",
          "fortify_stamina",
          "damage_magicka",
          "invisibility"
        ],
        "value": 12,
        "weight": 0.3,
        "rarity": "uncommon",
        "biome": "cave"
      },
      {
        "id": "ing_027",
        "name": "Hagraven Feathers",
        "name_cn": "女巫渡鸦羽毛",
        "properties": [
          "damage_magicka",
          "fortify_conjuration",
          "frenzy",
          "weakness_to_shock"
        ],
        "value": 15,
        "weight": 0.1,
        "rarity": "uncommon",
        "biome": "swamp"
      },
      {
        "id": "ing_028",
        "name": "Falmer Ear",
        "name_cn": "法尔默之耳",
        "properties": [
          "damage_health",
          "frenzy",
          "resist_poison",
          "fortify_lockpicking"
        ],
        "value": 8,
        "weight": 0.1,
        "rarity": "uncommon",
        "biome": "underground"
      },
      {
        "id": "ing_029",
        "name": "Vampire Dust",
        "name_cn": "吸血鬼灰烬",
        "properties": [
          "invisibility",
          "restore_magicka",
          "regenerate_health",
          "cure_disease"
        ],
        "value": 20,
        "weight": 0.1,
        "rarity": "rare",
        "biome": "crypt"
      },
      {
        "id": "ing_030",
        "name": "Bone Meal",
        "name_cn": "骨粉",
        "properties": [
          "damage_stamina",
          "resist_fire",
          "fortify_conjuration",
          "ravage_stamina"
        ],
        "value": 3,
        "weight": 0.5,
        "rarity": "common",
        "biome": "crypt"
      },
      {
        "id": "ing_031",
        "name": "Wisp Wrappings",
        "name_cn": "魂火残片",
        "properties": [
          "restore_stamina",
          "fortify_destruction",
          "resist_magic",
          "fortify_carry_weight"
        ],
        "value": 14,
        "weight": 0.1,
        "rarity": "uncommon",
        "biome": "ruins"
      },
      {
        "id": "ing_032",
        "name": "Fire Salts",
        "name_cn": "火盐",
        "properties": [
          "weakness_to_frost",
          "resist_fire",
          "restore_magicka",
          "fortify_destruction"
        ],
        "value": 50,
        "weight": 0.3,
        "rarity": "uncommon",
        "biome": "volcanic"
      },
      {
        "id": "ing_033",
        "name": "Frost Salts",
        "name_cn": "霜盐",
        "properties": [
          "weakness_to_fire",
          "resist_frost",
          "restore_magicka",
          "fortify_conjuration"
        ],
        "value": 50,
        "weight": 0.3,
        "rarity": "uncommon",
        "biome": "tundra"
      },
      {
        "id": "ing_034",
        "name": "Void Salts",
        "name_cn": "虚空盐",
        "properties": [
          "weakness_to_shock",
          "resist_magic",
          "damage_health",
          "fortify_magicka"
        ],
        "value": 75,
        "weight": 0.3,
        "rarity": "rare",
        "biome": "daedric"
      },
      {
        "id": "ing_035",
        "name": "Moon Sugar",
        "name_cn": "月亮糖",
        "properties": [
          "weakness_to_fire",
          "resist_frost",
          "restore_magicka",
          "regenerate_magicka"
        ],
        "value": 30,
        "weight": 0.1,
        "rarity": "uncommon",
        "biome": "desert"
      },
      {
        "id": "ing_036",
        "name": "Glowing Mushroom",
        "name_cn": "荧光蘑菇",
        "properties": [
          "resist_shock",
          "fortify_destruction",
          "fortify_smithing",
          "fortify_health"
        ],
        "value": 8,
        "weight": 0.2,
        "rarity": "common",
        "biome": "cave"
      },
      {
        "id": "ing_037",
        "name": "Pearl",
        "name_cn": "珍珠",
        "properties": [
          "restore_stamina",
          "restore_magicka",
          "resist_frost",
          "fortify_block"
        ],
        "value": 25,
        "weight": 0.1,
        "rarity": "uncommon",
        "biome": "coast"
      },
      {
        "id": "ing_038",
        "name": "Snowberries",
        "name_cn": "雪莓",
        "properties": [
          "resist_fire",
          "resist_frost",
          "resist_shock",
          "fortify_enchanting"
        ],
        "value": 4,
        "weight": 0.1,
        "rarity": "common",
        "biome": "tundra"
      },
      {
        "id": "ing_039",
        "name": "Briar Heart",
        "name_cn": "荆棘之心",
        "properties": [
          "restore_magicka",
          "fortify_block",
          "paralysis",
          "fortify_magicka"
        ],
        "value": 20,
        "weight": 0.5,
        "rarity": "uncommon",
        "biome": "forsworn_camp"
      },
      {
        "id": "ing_040",
        "name": "Human Heart",
        "name_cn": "人类之心",
        "properties": [
          "damage_health",
          "damage_magicka",
          "frenzy",
          "paralysis"
        ],
        "value": 25,
        "weight": 1.0,
        "rarity": "rare",
        "biome": "daedric"
      },
      {
        "id": "ing_041",
        "name": "Daedra Heart",
        "name_cn": "魔神之心",
        "properties": [
          "restore_health",
          "damage_stamina_regen",
          "fear",
          "fortify_destruction"
        ],
        "value": 200,
        "weight": 0.5,
        "rarity": "rare",
        "biome": "daedric"
      },
      {
        "id": "ing_042",
        "name": "Ectoplasm",
        "name_cn": "灵质",
        "properties": [
          "restore_magicka",
          "fortify_destruction",
          "fortify_magicka",
          "damage_health"
        ],
        "value": 15,
        "weight": 0.1,
        "rarity": "uncommon",
        "biome": "crypt"
      }
    ],
    "crafting_materials": [
      {
        "id": "mat_001",
        "name": "Iron Ore",
        "name_cn": "铁矿石",
        "value": 4,
        "weight": 1.0,
        "rarity": "common"
      },
      {
        "id": "mat_002",
        "name": "Iron Ingot",
        "name_cn": "铁锭",
        "value": 8,
        "weight": 1.0,
        "rarity": "common"
      },
      {
        "id": "mat_003",
        "name": "Steel Ingot",
        "name_cn": "钢锭",
        "value": 20,
        "weight": 1.0,
        "rarity": "common"
      },
      {
        "id": "mat_004",
        "name": "Silver Ingot",
        "name_cn": "银锭",
        "value": 50,
        "weight": 1.0,
        "rarity": "uncommon"
      },
      {
        "id": "mat_005",
        "name": "Gold Ingot",
        "name_cn": "金锭",
        "value": 100,
        "weight": 1.0,
        "rarity": "uncommon"
      },
      {
        "id": "mat_006",
        "name": "Elven Metal Ingot",
        "name_cn": "精灵金属锭",
        "value": 150,
        "weight": 0.8,
        "rarity": "uncommon"
      },
      {
        "id": "mat_007",
        "name": "Refined Moonstone",
        "name_cn": "精炼月石",
        "value": 200,
        "weight": 0.8,
        "rarity": "uncommon"
      },
      {
        "id": "mat_008",
        "name": "Malachite Ingot",
        "name_cn": "孔雀石锭",
        "value": 300,
        "weight": 0.7,
        "rarity": "rare"
      },
      {
        "id": "mat_009",
        "name": "Ebony Ingot",
        "name_cn": "乌木锭",
        "value": 400,
        "weight": 1.2,
        "rarity": "rare"
      },
      {
        "id": "mat_010",
        "name": "Daedric Heart",
        "name_cn": "魔神之心",
        "value": 800,
        "weight": 0.5,
        "rarity": "rare"
      },
      {
        "id": "mat_011",
        "name": "Dragon Bone",
        "name_cn": "龙骨",
        "value": 500,
        "weight": 3.0,
        "rarity": "rare"
      },
      {
        "id": "mat_012",
        "name": "Dragon Scale",
        "name_cn": "龙鳞",
        "value": 500,
        "weight": 2.0,
        "rarity": "rare"
      },
      {
        "id": "mat_013",
        "name": "Leather",
        "name_cn": "皮革",
        "value": 10,
        "weight": 1.0,
        "rarity": "common"
      },
      {
        "id": "mat_014",
        "name": "Leather Strips",
        "name_cn": "皮革条",
        "value": 3,
        "weight": 0.2,
        "rarity": "common"
      },
      {
        "id": "mat_015",
        "name": "Linen Wrap",
        "name_cn": "亚麻布",
        "value": 5,
        "weight": 0.3,
        "rarity": "common"
      },
      {
        "id": "mat_016",
        "name": "Silk Thread",
        "name_cn": "丝线",
        "value": 25,
        "weight": 0.1,
        "rarity": "uncommon"
      },
      {
        "id": "mat_017",
        "name": "Soul Gem (Petty)",
        "name_cn": "灵魂石(微小)",
        "value": 20,
        "weight": 0.2,
        "rarity": "common"
      },
      {
        "id": "mat_018",
        "name": "Soul Gem (Lesser)",
        "name_cn": "灵魂石(较小)",
        "value": 50,
        "weight": 0.2,
        "rarity": "common"
      },
      {
        "id": "mat_019",
        "name": "Soul Gem (Common)",
        "name_cn": "灵魂石(普通)",
        "value": 100,
        "weight": 0.2,
        "rarity": "uncommon"
      },
      {
        "id": "mat_020",
        "name": "Soul Gem (Greater)",
        "name_cn": "灵魂石(较大)",
        "value": 250,
        "weight": 0.2,
        "rarity": "uncommon"
      },
      {
        "id": "mat_021",
        "name": "Soul Gem (Grand)",
        "name_cn": "灵魂石(宏伟)",
        "value": 500,
        "weight": 0.2,
        "rarity": "rare"
      },
      {
        "id": "mat_022",
        "name": "Black Soul Gem",
        "name_cn": "黑色灵魂石",
        "value": 1000,
        "weight": 0.2,
        "rarity": "epic"
      },
      {
        "id": "mat_023",
        "name": "Quicksilver Ingot",
        "name_cn": "水银锭",
        "value": 120,
        "weight": 0.9,
        "rarity": "uncommon"
      },
      {
        "id": "mat_024",
        "name": "Corundum Ingot",
        "name_cn": "刚玉锭",
        "value": 35,
        "weight": 1.0,
        "rarity": "common"
      }
    ],
    "misc": [
      {
        "id": "misc_001",
        "name": "Lockpick",
        "name_cn": "开锁器",
        "value": 3,
        "weight": 0.1,
        "rarity": "common",
        "description": "A small pick used to open locked doors and chests."
      },
      {
        "id": "misc_002",
        "name": "Torch",
        "name_cn": "火把",
        "value": 2,
        "weight": 1.0,
        "rarity": "common",
        "description": "A simple torch providing light in dark places."
      },
      {
        "id": "misc_003",
        "name": "Camping Supplies",
        "name_cn": "露营用品",
        "value": 25,
        "weight": 5.0,
        "rarity": "common",
        "description": "Bedroll and basic supplies for resting in the wild."
      },
      {
        "id": "misc_004",
        "name": "Rope",
        "name_cn": "绳索",
        "value": 8,
        "weight": 2.0,
        "rarity": "common",
        "description": "Sturdy hemp rope, useful for climbing."
      },
      {
        "id": "misc_005",
        "name": "Ruby",
        "name_cn": "红宝石",
        "value": 150,
        "weight": 0.1,
        "rarity": "uncommon",
        "description": "A brilliant red gemstone."
      },
      {
        "id": "misc_006",
        "name": "Sapphire",
        "name_cn": "蓝宝石",
        "value": 175,
        "weight": 0.1,
        "rarity": "uncommon",
        "description": "A deep blue gemstone of fine quality."
      },
      {
        "id": "misc_007",
        "name": "Emerald",
        "name_cn": "祖母绿",
        "value": 200,
        "weight": 0.1,
        "rarity": "uncommon",
        "description": "A vivid green gemstone prized by collectors."
      },
      {
        "id": "misc_008",
        "name": "Diamond",
        "name_cn": "钻石",
        "value": 500,
        "weight": 0.1,
        "rarity": "rare",
        "description": "A flawless diamond, worth a small fortune."
      },
      {
        "id": "misc_009",
        "name": "Amethyst",
        "name_cn": "紫水晶",
        "value": 100,
        "weight": 0.1,
        "rarity": "uncommon",
        "description": "A purple gemstone with a calming aura."
      },
      {
        "id": "misc_010",
        "name": "Garnet",
        "name_cn": "石榴石",
        "value": 80,
        "weight": 0.1,
        "rarity": "common",
        "description": "A warm reddish-orange gemstone."
      },
      {
        "id": "misc_011",
        "name": "Skill Book: Blade Mastery",
        "name_cn": "技能书：剑术精通",
        "value": 200,
        "weight": 1.0,
        "rarity": "rare",
        "description": "Grants +1 to One-Handed skill upon reading.",
        "skill_grant": {
          "skill": "one_handed",
          "amount": 1
        }
      },
      {
        "id": "misc_012",
        "name": "Skill Book: Heavy Armor Treatise",
        "name_cn": "技能书：重甲论",
        "value": 200,
        "weight": 1.0,
        "rarity": "rare",
        "description": "Grants +1 to Heavy Armor skill upon reading.",
        "skill_grant": {
          "skill": "heavy_armor",
          "amount": 1
        }
      },
      {
        "id": "misc_013",
        "name": "Skill Book: Arcane Fundamentals",
        "name_cn": "技能书：奥术基础",
        "value": 200,
        "weight": 1.0,
        "rarity": "rare",
        "description": "Grants +1 to Destruction skill upon reading.",
        "skill_grant": {
          "skill": "destruction",
          "amount": 1
        }
      },
      {
        "id": "misc_014",
        "name": "Skill Book: Shadow Arts",
        "name_cn": "技能书：暗影之术",
        "value": 200,
        "weight": 1.0,
        "rarity": "rare",
        "description": "Grants +1 to Sneak skill upon reading.",
        "skill_grant": {
          "skill": "sneak",
          "amount": 1
        }
      },
      {
        "id": "misc_015",
        "name": "Skill Book: Alchemist's Codex",
        "name_cn": "技能书：炼金术典",
        "value": 200,
        "weight": 1.0,
        "rarity": "rare",
        "description": "Grants +1 to Alchemy skill upon reading.",
        "skill_grant": {
          "skill": "alchemy",
          "amount": 1
        }
      },
      {
        "id": "misc_016",
        "name": "Skill Book: Forgemaster's Notes",
        "name_cn": "技能书：锻造大师笔记",
        "value": 200,
        "weight": 1.0,
        "rarity": "rare",
        "description": "Grants +1 to Smithing skill upon reading.",
        "skill_grant": {
          "skill": "smithing",
          "amount": 1
        }
      },
      {
        "id": "misc_017",
        "name": "Ancient Key",
        "name_cn": "古老钥匙",
        "value": 0,
        "weight": 0.1,
        "rarity": "rare",
        "description": "A mysterious key from a forgotten era. Quest item.",
        "quest_item": true
      },
      {
        "id": "misc_018",
        "name": "Dragon Claw (Golden)",
        "name_cn": "龙爪(金)",
        "value": 0,
        "weight": 0.5,
        "rarity": "rare",
        "description": "A golden claw that unlocks ancient Nordic puzzle doors.",
        "quest_item": true
      },
      {
        "id": "misc_019",
        "name": "Dragon Claw (Ivory)",
        "name_cn": "龙爪(象牙)",
        "value": 0,
        "weight": 0.5,
        "rarity": "rare",
        "description": "An ivory claw inscribed with mysterious symbols.",
        "quest_item": true
      },
      {
        "id": "misc_020",
        "name": "Filled Map",
        "name_cn": "已填充地图",
        "value": 50,
        "weight": 0.5,
        "rarity": "uncommon",
        "description": "A map revealing a hidden treasure location."
      },
      {
        "id": "misc_021",
        "name": "Amulet of the Ancients",
        "name_cn": "远古护符",
        "value": 0,
        "weight": 0.3,
        "rarity": "epic",
        "description": "A relic of immense power, sought by many factions.",
        "quest_item": true
      },
      {
        "id": "misc_022",
        "name": "Flawless Ruby",
        "name_cn": "完美红宝石",
        "value": 350,
        "weight": 0.1,
        "rarity": "rare",
        "description": "An exceptionally clear ruby of extraordinary value."
      },
      {
        "id": "misc_023",
        "name": "Flawless Sapphire",
        "name_cn": "完美蓝宝石",
        "value": 400,
        "weight": 0.1,
        "rarity": "rare",
        "description": "A sapphire of unmatched clarity and depth."
      },
      {
        "id": "misc_024",
        "name": "Flawless Diamond",
        "name_cn": "完美钻石",
        "value": 1000,
        "weight": 0.1,
        "rarity": "epic",
        "description": "A perfect diamond that glitters with inner fire."
      }
    ]
  },
  "crafting_system": {
    "smithing_recipes": [
      {
        "recipe_id": "smith_001",
        "name": "Iron Sword",
        "result_item_id": "wpn_001",
        "required_materials": [
          {
            "item_id": "mat_002",
            "quantity": 2
          },
          {
            "item_id": "mat_014",
            "quantity": 1
          }
        ],
        "required_skill": "smithing",
        "required_level": 1,
        "crafting_time": 10,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_002",
        "name": "Iron Greatsword",
        "result_item_id": "wpn_007",
        "required_materials": [
          {
            "item_id": "mat_002",
            "quantity": 3
          },
          {
            "item_id": "mat_014",
            "quantity": 2
          }
        ],
        "required_skill": "smithing",
        "required_level": 1,
        "crafting_time": 15,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_003",
        "name": "Iron Dagger",
        "result_item_id": "wpn_013",
        "required_materials": [
          {
            "item_id": "mat_002",
            "quantity": 1
          },
          {
            "item_id": "mat_014",
            "quantity": 1
          }
        ],
        "required_skill": "smithing",
        "required_level": 1,
        "crafting_time": 8,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_004",
        "name": "Steel Sword",
        "result_item_id": "wpn_002",
        "required_materials": [
          {
            "item_id": "mat_003",
            "quantity": 2
          },
          {
            "item_id": "mat_002",
            "quantity": 1
          },
          {
            "item_id": "mat_014",
            "quantity": 1
          }
        ],
        "required_skill": "smithing",
        "required_level": 15,
        "crafting_time": 12,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_005",
        "name": "Steel Greatsword",
        "result_item_id": "wpn_008",
        "required_materials": [
          {
            "item_id": "mat_003",
            "quantity": 3
          },
          {
            "item_id": "mat_002",
            "quantity": 1
          },
          {
            "item_id": "mat_014",
            "quantity": 2
          }
        ],
        "required_skill": "smithing",
        "required_level": 15,
        "crafting_time": 18,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_006",
        "name": "Steel War Axe",
        "result_item_id": "wpn_020",
        "required_materials": [
          {
            "item_id": "mat_003",
            "quantity": 2
          },
          {
            "item_id": "mat_014",
            "quantity": 1
          }
        ],
        "required_skill": "smithing",
        "required_level": 15,
        "crafting_time": 12,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_007",
        "name": "Steel Mace",
        "result_item_id": "wpn_026",
        "required_materials": [
          {
            "item_id": "mat_003",
            "quantity": 3
          },
          {
            "item_id": "mat_014",
            "quantity": 1
          }
        ],
        "required_skill": "smithing",
        "required_level": 15,
        "crafting_time": 14,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_008",
        "name": "Elven Sword",
        "result_item_id": "wpn_003",
        "required_materials": [
          {
            "item_id": "mat_006",
            "quantity": 2
          },
          {
            "item_id": "mat_007",
            "quantity": 1
          },
          {
            "item_id": "mat_014",
            "quantity": 1
          }
        ],
        "required_skill": "smithing",
        "required_level": 30,
        "crafting_time": 16,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_009",
        "name": "Elven Bow",
        "result_item_id": "wpn_045",
        "required_materials": [
          {
            "item_id": "mat_006",
            "quantity": 2
          },
          {
            "item_id": "mat_007",
            "quantity": 1
          }
        ],
        "required_skill": "smithing",
        "required_level": 30,
        "crafting_time": 14,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_010",
        "name": "Glass Sword",
        "result_item_id": "wpn_004",
        "required_materials": [
          {
            "item_id": "mat_008",
            "quantity": 2
          },
          {
            "item_id": "mat_007",
            "quantity": 1
          },
          {
            "item_id": "mat_014",
            "quantity": 1
          }
        ],
        "required_skill": "smithing",
        "required_level": 50,
        "crafting_time": 20,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_011",
        "name": "Glass Dagger",
        "result_item_id": "wpn_016",
        "required_materials": [
          {
            "item_id": "mat_008",
            "quantity": 1
          },
          {
            "item_id": "mat_007",
            "quantity": 1
          }
        ],
        "required_skill": "smithing",
        "required_level": 50,
        "crafting_time": 14,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_012",
        "name": "Daedric Sword",
        "result_item_id": "wpn_005",
        "required_materials": [
          {
            "item_id": "mat_009",
            "quantity": 2
          },
          {
            "item_id": "mat_010",
            "quantity": 1
          },
          {
            "item_id": "mat_014",
            "quantity": 1
          }
        ],
        "required_skill": "smithing",
        "required_level": 70,
        "crafting_time": 25,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_013",
        "name": "Daedric Warhammer",
        "result_item_id": "wpn_041",
        "required_materials": [
          {
            "item_id": "mat_009",
            "quantity": 5
          },
          {
            "item_id": "mat_010",
            "quantity": 1
          },
          {
            "item_id": "mat_014",
            "quantity": 3
          }
        ],
        "required_skill": "smithing",
        "required_level": 75,
        "crafting_time": 35,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_014",
        "name": "Dragon Sword",
        "result_item_id": "wpn_006",
        "required_materials": [
          {
            "item_id": "mat_011",
            "quantity": 2
          },
          {
            "item_id": "mat_012",
            "quantity": 1
          },
          {
            "item_id": "mat_014",
            "quantity": 2
          }
        ],
        "required_skill": "smithing",
        "required_level": 90,
        "crafting_time": 30,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_015",
        "name": "Dragon Battleaxe",
        "result_item_id": "wpn_042",
        "required_materials": [
          {
            "item_id": "mat_011",
            "quantity": 3
          },
          {
            "item_id": "mat_012",
            "quantity": 2
          },
          {
            "item_id": "mat_014",
            "quantity": 2
          }
        ],
        "required_skill": "smithing",
        "required_level": 90,
        "crafting_time": 35,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_016",
        "name": "Iron Helmet",
        "result_item_id": "arm_001",
        "required_materials": [
          {
            "item_id": "mat_002",
            "quantity": 2
          },
          {
            "item_id": "mat_014",
            "quantity": 1
          }
        ],
        "required_skill": "smithing",
        "required_level": 1,
        "crafting_time": 10,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_017",
        "name": "Iron Cuirass",
        "result_item_id": "arm_002",
        "required_materials": [
          {
            "item_id": "mat_002",
            "quantity": 4
          },
          {
            "item_id": "mat_014",
            "quantity": 3
          }
        ],
        "required_skill": "smithing",
        "required_level": 1,
        "crafting_time": 18,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_018",
        "name": "Steel Cuirass",
        "result_item_id": "arm_007",
        "required_materials": [
          {
            "item_id": "mat_003",
            "quantity": 4
          },
          {
            "item_id": "mat_002",
            "quantity": 1
          },
          {
            "item_id": "mat_014",
            "quantity": 3
          }
        ],
        "required_skill": "smithing",
        "required_level": 15,
        "crafting_time": 22,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_019",
        "name": "Elven Cuirass",
        "result_item_id": "arm_012",
        "required_materials": [
          {
            "item_id": "mat_006",
            "quantity": 3
          },
          {
            "item_id": "mat_007",
            "quantity": 2
          },
          {
            "item_id": "mat_014",
            "quantity": 2
          }
        ],
        "required_skill": "smithing",
        "required_level": 30,
        "crafting_time": 25,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_020",
        "name": "Leather Armor",
        "result_item_id": "arm_032",
        "required_materials": [
          {
            "item_id": "mat_013",
            "quantity": 4
          },
          {
            "item_id": "mat_014",
            "quantity": 3
          }
        ],
        "required_skill": "smithing",
        "required_level": 1,
        "crafting_time": 12,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_021",
        "name": "Leather Hood",
        "result_item_id": "arm_031",
        "required_materials": [
          {
            "item_id": "mat_013",
            "quantity": 2
          },
          {
            "item_id": "mat_014",
            "quantity": 1
          }
        ],
        "required_skill": "smithing",
        "required_level": 1,
        "crafting_time": 8,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_022",
        "name": "Scaled Armor",
        "result_item_id": "arm_039",
        "required_materials": [
          {
            "item_id": "mat_003",
            "quantity": 2
          },
          {
            "item_id": "mat_024",
            "quantity": 2
          },
          {
            "item_id": "mat_013",
            "quantity": 2
          }
        ],
        "required_skill": "smithing",
        "required_level": 25,
        "crafting_time": 20,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_023",
        "name": "Dragonscale Armor",
        "result_item_id": "arm_043",
        "required_materials": [
          {
            "item_id": "mat_012",
            "quantity": 4
          },
          {
            "item_id": "mat_013",
            "quantity": 2
          },
          {
            "item_id": "mat_014",
            "quantity": 3
          }
        ],
        "required_skill": "smithing",
        "required_level": 85,
        "crafting_time": 35,
        "workstation": "forge"
      },
      {
        "recipe_id": "smith_024",
        "name": "Dragon Cuirass",
        "result_item_id": "arm_027",
        "required_materials": [
          {
            "item_id": "mat_011",
            "quantity": 3
          },
          {
            "item_id": "mat_012",
            "quantity": 3
          },
          {
            "item_id": "mat_014",
            "quantity": 3
          }
        ],
        "required_skill": "smithing",
        "required_level": 90,
        "crafting_time": 40,
        "workstation": "forge"
      }
    ],
    "alchemy_recipes": [
      {
        "recipe_id": "alch_001",
        "name": "Minor Health Potion",
        "result_item_id": "pot_001",
        "ingredients": [
          "ing_001",
          "ing_007"
        ],
        "required_skill_level": 1,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_002",
        "name": "Regular Health Potion",
        "result_item_id": "pot_002",
        "ingredients": [
          "ing_001",
          "ing_007",
          "ing_029"
        ],
        "required_skill_level": 5,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_003",
        "name": "Greater Health Potion",
        "result_item_id": "pot_003",
        "ingredients": [
          "ing_001",
          "ing_022",
          "ing_029"
        ],
        "required_skill_level": 12,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_004",
        "name": "Minor Mana Potion",
        "result_item_id": "pot_006",
        "ingredients": [
          "ing_002",
          "ing_009"
        ],
        "required_skill_level": 1,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_005",
        "name": "Regular Mana Potion",
        "result_item_id": "pot_007",
        "ingredients": [
          "ing_002",
          "ing_012",
          "ing_033"
        ],
        "required_skill_level": 5,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_006",
        "name": "Greater Mana Potion",
        "result_item_id": "pot_008",
        "ingredients": [
          "ing_012",
          "ing_033",
          "ing_038"
        ],
        "required_skill_level": 12,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_007",
        "name": "Minor Stamina Potion",
        "result_item_id": "pot_011",
        "ingredients": [
          "ing_020",
          "ing_006"
        ],
        "required_skill_level": 1,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_008",
        "name": "Regular Stamina Potion",
        "result_item_id": "pot_012",
        "ingredients": [
          "ing_020",
          "ing_028",
          "ing_006"
        ],
        "required_skill_level": 5,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_009",
        "name": "Resist Fire Potion",
        "result_item_id": "pot_018",
        "ingredients": [
          "ing_004",
          "ing_033",
          "ing_039"
        ],
        "required_skill_level": 8,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_010",
        "name": "Resist Frost Potion",
        "result_item_id": "pot_019",
        "ingredients": [
          "ing_007",
          "ing_011",
          "ing_034"
        ],
        "required_skill_level": 8,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_011",
        "name": "Resist Poison Potion",
        "result_item_id": "pot_020",
        "ingredients": [
          "ing_006",
          "ing_020",
          "ing_028"
        ],
        "required_skill_level": 10,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_012",
        "name": "Invisibility Potion",
        "result_item_id": "pot_021",
        "ingredients": [
          "ing_017",
          "ing_026",
          "ing_031"
        ],
        "required_skill_level": 25,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_013",
        "name": "Fortify Strength Potion",
        "result_item_id": "pot_016",
        "ingredients": [
          "ing_019",
          "ing_028",
          "ing_007"
        ],
        "required_skill_level": 10,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_014",
        "name": "Fortify Speed Potion",
        "result_item_id": "pot_017",
        "ingredients": [
          "ing_002",
          "ing_011",
          "ing_015"
        ],
        "required_skill_level": 12,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_015",
        "name": "Damage Health Poison",
        "result_item_id": "pot_026",
        "ingredients": [
          "ing_005",
          "ing_006",
          "ing_021"
        ],
        "required_skill_level": 10,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_016",
        "name": "Paralyze Poison",
        "result_item_id": "pot_027",
        "ingredients": [
          "ing_014",
          "ing_016",
          "ing_036"
        ],
        "required_skill_level": 22,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_017",
        "name": "Slow Poison",
        "result_item_id": "pot_028",
        "ingredients": [
          "ing_006",
          "ing_016"
        ],
        "required_skill_level": 8,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_018",
        "name": "Frenzy Poison",
        "result_item_id": "pot_029",
        "ingredients": [
          "ing_027",
          "ing_030",
          "ing_010"
        ],
        "required_skill_level": 18,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_019",
        "name": "Night Eye Potion",
        "result_item_id": "pot_022",
        "ingredients": [
          "ing_009",
          "ing_037"
        ],
        "required_skill_level": 6,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_020",
        "name": "Waterbreathing Potion",
        "result_item_id": "pot_023",
        "ingredients": [
          "ing_034",
          "ing_013"
        ],
        "required_skill_level": 7,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_021",
        "name": "Berserker Draught",
        "result_item_id": "pot_025",
        "ingredients": [
          "ing_019",
          "ing_036",
          "ing_022"
        ],
        "required_skill_level": 28,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      },
      {
        "recipe_id": "alch_022",
        "name": "Fortify Carry Weight",
        "result_item_id": "pot_024",
        "ingredients": [
          "ing_010",
          "ing_019",
          "ing_041"
        ],
        "required_skill_level": 14,
        "discovery_method": "Combine ingredients with matching alchemical properties at an alchemy table."
      }
    ],
    "enchanting_recipes": [
      {
        "enchantment_id": "ench_001",
        "name": "Fiery Soul Trap",
        "name_cn": "灼热灵魂陷阱",
        "effect": "Burns target for 10 damage and fills a soul gem if target dies within 5 seconds.",
        "magnitude_range": [
          8,
          15
        ],
        "soul_gem_required": "common",
        "applicable_slots": [
          "weapon"
        ]
      },
      {
        "enchantment_id": "ench_002",
        "name": "Frost Damage",
        "name_cn": "冰霜伤害",
        "effect": "Deals frost damage and drains stamina.",
        "magnitude_range": [
          10,
          30
        ],
        "soul_gem_required": "common",
        "applicable_slots": [
          "weapon"
        ]
      },
      {
        "enchantment_id": "ench_003",
        "name": "Shock Damage",
        "name_cn": "闪电伤害",
        "effect": "Deals shock damage and drains magicka.",
        "magnitude_range": [
          10,
          30
        ],
        "soul_gem_required": "common",
        "applicable_slots": [
          "weapon"
        ]
      },
      {
        "enchantment_id": "ench_004",
        "name": "Fire Damage",
        "name_cn": "火焰伤害",
        "effect": "Deals fire damage to the target.",
        "magnitude_range": [
          10,
          30
        ],
        "soul_gem_required": "common",
        "applicable_slots": [
          "weapon"
        ]
      },
      {
        "enchantment_id": "ench_005",
        "name": "Absorb Health",
        "name_cn": "吸收生命",
        "effect": "Absorbs health from the target.",
        "magnitude_range": [
          15,
          40
        ],
        "soul_gem_required": "greater",
        "applicable_slots": [
          "weapon"
        ]
      },
      {
        "enchantment_id": "ench_006",
        "name": "Paralyze",
        "name_cn": "麻痹",
        "effect": "Chance to paralyze target for 2 seconds.",
        "magnitude_range": [
          10,
          25
        ],
        "soul_gem_required": "grand",
        "applicable_slots": [
          "weapon"
        ]
      },
      {
        "enchantment_id": "ench_007",
        "name": "Fortify One-Handed",
        "name_cn": "强化单手",
        "effect": "Increases one-handed weapon damage.",
        "magnitude_range": [
          10,
          40
        ],
        "soul_gem_required": "common",
        "applicable_slots": [
          "hands",
          "chest",
          "feet"
        ]
      },
      {
        "enchantment_id": "ench_008",
        "name": "Fortify Two-Handed",
        "name_cn": "强化双手",
        "effect": "Increases two-handed weapon damage.",
        "magnitude_range": [
          10,
          40
        ],
        "soul_gem_required": "common",
        "applicable_slots": [
          "hands",
          "chest",
          "feet"
        ]
      },
      {
        "enchantment_id": "ench_009",
        "name": "Fortify Health",
        "name_cn": "强化生命",
        "effect": "Increases maximum health.",
        "magnitude_range": [
          20,
          80
        ],
        "soul_gem_required": "common",
        "applicable_slots": [
          "head",
          "chest",
          "shield"
        ]
      },
      {
        "enchantment_id": "ench_010",
        "name": "Fortify Magicka",
        "name_cn": "强化法力",
        "effect": "Increases maximum magicka.",
        "magnitude_range": [
          20,
          80
        ],
        "soul_gem_required": "common",
        "applicable_slots": [
          "head",
          "chest"
        ]
      },
      {
        "enchantment_id": "ench_011",
        "name": "Resist Fire",
        "name_cn": "抗火",
        "effect": "Reduces incoming fire damage.",
        "magnitude_range": [
          15,
          50
        ],
        "soul_gem_required": "lesser",
        "applicable_slots": [
          "chest",
          "shield"
        ]
      },
      {
        "enchantment_id": "ench_012",
        "name": "Resist Frost",
        "name_cn": "抗寒",
        "effect": "Reduces incoming frost damage.",
        "magnitude_range": [
          15,
          50
        ],
        "soul_gem_required": "lesser",
        "applicable_slots": [
          "chest",
          "shield"
        ]
      },
      {
        "enchantment_id": "ench_013",
        "name": "Fortify Archery",
        "name_cn": "强化射术",
        "effect": "Increases bow and crossbow damage.",
        "magnitude_range": [
          10,
          40
        ],
        "soul_gem_required": "common",
        "applicable_slots": [
          "head",
          "hands"
        ]
      },
      {
        "enchantment_id": "ench_014",
        "name": "Muffle",
        "name_cn": "消音",
        "effect": "Reduces noise from movement.",
        "magnitude_range": [
          50,
          100
        ],
        "soul_gem_required": "lesser",
        "applicable_slots": [
          "feet"
        ]
      },
      {
        "enchantment_id": "ench_015",
        "name": "Fortify Smithing",
        "name_cn": "强化锻造",
        "effect": "Improves smithing quality.",
        "magnitude_range": [
          10,
          30
        ],
        "soul_gem_required": "common",
        "applicable_slots": [
          "hands",
          "chest"
        ]
      },
      {
        "enchantment_id": "ench_016",
        "name": "Waterbreathing",
        "name_cn": "水下呼吸",
        "effect": "Allows breathing underwater.",
        "magnitude_range": [
          100,
          100
        ],
        "soul_gem_required": "petty",
        "applicable_slots": [
          "head"
        ]
      }
    ],
    "cooking_recipes": [
      {
        "recipe_id": "cook_001",
        "name": "Grilled Venison",
        "name_cn": "烤鹿肉",
        "result_effect": "restore_health",
        "magnitude": 15,
        "buff": {
          "type": "fortify_stamina",
          "magnitude": 5,
          "duration": 120
        },
        "ingredients": [
          "raw_venison",
          "salt"
        ],
        "workstation": "cooking_pot"
      },
      {
        "recipe_id": "cook_002",
        "name": "Vegetable Stew",
        "name_cn": "蔬菜炖汤",
        "result_effect": "restore_health",
        "magnitude": 10,
        "buff": {
          "type": "regenerate_health",
          "magnitude": 2,
          "duration": 300
        },
        "ingredients": [
          "cabbage",
          "potato",
          "leek",
          "tomato"
        ],
        "workstation": "cooking_pot"
      },
      {
        "recipe_id": "cook_003",
        "name": "Grilled Salmon",
        "name_cn": "烤三文鱼",
        "result_effect": "restore_health",
        "magnitude": 12,
        "buff": {
          "type": "fortify_magicka",
          "magnitude": 5,
          "duration": 120
        },
        "ingredients": [
          "raw_salmon",
          "salt"
        ],
        "workstation": "cooking_pot"
      },
      {
        "recipe_id": "cook_004",
        "name": "Apple Cabbage Stew",
        "name_cn": "苹果卷心菜汤",
        "result_effect": "restore_health",
        "magnitude": 15,
        "buff": {
          "type": "regenerate_stamina",
          "magnitude": 3,
          "duration": 300
        },
        "ingredients": [
          "cabbage",
          "apple",
          "salt"
        ],
        "workstation": "cooking_pot"
      },
      {
        "recipe_id": "cook_005",
        "name": "Elsweyr Fondue",
        "name_cn": "月糖火锅",
        "result_effect": "restore_magicka",
        "magnitude": 20,
        "buff": {
          "type": "fortify_magicka",
          "magnitude": 15,
          "duration": 300
        },
        "ingredients": [
          "moon_sugar",
          "eidar_cheese",
          "ale"
        ],
        "workstation": "cooking_pot"
      },
      {
        "recipe_id": "cook_006",
        "name": "Baked Potato",
        "name_cn": "烤土豆",
        "result_effect": "restore_health",
        "magnitude": 8,
        "buff": null,
        "ingredients": [
          "potato",
          "salt"
        ],
        "workstation": "cooking_pot"
      },
      {
        "recipe_id": "cook_007",
        "name": "Mammoth Steak",
        "name_cn": "猛犸象牛排",
        "result_effect": "restore_health",
        "magnitude": 25,
        "buff": {
          "type": "fortify_strength",
          "magnitude": 8,
          "duration": 180
        },
        "ingredients": [
          "mammoth_meat",
          "salt",
          "garlic"
        ],
        "workstation": "cooking_pot"
      },
      {
        "recipe_id": "cook_008",
        "name": "Honey Nut Treat",
        "name_cn": "蜜糖坚果糕",
        "result_effect": "restore_stamina",
        "magnitude": 12,
        "buff": {
          "type": "fortify_speech",
          "magnitude": 5,
          "duration": 120
        },
        "ingredients": [
          "honey",
          "nuts",
          "flour"
        ],
        "workstation": "cooking_pot"
      },
      {
        "recipe_id": "cook_009",
        "name": "Spiced Wine",
        "name_cn": "香料葡萄酒",
        "result_effect": "restore_health",
        "magnitude": 10,
        "buff": {
          "type": "resist_frost",
          "magnitude": 10,
          "duration": 180
        },
        "ingredients": [
          "wine",
          "spices",
          "honey"
        ],
        "workstation": "cooking_pot"
      },
      {
        "recipe_id": "cook_010",
        "name": "Traveler's Bread",
        "name_cn": "旅行者面包",
        "result_effect": "restore_stamina",
        "magnitude": 10,
        "buff": {
          "type": "fortify_carry_weight",
          "magnitude": 10,
          "duration": 240
        },
        "ingredients": [
          "flour",
          "salt",
          "butter"
        ],
        "workstation": "cooking_pot"
      },
      {
        "recipe_id": "cook_011",
        "name": "Dragon's Breath Chili",
        "name_cn": "龙息辣椒",
        "result_effect": "restore_health",
        "magnitude": 20,
        "buff": {
          "type": "resist_fire",
          "magnitude": 15,
          "duration": 180
        },
        "ingredients": [
          "dragons_tongue_herb",
          "venison",
          "garlic",
          "salt"
        ],
        "workstation": "cooking_pot"
      }
    ]
  },
  "shop_system": {
    "shop_types": {
      "general_store": {
        "name": "General Store",
        "name_cn": "杂货店",
        "buys": [
          "weapons",
          "armor",
          "potions",
          "ingredients",
          "crafting_materials",
          "misc"
        ],
        "sells": [
          "potions",
          "ingredients",
          "crafting_materials",
          "misc"
        ],
        "base_gold": 750,
        "price_modifier": 1.0,
        "max_item_rarity": "uncommon"
      },
      "blacksmith": {
        "name": "Blacksmith",
        "name_cn": "铁匠铺",
        "buys": [
          "weapons",
          "armor",
          "crafting_materials"
        ],
        "sells": [
          "weapons",
          "armor",
          "crafting_materials"
        ],
        "base_gold": 1000,
        "price_modifier": 0.95,
        "max_item_rarity": "rare"
      },
      "alchemist": {
        "name": "Alchemist",
        "name_cn": "炼金术店",
        "buys": [
          "potions",
          "ingredients"
        ],
        "sells": [
          "potions",
          "ingredients"
        ],
        "base_gold": 500,
        "price_modifier": 1.0,
        "max_item_rarity": "rare"
      },
      "mage_shop": {
        "name": "Mage Shop",
        "name_cn": "法师商店",
        "buys": [
          "weapons",
          "armor",
          "potions",
          "misc"
        ],
        "sells": [
          "potions",
          "misc",
          "crafting_materials"
        ],
        "sells_filter": [
          "staff",
          "mage_armor",
          "soul_gems",
          "enchanted_items",
          "spell_tomes"
        ],
        "base_gold": 1500,
        "price_modifier": 1.1,
        "max_item_rarity": "epic"
      },
      "fence": {
        "name": "Fence",
        "name_cn": "销赃商",
        "buys": [
          "weapons",
          "armor",
          "potions",
          "ingredients",
          "crafting_materials",
          "misc"
        ],
        "sells": [
          "weapons",
          "armor",
          "potions",
          "misc"
        ],
        "base_gold": 1000,
        "price_modifier": 0.5,
        "stolen_item_buy_rate": 0.5,
        "max_item_rarity": "epic",
        "requires_thieves_guild_membership": true
      }
    },
    "inventory_generation": {
      "description": "Shop inventories are procedurally generated based on shop type, tier, and player level.",
      "items_per_restock": {
        "min": 12,
        "max": 25
      },
      "level_range_filter": "Shop items are filtered to player_level +/- 5 levels.",
      "rarity_weights_by_shop_tier": {
        "tier_1": {
          "common": 70,
          "uncommon": 25,
          "rare": 5,
          "epic": 0,
          "legendary": 0
        },
        "tier_2": {
          "common": 50,
          "uncommon": 35,
          "rare": 12,
          "epic": 3,
          "legendary": 0
        },
        "tier_3": {
          "common": 30,
          "uncommon": 35,
          "rare": 25,
          "epic": 8,
          "legendary": 2
        }
      }
    },
    "price_modifiers": {
      "charisma_discount": {
        "formula": "discount = charisma * 0.02",
        "max_discount": 0.2,
        "description": "Each point of charisma reduces prices by 2%, up to 20%."
      },
      "reputation_discount": {
        "formula": "discount = reputation_tier * 0.05",
        "tiers": [
          "neutral",
          "friendly",
          "honored",
          "revered"
        ],
        "max_discount": 0.15,
        "description": "Faction reputation reduces prices at affiliated shops."
      },
      "stolen_item_penalty": {
        "description": "Stolen items can only be sold to fences at 50% of base value.",
        "penalty_multiplier": 0.5
      },
      "bulk_discount": {
        "threshold": 10,
        "discount": 0.05,
        "description": "Selling 10+ of the same item grants a 5% bonus."
      }
    },
    "restock_interval": {
      "hours_in_game": 48,
      "description": "Shops restock their inventory and gold every 48 in-game hours."
    },
    "barter_formula": {
      "buy_price": "base_value * (1 - charisma * 0.02) * shop_modifier * (1 - speech_skill * 0.003)",
      "sell_price": "base_value * 0.33 * (1 + charisma * 0.015) * (1 + speech_skill * 0.003)",
      "description": "Buy prices decrease with charisma and speech; sell prices increase with them."
    }
  },
  "rarity_tiers": {
    "common": {
      "name": "Common",
      "name_cn": "普通",
      "drop_weight": 0.6,
      "stat_range": [
        0.9,
        1.0
      ],
      "color": "#FFFFFF",
      "glow_effect": false
    },
    "uncommon": {
      "name": "Uncommon",
      "name_cn": "优秀",
      "drop_weight": 0.25,
      "stat_range": [
        1.0,
        1.15
      ],
      "color": "#1EFF00",
      "glow_effect": false
    },
    "rare": {
      "name": "Rare",
      "name_cn": "稀有",
      "drop_weight": 0.1,
      "stat_range": [
        1.15,
        1.35
      ],
      "color": "#0070FF",
      "glow_effect": true
    },
    "epic": {
      "name": "Epic",
      "name_cn": "史诗",
      "drop_weight": 0.04,
      "stat_range": [
        1.35,
        1.6
      ],
      "color": "#A335EE",
      "glow_effect": true
    },
    "legendary": {
      "name": "Legendary",
      "name_cn": "传说",
      "drop_weight": 0.01,
      "stat_range": [
        1.6,
        2.0
      ],
      "color": "#FF8000",
      "glow_effect": true
    }
  },
  "loot_tables": {
    "enemy_loot": {
      "bandit": {
        "level_range": [
          1,
          15
        ],
        "guaranteed_drops": [],
        "random_drops": [
          {
            "item_pool": "weapons",
            "subtype_filter": [
              "one_handed_sword",
              "dagger",
              "war_axe",
              "bow"
            ],
            "material_filter": [
              "iron",
              "steel"
            ],
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "common": 80,
              "uncommon": 18,
              "rare": 2
            }
          },
          {
            "item_pool": "armor",
            "type_filter": [
              "heavy",
              "light"
            ],
            "material_filter": [
              "iron",
              "steel",
              "leather",
              "hide"
            ],
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "common": 80,
              "uncommon": 18,
              "rare": 2
            }
          },
          {
            "item_pool": "potions",
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "common": 90,
              "uncommon": 10
            }
          },
          {
            "item_pool": "misc",
            "quantity_range": [
              0,
              2
            ],
            "rarity_weights": {
              "common": 95,
              "uncommon": 5
            }
          }
        ],
        "gold_range": [
          5,
          35
        ],
        "xp_reward": 25
      },
      "skeleton": {
        "level_range": [
          3,
          20
        ],
        "guaranteed_drops": [
          {
            "item_id": "mat_001",
            "quantity": 1,
            "chance": 0.5
          }
        ],
        "random_drops": [
          {
            "item_pool": "weapons",
            "subtype_filter": [
              "one_handed_sword",
              "war_axe",
              "mace"
            ],
            "material_filter": [
              "iron",
              "steel"
            ],
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "common": 75,
              "uncommon": 20,
              "rare": 5
            }
          },
          {
            "item_pool": "crafting_materials",
            "quantity_range": [
              0,
              2
            ],
            "rarity_weights": {
              "common": 90,
              "uncommon": 10
            }
          }
        ],
        "gold_range": [
          0,
          15
        ],
        "xp_reward": 30
      },
      "draugr": {
        "level_range": [
          5,
          30
        ],
        "guaranteed_drops": [],
        "random_drops": [
          {
            "item_pool": "weapons",
            "subtype_filter": [
              "one_handed_sword",
              "two_handed_sword",
              "war_axe",
              "battleaxe"
            ],
            "material_filter": [
              "iron",
              "steel",
              "elven"
            ],
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "common": 60,
              "uncommon": 30,
              "rare": 10
            }
          },
          {
            "item_pool": "armor",
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "common": 65,
              "uncommon": 28,
              "rare": 7
            }
          },
          {
            "item_pool": "potions",
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "common": 80,
              "uncommon": 20
            }
          }
        ],
        "gold_range": [
          10,
          50
        ],
        "xp_reward": 50
      },
      "mage": {
        "level_range": [
          8,
          35
        ],
        "guaranteed_drops": [
          {
            "item_id": "mat_017",
            "quantity": 1,
            "chance": 0.3
          }
        ],
        "random_drops": [
          {
            "item_pool": "weapons",
            "subtype_filter": [
              "staff",
              "dagger"
            ],
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "common": 50,
              "uncommon": 35,
              "rare": 15
            }
          },
          {
            "item_pool": "potions",
            "quantity_range": [
              1,
              3
            ],
            "rarity_weights": {
              "common": 50,
              "uncommon": 35,
              "rare": 15
            }
          },
          {
            "item_pool": "ingredients",
            "quantity_range": [
              1,
              3
            ],
            "rarity_weights": {
              "common": 60,
              "uncommon": 30,
              "rare": 10
            }
          },
          {
            "item_pool": "misc",
            "id_filter": [
              "mat_017",
              "mat_018",
              "mat_019"
            ],
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "common": 60,
              "uncommon": 30,
              "rare": 10
            }
          }
        ],
        "gold_range": [
          20,
          80
        ],
        "xp_reward": 65
      },
      "dragon": {
        "level_range": [
          20,
          50
        ],
        "guaranteed_drops": [
          {
            "item_id": "mat_011",
            "quantity_range": [
              1,
              3
            ]
          },
          {
            "item_id": "mat_012",
            "quantity_range": [
              2,
              4
            ]
          }
        ],
        "random_drops": [
          {
            "item_pool": "weapons",
            "quantity_range": [
              1,
              2
            ],
            "rarity_weights": {
              "common": 10,
              "uncommon": 30,
              "rare": 40,
              "epic": 15,
              "legendary": 5
            }
          },
          {
            "item_pool": "armor",
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "common": 10,
              "uncommon": 30,
              "rare": 40,
              "epic": 15,
              "legendary": 5
            }
          },
          {
            "item_pool": "misc",
            "id_filter": [
              "misc_005",
              "misc_006",
              "misc_007",
              "misc_008",
              "misc_009",
              "misc_022",
              "misc_023",
              "misc_024"
            ],
            "quantity_range": [
              1,
              3
            ],
            "rarity_weights": {
              "uncommon": 40,
              "rare": 40,
              "epic": 20
            }
          }
        ],
        "gold_range": [
          200,
          800
        ],
        "xp_reward": 500
      },
      "troll": {
        "level_range": [
          10,
          25
        ],
        "guaranteed_drops": [
          {
            "item_id": "ing_023",
            "quantity": 1,
            "chance": 0.75
          }
        ],
        "random_drops": [
          {
            "item_pool": "ingredients",
            "quantity_range": [
              1,
              2
            ],
            "rarity_weights": {
              "common": 60,
              "uncommon": 30,
              "rare": 10
            }
          },
          {
            "item_pool": "misc",
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "common": 80,
              "uncommon": 20
            }
          }
        ],
        "gold_range": [
          0,
          20
        ],
        "xp_reward": 75
      },
      "giant": {
        "level_range": [
          15,
          35
        ],
        "guaranteed_drops": [
          {
            "item_id": "ing_019",
            "quantity": 1,
            "chance": 0.9
          }
        ],
        "random_drops": [
          {
            "item_pool": "weapons",
            "subtype_filter": [
              "warhammer",
              "battleaxe"
            ],
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "common": 40,
              "uncommon": 40,
              "rare": 20
            }
          },
          {
            "item_pool": "crafting_materials",
            "quantity_range": [
              1,
              3
            ],
            "rarity_weights": {
              "common": 60,
              "uncommon": 30,
              "rare": 10
            }
          },
          {
            "item_pool": "misc",
            "quantity_range": [
              0,
              2
            ],
            "rarity_weights": {
              "common": 70,
              "uncommon": 25,
              "rare": 5
            }
          }
        ],
        "gold_range": [
          30,
          120
        ],
        "xp_reward": 100
      },
      "vampire": {
        "level_range": [
          12,
          40
        ],
        "guaranteed_drops": [
          {
            "item_id": "ing_029",
            "quantity": 1,
            "chance": 0.6
          }
        ],
        "random_drops": [
          {
            "item_pool": "weapons",
            "subtype_filter": [
              "one_handed_sword",
              "dagger",
              "staff"
            ],
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "common": 30,
              "uncommon": 40,
              "rare": 25,
              "epic": 5
            }
          },
          {
            "item_pool": "armor",
            "type_filter": [
              "light",
              "mage"
            ],
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "common": 30,
              "uncommon": 40,
              "rare": 25,
              "epic": 5
            }
          },
          {
            "item_pool": "potions",
            "quantity_range": [
              1,
              2
            ],
            "rarity_weights": {
              "common": 40,
              "uncommon": 35,
              "rare": 20,
              "epic": 5
            }
          },
          {
            "item_pool": "misc",
            "quantity_range": [
              0,
              2
            ],
            "rarity_weights": {
              "common": 50,
              "uncommon": 30,
              "rare": 15,
              "epic": 5
            }
          }
        ],
        "gold_range": [
          50,
          200
        ],
        "xp_reward": 120
      },
      "demon": {
        "level_range": [
          25,
          50
        ],
        "guaranteed_drops": [
          {
            "item_id": "mat_010",
            "quantity": 1,
            "chance": 0.4
          }
        ],
        "random_drops": [
          {
            "item_pool": "weapons",
            "material_filter": [
              "daedric",
              "dragon"
            ],
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "uncommon": 20,
              "rare": 40,
              "epic": 30,
              "legendary": 10
            }
          },
          {
            "item_pool": "armor",
            "quantity_range": [
              0,
              1
            ],
            "rarity_weights": {
              "uncommon": 20,
              "rare": 40,
              "epic": 30,
              "legendary": 10
            }
          },
          {
            "item_pool": "crafting_materials",
            "quantity_range": [
              1,
              2
            ],
            "rarity_weights": {
              "uncommon": 30,
              "rare": 40,
              "epic": 30
            }
          },
          {
            "item_pool": "misc",
            "quantity_range": [
              0,
              2
            ],
            "rarity_weights": {
              "uncommon": 30,
              "rare": 40,
              "epic": 20,
              "legendary": 10
            }
          }
        ],
        "gold_range": [
          100,
          500
        ],
        "xp_reward": 250
      },
      "boss": {
        "level_range": [
          10,
          50
        ],
        "guaranteed_drops": [
          {
            "item_pool": "weapons_or_armor",
            "quantity": 1,
            "min_rarity": "rare",
            "description": "Bosses always drop at least one Rare or better item."
          }
        ],
        "random_drops": [
          {
            "item_pool": "weapons",
            "quantity_range": [
              1,
              2
            ],
            "rarity_weights": {
              "rare": 50,
              "epic": 35,
              "legendary": 15
            }
          },
          {
            "item_pool": "armor",
            "quantity_range": [
              0,
              2
            ],
            "rarity_weights": {
              "rare": 50,
              "epic": 35,
              "legendary": 15
            }
          },
          {
            "item_pool": "potions",
            "quantity_range": [
              1,
              3
            ],
            "rarity_weights": {
              "uncommon": 30,
              "rare": 50,
              "epic": 20
            }
          },
          {
            "item_pool": "misc",
            "quantity_range": [
              1,
              3
            ],
            "rarity_weights": {
              "uncommon": 20,
              "rare": 40,
              "epic": 30,
              "legendary": 10
            }
          }
        ],
        "gold_range": [
          300,
          1500
        ],
        "xp_reward": 750
      }
    },
    "dungeon_loot": {
      "cave": {
        "level_range": [
          1,
          15
        ],
        "chest_count_range": [
          2,
          5
        ],
        "chest_contents": {
          "guaranteed_drops": [],
          "random_drops": [
            {
              "item_pool": "weapons",
              "quantity_range": [
                0,
                1
              ],
              "rarity_weights": {
                "common": 65,
                "uncommon": 28,
                "rare": 7
              }
            },
            {
              "item_pool": "armor",
              "quantity_range": [
                0,
                1
              ],
              "rarity_weights": {
                "common": 65,
                "uncommon": 28,
                "rare": 7
              }
            },
            {
              "item_pool": "potions",
              "quantity_range": [
                0,
                2
              ],
              "rarity_weights": {
                "common": 70,
                "uncommon": 25,
                "rare": 5
              }
            },
            {
              "item_pool": "crafting_materials",
              "quantity_range": [
                1,
                3
              ],
              "rarity_weights": {
                "common": 75,
                "uncommon": 20,
                "rare": 5
              }
            },
            {
              "item_pool": "ingredients",
              "quantity_range": [
                1,
                4
              ],
              "rarity_weights": {
                "common": 70,
                "uncommon": 25,
                "rare": 5
              }
            }
          ],
          "gold_range": [
            10,
            60
          ]
        },
        "xp_reward_completion": 100
      },
      "ruins": {
        "level_range": [
          8,
          25
        ],
        "chest_count_range": [
          3,
          6
        ],
        "chest_contents": {
          "guaranteed_drops": [],
          "random_drops": [
            {
              "item_pool": "weapons",
              "quantity_range": [
                0,
                2
              ],
              "rarity_weights": {
                "common": 45,
                "uncommon": 35,
                "rare": 15,
                "epic": 5
              }
            },
            {
              "item_pool": "armor",
              "quantity_range": [
                0,
                1
              ],
              "rarity_weights": {
                "common": 45,
                "uncommon": 35,
                "rare": 15,
                "epic": 5
              }
            },
            {
              "item_pool": "potions",
              "quantity_range": [
                1,
                3
              ],
              "rarity_weights": {
                "common": 50,
                "uncommon": 35,
                "rare": 15
              }
            },
            {
              "item_pool": "misc",
              "quantity_range": [
                0,
                2
              ],
              "rarity_weights": {
                "common": 50,
                "uncommon": 30,
                "rare": 15,
                "epic": 5
              }
            },
            {
              "item_pool": "crafting_materials",
              "quantity_range": [
                1,
                3
              ],
              "rarity_weights": {
                "common": 55,
                "uncommon": 30,
                "rare": 15
              }
            }
          ],
          "gold_range": [
            30,
            150
          ]
        },
        "xp_reward_completion": 200
      },
      "fortress": {
        "level_range": [
          12,
          30
        ],
        "chest_count_range": [
          4,
          7
        ],
        "chest_contents": {
          "guaranteed_drops": [],
          "random_drops": [
            {
              "item_pool": "weapons",
              "quantity_range": [
                1,
                2
              ],
              "rarity_weights": {
                "common": 35,
                "uncommon": 35,
                "rare": 22,
                "epic": 8
              }
            },
            {
              "item_pool": "armor",
              "quantity_range": [
                0,
                2
              ],
              "rarity_weights": {
                "common": 35,
                "uncommon": 35,
                "rare": 22,
                "epic": 8
              }
            },
            {
              "item_pool": "potions",
              "quantity_range": [
                1,
                3
              ],
              "rarity_weights": {
                "common": 40,
                "uncommon": 35,
                "rare": 20,
                "epic": 5
              }
            },
            {
              "item_pool": "crafting_materials",
              "quantity_range": [
                2,
                5
              ],
              "rarity_weights": {
                "common": 40,
                "uncommon": 35,
                "rare": 20,
                "epic": 5
              }
            },
            {
              "item_pool": "misc",
              "quantity_range": [
                0,
                3
              ],
              "rarity_weights": {
                "common": 40,
                "uncommon": 35,
                "rare": 20,
                "epic": 5
              }
            }
          ],
          "gold_range": [
            80,
            350
          ]
        },
        "xp_reward_completion": 350
      },
      "crypt": {
        "level_range": [
          10,
          30
        ],
        "chest_count_range": [
          3,
          6
        ],
        "chest_contents": {
          "guaranteed_drops": [
            {
              "item_pool": "misc",
              "id_filter": [
                "misc_011",
                "misc_012",
                "misc_013",
                "misc_014",
                "misc_015",
                "misc_016"
              ],
              "quantity": 1,
              "chance": 0.15,
              "description": "Small chance of a skill book in crypt chests."
            }
          ],
          "random_drops": [
            {
              "item_pool": "weapons",
              "quantity_range": [
                0,
                2
              ],
              "rarity_weights": {
                "common": 40,
                "uncommon": 35,
                "rare": 18,
                "epic": 7
              }
            },
            {
              "item_pool": "armor",
              "quantity_range": [
                0,
                1
              ],
              "rarity_weights": {
                "common": 40,
                "uncommon": 35,
                "rare": 18,
                "epic": 7
              }
            },
            {
              "item_pool": "potions",
              "quantity_range": [
                1,
                3
              ],
              "rarity_weights": {
                "common": 45,
                "uncommon": 35,
                "rare": 15,
                "epic": 5
              }
            },
            {
              "item_pool": "ingredients",
              "quantity_range": [
                1,
                3
              ],
              "rarity_weights": {
                "common": 50,
                "uncommon": 30,
                "rare": 15,
                "epic": 5
              }
            }
          ],
          "gold_range": [
            50,
            250
          ]
        },
        "xp_reward_completion": 300
      },
      "dragon_lair": {
        "level_range": [
          25,
          50
        ],
        "chest_count_range": [
          2,
          4
        ],
        "chest_contents": {
          "guaranteed_drops": [
            {
              "item_pool": "crafting_materials",
              "id_filter": [
                "mat_011",
                "mat_012"
              ],
              "quantity_range": [
                1,
                2
              ],
              "description": "Dragon lairs always contain dragon crafting materials."
            }
          ],
          "random_drops": [
            {
              "item_pool": "weapons",
              "quantity_range": [
                1,
                3
              ],
              "rarity_weights": {
                "uncommon": 20,
                "rare": 40,
                "epic": 30,
                "legendary": 10
              }
            },
            {
              "item_pool": "armor",
              "quantity_range": [
                0,
                2
              ],
              "rarity_weights": {
                "uncommon": 20,
                "rare": 40,
                "epic": 30,
                "legendary": 10
              }
            },
            {
              "item_pool": "misc",
              "id_filter": [
                "misc_005",
                "misc_006",
                "misc_007",
                "misc_008",
                "misc_009",
                "misc_022",
                "misc_023",
                "misc_024"
              ],
              "quantity_range": [
                2,
                5
              ],
              "rarity_weights": {
                "uncommon": 30,
                "rare": 40,
                "epic": 20,
                "legendary": 10
              }
            },
            {
              "item_pool": "potions",
              "quantity_range": [
                1,
                3
              ],
              "rarity_weights": {
                "uncommon": 30,
                "rare": 40,
                "epic": 25,
                "legendary": 5
              }
            }
          ],
          "gold_range": [
            500,
            2500
          ]
        },
        "xp_reward_completion": 800
      },
      "daedric_shrine": {
        "level_range": [
          30,
          50
        ],
        "chest_count_range": [
          3,
          5
        ],
        "chest_contents": {
          "guaranteed_drops": [
            {
              "item_pool": "crafting_materials",
              "id_filter": [
                "mat_009",
                "mat_010"
              ],
              "quantity_range": [
                1,
                3
              ],
              "description": "Daedric shrines always contain daedric crafting materials."
            },
            {
              "item_pool": "weapons_or_armor",
              "quantity": 1,
              "min_rarity": "epic",
              "description": "At least one epic or legendary item guaranteed."
            }
          ],
          "random_drops": [
            {
              "item_pool": "weapons",
              "quantity_range": [
                1,
                2
              ],
              "rarity_weights": {
                "rare": 30,
                "epic": 45,
                "legendary": 25
              }
            },
            {
              "item_pool": "armor",
              "quantity_range": [
                0,
                2
              ],
              "rarity_weights": {
                "rare": 30,
                "epic": 45,
                "legendary": 25
              }
            },
            {
              "item_pool": "potions",
              "quantity_range": [
                2,
                4
              ],
              "rarity_weights": {
                "uncommon": 20,
                "rare": 40,
                "epic": 30,
                "legendary": 10
              }
            },
            {
              "item_pool": "misc",
              "quantity_range": [
                1,
                3
              ],
              "rarity_weights": {
                "rare": 30,
                "epic": 40,
                "legendary": 30
              }
            }
          ],
          "gold_range": [
            800,
            5000
          ]
        },
        "xp_reward_completion": 1200
      }
    }
  }
}