From 96adaa230f673498772edd63906ddfc0f1c2e141 Mon Sep 17 00:00:00 2001 From: Vinicius Rezende Date: Sun, 15 Feb 2026 03:31:47 -0300 Subject: [PATCH] fix: basic support to d2s version 105. --- src/d2/items.ts | 12 +- src/d2/versions/default_header.ts | 15 +- src/data/versions/105_constant_data.ts | 34053 +++++++++++++++++++++++ 3 files changed, 34076 insertions(+), 4 deletions(-) create mode 100644 src/data/versions/105_constant_data.ts diff --git a/src/d2/items.ts b/src/d2/items.ts index 87cf05e..5a0c7d7 100644 --- a/src/d2/items.ts +++ b/src/d2/items.ts @@ -279,6 +279,9 @@ export async function readItem( item.current_durability = reader.ReadUInt16(constants.magical_properties[72].sB) - constants.magical_properties[72].sA; } } + if (version === 105) { + reader.SkipBits(1); + } if (constants.stackables[item.type]) { item.quantity = reader.ReadUInt16(9); @@ -323,6 +326,9 @@ export async function readItem( } } } + if (version === 105 && reader.ReadBit()) { + reader.SkipBits(8); + } reader.Align(); if (item.nr_of_items_in_sockets > 0 && item.simple_item === 0) { @@ -331,7 +337,7 @@ export async function readItem( item.socketed_items.push(await readItem(reader, version, constants, config, item)); } } - //console.log(JSON.stringify(item)); + return item; } @@ -549,9 +555,9 @@ function _readSimpleBits(item: types.IItem, reader: BitReader, version: number, item.type = item.type.trim().replace(/\0/g, ""); let details = _GetItemTXT(item, constants); item.categories = details?.c; - if (item?.categories.includes("Any Armor")) { + if (item?.categories?.includes("Any Armor")) { item.type_id = ItemType.Armor; - } else if (item?.categories.includes("Weapon")) { + } else if (item?.categories?.includes("Weapon")) { item.type_id = ItemType.Weapon; details = constants.weapon_items[item.type]; } else { diff --git a/src/d2/versions/default_header.ts b/src/d2/versions/default_header.ts index 25c1cc7..1d4ba29 100644 --- a/src/d2/versions/default_header.ts +++ b/src/d2/versions/default_header.ts @@ -11,10 +11,17 @@ export function readHeader(char: types.ID2S, reader: BitReader, constants: types if (char.header.version > 0x61) { reader.SeekByte(267); } + if (char.header.version > 0x63) { + reader.SeekByte(299); + } char.header.name = reader.ReadString(16).replace(/\0/g, ""); //0x0014 if (char.header.version > 0x61) { reader.SeekByte(36); } + if (char.header.version > 0x63) { + reader.SeekByte(20); + } + char.header.status = _readStatus(reader.ReadUInt8()); //0x0024 char.header.progression = reader.ReadUInt8(); //0x0025 char.header.active_arms = reader.ReadUInt16(); //0x0026 [unk = 0x0, 0x0] @@ -38,13 +45,19 @@ export function readHeader(char: types.ID2S, reader: BitReader, constants: types char.header.merc_name_id = reader.ReadUInt16(); //0x00b7 char.header.merc_type = reader.ReadUInt16(); //0x00b9 char.header.merc_experience = reader.ReadUInt32(); //0x00bb - reader.SkipBytes(144); //0x00bf [unk] + if (char.header.version == 0x69) { + reader.SkipBytes(228); + } else if (char.header.version > 0x61) { + reader.SkipBytes(144); + } + reader.SkipBytes(4); //0x014f [quests header identifier = 0x57, 0x6f, 0x6f, 0x21 "Woo!"] reader.SkipBytes(4); //0x0153 [version = 0x6, 0x0, 0x0, 0x0] reader.SkipBytes(2); //0x0153 [quests header length = 0x2a, 0x1] char.header.quests_normal = _readQuests(reader.ReadArray(96)); //0x0159 char.header.quests_nm = _readQuests(reader.ReadArray(96)); //0x01b9 char.header.quests_hell = _readQuests(reader.ReadArray(96)); //0x0219 + reader.SkipBytes(2); //0x0279 [waypoint header identifier = 0x57, 0x53 "WS"] reader.SkipBytes(4); //0x027b [waypoint header version = 0x1, 0x0, 0x0, 0x0] reader.SkipBytes(2); //0x027f [waypoint header length = 0x50, 0x0] diff --git a/src/data/versions/105_constant_data.ts b/src/data/versions/105_constant_data.ts new file mode 100644 index 0000000..6bb7c97 --- /dev/null +++ b/src/data/versions/105_constant_data.ts @@ -0,0 +1,34053 @@ +export let constants = +{ + "classes": [ + { + "n": "Amazon", + "c": "ama", + "as": "%+d to Amazon Skill Levels", + "ts": [ + "%+d to Bow and Crossbow Skills", + "%+d to Passive and Magic Skills", + "%+d to Javelin and Spear Skills" + ], + "co": "(Amazon Only)", + "s": { + "lpl": 8, + "mpl": 6, + "spl": 4, + "lpv": 12, + "spv": 4, + "mpe": 6 + }, + "a": { + "str": 20, + "dex": 25, + "int": 15, + "vit": 20, + "stam": 84, + "hpadd": "30" + } + }, + { + "n": "Sorceress", + "c": "sor", + "as": "%+d to Sorceress Skill Levels", + "ts": [ + "%+d to Fire Skills", + "%+d to Lightning Skills", + "%+d to Cold Skills" + ], + "co": "(Sorceress Only)", + "s": { + "lpl": 4, + "mpl": 8, + "spl": 4, + "lpv": 8, + "spv": 4, + "mpe": 8 + }, + "a": { + "str": 10, + "dex": 25, + "int": 35, + "vit": 10, + "stam": 74, + "hpadd": "30" + } + }, + { + "n": "Necromancer", + "c": "nec", + "as": "%+d to Necromancer Skill Levels", + "ts": [ + "%+d to Curses", + "%+d to Poison and Bone Skills", + "+%d to Summoning Skills" + ], + "co": "(Necromancer Only)", + "s": { + "lpl": 6, + "mpl": 8, + "spl": 4, + "lpv": 8, + "spv": 4, + "mpe": 8 + }, + "a": { + "str": 15, + "dex": 25, + "int": 25, + "vit": 15, + "stam": 79, + "hpadd": "30" + } + }, + { + "n": "Paladin", + "c": "pal", + "as": "%+d to Paladin Skill Levels", + "ts": [ + "%+d to Combat Skills", + "%+d to Offensive Auras", + "%+d to Defensive Auras" + ], + "co": "(Paladin Only)", + "s": { + "lpl": 8, + "mpl": 6, + "spl": 4, + "lpv": 12, + "spv": 4, + "mpe": 6 + }, + "a": { + "str": 25, + "dex": 20, + "int": 15, + "vit": 25, + "stam": 89, + "hpadd": "30" + } + }, + { + "n": "Barbarian", + "c": "bar", + "as": "%+d to Barbarian Skill Levels", + "ts": [ + "%+d to Combat Skills", + "%+d to Masteries", + "%+d to Warcries" + ], + "co": "(Barbarian Only)", + "s": { + "lpl": 8, + "mpl": 4, + "spl": 4, + "lpv": 16, + "spv": 4, + "mpe": 4 + }, + "a": { + "str": 30, + "dex": 20, + "int": 10, + "vit": 25, + "stam": 92, + "hpadd": "30" + } + }, + { + "n": "Druid", + "c": "dru", + "as": "%+d to Druid Skill Levels", + "ts": [ + "%+d to Summoning Skills", + "%+d to Shape Shifting Skills", + "%+d to Elemental Skills" + ], + "co": "(Druid Only)", + "s": { + "lpl": 6, + "mpl": 8, + "spl": 4, + "lpv": 8, + "spv": 4, + "mpe": 8 + }, + "a": { + "str": 15, + "dex": 20, + "int": 20, + "vit": 25, + "stam": 84, + "hpadd": "30" + } + }, + { + "n": "Assassin", + "c": "ass", + "as": "%+d to Assassin Skill Levels", + "ts": [ + "%+d to Traps", + "%+d to Shadow Disciplines", + "%+d to Martial Arts" + ], + "co": "(Assassin Only)", + "s": { + "lpl": 8, + "mpl": 6, + "spl": 5, + "lpv": 12, + "spv": 5, + "mpe": 7 + }, + "a": { + "str": 20, + "dex": 20, + "int": 25, + "vit": 20, + "stam": 95, + "hpadd": "30" + } + }, + { + "n": "Warlock", + "c": "war", + "as": "%+d to Warlock Skill Levels", + "ts": [ + "%+d to Demon Skills", + "%+d to Eldritch Skills", + "%+d to Chaos Skills" + ], + "co": "(Warlock Only)", + "s": { + "lpl": 8, + "mpl": 6, + "spl": 4, + "lpv": 12, + "spv": 4, + "mpe": 8 + }, + "a": { + "str": 15, + "dex": 20, + "int": 20, + "vit": 25, + "stam": 86, + "hpadd": "30" + } + } + ], + "skills": [ + { + "s": "Attack" + }, + { + "s": "Kick" + }, + { + "s": "Throw" + }, + { + "s": "Unsummon" + }, + { + "s": "Left Hand Throw" + }, + { + "s": "Left Hand Swing" + }, + { + "s": "Magic Arrow", + "c": "ama" + }, + { + "s": "Fire Arrow", + "c": "ama" + }, + { + "s": "Inner Sight", + "c": "ama" + }, + { + "s": "Critical Strike", + "c": "ama" + }, + { + "s": "Jab", + "c": "ama" + }, + { + "s": "Cold Arrow", + "c": "ama" + }, + { + "s": "Multiple Shot", + "c": "ama" + }, + { + "s": "Dodge", + "c": "ama" + }, + { + "s": "Power Strike", + "c": "ama" + }, + { + "s": "Poison Javelin", + "c": "ama" + }, + { + "s": "Exploding Arrow", + "c": "ama" + }, + { + "s": "Slow Missiles", + "c": "ama" + }, + { + "s": "Avoid", + "c": "ama" + }, + { + "s": "Impale", + "c": "ama" + }, + { + "s": "Lightning Bolt", + "c": "ama" + }, + { + "s": "Ice Arrow", + "c": "ama" + }, + { + "s": "Guided Arrow", + "c": "ama" + }, + { + "s": "Penetrate", + "c": "ama" + }, + { + "s": "Charged Strike", + "c": "ama" + }, + { + "s": "Plague Javelin", + "c": "ama" + }, + { + "s": "Strafe", + "c": "ama" + }, + { + "s": "Immolation Arrow", + "c": "ama" + }, + { + "s": "Decoy", + "c": "ama" + }, + { + "s": "Evade", + "c": "ama" + }, + { + "s": "Fend", + "c": "ama" + }, + { + "s": "Freezing Arrow", + "c": "ama" + }, + { + "s": "Valkyrie", + "c": "ama" + }, + { + "s": "Pierce", + "c": "ama" + }, + { + "s": "Lightning Strike", + "c": "ama" + }, + { + "s": "Lightning Fury", + "c": "ama" + }, + { + "s": "Fire Bolt", + "c": "sor" + }, + { + "s": "Warmth", + "c": "sor" + }, + { + "s": "Charged Bolt", + "c": "sor" + }, + { + "s": "Ice Bolt", + "c": "sor" + }, + { + "s": "Frozen Armor", + "c": "sor" + }, + { + "s": "Inferno", + "c": "sor" + }, + { + "s": "Static Field", + "c": "sor" + }, + { + "s": "Telekinesis", + "c": "sor" + }, + { + "s": "Frost Nova", + "c": "sor" + }, + { + "s": "Ice Blast", + "c": "sor" + }, + { + "s": "Blaze", + "c": "sor" + }, + { + "s": "Fire Ball", + "c": "sor" + }, + { + "s": "Nova", + "c": "sor" + }, + { + "s": "Lightning", + "c": "sor" + }, + { + "s": "Shiver Armor", + "c": "sor" + }, + { + "s": "Fire Wall", + "c": "sor" + }, + { + "s": "Enchant", + "c": "sor" + }, + { + "s": "Chain Lightning", + "c": "sor" + }, + { + "s": "Teleport", + "c": "sor" + }, + { + "s": "Glacial Spike", + "c": "sor" + }, + { + "s": "Meteor", + "c": "sor" + }, + { + "s": "Thunder Storm", + "c": "sor" + }, + { + "s": "Energy Shield", + "c": "sor" + }, + { + "s": "Blizzard", + "c": "sor" + }, + { + "s": "Chilling Armor", + "c": "sor" + }, + { + "s": "Fire Mastery", + "c": "sor" + }, + { + "s": "Hydra", + "c": "sor" + }, + { + "s": "Lightning Mastery", + "c": "sor" + }, + { + "s": "Frozen Orb", + "c": "sor" + }, + { + "s": "Cold Mastery", + "c": "sor" + }, + { + "s": "Amplify Damage", + "c": "nec" + }, + { + "s": "Teeth", + "c": "nec" + }, + { + "s": "Bone Armor", + "c": "nec" + }, + { + "s": "Skeleton Mastery", + "c": "nec" + }, + { + "s": "Raise Skeleton", + "c": "nec" + }, + { + "s": "Dim Vision", + "c": "nec" + }, + { + "s": "Weaken", + "c": "nec" + }, + { + "s": "Poison Dagger", + "c": "nec" + }, + { + "s": "Corpse Explosion", + "c": "nec" + }, + { + "s": "Clay Golem", + "c": "nec" + }, + { + "s": "Iron Maiden", + "c": "nec" + }, + { + "s": "Terror", + "c": "nec" + }, + { + "s": "Bone Wall", + "c": "nec" + }, + { + "s": "Golem Mastery", + "c": "nec" + }, + { + "s": "Raise Skeletal Mage", + "c": "nec" + }, + { + "s": "Confuse", + "c": "nec" + }, + { + "s": "Life Tap", + "c": "nec" + }, + { + "s": "Poison Explosion", + "c": "nec" + }, + { + "s": "Bone Spear", + "c": "nec" + }, + { + "s": "Blood Golem", + "c": "nec" + }, + { + "s": "Attract", + "c": "nec" + }, + { + "s": "Decrepify", + "c": "nec" + }, + { + "s": "Bone Prison", + "c": "nec" + }, + { + "s": "Summon Resist", + "c": "nec" + }, + { + "s": "Iron Golem", + "c": "nec" + }, + { + "s": "Lower Resist", + "c": "nec" + }, + { + "s": "Poison Nova", + "c": "nec" + }, + { + "s": "Bone Spirit", + "c": "nec" + }, + { + "s": "Fire Golem", + "c": "nec" + }, + { + "s": "Revive", + "c": "nec" + }, + { + "s": "Sacrifice", + "c": "pal" + }, + { + "s": "Smite", + "c": "pal" + }, + { + "s": "Might", + "c": "pal" + }, + { + "s": "Prayer", + "c": "pal" + }, + { + "s": "Resist Fire", + "c": "pal" + }, + { + "s": "Holy Bolt", + "c": "pal" + }, + { + "s": "Holy Fire", + "c": "pal" + }, + { + "s": "Thorns", + "c": "pal" + }, + { + "s": "Defiance", + "c": "pal" + }, + { + "s": "Resist Cold", + "c": "pal" + }, + { + "s": "Zeal", + "c": "pal" + }, + { + "s": "Charge", + "c": "pal" + }, + { + "s": "Blessed Aim", + "c": "pal" + }, + { + "s": "Cleansing", + "c": "pal" + }, + { + "s": "Resist Lightning", + "c": "pal" + }, + { + "s": "Vengeance", + "c": "pal" + }, + { + "s": "Blessed Hammer", + "c": "pal" + }, + { + "s": "Concentration", + "c": "pal" + }, + { + "s": "Holy Freeze", + "c": "pal" + }, + { + "s": "Vigor", + "c": "pal" + }, + { + "s": "Conversion", + "c": "pal" + }, + { + "s": "Holy Shield", + "c": "pal" + }, + { + "s": "Holy Shock", + "c": "pal" + }, + { + "s": "Sanctuary", + "c": "pal" + }, + { + "s": "Meditation", + "c": "pal" + }, + { + "s": "Fist of the Heavens", + "c": "pal" + }, + { + "s": "Fanaticism", + "c": "pal" + }, + { + "s": "Conviction", + "c": "pal" + }, + { + "s": "Redemption", + "c": "pal" + }, + { + "s": "Salvation", + "c": "pal" + }, + { + "s": "Bash", + "c": "bar" + }, + { + "s": "Blade Mastery", + "c": "bar" + }, + { + "s": "Axe Mastery", + "c": "bar" + }, + { + "s": "Mace Mastery", + "c": "bar" + }, + { + "s": "Howl", + "c": "bar" + }, + { + "s": "Find Potion", + "c": "bar" + }, + { + "s": "Leap", + "c": "bar" + }, + { + "s": "Double Swing", + "c": "bar" + }, + { + "s": "Polearm Mastery", + "c": "bar" + }, + { + "s": "Throwing Mastery", + "c": "bar" + }, + { + "s": "Spear Mastery", + "c": "bar" + }, + { + "s": "Taunt", + "c": "bar" + }, + { + "s": "Shout", + "c": "bar" + }, + { + "s": "Stun", + "c": "bar" + }, + { + "s": "Double Throw", + "c": "bar" + }, + { + "s": "Increased Stamina", + "c": "bar" + }, + { + "s": "Find Item", + "c": "bar" + }, + { + "s": "Leap Attack", + "c": "bar" + }, + { + "s": "Concentrate", + "c": "bar" + }, + { + "s": "Iron Skin", + "c": "bar" + }, + { + "s": "Battle Cry", + "c": "bar" + }, + { + "s": "Frenzy", + "c": "bar" + }, + { + "s": "Increased Speed", + "c": "bar" + }, + { + "s": "Battle Orders", + "c": "bar" + }, + { + "s": "Grim Ward", + "c": "bar" + }, + { + "s": "Whirlwind", + "c": "bar" + }, + { + "s": "Berserk", + "c": "bar" + }, + { + "s": "Natural Resistance", + "c": "bar" + }, + { + "s": "War Cry", + "c": "bar" + }, + { + "s": "Battle Command", + "c": "bar" + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "s": "Firestorm" + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "s": "Scroll of Identify" + }, + { + "s": "Tome of Identify" + }, + { + "s": "Scroll of Town Portal" + }, + { + "s": "Tome of Town Portal" + }, + { + "s": "Raven", + "c": "dru" + }, + { + "s": "Poison Creeper", + "c": "dru" + }, + { + "s": "Werewolf", + "c": "dru" + }, + { + "s": "Lycanthropy", + "c": "dru" + }, + { + "s": "Firestorm", + "c": "dru" + }, + { + "s": "Oak Sage", + "c": "dru" + }, + { + "s": "Summon Spirit Wolf", + "c": "dru" + }, + { + "s": "Werebear", + "c": "dru" + }, + { + "s": "Molten Boulder", + "c": "dru" + }, + { + "s": "Arctic Blast", + "c": "dru" + }, + { + "s": "Carrion Vine", + "c": "dru" + }, + { + "s": "Feral Rage", + "c": "dru" + }, + { + "s": "Maul", + "c": "dru" + }, + { + "s": "Fissure", + "c": "dru" + }, + { + "s": "Cyclone Armor", + "c": "dru" + }, + { + "s": "Heart of Wolverine", + "c": "dru" + }, + { + "s": "Summon Dire Wolf", + "c": "dru" + }, + { + "s": "Rabies", + "c": "dru" + }, + { + "s": "Fire Claws", + "c": "dru" + }, + { + "s": "Twister", + "c": "dru" + }, + { + "s": "Solar Creeper", + "c": "dru" + }, + { + "s": "Hunger", + "c": "dru" + }, + { + "s": "Shock Wave", + "c": "dru" + }, + { + "s": "Volcano", + "c": "dru" + }, + { + "s": "Tornado", + "c": "dru" + }, + { + "s": "Spirit of Barbs", + "c": "dru" + }, + { + "s": "Summon Grizzly", + "c": "dru" + }, + { + "s": "Fury", + "c": "dru" + }, + { + "s": "Armageddon", + "c": "dru" + }, + { + "s": "Hurricane", + "c": "dru" + }, + { + "s": "Fire Blast", + "c": "ass" + }, + { + "s": "Claw Mastery", + "c": "ass" + }, + { + "s": "Psychic Hammer", + "c": "ass" + }, + { + "s": "Tiger Strike", + "c": "ass" + }, + { + "s": "Dragon Talon", + "c": "ass" + }, + { + "s": "Shock Web", + "c": "ass" + }, + { + "s": "Blade Sentinel", + "c": "ass" + }, + { + "s": "Burst of Speed", + "c": "ass" + }, + { + "s": "Fists of Fire", + "c": "ass" + }, + { + "s": "Dragon Claw", + "c": "ass" + }, + { + "s": "Charged Bolt Sentry", + "c": "ass" + }, + { + "s": "Wake of Fire", + "c": "ass" + }, + { + "s": "Weapon Block", + "c": "ass" + }, + { + "s": "Cloak of Shadows", + "c": "ass" + }, + { + "s": "Cobra Strike", + "c": "ass" + }, + { + "s": "Blade Fury", + "c": "ass" + }, + { + "s": "Fade", + "c": "ass" + }, + { + "s": "Shadow Warrior", + "c": "ass" + }, + { + "s": "Claws of Thunder", + "c": "ass" + }, + { + "s": "Dragon Tail", + "c": "ass" + }, + { + "s": "Lightning Sentry", + "c": "ass" + }, + { + "s": "Wake of Inferno", + "c": "ass" + }, + { + "s": "Mind Blast", + "c": "ass" + }, + { + "s": "Blades of Ice", + "c": "ass" + }, + { + "s": "Dragon Flight", + "c": "ass" + }, + { + "s": "Death Sentry", + "c": "ass" + }, + { + "s": "Blade Shield", + "c": "ass" + }, + { + "s": "Venom", + "c": "ass" + }, + { + "s": "Shadow Master", + "c": "ass" + }, + { + "s": "Phoenix Strike", + "c": "ass" + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "s": "Delirium" + }, + null, + null, + null, + null, + null, + null, + {}, + {}, + { + "s": "Scroll of Town Portal" + }, + {}, + {}, + {}, + {}, + {}, + null, + null, + null, + null, + null, + {}, + { + "s": "Mark of the Bear" + }, + { + "s": "Mark of the Wolf" + }, + { + "s": "Summon Goatman", + "c": "war" + }, + { + "s": "Demonic Mastery", + "c": "war" + }, + { + "s": "Death Mark", + "c": "war" + }, + { + "s": "Summon Tainted", + "c": "war" + }, + { + "s": "Summon Defiler", + "c": "war" + }, + { + "s": "Blood Oath", + "c": "war" + }, + { + "s": "Engorge", + "c": "war" + }, + { + "s": "Blood Boil", + "c": "war" + }, + { + "s": "Consume", + "c": "war" + }, + { + "s": "Bind Demon", + "c": "war" + }, + { + "s": "Levitate", + "c": "war" + }, + { + "s": "Eldritch Blast", + "c": "war" + }, + { + "s": "Hex Bane", + "c": "war" + }, + { + "s": "Hex Siphon", + "c": "war" + }, + { + "s": "Psychic Ward", + "c": "war" + }, + { + "s": "Echoing Strike", + "c": "war" + }, + { + "s": "Hex Purge", + "c": "war" + }, + { + "s": "Blade Warp", + "c": "war" + }, + { + "s": "Cleave", + "c": "war" + }, + { + "s": "Mirrored Blades", + "c": "war" + }, + { + "s": "Sigil Lethargy", + "c": "war" + }, + { + "s": "Ring of Fire", + "c": "war" + }, + { + "s": "Miasma Bolt", + "c": "war" + }, + { + "s": "Sigil Rancor", + "c": "war" + }, + { + "s": "Enhanced Entropy", + "c": "war" + }, + { + "s": "Flame Wave", + "c": "war" + }, + { + "s": "Miasma Chains", + "c": "war" + }, + { + "s": "Sigil Death", + "c": "war" + }, + { + "s": "Apocalypse", + "c": "war" + }, + { + "s": "Abyss", + "c": "war" + } + ], + "rare_names": [ + null, + { + "n": "Bite" + }, + { + "n": "Scratch" + }, + { + "n": "Scalpel" + }, + { + "n": "Fang" + }, + { + "n": "Gutter" + }, + { + "n": "Thirst" + }, + { + "n": "Razor" + }, + { + "n": "Scythe" + }, + { + "n": "Edge" + }, + { + "n": "Saw" + }, + { + "n": "Splitter" + }, + { + "n": "Cleaver" + }, + { + "n": "Sever" + }, + { + "n": "Sunder" + }, + { + "n": "Rend" + }, + { + "n": "Mangler" + }, + { + "n": "Slayer" + }, + { + "n": "Reaver" + }, + { + "n": "Spawn" + }, + { + "n": "Gnash" + }, + { + "n": "Star" + }, + { + "n": "Blow" + }, + { + "n": "Smasher" + }, + { + "n": "Bane" + }, + {}, + { + "n": "Breaker" + }, + { + "n": "Grinder" + }, + { + "n": "Crack" + }, + { + "n": "Mallet" + }, + { + "n": "Knell" + }, + { + "n": "Lance" + }, + { + "n": "Spike" + }, + { + "n": "Impaler" + }, + { + "n": "Skewer" + }, + { + "n": "Prod" + }, + { + "n": "Scourge" + }, + { + "n": "Wand" + }, + { + "n": "Wrack" + }, + { + "n": "Barb" + }, + { + "n": "Needle" + }, + { + "n": "Dart" + }, + { + "n": "Bolt" + }, + { + "n": "Quarrel" + }, + { + "n": "Fletch" + }, + { + "n": "Flight" + }, + { + "n": "Nock" + }, + { + "n": "Horn" + }, + { + "n": "Stinger" + }, + { + "n": "Quill" + }, + { + "n": "Goad" + }, + { + "n": "Branch" + }, + { + "n": "Spire" + }, + { + "n": "Song" + }, + { + "n": "Call" + }, + { + "n": "Cry" + }, + { + "n": "Spell" + }, + { + "n": "Chant" + }, + { + "n": "Weaver" + }, + { + "n": "Gnarl" + }, + { + "n": "Visage" + }, + { + "n": "Crest" + }, + { + "n": "Circlet" + }, + { + "n": "Veil" + }, + { + "n": "Hood" + }, + { + "n": "Mask" + }, + { + "n": "Brow" + }, + { + "n": "Casque" + }, + { + "n": "Visor" + }, + { + "n": "Cowl" + }, + { + "n": "Hide" + }, + { + "n": "Pelt" + }, + { + "n": "Carapace" + }, + { + "n": "Coat" + }, + { + "n": "Wrap" + }, + { + "n": "Suit" + }, + { + "n": "Cloak" + }, + { + "n": "Shroud" + }, + { + "n": "Jack" + }, + { + "n": "Mantle" + }, + { + "n": "Guard" + }, + { + "n": "Badge" + }, + { + "n": "Rock" + }, + { + "n": "Aegis" + }, + { + "n": "Ward" + }, + { + "n": "Tower" + }, + { + "n": "Shield" + }, + { + "n": "Wing" + }, + { + "n": "Mark" + }, + { + "n": "Emblem" + }, + { + "n": "Hand" + }, + { + "n": "Fist" + }, + { + "n": "Claw" + }, + { + "n": "Clutches" + }, + { + "n": "Grip" + }, + { + "n": "Grasp" + }, + { + "n": "Hold" + }, + { + "n": "Touch" + }, + { + "n": "Finger" + }, + { + "n": "Knuckle" + }, + { + "n": "Shank" + }, + { + "n": "Spur" + }, + { + "n": "Tread" + }, + { + "n": "Stalker" + }, + { + "n": "Greaves" + }, + { + "n": "Blazer" + }, + { + "n": "Nails" + }, + { + "n": "Trample" + }, + { + "n": "Brogues" + }, + { + "n": "Track" + }, + { + "n": "Slippers" + }, + { + "n": "Clasp" + }, + { + "n": "Buckle" + }, + { + "n": "Harness" + }, + { + "n": "Lock" + }, + { + "n": "Fringe" + }, + { + "n": "Winding" + }, + { + "n": "Chain" + }, + {}, + { + "n": "Lash" + }, + { + "n": "Cord" + }, + { + "n": "Knot" + }, + { + "n": "Circle" + }, + { + "n": "Loop" + }, + { + "n": "Eye" + }, + { + "n": "Turn" + }, + { + "n": "Spiral" + }, + { + "n": "Coil" + }, + { + "n": "Gyre" + }, + { + "n": "Band" + }, + { + "n": "Whorl" + }, + { + "n": "Talisman" + }, + { + "n": "Heart" + }, + { + "n": "Noose" + }, + { + "n": "Necklace" + }, + { + "n": "Collar" + }, + { + "n": "Beads" + }, + { + "n": "Torc" + }, + { + "n": "Gorget" + }, + {}, + { + "n": "Wood" + }, + { + "n": "Brand" + }, + { + "n": "Bludgeon" + }, + { + "n": "Cudgel" + }, + { + "n": "Loom" + }, + { + "n": "Harp" + }, + { + "n": "Master" + }, + { + "n": "Bar" + }, + { + "n": "Hew" + }, + { + "n": "Crook" + }, + { + "n": "Mar" + }, + { + "n": "Shell" + }, + { + "n": "Stake" + }, + { + "n": "Picket" + }, + { + "n": "Pale" + }, + { + "n": "Flange" + }, + { + "n": "Beast" + }, + { + "n": "Eagle" + }, + { + "n": "Raven" + }, + { + "n": "Viper" + }, + {}, + { + "n": "Skull" + }, + { + "n": "Blood" + }, + { + "n": "Dread" + }, + { + "n": "Doom" + }, + { + "n": "Grim" + }, + { + "n": "Bone" + }, + { + "n": "Death" + }, + { + "n": "Shadow" + }, + { + "n": "Storm" + }, + { + "n": "Rune" + }, + { + "n": "Plague" + }, + { + "n": "Stone" + }, + {}, + { + "n": "Spirit" + }, + { + "n": "Storm" + }, + { + "n": "Demon" + }, + { + "n": "Cruel" + }, + { + "n": "Empyrian" + }, + { + "n": "Bramble" + }, + { + "n": "Pain" + }, + { + "n": "Loath" + }, + { + "n": "Glyph" + }, + { + "n": "Imp" + }, + {}, + { + "n": "Hailstone" + }, + { + "n": "Gale" + }, + { + "n": "Dire" + }, + { + "n": "Soul" + }, + { + "n": "Brimstone" + }, + { + "n": "Corpse" + }, + { + "n": "Carrion" + }, + { + "n": "Armageddon" + }, + { + "n": "Havoc" + }, + { + "n": "Bitter" + }, + { + "n": "Entropy" + }, + { + "n": "Chaos" + }, + { + "n": "Order" + }, + { + "n": "Rule" + }, + { + "n": "Warp" + }, + { + "n": "Rift" + }, + { + "n": "Corruption" + } + ], + "magic_prefixes": [ + null, + {}, + { + "n": "Sturdy" + }, + { + "n": "Strong" + }, + { + "n": "Glorious" + }, + { + "n": "Blessed" + }, + { + "n": "Saintly", + "tc": "dgld" + }, + { + "n": "Holy", + "tc": "dgld" + }, + { + "n": "Devious", + "tc": "dblu" + }, + { + "n": "Fortified", + "tc": "dblu" + }, + {}, + {}, + {}, + { + "n": "Jagged" + }, + { + "n": "Deadly" + }, + { + "n": "Vicious" + }, + { + "n": "Brutal" + }, + { + "n": "Massive", + "tc": "dgld" + }, + { + "n": "Savage", + "tc": "dgld" + }, + { + "n": "Merciless", + "tc": "dgld" + }, + { + "n": "Vulpine", + "tc": "cblu" + }, + {}, + {}, + {}, + {}, + { + "n": "Tireless" + }, + { + "n": "Rugged" + }, + { + "n": "Bronze" + }, + { + "n": "Iron" + }, + { + "n": "Steel" + }, + { + "n": "Silver" + }, + {}, + { + "n": "Gold", + "tc": "lgld" + }, + { + "n": "Platinum", + "tc": "lgld" + }, + { + "n": "Meteoric", + "tc": "lgld" + }, + { + "n": "Sharp" + }, + { + "n": "Fine" + }, + { + "n": "Warrior's" + }, + { + "n": "Soldier's" + }, + { + "n": "Knight's", + "tc": "dgld" + }, + { + "n": "Lord's", + "tc": "dgld" + }, + { + "n": "King's", + "tc": "dgld" + }, + { + "n": "Howling", + "tc": "oran" + }, + { + "n": "Fortuitous" + }, + {}, + {}, + {}, + {}, + {}, + { + "n": "Glimmering" + }, + { + "n": "Glowing", + "tc": "lyel" + }, + {}, + {}, + { + "n": "Lizard's" + }, + {}, + { + "n": "Snake's" + }, + { + "n": "Serpent's" + }, + { + "n": "Serpent's" + }, + { + "n": "Drake's", + "tc": "cblu" + }, + { + "n": "Dragon's", + "tc": "cblu" + }, + { + "n": "Dragon's", + "tc": "cblu" + }, + { + "n": "Wyrm's", + "tc": "cblu" + }, + {}, + {}, + { + "n": "Prismatic", + "tc": "lpur" + }, + { + "n": "Prismatic", + "tc": "lpur" + }, + { + "n": "Azure" + }, + { + "n": "Lapis" + }, + { + "n": "Lapis" + }, + { + "n": "Cobalt" + }, + { + "n": "Cobalt" + }, + {}, + { + "n": "Sapphire", + "tc": "lblu" + }, + {}, + {}, + { + "n": "Crimson" + }, + { + "n": "Burgundy" + }, + { + "n": "Burgundy" + }, + { + "n": "Garnet" + }, + { + "n": "Garnet" + }, + {}, + { + "n": "Ruby", + "tc": "lred" + }, + {}, + {}, + { + "n": "Ocher" + }, + { + "n": "Tangerine" + }, + { + "n": "Tangerine" + }, + { + "n": "Coral" + }, + { + "n": "Coral" + }, + {}, + { + "n": "Amber", + "tc": "lyel" + }, + {}, + {}, + { + "n": "Beryl" + }, + { + "n": "Jade" + }, + { + "n": "Jade" + }, + { + "n": "Viridian" + }, + { + "n": "Viridian" + }, + {}, + { + "n": "Emerald", + "tc": "lgrn" + }, + {}, + { + "n": "Fletcher's" + }, + { + "n": "Archer's", + "tc": "cgrn" + }, + { + "n": "Archer's", + "tc": "cgrn" + }, + { + "n": "Monk's" + }, + { + "n": "Priest's", + "tc": "cgrn" + }, + { + "n": "Priest's", + "tc": "cgrn" + }, + { + "n": "Summoner's" + }, + { + "n": "Necromancer's", + "tc": "cgrn" + }, + { + "n": "Necromancer's", + "tc": "cgrn" + }, + { + "n": "Angel's" + }, + { + "n": "Arch-Angel's", + "tc": "cgrn" + }, + { + "n": "Arch-Angel's", + "tc": "cgrn" + }, + { + "n": "Slayer's" + }, + { + "n": "Berserker's", + "tc": "cgrn" + }, + { + "n": "Berserker's", + "tc": "cgrn" + }, + {}, + {}, + { + "n": "Triumphant" + }, + { + "n": "Stout" + }, + { + "n": "Stout" + }, + { + "n": "Stout" + }, + { + "n": "Burly" + }, + { + "n": "Burly" + }, + { + "n": "Burly" + }, + { + "n": "Stalwart" + }, + { + "n": "Stalwart" + }, + { + "n": "Stalwart" + }, + { + "n": "Stout" + }, + { + "n": "Stout" + }, + { + "n": "Stout" + }, + { + "n": "Burly" + }, + { + "n": "Burly" + }, + { + "n": "Stalwart" + }, + { + "n": "Stalwart" + }, + { + "n": "Stout" + }, + { + "n": "Stout" + }, + { + "n": "Burly" + }, + { + "n": "Stalwart" + }, + { + "n": "Blanched", + "tc": "whit" + }, + { + "n": "Eburine", + "tc": "whit" + }, + { + "n": "Bone", + "tc": "whit" + }, + { + "n": "Ivory", + "tc": "whit" + }, + { + "n": "Sturdy" + }, + { + "n": "Sturdy" + }, + { + "n": "Strong" + }, + { + "n": "Glorious" + }, + { + "n": "Blessed" + }, + { + "n": "Saintly", + "tc": "dgld" + }, + { + "n": "Holy", + "tc": "dgld" + }, + { + "n": "Godly", + "tc": "dgld" + }, + { + "n": "Devious" + }, + { + "n": "Void" + }, + { + "n": "Null", + "tc": "dblu" + }, + { + "n": "Antimagic", + "tc": "dblu" + }, + { + "n": "Red" + }, + { + "n": "Red" + }, + { + "n": "Sanguinary" + }, + { + "n": "Sanguinary" + }, + { + "n": "Bloody" + }, + { + "n": "Red", + "tc": "dred" + }, + { + "n": "Sanguinary", + "tc": "dred" + }, + { + "n": "Bloody", + "tc": "dred" + }, + { + "n": "Red", + "tc": "dred" + }, + { + "n": "Sanguinary", + "tc": "dred" + }, + { + "n": "Bloody", + "tc": "dred" + }, + { + "n": "Scarlet", + "tc": "dred" + }, + { + "n": "Crimson", + "tc": "dred" + }, + { + "n": "Jagged" + }, + { + "n": "Jagged" + }, + { + "n": "Jagged" + }, + { + "n": "Forked" + }, + { + "n": "Forked" + }, + { + "n": "Serrated" + }, + { + "n": "Serrated" + }, + { + "n": "Jagged", + "tc": "blac" + }, + { + "n": "Jagged", + "tc": "blac" + }, + { + "n": "Forked", + "tc": "blac" + }, + { + "n": "Forked", + "tc": "blac" + }, + { + "n": "Serrated", + "tc": "blac" + }, + { + "n": "Jagged", + "tc": "blac" + }, + { + "n": "Forked", + "tc": "blac" + }, + { + "n": "Serrated", + "tc": "blac" + }, + { + "n": "Carbuncle", + "tc": "dred" + }, + { + "n": "Carmine", + "tc": "dred" + }, + { + "n": "Vermilion", + "tc": "dred" + }, + { + "n": "Jagged" + }, + { + "n": "Deadly" + }, + { + "n": "Vicious" + }, + { + "n": "Brutal" + }, + { + "n": "Massive", + "tc": "dgld" + }, + { + "n": "Savage", + "tc": "dgld" + }, + { + "n": "Merciless", + "tc": "dgld" + }, + { + "n": "Ferocious", + "tc": "blac" + }, + { + "n": "Cruel", + "tc": "blac" + }, + { + "n": "Cinnabar", + "tc": "dred" + }, + { + "n": "Rusty", + "tc": "dred" + }, + { + "n": "Realgar", + "tc": "dred" + }, + { + "n": "Ruby", + "tc": "dred" + }, + { + "n": "Vulpine", + "tc": "cblu" + }, + { + "n": "Dun" + }, + { + "n": "Tireless" + }, + { + "n": "Tireless" + }, + { + "n": "Brown" + }, + { + "n": "Rugged" + }, + { + "n": "Rugged" + }, + { + "n": "Rugged" + }, + { + "n": "Rugged" + }, + { + "n": "Rugged" + }, + { + "n": "Rugged" + }, + { + "n": "Rugged" + }, + { + "n": "Rugged" + }, + { + "n": "Rugged" + }, + { + "n": "Rugged" + }, + { + "n": "Rugged" + }, + { + "n": "Vigorous" + }, + { + "n": "Chestnut" + }, + { + "n": "Maroon" + }, + { + "n": "Bronze" + }, + { + "n": "Bronze" + }, + { + "n": "Bronze" + }, + { + "n": "Iron" + }, + { + "n": "Iron" + }, + { + "n": "Iron" + }, + { + "n": "Steel" + }, + { + "n": "Steel" + }, + { + "n": "Steel" + }, + { + "n": "Bronze" + }, + { + "n": "Bronze" + }, + { + "n": "Bronze" + }, + { + "n": "Iron" + }, + { + "n": "Iron" + }, + { + "n": "Steel" + }, + { + "n": "Steel" + }, + { + "n": "Bronze" + }, + { + "n": "Bronze" + }, + { + "n": "Iron" + }, + { + "n": "Steel" + }, + { + "n": "Bronze" + }, + { + "n": "Iron" + }, + { + "n": "Steel" + }, + { + "n": "Silver" + }, + { + "n": "Gold", + "tc": "lgld" + }, + { + "n": "Platinum", + "tc": "lgld" + }, + { + "n": "Meteoric", + "tc": "lgld" + }, + { + "n": "Strange", + "tc": "lgld" + }, + { + "n": "Weird", + "tc": "lgld" + }, + { + "n": "Nickel" + }, + { + "n": "Tin" + }, + { + "n": "Silver" + }, + { + "n": "Argent" + }, + { + "n": "Fine" + }, + { + "n": "Fine" + }, + { + "n": "Sharp" + }, + { + "n": "Fine" + }, + { + "n": "Sharp" + }, + { + "n": "Fine" + }, + { + "n": "Sharp" + }, + { + "n": "Fine" + }, + { + "n": "Warrior's" + }, + { + "n": "Soldier's" + }, + { + "n": "Knight's", + "tc": "dgld" + }, + { + "n": "Lord's", + "tc": "dgld" + }, + { + "n": "King's", + "tc": "dgld" + }, + { + "n": "Master's", + "tc": "dgld" + }, + { + "n": "Grandmaster's", + "tc": "dgld" + }, + { + "n": "Glimmering" + }, + { + "n": "Glowing", + "tc": "lyel" + }, + { + "n": "Bright" + }, + { + "n": "Screaming", + "tc": "oran" + }, + { + "n": "Howling", + "tc": "oran" + }, + { + "n": "Wailing", + "tc": "oran" + }, + { + "n": "Screaming", + "tc": "oran" + }, + { + "n": "Howling", + "tc": "oran" + }, + { + "n": "Wailing", + "tc": "oran" + }, + { + "n": "Lucky" + }, + { + "n": "Lucky" + }, + { + "n": "Lucky" + }, + { + "n": "Lucky" + }, + { + "n": "Lucky" + }, + { + "n": "Lucky" + }, + { + "n": "Felicitous" + }, + { + "n": "Fortuitous" + }, + { + "n": "Emerald" + }, + { + "n": "Lizard's" + }, + { + "n": "Lizard's" + }, + { + "n": "Lizard's" + }, + { + "n": "Snake's" + }, + { + "n": "Snake's" + }, + { + "n": "Snake's" + }, + { + "n": "Serpent's" + }, + { + "n": "Serpent's" + }, + { + "n": "Serpent's" + }, + { + "n": "Lizard's" + }, + { + "n": "Lizard's" + }, + { + "n": "Lizard's" + }, + { + "n": "Snake's" + }, + { + "n": "Snake's" + }, + { + "n": "Serpent's" + }, + { + "n": "Serpent's" + }, + { + "n": "Lizard's" + }, + { + "n": "Lizard's" + }, + { + "n": "Snake's" + }, + { + "n": "Serpent's" + }, + { + "n": "Lizard's" + }, + { + "n": "Snake's" + }, + { + "n": "Serpent's" + }, + { + "n": "Serpent's" + }, + { + "n": "Drake's", + "tc": "cblu" + }, + { + "n": "Dragon's", + "tc": "cblu" + }, + { + "n": "Dragon's", + "tc": "cblu" + }, + { + "n": "Wyrm's", + "tc": "cblu" + }, + { + "n": "Great Wyrm's", + "tc": "cblu" + }, + { + "n": "Bahamut's", + "tc": "cblu" + }, + { + "n": "Zircon", + "tc": "cblu" + }, + { + "n": "Jacinth", + "tc": "cblu" + }, + { + "n": "Turquoise", + "tc": "cblu" + }, + { + "n": "Shimmering" + }, + { + "n": "Shimmering" + }, + { + "n": "Shimmering" + }, + { + "n": "Shimmering", + "tc": "lpur" + }, + { + "n": "Shimmering", + "tc": "lpur" + }, + { + "n": "Shimmering", + "tc": "lpur" + }, + { + "n": "Shimmering", + "tc": "lpur" + }, + { + "n": "Rainbow", + "tc": "lpur" + }, + { + "n": "Scintillating", + "tc": "lpur" + }, + { + "n": "Prismatic", + "tc": "lpur" + }, + { + "n": "Chromatic", + "tc": "lpur" + }, + { + "n": "Shimmering", + "tc": "lpur" + }, + { + "n": "Rainbow", + "tc": "lpur" + }, + { + "n": "Scintillating", + "tc": "lpur" + }, + { + "n": "Prismatic", + "tc": "lpur" + }, + { + "n": "Chromatic", + "tc": "lpur" + }, + { + "n": "Shimmering", + "tc": "lpur" + }, + { + "n": "Rainbow", + "tc": "lpur" + }, + { + "n": "Scintillating", + "tc": "lpur" + }, + { + "n": "Shimmering", + "tc": "lpur" + }, + { + "n": "Scintillating", + "tc": "lpur" + }, + { + "n": "Azure" + }, + { + "n": "Lapis" + }, + { + "n": "Cobalt" + }, + { + "n": "Sapphire" + }, + { + "n": "Azure" + }, + { + "n": "Lapis" + }, + { + "n": "Cobalt", + "tc": "lblu" + }, + { + "n": "Sapphire", + "tc": "lblu" + }, + { + "n": "Azure" + }, + { + "n": "Lapis" + }, + { + "n": "Cobalt", + "tc": "lblu" + }, + { + "n": "Sapphire", + "tc": "lblu" + }, + { + "n": "Azure" + }, + { + "n": "Lapis" + }, + { + "n": "Lapis" + }, + { + "n": "Cobalt" + }, + { + "n": "Cobalt" + }, + { + "n": "Sapphire", + "tc": "lblu" + }, + { + "n": "Lapis Lazuli", + "tc": "lblu" + }, + { + "n": "Sapphire", + "tc": "lblu" + }, + { + "n": "Crimson" + }, + { + "n": "Russet" + }, + { + "n": "Garnet" + }, + { + "n": "Ruby" + }, + { + "n": "Crimson" + }, + { + "n": "Russet" + }, + { + "n": "Garnet", + "tc": "lred" + }, + { + "n": "Ruby", + "tc": "lred" + }, + { + "n": "Crimson" + }, + { + "n": "Russet", + "tc": "lred" + }, + { + "n": "Garnet", + "tc": "lred" + }, + { + "n": "Ruby" + }, + { + "n": "Russet" + }, + { + "n": "Russet" + }, + { + "n": "Garnet" + }, + { + "n": "Garnet" + }, + { + "n": "Ruby", + "tc": "lred" + }, + { + "n": "Garnet", + "tc": "lred" + }, + { + "n": "Ruby", + "tc": "lred" + }, + { + "n": "Tangerine" + }, + { + "n": "Ocher" + }, + { + "n": "Coral" + }, + { + "n": "Amber" + }, + { + "n": "Tangerine" + }, + { + "n": "Ocher" + }, + { + "n": "Coral", + "tc": "lyel" + }, + { + "n": "Amber", + "tc": "lyel" + }, + { + "n": "Tangerine" + }, + { + "n": "Ocher" + }, + { + "n": "Coral", + "tc": "lyel" + }, + { + "n": "Amber", + "tc": "lyel" + }, + { + "n": "Tangerine" + }, + { + "n": "Ocher" + }, + { + "n": "Ocher" + }, + { + "n": "Coral" + }, + { + "n": "Coral" + }, + { + "n": "Amber", + "tc": "lyel" + }, + { + "n": "Camphor", + "tc": "lyel" + }, + { + "n": "Ambergris", + "tc": "lyel" + }, + { + "n": "Beryl" + }, + { + "n": "Viridian" + }, + { + "n": "Jade" + }, + { + "n": "Emerald" + }, + { + "n": "Beryl" + }, + { + "n": "Viridian" + }, + { + "n": "Jade", + "tc": "cgrn" + }, + { + "n": "Emerald", + "tc": "cgrn" + }, + { + "n": "Beryl" + }, + { + "n": "Viridian" + }, + { + "n": "Jade", + "tc": "cgrn" + }, + { + "n": "Emerald", + "tc": "cgrn" + }, + { + "n": "Beryl" + }, + { + "n": "Viridian" + }, + { + "n": "Viridian" + }, + { + "n": "Jade" + }, + { + "n": "Jade" + }, + { + "n": "Emerald", + "tc": "cgrn" + }, + { + "n": "Beryl", + "tc": "cgrn" + }, + { + "n": "Jade", + "tc": "cgrn" + }, + { + "n": "Triumphant" + }, + { + "n": "Victorious" + }, + { + "n": "Aureolic" + }, + { + "n": "Mechanic's" + }, + { + "n": "Artisan's" + }, + { + "n": "Jeweler's" + }, + { + "n": "Lunar" + }, + { + "n": "Arcadian" + }, + { + "n": "Unearthly" + }, + { + "n": "Astral" + }, + { + "n": "Elysian", + "tc": "dgld" + }, + { + "n": "Celestial", + "tc": "dgld" + }, + { + "n": "Diamond" + }, + { + "n": "Fletcher's" + }, + { + "n": "Acrobatic" + }, + { + "n": "Harpoonist's" + }, + { + "n": "Fletcher's" + }, + { + "n": "Bowyer's", + "tc": "lgld" + }, + { + "n": "Archer's", + "tc": "lgld" + }, + { + "n": "Acrobatic" + }, + { + "n": "Gymnastic", + "tc": "lgld" + }, + { + "n": "Athletic", + "tc": "lgld" + }, + { + "n": "Harpoonist's" + }, + { + "n": "Spearmaiden's", + "tc": "lgld" + }, + { + "n": "Lancer's", + "tc": "lgld" + }, + { + "n": "Burning" + }, + { + "n": "Sparking" + }, + { + "n": "Chilling" + }, + { + "n": "Burning" + }, + { + "n": "Blazing", + "tc": "lgld" + }, + { + "n": "Volcanic", + "tc": "lgld" + }, + { + "n": "Sparking" + }, + { + "n": "Charged", + "tc": "lgld" + }, + { + "n": "Powered", + "tc": "lgld" + }, + { + "n": "Chilling" + }, + { + "n": "Freezing", + "tc": "lgld" + }, + { + "n": "Glacial", + "tc": "lgld" + }, + { + "n": "Hexing" + }, + { + "n": "Fungal" + }, + { + "n": "Graverobber's" + }, + { + "n": "Hexing" + }, + { + "n": "Blighting", + "tc": "lgld" + }, + { + "n": "Cursing", + "tc": "lgld" + }, + { + "n": "Fungal" + }, + { + "n": "Noxious", + "tc": "lgld" + }, + { + "n": "Venomous", + "tc": "lgld" + }, + { + "n": "Graverobber's" + }, + { + "n": "Mojo", + "tc": "lgld" + }, + { + "n": "Golemlord's", + "tc": "lgld" + }, + { + "n": "Lion Branded" + }, + { + "n": "Captain's" + }, + { + "n": "Preserver's" + }, + { + "n": "Lion Branded" + }, + { + "n": "Hawk Branded", + "tc": "lgld" + }, + { + "n": "Rose Branded", + "tc": "lgld" + }, + { + "n": "Captain's" + }, + { + "n": "Commander's", + "tc": "lgld" + }, + { + "n": "Marshal's", + "tc": "lgld" + }, + { + "n": "Preserver's" + }, + { + "n": "Warden's", + "tc": "lgld" + }, + { + "n": "Guardian's", + "tc": "lgld" + }, + { + "n": "Expert's" + }, + { + "n": "Fanatic" + }, + { + "n": "Sounding" + }, + { + "n": "Expert's" + }, + { + "n": "Veteran's", + "tc": "lgld" + }, + { + "n": "Master's", + "tc": "lgld" + }, + { + "n": "Fanatic" + }, + { + "n": "Raging", + "tc": "lgld" + }, + { + "n": "Furious", + "tc": "lgld" + }, + { + "n": "Sounding" + }, + { + "n": "Resonant", + "tc": "lgld" + }, + { + "n": "Echoing", + "tc": "lgld" + }, + { + "n": "Trainer's" + }, + { + "n": "Spiritual" + }, + { + "n": "Natural" + }, + { + "n": "Trainer's" + }, + { + "n": "Caretaker's", + "tc": "lgld" + }, + { + "n": "Keeper's", + "tc": "lgld" + }, + { + "n": "Spiritual" + }, + { + "n": "Feral", + "tc": "lgld" + }, + { + "n": "Communal", + "tc": "lgld" + }, + { + "n": "Natural" + }, + { + "n": "Terrene", + "tc": "lgld" + }, + { + "n": "Gaean", + "tc": "lgld" + }, + { + "n": "Entrapping" + }, + { + "n": "Mentalist's" + }, + { + "n": "Shogukusha's" + }, + { + "n": "Entrapping" + }, + { + "n": "Trickster's", + "tc": "lgld" + }, + { + "n": "Cunning", + "tc": "lgld" + }, + { + "n": "Mentalist's" + }, + { + "n": "Psychic", + "tc": "lgld" + }, + { + "n": "Shadow", + "tc": "lgld" + }, + { + "n": "Shogukusha's" + }, + { + "n": "Sensei's", + "tc": "lgld" + }, + { + "n": "Kenshi's", + "tc": "lgld" + }, + { + "n": "Enlightened", + "tc": "whit" + }, + { + "n": "Enlightened", + "tc": "whit" + }, + { + "n": "Honorable", + "tc": "whit" + }, + { + "n": "Honorable", + "tc": "whit" + }, + { + "n": "Righteous", + "tc": "whit" + }, + { + "n": "Righteous", + "tc": "whit" + }, + { + "n": "Faithful", + "tc": "whit" + }, + { + "n": "Faithful", + "tc": "whit" + }, + { + "n": "Knave's", + "tc": "whit" + }, + { + "n": "Jack's", + "tc": "whit" + }, + { + "n": "Jester's", + "tc": "whit" + }, + { + "n": "Joker's", + "tc": "whit" + }, + { + "n": "Fool's", + "tc": "whit" + }, + { + "n": "Alarming", + "tc": "whit" + }, + { + "n": "Calling", + "tc": "whit" + }, + { + "n": "Yelling", + "tc": "whit" + }, + { + "n": "Howling", + "tc": "whit" + }, + { + "n": "Grinding", + "tc": "whit" + }, + { + "n": "Paradox", + "tc": "whit" + }, + { + "n": "Paradox", + "tc": "whit" + }, + { + "n": "Robineye", + "tc": "whit" + }, + { + "n": "Sparroweye", + "tc": "whit" + }, + { + "n": "Falconeye", + "tc": "whit" + }, + { + "n": "Hawkeye", + "tc": "whit" + }, + { + "n": "Eagleeye", + "tc": "whit" + }, + { + "n": "Visionary", + "tc": "whit" + }, + { + "n": "Mnemonic", + "tc": "cblu" + }, + { + "n": "Snowy", + "tc": "lblu" + }, + { + "n": "Shivering", + "tc": "lblu" + }, + { + "n": "Boreal", + "tc": "lblu" + }, + { + "n": "Hibernal", + "tc": "lblu" + }, + { + "n": "Fiery", + "tc": "dred" + }, + { + "n": "Smoldering", + "tc": "dred" + }, + { + "n": "Smoking", + "tc": "dred" + }, + { + "n": "Flaming", + "tc": "dred" + }, + { + "n": "Condensing", + "tc": "dred" + }, + { + "n": "Static", + "tc": "lyel" + }, + { + "n": "Glowing", + "tc": "lyel" + }, + { + "n": "Buzzing", + "tc": "lyel" + }, + { + "n": "Arcing", + "tc": "lyel" + }, + { + "n": "Shocking", + "tc": "lyel" + }, + { + "n": "Septic", + "tc": "dgrn" + }, + { + "n": "Foul", + "tc": "dgrn" + }, + { + "n": "Corrosive", + "tc": "dgrn" + }, + { + "n": "Toxic", + "tc": "dgrn" + }, + { + "n": "Pestilent", + "tc": "dgrn" + }, + { + "n": "Maiden's" + }, + { + "n": "Valkyrie's", + "tc": "cgrn" + }, + { + "n": "Maiden's" + }, + { + "n": "Valkyrie's", + "tc": "cgrn" + }, + { + "n": "Monk's" + }, + { + "n": "Priest's", + "tc": "cgrn" + }, + { + "n": "Monk's" + }, + { + "n": "Priest's", + "tc": "cgrn" + }, + { + "n": "Monk's" + }, + { + "n": "Priest's", + "tc": "cgrn" + }, + { + "n": "Summoner's" + }, + { + "n": "Necromancer's", + "tc": "cgrn" + }, + { + "n": "Summoner's" + }, + { + "n": "Necromancer's", + "tc": "cgrn" + }, + { + "n": "Angel's" + }, + { + "n": "Arch-Angel's", + "tc": "cgrn" + }, + { + "n": "Angel's" + }, + { + "n": "Arch-Angel's", + "tc": "cgrn" + }, + { + "n": "Slayer's" + }, + { + "n": "Berserker's", + "tc": "cgrn" + }, + { + "n": "Slayer's" + }, + { + "n": "Berserker's", + "tc": "cgrn" + }, + { + "n": "Slayer's" + }, + { + "n": "Berserker's", + "tc": "cgrn" + }, + { + "n": "Shaman's" + }, + { + "n": "Hierophant's", + "tc": "cgrn" + }, + { + "n": "Shaman's" + }, + { + "n": "Hierophant's", + "tc": "cgrn" + }, + { + "n": "Magekiller's" + }, + { + "n": "Witch-hunter's", + "tc": "cgrn" + }, + { + "n": "Magekiller's" + }, + { + "n": "Witch-hunter's", + "tc": "cgrn" + }, + { + "n": "Compact" + }, + { + "n": "Thin" + }, + { + "n": "Dense" + }, + { + "n": "Consecrated" + }, + { + "n": "Pure", + "tc": "lgld" + }, + { + "n": "Sacred", + "tc": "lgld" + }, + { + "n": "Hallowed", + "tc": "lgld" + }, + { + "n": "Divine", + "tc": "lgld" + }, + { + "n": "Pearl" + }, + { + "n": "Crimson" + }, + { + "n": "Red" + }, + { + "n": "Sanguinary" + }, + { + "n": "Bloody" + }, + { + "n": "Red", + "tc": "dred" + }, + { + "n": "Sanguinary", + "tc": "dred" + }, + { + "n": "Red", + "tc": "dred" + }, + { + "n": "Jagged" + }, + { + "n": "Forked" + }, + { + "n": "Serrated" + }, + { + "n": "Jagged", + "tc": "blac" + }, + { + "n": "Forked", + "tc": "blac" + }, + { + "n": "Jagged", + "tc": "blac" + }, + { + "n": "Snowy" + }, + { + "n": "Shivering" + }, + { + "n": "Boreal" + }, + { + "n": "Hibernal" + }, + { + "n": "Snowy" + }, + { + "n": "Shivering" + }, + { + "n": "Boreal", + "tc": "lblu" + }, + { + "n": "Hibernal", + "tc": "lblu" + }, + { + "n": "Snowy" + }, + { + "n": "Shivering" + }, + { + "n": "Boreal", + "tc": "lblu" + }, + { + "n": "Hibernal", + "tc": "lblu" + }, + { + "n": "Fiery" + }, + { + "n": "Smoldering" + }, + { + "n": "Smoking" + }, + { + "n": "Flaming" + }, + { + "n": "Fiery" + }, + { + "n": "Smoldering" + }, + { + "n": "Smoking", + "tc": "lred" + }, + { + "n": "Flaming", + "tc": "lred" + }, + { + "n": "Fiery" + }, + { + "n": "Smoldering" + }, + { + "n": "Smoking", + "tc": "lred" + }, + { + "n": "Flaming", + "tc": "lred" + }, + { + "n": "Static" + }, + { + "n": "Glowing" + }, + { + "n": "Arcing" + }, + { + "n": "Shocking" + }, + { + "n": "Static" + }, + { + "n": "Glowing" + }, + { + "n": "Arcing", + "tc": "whit" + }, + { + "n": "Shocking", + "tc": "whit" + }, + { + "n": "Static" + }, + { + "n": "Glowing" + }, + { + "n": "Arcing", + "tc": "whit" + }, + { + "n": "Shocking", + "tc": "whit" + }, + { + "n": "Septic" + }, + { + "n": "Foul" + }, + { + "n": "Toxic" + }, + { + "n": "Pestilent" + }, + { + "n": "Septic" + }, + { + "n": "Foul" + }, + { + "n": "Toxic", + "tc": "dgrn" + }, + { + "n": "Pestilent", + "tc": "dgrn" + }, + { + "n": "Septic" + }, + { + "n": "Foul" + }, + { + "n": "Toxic", + "tc": "dgrn" + }, + { + "n": "Pestilent", + "tc": "dgrn" + }, + { + "n": "Tireless" + }, + { + "n": "Lizard's" + }, + { + "n": "Azure" + }, + { + "n": "Crimson" + }, + { + "n": "Tangerine" + }, + { + "n": "Beryl" + }, + { + "n": "Godly", + "tc": "dgld" + }, + { + "n": "Cruel", + "tc": "blac" + }, + {} + ], + "magic_suffixes": [ + null, + { + "n": "of Health" + }, + { + "n": "of Protection" + }, + { + "n": "of Absorption" + }, + { + "n": "of Life", + "tc": "dblu" + }, + {}, + { + "n": "of Warding" + }, + { + "n": "of the Sentinel" + }, + { + "n": "of Guarding" + }, + { + "n": "of Negation" + }, + {}, + { + "n": "of Piercing" + }, + { + "n": "of Bashing" + }, + { + "n": "of Puncturing" + }, + { + "n": "of Thorns" + }, + { + "n": "of Spikes", + "tc": "oran" + }, + { + "n": "of Readiness" + }, + { + "n": "of Alacrity" + }, + { + "n": "of Swiftness" + }, + { + "n": "of Quickness", + "tc": "dyel" + }, + { + "n": "of Blocking" + }, + { + "n": "of Deflecting" + }, + { + "n": "of the Apprentice" + }, + { + "n": "of the Magus" + }, + { + "n": "of Frost" + }, + { + "n": "of the Glacier" + }, + { + "n": "of Frost" + }, + { + "n": "of Thawing" + }, + { + "n": "of Flame" + }, + { + "n": "of Fire" + }, + { + "n": "of Burning", + "tc": "dred" + }, + { + "n": "of Flame" + }, + { + "n": "of Shock" + }, + { + "n": "of Lightning" + }, + { + "n": "of Thunder", + "tc": "dyel" + }, + { + "n": "of Shock" + }, + { + "n": "of Craftmanship" + }, + { + "n": "of Quality" + }, + { + "n": "of Maiming" + }, + { + "n": "of Slaying" + }, + { + "n": "of Gore" + }, + { + "n": "of Carnage", + "tc": "blac" + }, + { + "n": "of Slaughter", + "tc": "blac" + }, + { + "n": "of Maiming" + }, + { + "n": "of Worth" + }, + { + "n": "of Measure" + }, + { + "n": "of Excellence" + }, + { + "n": "of Performance", + "tc": "blac" + }, + { + "n": "of Measure" + }, + { + "n": "of Blight" + }, + { + "n": "of Venom" + }, + { + "n": "of Pestilence", + "tc": "dgrn" + }, + { + "n": "of Blight" + }, + { + "n": "of Dexterity" + }, + { + "n": "of Dexterity" + }, + { + "n": "of Skill" + }, + { + "n": "of Skill" + }, + { + "n": "of Accuracy" + }, + { + "n": "of Precision" + }, + { + "n": "of Precision" + }, + { + "n": "of Perfection", + "tc": "dgld" + }, + { + "n": "of Balance" + }, + { + "n": "of Stability", + "tc": "dyel" + }, + {}, + { + "n": "of Regeneration" + }, + { + "n": "of Regeneration" + }, + { + "n": "of Regeneration" + }, + { + "n": "of Regrowth", + "tc": "cred" + }, + { + "n": "of Regrowth", + "tc": "cred" + }, + { + "n": "of Vileness" + }, + {}, + { + "n": "of Greed" + }, + { + "n": "of Wealth", + "tc": "lgld" + }, + { + "n": "of Chance" + }, + { + "n": "of Fortune", + "tc": "lgld" + }, + { + "n": "of Energy" + }, + { + "n": "of Energy" + }, + { + "n": "of the Mind" + }, + { + "n": "of Brilliance" + }, + { + "n": "of Sorcery", + "tc": "dgld" + }, + { + "n": "of Wizardry", + "tc": "dgld" + }, + { + "n": "of the Bear" + }, + { + "n": "of Light" + }, + { + "n": "of Radiance" + }, + { + "n": "of the Sun" + }, + { + "n": "of Life" + }, + { + "n": "of the Jackal" + }, + { + "n": "of the Fox" + }, + { + "n": "of the Wolf" + }, + { + "n": "of the Wolf" + }, + { + "n": "of the Tiger" + }, + { + "n": "of the Mammoth", + "tc": "cred" + }, + { + "n": "of the Mammoth", + "tc": "cred" + }, + { + "n": "of the Colossus", + "tc": "cred" + }, + { + "n": "of the Leech" + }, + { + "n": "of the Locust", + "tc": "cred" + }, + { + "n": "of the Bat" + }, + { + "n": "of the Vampire", + "tc": "cblu" + }, + { + "n": "of Defiance", + "tc": "dred" + }, + { + "n": "of Amelioration" + }, + { + "n": "of Remedy" + }, + {}, + { + "n": "of Simplicity" + }, + { + "n": "of Ease" + }, + {}, + { + "n": "of Strength" + }, + { + "n": "of Might" + }, + { + "n": "of the Ox" + }, + { + "n": "of the Ox" + }, + { + "n": "of the Giant", + "tc": "dgld" + }, + { + "n": "of the Giant", + "tc": "dgld" + }, + { + "n": "of the Titan", + "tc": "dgld" + }, + { + "n": "of Pacing" + }, + { + "n": "of Haste" + }, + { + "n": "of Speed" + }, + { + "n": "of Health" + }, + { + "n": "of Protection" + }, + { + "n": "of Absorption" + }, + { + "n": "of Life", + "tc": "dblu" + }, + { + "n": "of Life Everlasting" + }, + { + "n": "of Protection" + }, + { + "n": "of Absorption" + }, + { + "n": "of Life" + }, + { + "n": "of Amicae" + }, + { + "n": "of Warding" + }, + { + "n": "of the Sentinel" + }, + { + "n": "of Guarding" + }, + { + "n": "of Negation" + }, + { + "n": "of the Sentinel" + }, + { + "n": "of Guarding" + }, + { + "n": "of Negation" + }, + { + "n": "of Coolness" + }, + { + "n": "of Inflammability" + }, + { + "n": "of Amianthus" + }, + { + "n": "of Quenching" + }, + { + "n": "of Coolness" + }, + { + "n": "of Inflammability" + }, + { + "n": "of Amianthus" + }, + { + "n": "of Quenching" + }, + { + "n": "of Faith" + }, + { + "n": "of Resistance" + }, + { + "n": "of Insulation" + }, + { + "n": "of Grounding" + }, + { + "n": "of the Dynamo" + }, + { + "n": "of Resistance" + }, + { + "n": "of Insulation" + }, + { + "n": "of Grounding" + }, + { + "n": "of the Dynamo" + }, + { + "n": "of Stoicism" + }, + { + "n": "of Warming" + }, + { + "n": "of Thawing" + }, + { + "n": "of the Dunes" + }, + { + "n": "of the Scirocco" + }, + { + "n": "of Warming" + }, + { + "n": "of Thawing" + }, + { + "n": "of the Dunes" + }, + { + "n": "of the Scirocco" + }, + { + "n": "of Desire" + }, + { + "n": "of Piercing" + }, + { + "n": "of Bashing" + }, + { + "n": "of Puncturing" + }, + { + "n": "of Thorns" + }, + { + "n": "of Spikes", + "tc": "oran" + }, + { + "n": "of Razors", + "tc": "oran" + }, + { + "n": "of Swords", + "tc": "oran" + }, + { + "n": "of Malice" + }, + { + "n": "of Readiness" + }, + { + "n": "of Alacrity" + }, + { + "n": "of Swiftness" + }, + { + "n": "of Quickness", + "tc": "dyel" + }, + { + "n": "of Alacrity", + "tc": "dyel" + }, + { + "n": "of Fervor" + }, + { + "n": "of Blocking" + }, + { + "n": "of Deflecting" + }, + { + "n": "of the Apprentice" + }, + { + "n": "of the Magus" + }, + { + "n": "of Frost" + }, + { + "n": "of the Icicle" + }, + { + "n": "of the Glacier", + "tc": "dblu" + }, + { + "n": "of Winter", + "tc": "dblu" + }, + { + "n": "of Frost" + }, + { + "n": "of Frigidity", + "tc": "dblu" + }, + { + "n": "of Thawing" + }, + { + "n": "of Flame" + }, + { + "n": "of Fire" + }, + { + "n": "of Burning", + "tc": "dred" + }, + { + "n": "of Incineration", + "tc": "dred" + }, + { + "n": "of Flame" + }, + { + "n": "of Passion", + "tc": "dred" + }, + { + "n": "of Shock" + }, + { + "n": "of Lightning" + }, + { + "n": "of Thunder", + "tc": "dyel" + }, + { + "n": "of Storms", + "tc": "dyel" + }, + { + "n": "of Shock" + }, + { + "n": "of Ennui", + "tc": "dyel" + }, + { + "n": "of Craftmanship" + }, + { + "n": "of Quality" + }, + { + "n": "of Maiming" + }, + { + "n": "of Slaying" + }, + { + "n": "of Gore" + }, + { + "n": "of Carnage", + "tc": "blac" + }, + { + "n": "of Slaughter", + "tc": "blac" + }, + { + "n": "of Butchery", + "tc": "blac" + }, + { + "n": "of Evisceration", + "tc": "blac" + }, + { + "n": "of Maiming" + }, + { + "n": "of Craftmanship" + }, + { + "n": "of Craftmanship" + }, + { + "n": "of Craftmanship" + }, + { + "n": "of Quality" + }, + { + "n": "of Quality" + }, + { + "n": "of Maiming" + }, + { + "n": "of Maiming" + }, + { + "n": "of Craftmanship" + }, + { + "n": "of Craftmanship" + }, + { + "n": "of Quality" + }, + { + "n": "of Quality" + }, + { + "n": "of Maiming" + }, + { + "n": "of Craftmanship" + }, + { + "n": "of Quality" + }, + { + "n": "of Maiming" + }, + { + "n": "of Ire" + }, + { + "n": "of Wrath", + "tc": "blac" + }, + { + "n": "of Carnage", + "tc": "blac" + }, + { + "n": "of Worth" + }, + { + "n": "of Measure" + }, + { + "n": "of Excellence" + }, + { + "n": "of Performance", + "tc": "blac" + }, + { + "n": "of Transcendence", + "tc": "blac" + }, + { + "n": "of Worth" + }, + { + "n": "of Measure" + }, + { + "n": "of Excellence" + }, + { + "n": "of Performance" + }, + { + "n": "of Joyfulness", + "tc": "whit" + }, + { + "n": "of Bliss", + "tc": "whit" + }, + { + "n": "of Blight" + }, + { + "n": "of Venom" + }, + { + "n": "of Pestilence", + "tc": "dgrn" + }, + { + "n": "of Anthrax", + "tc": "dgrn" + }, + { + "n": "of Blight" + }, + { + "n": "of Envy", + "tc": "dgrn" + }, + { + "n": "of Dexterity" + }, + { + "n": "of Skill" + }, + { + "n": "of Accuracy" + }, + { + "n": "of Precision" + }, + { + "n": "of Perfection", + "tc": "dgld" + }, + { + "n": "of Nirvana", + "tc": "dgld" + }, + { + "n": "of Dexterity" + }, + { + "n": "of Skill" + }, + { + "n": "of Accuracy" + }, + { + "n": "of Precision" + }, + { + "n": "of Perfection", + "tc": "dgld" + }, + { + "n": "of Dexterity" + }, + { + "n": "of Skill" + }, + { + "n": "of Accuracy" + }, + { + "n": "of Precision", + "tc": "dgld" + }, + { + "n": "of Dexterity" + }, + { + "n": "of Dexterity" + }, + { + "n": "of Dexterity" + }, + { + "n": "of Dexterity" + }, + { + "n": "of Dexterity" + }, + { + "n": "of Dexterity" + }, + { + "n": "of Daring" + }, + { + "n": "of Balance" + }, + { + "n": "of Equilibrium" + }, + { + "n": "of Stability", + "tc": "dyel" + }, + { + "n": "of Balance" + }, + { + "n": "of Balance" + }, + { + "n": "of Balance", + "tc": "dyel" + }, + { + "n": "of Truth" + }, + { + "n": "of Regeneration" + }, + { + "n": "of Regeneration" + }, + { + "n": "of Regeneration" + }, + { + "n": "of Regrowth", + "tc": "cred" + }, + { + "n": "of Regrowth", + "tc": "cred" + }, + { + "n": "of Revivification", + "tc": "cred" + }, + { + "n": "of Honor" + }, + { + "n": "of Vileness" + }, + { + "n": "of Greed" + }, + { + "n": "of Wealth", + "tc": "lgld" + }, + { + "n": "of Greed" + }, + { + "n": "of Greed" + }, + { + "n": "of Greed" + }, + { + "n": "of Greed" + }, + { + "n": "of Greed" + }, + { + "n": "of Greed" + }, + { + "n": "of Avarice" + }, + { + "n": "of Chance" + }, + { + "n": "of Fortune", + "tc": "lgld" + }, + { + "n": "of Fortune", + "tc": "lgld" + }, + { + "n": "of Luck", + "tc": "lgld" + }, + { + "n": "of Fortune" + }, + { + "n": "of Good Luck" + }, + { + "n": "of Prosperity" + }, + { + "n": "of Energy" + }, + { + "n": "of the Mind" + }, + { + "n": "of Brilliance" + }, + { + "n": "of Sorcery" + }, + { + "n": "of Wizardry", + "tc": "dgld" + }, + { + "n": "of Enlightenment", + "tc": "dgld" + }, + { + "n": "of Energy" + }, + { + "n": "of the Mind" + }, + { + "n": "of Brilliance" + }, + { + "n": "of Sorcery" + }, + { + "n": "of Wizardry", + "tc": "dgld" + }, + { + "n": "of Energy" + }, + { + "n": "of the Mind" + }, + { + "n": "of Brilliance" + }, + { + "n": "of Sorcery", + "tc": "dgld" + }, + { + "n": "of Knowledge" + }, + { + "n": "of the Bear" + }, + { + "n": "of Light" + }, + { + "n": "of Radiance" + }, + { + "n": "of the Sun" + }, + { + "n": "of the Jackal" + }, + { + "n": "of the Fox" + }, + { + "n": "of the Wolf" + }, + { + "n": "of the Tiger" + }, + { + "n": "of the Mammoth", + "tc": "cred" + }, + { + "n": "of the Colossus", + "tc": "cred" + }, + { + "n": "of the Squid", + "tc": "cred" + }, + { + "n": "of the Whale", + "tc": "cred" + }, + { + "n": "of the Jackal" + }, + { + "n": "of the Fox" + }, + { + "n": "of the Wolf" + }, + { + "n": "of the Tiger" + }, + { + "n": "of the Mammoth", + "tc": "cred" + }, + { + "n": "of the Colossus", + "tc": "cred" + }, + { + "n": "of the Jackal" + }, + { + "n": "of the Fox" + }, + { + "n": "of the Wolf" + }, + { + "n": "of the Tiger" + }, + { + "n": "of the Mammoth", + "tc": "cred" + }, + { + "n": "of Life" + }, + { + "n": "of Life" + }, + { + "n": "of Life" + }, + { + "n": "of Sustenance" + }, + { + "n": "of Sustenance" + }, + { + "n": "of Sustenance" + }, + { + "n": "of Vita" + }, + { + "n": "of Vita" + }, + { + "n": "of Vita" + }, + { + "n": "of Life" + }, + { + "n": "of Life" + }, + { + "n": "of Sustenance" + }, + { + "n": "of Sustenance" + }, + { + "n": "of Vita" + }, + { + "n": "of Vita" + }, + { + "n": "of Life" + }, + { + "n": "of Sustenance" + }, + { + "n": "of Vita" + }, + { + "n": "of Spirit" + }, + { + "n": "of Hope" + }, + { + "n": "of the Leech" + }, + { + "n": "of the Locust", + "tc": "cred" + }, + { + "n": "of the Lamprey", + "tc": "cred" + }, + { + "n": "of the Leech" + }, + { + "n": "of the Locust" + }, + { + "n": "of the Lamprey", + "tc": "cred" + }, + { + "n": "of the Leech", + "tc": "cred" + }, + { + "n": "of the Bat" + }, + { + "n": "of the Wraith", + "tc": "cred" + }, + { + "n": "of the Vampire", + "tc": "cred" + }, + { + "n": "of the Bat" + }, + { + "n": "of the Wraith" + }, + { + "n": "of the Vampire", + "tc": "cred" + }, + { + "n": "of the Bat", + "tc": "cred" + }, + { + "n": "of Defiance", + "tc": "dred" + }, + { + "n": "of Amelioration" + }, + { + "n": "of Remedy" + }, + { + "n": "of Simplicity" + }, + { + "n": "of Ease" + }, + { + "n": "of Freedom" + }, + { + "n": "of Strength" + }, + { + "n": "of Might" + }, + { + "n": "of the Ox" + }, + { + "n": "of the Giant" + }, + { + "n": "of the Titan", + "tc": "dgld" + }, + { + "n": "of Atlas", + "tc": "dgld" + }, + { + "n": "of Strength" + }, + { + "n": "of Might" + }, + { + "n": "of the Ox" + }, + { + "n": "of the Giant" + }, + { + "n": "of the Titan", + "tc": "dgld" + }, + { + "n": "of Strength" + }, + { + "n": "of Might" + }, + { + "n": "of the Ox" + }, + { + "n": "of the Giant", + "tc": "dgld" + }, + { + "n": "of Strength" + }, + { + "n": "of Strength" + }, + { + "n": "of Strength" + }, + { + "n": "of Strength" + }, + { + "n": "of Strength" + }, + { + "n": "of Strength" + }, + { + "n": "of Virility" + }, + { + "n": "of Pacing" + }, + { + "n": "of Haste" + }, + { + "n": "of Speed" + }, + { + "n": "of Transportation" + }, + { + "n": "of Acceleration" + }, + { + "n": "of Inertia" + }, + { + "n": "of Inertia" + }, + { + "n": "of Inertia" + }, + { + "n": "of Self-Repair" + }, + { + "n": "of Restoration" + }, + { + "n": "of Ages" + }, + { + "n": "of Replenishing" + }, + { + "n": "of Propogation" + }, + { + "n": "of the Centaur", + "tc": "cred" + }, + { + "n": "of Memory", + "tc": "cred" + }, + { + "n": "of the Elephant", + "tc": "cred" + }, + { + "n": "of Power", + "tc": "dgld" + }, + { + "n": "of Grace", + "tc": "dgld" + }, + { + "n": "of Grace and Power", + "tc": "dgld" + }, + { + "n": "of the Yeti", + "tc": "lblu" + }, + { + "n": "of the Phoenix", + "tc": "cred" + }, + { + "n": "of the Efreeti", + "tc": "cblu" + }, + { + "n": "of the Cobra", + "tc": "dyel" + }, + { + "n": "of the Elements", + "tc": "dgld" + }, + { + "n": "of Firebolts" + }, + { + "n": "of Firebolts" + }, + { + "n": "of Firebolts" + }, + { + "n": "of Charged Bolt" + }, + { + "n": "of Charged Bolt" + }, + { + "n": "of Charged Bolt" + }, + { + "n": "of Icebolt", + "tc": "lblu" + }, + { + "n": "of Frozen Armor" + }, + { + "n": "of Static Field" + }, + { + "n": "of Telekinesis" + }, + { + "n": "of Frost Shield", + "tc": "lblu" + }, + { + "n": "of Ice Blast" + }, + { + "n": "of Blaze" + }, + { + "n": "of Fire Ball" + }, + { + "n": "of Nova", + "tc": "cblu" + }, + { + "n": "of Nova", + "tc": "cblu" + }, + { + "n": "of Nova Shield", + "tc": "cblu" + }, + { + "n": "of Nova Shield", + "tc": "cblu" + }, + { + "n": "of Nova Shield", + "tc": "cblu" + }, + { + "n": "of Lightning", + "tc": "cblu" + }, + { + "n": "of Lightning", + "tc": "cblu" + }, + { + "n": "of Shiver Armor" + }, + { + "n": "of Fire Wall" + }, + { + "n": "of Enchant" + }, + { + "n": "of Chain Lightning" + }, + { + "n": "of Chain Lightning" + }, + { + "n": "of Chain Lightning" + }, + { + "n": "of Teleport Shield", + "tc": "whit" + }, + { + "n": "of Teleport Shield", + "tc": "whit" + }, + { + "n": "of Teleport Shield", + "tc": "whit" + }, + { + "n": "of Glacial Spike" + }, + { + "n": "of Meteor" + }, + { + "n": "of Thunder Storm" + }, + { + "n": "of Energy Shield" + }, + { + "n": "of Blizzard" + }, + { + "n": "of Chilling Armor" + }, + { + "n": "of Hydra Shield", + "tc": "cred" + }, + { + "n": "of Frozen Orb" + }, + { + "n": "of Dawn" + }, + { + "n": "of Sunlight" + }, + { + "n": "of Magic Arrow" + }, + { + "n": "of Magic Arrow" + }, + { + "n": "of Fire Arrow" + }, + { + "n": "of Fire Arrow" + }, + { + "n": "of Inner Sight" + }, + { + "n": "of Inner Sight" + }, + { + "n": "of Jab" + }, + { + "n": "of Jab" + }, + { + "n": "of Cold Arrow" + }, + { + "n": "of Cold Arrow" + }, + { + "n": "of Multiple Shot" + }, + { + "n": "of Multiple Shot" + }, + { + "n": "of Power Strike" + }, + { + "n": "of Power Strike" + }, + { + "n": "of Poison Jab" + }, + { + "n": "of Poison Jab" + }, + { + "n": "of Exploding Arrow" + }, + { + "n": "of Exploding Arrow" + }, + { + "n": "of Slow Missile" + }, + { + "n": "of Slow Missile" + }, + { + "n": "of Impaling Strike" + }, + { + "n": "of Impaling Strike" + }, + { + "n": "of Lightning Javelin" + }, + { + "n": "of Lightning Javelin" + }, + { + "n": "of Ice Arrow" + }, + { + "n": "of Ice Arrow" + }, + { + "n": "of Guided Arrow" + }, + { + "n": "of Guided Arrow" + }, + { + "n": "of Charged Strike" + }, + { + "n": "of Charged Strike" + }, + { + "n": "of Plague Jab" + }, + { + "n": "of Plague Jab" + }, + { + "n": "of Immolating Arrow" + }, + { + "n": "of Immolating Arrow" + }, + { + "n": "of Fending" + }, + { + "n": "of Fending" + }, + { + "n": "of Freezing Arrow" + }, + { + "n": "of Freezing Arrow" + }, + { + "n": "of Lightning Strike" + }, + { + "n": "of Lightning Strike" + }, + { + "n": "of Lightning Fury" + }, + { + "n": "of Lightning Fury" + }, + { + "n": "of Fire Bolt" + }, + { + "n": "of Fire Bolt" + }, + { + "n": "of Charged Bolt" + }, + { + "n": "of Charged Bolt" + }, + { + "n": "of Ice Bolt" + }, + { + "n": "of Ice Bolt" + }, + { + "n": "of Frozen Armor" + }, + { + "n": "of Frozen Armor" + }, + { + "n": "of Static Field" + }, + { + "n": "of Static Field" + }, + { + "n": "of Telekinesis" + }, + { + "n": "of Telekinesis" + }, + { + "n": "of Frost Nova" + }, + { + "n": "of Frost Nova" + }, + { + "n": "of Ice Blast" + }, + { + "n": "of Ice Blast" + }, + { + "n": "of Blazing" + }, + { + "n": "of Blazing" + }, + { + "n": "of Fire Ball" + }, + { + "n": "of Fire Ball" + }, + { + "n": "of Nova" + }, + { + "n": "of Nova" + }, + { + "n": "of Lightning" + }, + { + "n": "of Lightning" + }, + { + "n": "of Shiver Armor" + }, + { + "n": "of Shiver Armor" + }, + { + "n": "of Fire Wall" + }, + { + "n": "of Fire Wall" + }, + { + "n": "of Enchantment" + }, + { + "n": "of Enchantment" + }, + { + "n": "of Chain Lightning" + }, + { + "n": "of Chain Lightning" + }, + { + "n": "of Teleportation" + }, + { + "n": "of Teleportation" + }, + { + "n": "of Glacial Spike" + }, + { + "n": "of Glacial Spike" + }, + { + "n": "of Meteor" + }, + { + "n": "of Meteor" + }, + { + "n": "of Thunder Storm" + }, + { + "n": "of Thunder Storm" + }, + { + "n": "of Energy Shield" + }, + { + "n": "of Energy Shield" + }, + { + "n": "of Blizzard" + }, + { + "n": "of Blizzard" + }, + { + "n": "of Chilling Armor" + }, + { + "n": "of Chilling Armor" + }, + { + "n": "of Hydra" + }, + { + "n": "of Hydra" + }, + { + "n": "of Frozen Orb" + }, + { + "n": "of Frozen Orb" + }, + { + "n": "of Amplify Damage" + }, + { + "n": "of Amplify Damage" + }, + { + "n": "of Teeth" + }, + { + "n": "of Teeth" + }, + { + "n": "of Bone Armor" + }, + { + "n": "of Bone Armor" + }, + { + "n": "of Raise Skeleton" + }, + { + "n": "of Raise Skeleton" + }, + { + "n": "of Dim Vision" + }, + { + "n": "of Dim Vision" + }, + { + "n": "of Weaken" + }, + { + "n": "of Weaken" + }, + { + "n": "of Poison Dagger" + }, + { + "n": "of Poison Dagger" + }, + { + "n": "of Corpse Explosion" + }, + { + "n": "of Corpse Explosion" + }, + { + "n": "of Clay Golem" + }, + { + "n": "of Clay Golem" + }, + { + "n": "of Iron Maiden" + }, + { + "n": "of Iron Maiden" + }, + { + "n": "of Terror" + }, + { + "n": "of Terror" + }, + { + "n": "of Bone Wall" + }, + { + "n": "of Bone Wall" + }, + { + "n": "of Skeletal Mages" + }, + { + "n": "of Skeletal Mages" + }, + { + "n": "of Confusion" + }, + { + "n": "of Confusion" + }, + { + "n": "of Life Tap" + }, + { + "n": "of Life Tap" + }, + { + "n": "of Poison Explosion" + }, + { + "n": "of Poison Explosion" + }, + { + "n": "of Bone Spear" + }, + { + "n": "of Bone Spear" + }, + { + "n": "of Blood Golem" + }, + { + "n": "of Blood Golem" + }, + { + "n": "of Attract" + }, + { + "n": "of Attract" + }, + { + "n": "of Decrepify" + }, + { + "n": "of Decrepify" + }, + { + "n": "of Bone Prison" + }, + { + "n": "of Bone Prison" + }, + { + "n": "of Iron Golem" + }, + { + "n": "of Iron Golem" + }, + { + "n": "of Lower Resistance" + }, + { + "n": "of Lower Resistance" + }, + { + "n": "of Poison Nova" + }, + { + "n": "of Poison Nova" + }, + { + "n": "of Bone Spirit" + }, + { + "n": "of Bone Spirit" + }, + { + "n": "of Fire Golem" + }, + { + "n": "of Fire Golem" + }, + { + "n": "of Revivification" + }, + { + "n": "of Revivification" + }, + { + "n": "of Sacrifice" + }, + { + "n": "of Sacrifice" + }, + { + "n": "of Holy Bolt" + }, + { + "n": "of Holy Bolt" + }, + { + "n": "of Zeal" + }, + { + "n": "of Zeal" + }, + { + "n": "of Vengeance" + }, + { + "n": "of Vengeance" + }, + { + "n": "of Blessed Hammer" + }, + { + "n": "of Blessed Hammer" + }, + { + "n": "of Conversion" + }, + { + "n": "of Conversion" + }, + { + "n": "of Fist of the Heavens" + }, + { + "n": "of Fist of the Heavens" + }, + { + "n": "of Bashing" + }, + { + "n": "of Bashing" + }, + { + "n": "of Howl" + }, + { + "n": "of Howl" + }, + { + "n": "of Find Potion" + }, + { + "n": "of Find Potion" + }, + { + "n": "of Taunt" + }, + { + "n": "of Taunt" + }, + { + "n": "of Shout" + }, + { + "n": "of Shout" + }, + { + "n": "of Stun" + }, + { + "n": "of Stun" + }, + { + "n": "of Find Item" + }, + { + "n": "of Find Item" + }, + { + "n": "of Concentration" + }, + { + "n": "of Concentration" + }, + { + "n": "of Battle Cry" + }, + { + "n": "of Battle Cry" + }, + { + "n": "of Battle Orders" + }, + { + "n": "of Battle Orders" + }, + { + "n": "of Grim Ward" + }, + { + "n": "of Grim Ward" + }, + { + "n": "of War Cry" + }, + { + "n": "of War Cry" + }, + { + "n": "of Battle Command" + }, + { + "n": "of Battle Command" + }, + { + "n": "of Firestorms" + }, + { + "n": "of Firestorms" + }, + { + "n": "of Molten Boulder" + }, + { + "n": "of Molten Boulder" + }, + { + "n": "of Fissure" + }, + { + "n": "of Fissure" + }, + { + "n": "of Cyclone Armor" + }, + { + "n": "of Cyclone Armor" + }, + { + "n": "of Twister" + }, + { + "n": "of Twister" + }, + { + "n": "of Volcano" + }, + { + "n": "of Volcano" + }, + { + "n": "of Tornado" + }, + { + "n": "of Tornado" + }, + { + "n": "of Armageddon" + }, + { + "n": "of Armageddon" + }, + { + "n": "of Hurricane" + }, + { + "n": "of Hurricane" + }, + { + "n": "of Amplify Damage" + }, + { + "n": "of the Icicle", + "tc": "dblu" + }, + { + "n": "of the Glacier", + "tc": "dblu" + }, + { + "n": "of Fire", + "tc": "dred" + }, + { + "n": "of Burning", + "tc": "dred" + }, + { + "n": "of Lightning", + "tc": "dyel" + }, + { + "n": "of Thunder", + "tc": "dyel" + }, + { + "n": "of Daring" + }, + { + "n": "of Daring" + }, + { + "n": "of Knowledge" + }, + { + "n": "of Knowledge" + }, + { + "n": "of Virility" + }, + { + "n": "of Virility" + }, + { + "n": "of Readiness" + }, + { + "n": "of Craftmanship" + }, + { + "n": "of Quality" + }, + { + "n": "of Maiming" + }, + { + "n": "of Craftmanship" + }, + { + "n": "of Quality" + }, + { + "n": "of Craftmanship" + }, + { + "n": "of Blight" + }, + { + "n": "of Venom" + }, + { + "n": "of Pestilence" + }, + { + "n": "of Anthrax" + }, + { + "n": "of Blight" + }, + { + "n": "of Venom" + }, + { + "n": "of Pestilence", + "tc": "dgrn" + }, + { + "n": "of Anthrax", + "tc": "dgrn" + }, + { + "n": "of Blight" + }, + { + "n": "of Venom" + }, + { + "n": "of Pestilence", + "tc": "dgrn" + }, + { + "n": "of Anthrax", + "tc": "dgrn" + }, + { + "n": "of Frost" + }, + { + "n": "of the Icicle" + }, + { + "n": "of the Glacier" + }, + { + "n": "of Winter" + }, + { + "n": "of Frost" + }, + { + "n": "of the Icicle" + }, + { + "n": "of the Glacier", + "tc": "dblu" + }, + { + "n": "of Winter", + "tc": "dblu" + }, + { + "n": "of Frost" + }, + { + "n": "of the Icicle" + }, + { + "n": "of the Glacier", + "tc": "dblu" + }, + { + "n": "of Winter", + "tc": "dblu" + }, + { + "n": "of Flame" + }, + { + "n": "of Fire" + }, + { + "n": "of Burning" + }, + { + "n": "of Incineration" + }, + { + "n": "of Flame" + }, + { + "n": "of Fire" + }, + { + "n": "of Burning", + "tc": "dred" + }, + { + "n": "of Incineration", + "tc": "dred" + }, + { + "n": "of Flame" + }, + { + "n": "of Fire" + }, + { + "n": "of Burning", + "tc": "dred" + }, + { + "n": "of Incineration", + "tc": "dred" + }, + { + "n": "of Shock" + }, + { + "n": "of Lightning" + }, + { + "n": "of Thunder" + }, + { + "n": "of Storms" + }, + { + "n": "of Shock" + }, + { + "n": "of Lightning" + }, + { + "n": "of Thunder", + "tc": "dyel" + }, + { + "n": "of Storms", + "tc": "dyel" + }, + { + "n": "of Shock" + }, + { + "n": "of Lightning" + }, + { + "n": "of Thunder", + "tc": "dyel" + }, + { + "n": "of Storms", + "tc": "dyel" + }, + { + "n": "of Dexterity" + }, + { + "n": "of Dexterity" + }, + { + "n": "of Strength" + }, + { + "n": "of Strength" + }, + { + "n": "of Thorns" + }, + { + "n": "of Frost" + }, + { + "n": "of Flame" + }, + { + "n": "of Blight" + }, + { + "n": "of Shock" + }, + { + "n": "of Regeneration" + }, + { + "n": "of Energy" + }, + { + "n": "of Light" + }, + { + "n": "of the Leech" + }, + { + "n": "of the Locust" + }, + { + "n": "of the Lamprey", + "tc": "cred" + }, + { + "n": "of the Bat" + }, + { + "n": "of the Wraith" + }, + { + "n": "of the Vampire", + "tc": "cred" + }, + {} + ], + "properties": { + "ac": [ + { + "s": "armorclass", + "f": 1 + } + ], + "ac-miss": [ + { + "s": "armorclass_vs_missile", + "f": 1 + } + ], + "ac-hth": [ + { + "s": "armorclass_vs_hth", + "f": 1 + } + ], + "red-dmg": [ + { + "s": "normal_damage_reduction", + "f": 1 + } + ], + "red-dmg%": [ + { + "s": "damageresist", + "f": 1 + } + ], + "ac%": [ + { + "s": "item_armor_percent", + "f": 2 + } + ], + "red-mag": [ + { + "s": "magic_damage_reduction", + "f": 1 + } + ], + "str": [ + { + "s": "strength", + "f": 1 + } + ], + "dex": [ + { + "s": "dexterity", + "f": 1 + } + ], + "vit": [ + { + "s": "vitality", + "f": 1 + } + ], + "enr": [ + { + "s": "energy", + "f": 1 + } + ], + "mana": [ + { + "s": "maxmana", + "f": 1 + } + ], + "mana%": [ + { + "s": "item_maxmana_percent", + "f": 1 + } + ], + "hp": [ + { + "s": "maxhp", + "f": 1 + } + ], + "hp%": [ + { + "s": "item_maxhp_percent", + "f": 1 + } + ], + "att": [ + { + "s": "tohit", + "f": 1 + } + ], + "block": [ + { + "s": "toblock", + "f": 1 + } + ], + "cold-min": [ + { + "s": "coldmindam", + "f": 1 + } + ], + "cold-max": [ + { + "s": "coldmaxdam", + "f": 1 + } + ], + "cold-len": [ + { + "s": "coldlength", + "f": 1 + } + ], + "fire-min": [ + { + "s": "firemindam", + "f": 1 + } + ], + "fire-max": [ + { + "s": "firemaxdam", + "f": 1 + } + ], + "ltng-min": [ + { + "s": "lightmindam", + "f": 1 + } + ], + "ltng-max": [ + { + "s": "lightmaxdam", + "f": 1 + } + ], + "pois-min": [ + { + "s": "poisonmindam", + "f": 1 + } + ], + "pois-max": [ + { + "s": "poisonmaxdam", + "f": 1 + } + ], + "pois-len": [ + { + "s": "poisonlength", + "f": 1 + } + ], + "dmg-min": [ + { + "f": 5 + } + ], + "dmg-max": [ + { + "f": 6 + } + ], + "dmg%": [ + { + "f": 7 + } + ], + "dmg-to-mana": [ + { + "s": "item_damagetomana", + "f": 1 + } + ], + "res-fire": [ + { + "s": "fireresist", + "f": 1 + } + ], + "res-fire-max": [ + { + "s": "maxfireresist", + "f": 1 + } + ], + "res-ltng": [ + { + "s": "lightresist", + "f": 1 + } + ], + "res-ltng-max": [ + { + "s": "maxlightresist", + "f": 1 + } + ], + "res-cold": [ + { + "s": "coldresist", + "f": 1 + } + ], + "res-cold-max": [ + { + "s": "maxcoldresist", + "f": 1 + } + ], + "res-mag": [ + { + "s": "magicresist", + "f": 1 + } + ], + "res-mag-max": [ + { + "s": "maxmagicresist", + "f": 1 + } + ], + "res-pois": [ + { + "s": "poisonresist", + "f": 1 + } + ], + "res-pois-max": [ + { + "s": "maxpoisonresist", + "f": 1 + } + ], + "res-all": [ + { + "s": "fireresist", + "f": 1 + }, + { + "s": "lightresist", + "f": 3 + }, + { + "s": "coldresist", + "f": 3 + }, + { + "s": "poisonresist", + "f": 3 + } + ], + "res-all-max": [ + { + "s": "maxfireresist", + "f": 1 + }, + { + "s": "maxlightresist", + "f": 3 + }, + { + "s": "maxcoldresist", + "f": 3 + }, + { + "s": "maxpoisonresist", + "f": 3 + } + ], + "abs-fire%": [ + { + "s": "item_absorbfire_percent", + "f": 1 + } + ], + "abs-fire": [ + { + "s": "item_absorbfire", + "f": 1 + } + ], + "abs-ltng%": [ + { + "s": "item_absorblight_percent", + "f": 1 + } + ], + "abs-ltng": [ + { + "s": "item_absorblight", + "f": 1 + } + ], + "abs-mag%": [ + { + "s": "item_absorbmagic_percent", + "f": 1 + } + ], + "abs-mag": [ + { + "s": "item_absorbmagic", + "f": 1 + } + ], + "abs-cold%": [ + { + "s": "item_absorbcold_percent", + "f": 1 + } + ], + "abs-cold": [ + { + "s": "item_absorbcold", + "f": 1 + } + ], + "dur": [ + { + "s": "maxdurability", + "f": 1 + } + ], + "dur%": [ + { + "s": "item_maxdurability_percent", + "f": 13 + } + ], + "regen": [ + { + "s": "hpregen", + "f": 1 + } + ], + "thorns": [ + { + "s": "item_attackertakesdamage", + "f": 1 + } + ], + "swing1": [ + { + "s": "item_fasterattackrate", + "f": 8 + } + ], + "swing2": [ + { + "s": "item_fasterattackrate", + "f": 8 + } + ], + "swing3": [ + { + "s": "item_fasterattackrate", + "f": 8 + } + ], + "gold%": [ + { + "s": "item_goldbonus", + "f": 1 + } + ], + "mag%": [ + { + "s": "item_magicbonus", + "f": 1 + } + ], + "knock": [ + { + "s": "item_knockback", + "f": 1 + } + ], + "regen-stam": [ + { + "s": "staminarecoverybonus", + "f": 1 + } + ], + "regen-mana": [ + { + "s": "manarecoverybonus", + "f": 1 + } + ], + "stam": [ + { + "s": "maxstamina", + "f": 1 + } + ], + "time": [ + { + "s": "item_timeduration", + "f": 1 + } + ], + "manasteal": [ + { + "s": "manadrainmindam", + "f": 1 + } + ], + "lifesteal": [ + { + "s": "lifedrainmindam", + "f": 1 + } + ], + "ama": [ + { + "s": "item_addclassskills", + "f": 21 + } + ], + "pal": [ + { + "s": "item_addclassskills", + "f": 21 + } + ], + "nec": [ + { + "s": "item_addclassskills", + "f": 21 + } + ], + "sor": [ + { + "s": "item_addclassskills", + "f": 21 + } + ], + "bar": [ + { + "s": "item_addclassskills", + "f": 21 + } + ], + "herb": [ + { + "s": "item_doubleherbduration", + "f": 1 + } + ], + "light": [ + { + "s": "item_lightradius", + "f": 1 + } + ], + "color": [ + { + "s": "item_lightcolor", + "f": 1 + } + ], + "ease": [ + { + "s": "item_req_percent", + "f": 1 + } + ], + "move1": [ + { + "s": "item_fastermovevelocity", + "f": 8 + } + ], + "move2": [ + { + "s": "item_fastermovevelocity", + "f": 8 + } + ], + "move3": [ + { + "s": "item_fastermovevelocity", + "f": 8 + } + ], + "balance1": [ + { + "s": "item_fastergethitrate", + "f": 8 + } + ], + "balance2": [ + { + "s": "item_fastergethitrate", + "f": 8 + } + ], + "balance3": [ + { + "s": "item_fastergethitrate", + "f": 8 + } + ], + "block1": [ + { + "s": "item_fasterblockrate", + "f": 8 + } + ], + "block2": [ + { + "s": "item_fasterblockrate", + "f": 8 + } + ], + "block3": [ + { + "s": "item_fasterblockrate", + "f": 8 + } + ], + "cast1": [ + { + "s": "item_fastercastrate", + "f": 8 + } + ], + "cast2": [ + { + "s": "item_fastercastrate", + "f": 8 + } + ], + "cast3": [ + { + "s": "item_fastercastrate", + "f": 8 + } + ], + "res-pois-len": [ + { + "s": "item_poisonlengthresist", + "f": 1 + } + ], + "dmg": [ + { + "s": "item_normaldamage", + "f": 1 + } + ], + "howl": [ + { + "s": "item_howl", + "f": 1 + } + ], + "stupidity": [ + { + "s": "item_stupidity", + "f": 1 + } + ], + "ignore-ac": [ + { + "s": "item_ignoretargetac", + "f": 1 + } + ], + "reduce-ac": [ + { + "s": "item_fractionaltargetac", + "f": 1 + } + ], + "noheal": [ + { + "s": "item_preventheal", + "f": 1 + } + ], + "half-freeze": [ + { + "s": "item_halffreezeduration", + "f": 1 + } + ], + "att%": [ + { + "s": "item_tohit_percent", + "f": 1 + } + ], + "dmg-ac": [ + { + "s": "item_damagetargetac", + "f": 1 + } + ], + "dmg-demon": [ + { + "s": "item_demondamage_percent", + "f": 1 + } + ], + "dmg-undead": [ + { + "s": "item_undeaddamage_percent", + "f": 1 + } + ], + "att-demon": [ + { + "s": "item_demon_tohit", + "f": 1 + } + ], + "att-undead": [ + { + "s": "item_undead_tohit", + "f": 1 + } + ], + "throw": [ + { + "s": "item_throwable", + "f": 1 + } + ], + "fireskill": [ + { + "s": "item_elemskill", + "f": 21 + } + ], + "allskills": [ + { + "s": "item_allskills", + "f": 1 + } + ], + "light-thorns": [ + { + "s": "item_attackertakeslightdamage", + "f": 1 + } + ], + "freeze": [ + { + "s": "item_freeze", + "f": 1 + } + ], + "openwounds": [ + { + "s": "item_openwounds", + "f": 1 + } + ], + "crush": [ + { + "s": "item_crushingblow", + "f": 1 + } + ], + "kick": [ + { + "s": "item_kickdamage", + "f": 1 + } + ], + "mana-kill": [ + { + "s": "item_manaafterkill", + "f": 1 + } + ], + "demon-heal": [ + { + "s": "item_healafterdemonkill", + "f": 1 + } + ], + "bloody": [ + { + "s": "item_extrablood", + "f": 1 + } + ], + "deadly": [ + { + "s": "item_deadlystrike", + "f": 1 + } + ], + "slow": [ + { + "s": "item_slow", + "f": 1 + } + ], + "nofreeze": [ + { + "s": "item_cannotbefrozen", + "f": 1 + } + ], + "stamdrain": [ + { + "s": "item_staminadrainpct", + "f": 1 + } + ], + "reanimate": [ + { + "s": "item_reanimate", + "f": 24 + } + ], + "pierce": [ + { + "s": "item_pierce", + "f": 1 + } + ], + "magicarrow": [ + { + "s": "item_magicarrow", + "f": 1 + } + ], + "explosivearrow": [ + { + "s": "item_explosivearrow", + "f": 1 + } + ], + "dru": [ + { + "s": "item_addclassskills", + "f": 21 + } + ], + "ass": [ + { + "s": "item_addclassskills", + "f": 21 + } + ], + "skill": [ + { + "s": "item_singleskill", + "f": 22 + } + ], + "skilltab": [ + { + "s": "item_addskill_tab", + "f": 10 + } + ], + "aura": [ + { + "s": "item_aura", + "f": 22 + } + ], + "att-skill": [ + { + "s": "item_skillonattack", + "f": 11 + } + ], + "hit-skill": [ + { + "s": "item_skillonhit", + "f": 11 + } + ], + "gethit-skill": [ + { + "s": "item_skillongethit", + "f": 11 + } + ], + "sock": [ + { + "s": "item_numsockets", + "f": 14 + } + ], + "dmg-fire": [ + { + "s": "firemindam", + "f": 15 + }, + { + "s": "firemaxdam", + "f": 16 + } + ], + "dmg-ltng": [ + { + "s": "lightmindam", + "f": 15 + }, + { + "s": "lightmaxdam", + "f": 16 + } + ], + "dmg-mag": [ + { + "s": "magicmindam", + "f": 15 + }, + { + "s": "magicmaxdam", + "f": 16 + } + ], + "dmg-cold": [ + { + "s": "coldmindam", + "f": 15 + }, + { + "s": "coldmaxdam", + "f": 16 + }, + { + "s": "coldlength", + "f": 17 + } + ], + "dmg-pois": [ + { + "s": "poisonmindam", + "f": 15 + }, + { + "s": "poisonmaxdam", + "f": 16 + }, + { + "s": "poisonlength", + "f": 17 + } + ], + "dmg-throw": [ + { + "s": "item_throw_mindamage", + "f": 15 + }, + { + "s": "item_throw_maxdamage", + "f": 16 + } + ], + "dmg-norm": [ + { + "s": "mindamage", + "f": 15 + }, + { + "s": "maxdamage", + "f": 16 + } + ], + "ac/lvl": [ + { + "s": "item_armor_perlevel", + "f": 17 + } + ], + "ac%/lvl": [ + { + "s": "item_armorpercent_perlevel", + "f": 17 + } + ], + "hp/lvl": [ + { + "s": "item_hp_perlevel", + "f": 17 + } + ], + "mana/lvl": [ + { + "s": "item_mana_perlevel", + "f": 17 + } + ], + "dmg/lvl": [ + { + "s": "item_maxdamage_perlevel", + "f": 17 + } + ], + "dmg%/lvl": [ + { + "s": "item_maxdamage_percent_perlevel", + "f": 17 + } + ], + "str/lvl": [ + { + "s": "item_strength_perlevel", + "f": 17 + } + ], + "dex/lvl": [ + { + "s": "item_dexterity_perlevel", + "f": 17 + } + ], + "enr/lvl": [ + { + "s": "item_energy_perlevel", + "f": 17 + } + ], + "vit/lvl": [ + { + "s": "item_vitality_perlevel", + "f": 17 + } + ], + "att/lvl": [ + { + "s": "item_tohit_perlevel", + "f": 17 + } + ], + "att%/lvl": [ + { + "s": "item_tohitpercent_perlevel", + "f": 17 + } + ], + "dmg-cold/lvl": [ + { + "s": "item_cold_damagemax_perlevel", + "f": 17 + } + ], + "dmg-fire/lvl": [ + { + "s": "item_fire_damagemax_perlevel", + "f": 17 + } + ], + "dmg-ltng/lvl": [ + { + "s": "item_ltng_damagemax_perlevel", + "f": 17 + } + ], + "dmg-pois/lvl": [ + { + "s": "item_pois_damagemax_perlevel", + "f": 17 + } + ], + "res-cold/lvl": [ + { + "s": "item_resist_cold_perlevel", + "f": 17 + } + ], + "res-fire/lvl": [ + { + "s": "item_resist_fire_perlevel", + "f": 17 + } + ], + "res-ltng/lvl": [ + { + "s": "item_resist_ltng_perlevel", + "f": 17 + } + ], + "res-pois/lvl": [ + { + "s": "item_resist_pois_perlevel", + "f": 17 + } + ], + "abs-cold/lvl": [ + { + "s": "item_absorb_cold_perlevel", + "f": 17 + } + ], + "abs-fire/lvl": [ + { + "s": "item_absorb_fire_perlevel", + "f": 17 + } + ], + "abs-ltng/lvl": [ + { + "s": "item_absorb_ltng_perlevel", + "f": 17 + } + ], + "abs-pois/lvl": [ + { + "s": "item_absorb_pois_perlevel", + "f": 17 + } + ], + "thorns/lvl": [ + { + "s": "item_thorns_perlevel", + "f": 17 + } + ], + "gold%/lvl": [ + { + "s": "item_find_gold_perlevel", + "f": 17 + } + ], + "mag%/lvl": [ + { + "s": "item_find_magic_perlevel", + "f": 17 + } + ], + "regen-stam/lvl": [ + { + "s": "item_regenstamina_perlevel", + "f": 17 + } + ], + "stam/lvl": [ + { + "s": "item_stamina_perlevel", + "f": 17 + } + ], + "dmg-dem/lvl": [ + { + "s": "item_damage_demon_perlevel", + "f": 17 + } + ], + "dmg-und/lvl": [ + { + "s": "item_damage_undead_perlevel", + "f": 17 + } + ], + "att-dem/lvl": [ + { + "s": "item_tohit_demon_perlevel", + "f": 17 + } + ], + "att-und/lvl": [ + { + "s": "item_tohit_undead_perlevel", + "f": 17 + } + ], + "crush/lvl": [ + { + "s": "item_crushingblow_perlevel", + "f": 17 + } + ], + "wounds/lvl": [ + { + "s": "item_openwounds_perlevel", + "f": 17 + } + ], + "kick/lvl": [ + { + "s": "item_kick_damage_perlevel", + "f": 17 + } + ], + "deadly/lvl": [ + { + "s": "item_deadlystrike_perlevel", + "f": 17 + } + ], + "rep-dur": [ + { + "s": "item_replenish_durability", + "f": 17 + } + ], + "rep-quant": [ + { + "s": "item_replenish_quantity", + "f": 17 + } + ], + "stack": [ + { + "s": "item_extra_stack", + "f": 1 + } + ], + "ac/time": [ + { + "s": "item_armor_bytime", + "f": 18 + } + ], + "ac%/time": [ + { + "s": "item_armorpercent_bytime", + "f": 18 + } + ], + "hp/time": [ + { + "s": "item_hp_bytime", + "f": 18 + } + ], + "mana/time": [ + { + "s": "item_mana_bytime", + "f": 18 + } + ], + "dmg/time": [ + { + "s": "item_maxdamage_bytime", + "f": 18 + } + ], + "dmg%/time": [ + { + "s": "item_maxdamage_percent_bytime", + "f": 18 + } + ], + "str/time": [ + { + "s": "item_strength_bytime", + "f": 18 + } + ], + "dex/time": [ + { + "s": "item_dexterity_bytime", + "f": 18 + } + ], + "enr/time": [ + { + "s": "item_energy_bytime", + "f": 18 + } + ], + "vit/time": [ + { + "s": "item_vitality_bytime", + "f": 18 + } + ], + "att/time": [ + { + "s": "item_tohit_bytime", + "f": 18 + } + ], + "att%/time": [ + { + "s": "item_tohitpercent_bytime", + "f": 18 + } + ], + "dmg-cold/time": [ + { + "s": "item_cold_damagemax_bytime", + "f": 18 + } + ], + "dmg-fire/time": [ + { + "s": "item_fire_damagemax_bytime", + "f": 18 + } + ], + "dmg-ltng/time": [ + { + "s": "item_ltng_damagemax_bytime", + "f": 18 + } + ], + "dmg-pois/time": [ + { + "s": "item_pois_damagemax_bytime", + "f": 18 + } + ], + "res-cold/time": [ + { + "s": "item_resist_cold_bytime", + "f": 18 + } + ], + "res-fire/time": [ + { + "s": "item_resist_fire_bytime", + "f": 18 + } + ], + "res-ltng/time": [ + { + "s": "item_resist_ltng_bytime", + "f": 18 + } + ], + "res-pois/time": [ + { + "s": "item_resist_pois_bytime", + "f": 18 + } + ], + "abs-cold/time": [ + { + "s": "item_absorb_cold_bytime", + "f": 18 + } + ], + "abs-fire/time": [ + { + "s": "item_absorb_fire_bytime", + "f": 18 + } + ], + "abs-ltng/time": [ + { + "s": "item_absorb_ltng_bytime", + "f": 18 + } + ], + "abs-pois/time": [ + { + "s": "item_absorb_pois_bytime", + "f": 18 + } + ], + "gold%/time": [ + { + "s": "item_find_gold_bytime", + "f": 18 + } + ], + "mag%/time": [ + { + "s": "item_find_magic_bytime", + "f": 18 + } + ], + "regen-stam/time": [ + { + "s": "item_regenstamina_bytime", + "f": 18 + } + ], + "stam/time": [ + { + "s": "item_stamina_bytime", + "f": 18 + } + ], + "dmg-dem/time": [ + { + "s": "item_damage_demon_bytime", + "f": 18 + } + ], + "dmg-und/time": [ + { + "s": "item_damage_undead_bytime", + "f": 18 + } + ], + "att-dem/time": [ + { + "s": "item_tohit_demon_bytime", + "f": 18 + } + ], + "att-und/time": [ + { + "s": "item_tohit_undead_bytime", + "f": 18 + } + ], + "crush/time": [ + { + "s": "item_crushingblow_bytime", + "f": 18 + } + ], + "wounds/time": [ + { + "s": "item_openwounds_bytime", + "f": 18 + } + ], + "kick/time": [ + { + "s": "item_kick_damage_bytime", + "f": 18 + } + ], + "deadly/time": [ + { + "s": "item_deadlystrike_bytime", + "f": 18 + } + ], + "pierce-fire": [ + { + "s": "passive_fire_pierce", + "f": 1 + } + ], + "pierce-ltng": [ + { + "s": "passive_ltng_pierce", + "f": 1 + } + ], + "pierce-cold": [ + { + "s": "passive_cold_pierce", + "f": 1 + } + ], + "pierce-pois": [ + { + "s": "passive_pois_pierce", + "f": 1 + } + ], + "indestruct": [ + { + "f": 20 + } + ], + "charged": [ + { + "s": "item_charged_skill", + "f": 19 + } + ], + "extra-fire": [ + { + "s": "passive_fire_mastery", + "f": 1 + } + ], + "extra-ltng": [ + { + "s": "passive_ltng_mastery", + "f": 1 + } + ], + "extra-cold": [ + { + "s": "passive_cold_mastery", + "f": 1 + } + ], + "extra-pois": [ + { + "s": "passive_pois_mastery", + "f": 1 + } + ], + "dmg-elem": [ + { + "s": "firemindam", + "f": 15 + }, + { + "s": "firemaxdam", + "f": 16 + }, + { + "s": "lightmindam", + "f": 15 + }, + { + "s": "lightmaxdam", + "f": 16 + }, + { + "s": "coldmindam", + "f": 15 + }, + { + "s": "coldmaxdam", + "f": 16 + }, + { + "s": "coldlength", + "f": 17 + } + ], + "dmg-elem-min": [ + { + "s": "firemindam", + "f": 1 + }, + { + "s": "lightmindam", + "f": 3 + }, + { + "s": "coldmindam", + "f": 3 + } + ], + "dmg-elem-max": [ + { + "s": "firemaxdam", + "f": 1 + }, + { + "s": "lightmaxdam", + "f": 3 + }, + { + "s": "coldmaxdam", + "f": 3 + }, + { + "s": "coldlength", + "f": 17 + } + ], + "all-stats": [ + { + "s": "strength", + "f": 1 + }, + { + "s": "energy", + "f": 3 + }, + { + "s": "dexterity", + "f": 3 + }, + { + "s": "vitality", + "f": 3 + } + ], + "addxp": [ + { + "s": "item_addexperience", + "f": 1 + } + ], + "heal-kill": [ + { + "s": "item_healafterkill", + "f": 1 + } + ], + "cheap": [ + { + "s": "item_reducedprices", + "f": 1 + } + ], + "rip": [ + { + "s": "item_restinpeace", + "f": 1 + } + ], + "att-mon%": [ + { + "s": "attack_vs_montype", + "f": 24 + } + ], + "dmg-mon%": [ + { + "s": "damage_vs_montype", + "f": 24 + } + ], + "kill-skill": [ + { + "s": "item_skillonkill", + "f": 11 + } + ], + "death-skill": [ + { + "s": "item_skillondeath", + "f": 11 + } + ], + "levelup-skill": [ + { + "s": "item_skillonlevelup", + "f": 11 + } + ], + "skill-rand": [ + { + "s": "item_singleskill", + "f": 12 + } + ], + "fade": [ + { + "s": "fade", + "f": 17 + } + ], + "levelreq": [ + { + "s": "item_levelreq", + "f": 1 + } + ], + "ethereal": [ + { + "f": 23 + } + ], + "oskill": [ + { + "s": "item_nonclassskill", + "f": 22 + } + ], + "state": [ + { + "s": "state", + "f": 24 + } + ], + "randclassskill": [ + { + "s": "item_addclassskills", + "f": 36 + } + ], + "noconsume": [ + { + "s": "item_noconsume", + "f": 1 + } + ], + "pierce-immunity-cold": [ + { + "s": "item_pierce_cold_immunity", + "f": 1 + } + ], + "pierce-immunity-fire": [ + { + "s": "item_pierce_fire_immunity", + "f": 1 + } + ], + "pierce-immunity-light": [ + { + "s": "item_pierce_light_immunity", + "f": 1 + } + ], + "pierce-immunity-poison": [ + { + "s": "item_pierce_poison_immunity", + "f": 1 + } + ], + "pierce-immunity-damage": [ + { + "s": "item_pierce_damage_immunity", + "f": 1 + } + ], + "pierce-immunity-magic": [ + { + "s": "item_pierce_magic_immunity", + "f": 1 + } + ], + "charge-noconsume": [ + { + "s": "item_charge_noconsume", + "f": 1 + } + ] + }, + "magical_properties": [ + { + "s": "strength", + "cB": 10, + "cS": 0, + "sB": 8, + "sA": 32, + "so": 67, + "dF": 19, + "dP": "%+d to Strength", + "dN": "%+d to all Attributes", + "dg": 1, + "dgF": 19, + "dgP": "%+d to all Attributes" + }, + { + "s": "energy", + "cB": 10, + "cS": 0, + "sB": 7, + "sA": 32, + "so": 61, + "dF": 19, + "dP": "%+d to Energy", + "dN": "%+d to all Attributes", + "dg": 1, + "dgF": 19, + "dgP": "%+d to all Attributes", + "o": 8, + "os": [ + "maxmana" + ] + }, + { + "s": "dexterity", + "cB": 10, + "cS": 0, + "sB": 7, + "sA": 32, + "so": 65, + "dF": 19, + "dP": "%+d to Dexterity", + "dN": "%+d to all Attributes", + "dg": 1, + "dgF": 19, + "dgP": "%+d to all Attributes" + }, + { + "s": "vitality", + "cB": 10, + "cS": 0, + "sB": 7, + "sA": 32, + "so": 63, + "dF": 19, + "dP": "%+d to Vitality", + "dN": "%+d to all Attributes", + "dg": 1, + "dgF": 19, + "dgP": "%+d to all Attributes", + "o": 9, + "os": [ + "maxhp", + "maxstamina" + ] + }, + { + "s": "statpts", + "cB": 10, + "cS": 0 + }, + { + "s": "newskills", + "cB": 8, + "cS": 0 + }, + { + "s": "hitpoints", + "cB": 21, + "cS": 0, + "vS": 8 + }, + { + "s": "maxhp", + "cB": 21, + "cS": 0, + "vS": 8, + "sB": 9, + "sA": 32, + "so": 59, + "dF": 19, + "dP": "%+d to Life", + "dN": "%+d to Life" + }, + { + "s": "mana", + "cB": 21, + "cS": 0, + "vS": 8 + }, + { + "s": "maxmana", + "cB": 21, + "cS": 0, + "vS": 8, + "sB": 8, + "sA": 32, + "so": 55, + "dF": 19, + "dP": "%+d to Mana", + "dN": "%+d to Mana" + }, + { + "s": "stamina", + "cB": 21, + "cS": 0, + "vS": 8 + }, + { + "s": "maxstamina", + "cB": 21, + "cS": 0, + "vS": 8, + "sB": 8, + "sA": 32, + "so": 51, + "dF": 19, + "dP": "%+d Maximum Stamina", + "dN": "%+d Maximum Stamina" + }, + { + "s": "level", + "cB": 7, + "cS": 0 + }, + { + "s": "experience", + "cB": 32, + "cS": 0 + }, + { + "s": "gold", + "cB": 25, + "cS": 0 + }, + { + "s": "goldbank", + "cB": 25, + "cS": 0 + }, + { + "s": "item_armor_percent", + "sS": 1, + "sB": 9, + "sA": 0, + "so": 74, + "dF": 19, + "dP": "%+d%% Enhanced Defense", + "dN": "%+d%% Enhanced Defense", + "o": 13, + "os": [ + "armorclass" + ] + }, + { + "s": "item_maxdamage_percent", + "sS": 1, + "sB": 9, + "sA": 0, + "so": 129, + "dF": 19, + "dP": "%+d%% Enhanced Maximum Damage", + "dN": "%+d%% Enhanced Maximum Damage", + "o": 13, + "os": [ + "maxdamage", + "secondary_maxdamage", + "item_throw_maxdamage" + ], + "np": 2, + "dR": "Adds %d-%d damage", + "dE": "%+d%% Enhanced Damage" + }, + { + "s": "item_mindamage_percent", + "sS": 1, + "sB": 9, + "sA": 0, + "so": 130, + "dF": 19, + "dP": "%+d%% Enhanced Minimum Damage", + "dN": "%+d%% Enhanced Minimum Damage", + "o": 13, + "os": [ + "mindamage", + "secondary_mindamage", + "item_throw_mindamage" + ] + }, + { + "s": "tohit", + "sS": 1, + "sB": 10, + "so": 115, + "dF": 19, + "dP": "%+d to Attack Rating", + "dN": "%+d to Attack Rating" + }, + { + "s": "toblock", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 134, + "dF": 19, + "dP": "%d%% Increased Chance of Blocking", + "dN": "%d%% Increased Chance of Blocking" + }, + { + "s": "mindamage", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 127, + "dF": 19, + "dP": "%+d to Minimum Damage", + "dN": "%+d to Minimum Damage" + }, + { + "s": "maxdamage", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 126, + "dF": 19, + "dP": "%+d to Maximum Damage", + "dN": "%+d to Maximum Damage" + }, + { + "s": "secondary_mindamage", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 124, + "dF": 19, + "dP": "%+d to Minimum Damage", + "dN": "%+d to Minimum Damage" + }, + { + "s": "secondary_maxdamage", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 123, + "dF": 19, + "dP": "%+d to Maximum Damage", + "dN": "%+d to Maximum Damage" + }, + { + "s": "damagepercent", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "manarecovery", + "sB": 8, + "sA": 0 + }, + { + "s": "manarecoverybonus", + "sS": 1, + "sB": 8, + "sA": 0, + "so": 52, + "dF": 19, + "dP": "Regenerate Mana %d%%", + "dN": "Regenerate Mana %d%%" + }, + { + "s": "staminarecoverybonus", + "sS": 1, + "sB": 8, + "sA": 0, + "so": 48, + "dF": 19, + "dP": "Heal Stamina Plus %d%%", + "dN": "Heal Stamina Plus %d%%" + }, + { + "s": "lastexp" + }, + { + "s": "nextexp" + }, + { + "s": "armorclass", + "sS": 1, + "sB": 11, + "sA": 10, + "so": 71, + "dF": 19, + "dP": "%+d Defense", + "dN": "%+d Defense" + }, + { + "s": "armorclass_vs_missile", + "sS": 1, + "sB": 9, + "sA": 0, + "so": 69, + "dF": 19, + "dP": "%+d Defense vs. Missile", + "dN": "%+d Defense vs. Missile" + }, + { + "s": "armorclass_vs_hth", + "sS": 1, + "sB": 8, + "sA": 0, + "so": 70, + "dF": 19, + "dP": "%+d Defense vs. Melee", + "dN": "%+d Defense vs. Melee" + }, + { + "s": "normal_damage_reduction", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 22, + "dF": 19, + "dP": "Damage Reduced by %d", + "dN": "Damage Reduced by %d" + }, + { + "s": "magic_damage_reduction", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 21, + "dF": 19, + "dP": "Magic Damage Reduced by %d", + "dN": "Magic Damage Reduced by %d" + }, + { + "s": "damageresist", + "sS": 1, + "sB": 9, + "sA": 200, + "so": 22, + "dF": 29, + "dP": "Physical Damage Received Reduced by %d%%", + "dN": "Physical Damage Received Increased by %d%%" + }, + { + "s": "magicresist", + "sS": 1, + "sB": 9, + "sA": 200, + "so": 41, + "dF": 19, + "dP": "Magic Resist %+d%%", + "dN": "Magic Resist %+d%%" + }, + { + "s": "maxmagicresist", + "sS": 1, + "sB": 5, + "sA": 0, + "so": 46, + "dF": 19, + "dP": "%+d%% to Maximum Magic Resist", + "dN": "%+d%% to Maximum Magic Resist" + }, + { + "s": "fireresist", + "sS": 1, + "sB": 9, + "sA": 200, + "so": 36, + "dF": 19, + "dP": "Fire Resist %+d%%", + "dN": "All Resistances %+d", + "dg": 2, + "dgF": 19, + "dgP": "All Resistances %+d" + }, + { + "s": "maxfireresist", + "sS": 1, + "sB": 5, + "sA": 0, + "so": 42, + "dF": 19, + "dP": "%+d%% to Maximum Fire Resist", + "dN": "%+d%% to Maximum Fire Resist" + }, + { + "s": "lightresist", + "sS": 1, + "sB": 9, + "sA": 200, + "so": 38, + "dF": 19, + "dP": "Lightning Resist %+d%%", + "dN": "All Resistances %+d", + "dg": 2, + "dgF": 19, + "dgP": "All Resistances %+d" + }, + { + "s": "maxlightresist", + "sS": 1, + "sB": 5, + "sA": 0, + "so": 43, + "dF": 19, + "dP": "%+d%% to Maximum Lightning Resist", + "dN": "%+d%% to Maximum Lightning Resist" + }, + { + "s": "coldresist", + "sS": 1, + "sB": 9, + "sA": 200, + "so": 40, + "dF": 19, + "dP": "Cold Resist %+d%%", + "dN": "All Resistances %+d", + "dg": 2, + "dgF": 19, + "dgP": "All Resistances %+d" + }, + { + "s": "maxcoldresist", + "sS": 1, + "sB": 5, + "sA": 0, + "so": 44, + "dF": 19, + "dP": "%+d%% to Maximum Cold Resist", + "dN": "%+d%% to Maximum Cold Resist" + }, + { + "s": "poisonresist", + "sS": 1, + "sB": 9, + "sA": 200, + "so": 34, + "dF": 19, + "dP": "Poison Resist %+d%%", + "dN": "All Resistances %+d", + "dg": 2, + "dgF": 19, + "dgP": "All Resistances %+d" + }, + { + "s": "maxpoisonresist", + "sS": 1, + "sB": 5, + "sA": 0, + "so": 45, + "dF": 19, + "dP": "%+d%% to Maximum Poison Resist", + "dN": "%+d%% to Maximum Poison Resist" + }, + { + "s": "damageaura", + "sS": 1 + }, + { + "s": "firemindam", + "sS": 1, + "sB": 8, + "sA": 0, + "so": 102, + "dF": 19, + "dP": "%+d to Minimum Fire Damage", + "dN": "%+d to Minimum Fire Damage", + "np": 2, + "dR": "Adds %d-%d fire damage", + "dE": "%+d fire damage" + }, + { + "s": "firemaxdam", + "sS": 1, + "sB": 9, + "sA": 0, + "so": 101, + "dF": 19, + "dP": "%+d to Maximum Fire Damage", + "dN": "%+d to Maximum Fire Damage" + }, + { + "s": "lightmindam", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 99, + "dF": 19, + "dP": "%+d to Minimum Lightning Damage", + "dN": "%+d to Minimum Lightning Damage", + "np": 2, + "dR": "Adds %d-%d lightning damage", + "dE": "%+d lightning damage" + }, + { + "s": "lightmaxdam", + "sS": 1, + "sB": 10, + "sA": 0, + "so": 98, + "dF": 19, + "dP": "%+d to Maximum Lightning Damage", + "dN": "%+d to Maximum Lightning Damage" + }, + { + "s": "magicmindam", + "sS": 1, + "sB": 8, + "sA": 0, + "so": 104, + "dF": 19, + "dP": "%+d magic damage", + "dN": "%+d magic damage", + "np": 2, + "dR": "Adds %d-%d magic damage", + "dE": "%+d magic damage" + }, + { + "s": "magicmaxdam", + "sS": 1, + "sB": 9, + "sA": 0, + "so": 103, + "dF": 19, + "dP": "%+d magic damage", + "dN": "%+d magic damage" + }, + { + "s": "coldmindam", + "sS": 1, + "sB": 8, + "sA": 0, + "so": 96, + "dF": 19, + "dP": "%+d to Minimum Cold Damage", + "dN": "%+d to Minimum Cold Damage", + "np": 3, + "dR": "Adds %d-%d cold damage", + "dE": "%+d cold damage" + }, + { + "s": "coldmaxdam", + "sS": 1, + "sB": 9, + "sA": 0, + "so": 95, + "dF": 19, + "dP": "%+d to Maximum Cold Damage", + "dN": "%+d to Maximum Cold Damage" + }, + { + "s": "coldlength", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "poisonmindam", + "sS": 1, + "sB": 10, + "sA": 0, + "so": 92, + "dF": 19, + "dP": "%+d to Minimum Poison Damage", + "dN": "%+d to Minimum Poison Damage", + "np": 3, + "dR": "Adds %d-%d poison damage over %d seconds", + "dE": "%+d poison damage over %d seconds" + }, + { + "s": "poisonmaxdam", + "sS": 1, + "sB": 10, + "sA": 0, + "so": 91, + "dF": 19, + "dP": "%+d to Maximum Poison Damage", + "dN": "%+d to Maximum Poison Damage" + }, + { + "s": "poisonlength", + "sS": 1, + "sB": 9, + "sA": 0 + }, + { + "s": "lifedrainmindam", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 88, + "dF": 19, + "dP": "%d%% Life stolen per hit", + "dN": "%d%% Life stolen per hit" + }, + { + "s": "lifedrainmaxdam", + "sS": 1 + }, + { + "s": "manadrainmindam", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 89, + "dF": 19, + "dP": "%d%% Mana stolen per hit", + "dN": "%d%% Mana stolen per hit" + }, + { + "s": "manadrainmaxdam", + "sS": 1 + }, + { + "s": "stamdrainmindam", + "sS": 1 + }, + { + "s": "stamdrainmaxdam", + "sS": 1 + }, + { + "s": "stunlength" + }, + { + "s": "velocitypercent", + "sS": 1, + "sB": 7, + "sA": 30 + }, + { + "s": "attackrate", + "sS": 1, + "sB": 7, + "sA": 30 + }, + { + "s": "other_animrate", + "sS": 1 + }, + { + "s": "quantity", + "sS": 1 + }, + { + "s": "value", + "sS": 1, + "sB": 8, + "sA": 100 + }, + { + "s": "durability", + "sS": 1, + "sB": 9, + "sA": 0 + }, + { + "s": "maxdurability", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "hpregen", + "sB": 6, + "sA": 30, + "so": 56, + "dF": 19, + "dP": "Replenish Life %+d", + "dN": "Drain Life %d" + }, + { + "s": "item_maxdurability_percent", + "sS": 1, + "sB": 7, + "sA": 20, + "so": 3, + "dF": 19, + "dP": "Increase Maximum Durability %d%%", + "dN": "Increase Maximum Durability %d%%", + "o": 13, + "os": [ + "maxdurability" + ] + }, + { + "s": "item_maxhp_percent", + "sS": 1, + "sB": 6, + "sA": 10, + "so": 58, + "dF": 19, + "dP": "Increase Maximum Life %d%%", + "dN": "Increase Maximum Life %d%%", + "o": 11, + "os": [ + "maxhp" + ] + }, + { + "s": "item_maxmana_percent", + "sS": 1, + "sB": 6, + "sA": 10, + "so": 54, + "dF": 19, + "dP": "Increase Maximum Mana %d%%", + "dN": "Increase Maximum Mana %d%%", + "o": 11, + "os": [ + "maxmana" + ] + }, + { + "s": "item_attackertakesdamage", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 13, + "dF": 19, + "dP": "Attacker Takes Damage of %d", + "dN": "Attacker Takes Damage of %d" + }, + { + "s": "item_goldbonus", + "sS": 1, + "sB": 9, + "sA": 100, + "so": 10, + "dF": 19, + "dP": "%d%% Extra Gold from Monsters", + "dN": "%d%% Extra Gold from Monsters" + }, + { + "s": "item_magicbonus", + "sS": 1, + "sB": 8, + "sA": 100, + "so": 8, + "dF": 19, + "dP": "%d%% Better Chance of Getting Magic Items", + "dN": "%d%% Better Chance of Getting Magic Items" + }, + { + "s": "item_knockback", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 76, + "dF": 19, + "dP": "Knockback", + "dN": "Knockback" + }, + { + "s": "item_timeduration", + "sS": 1, + "sB": 9, + "sA": 20 + }, + { + "s": "item_addclassskills", + "sS": 1, + "sB": 3, + "sA": 0, + "sP": 3, + "so": 150, + "dF": 13, + "dP": "%+d to Amazon Skill Levels", + "dN": "%+d to Amazon Skill Levels" + }, + { + "s": "unsentparam1" + }, + { + "s": "item_addexperience", + "sS": 1, + "sB": 9, + "sA": 50, + "so": 11, + "dF": 19, + "dP": "%+d%% to Experience Gained", + "dN": "%+d%% to Experience Gained" + }, + { + "s": "item_healafterkill", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 16, + "dF": 19, + "dP": "%+d Life after each Kill", + "dN": "%+d Life after each Kill" + }, + { + "s": "item_reducedprices", + "sB": 7, + "sA": 0, + "so": 8, + "dF": 19, + "dP": "Reduces all Vendor Prices %d%%", + "dN": "Reduces all Vendor Prices %d%%" + }, + { + "s": "item_doubleherbduration", + "sS": 1, + "sB": 1, + "sA": 0 + }, + { + "s": "item_lightradius", + "sS": 1, + "sB": 4, + "sA": 4, + "so": 6, + "dF": 19, + "dP": "%+d to Light Radius", + "dN": "%+d to Light Radius" + }, + { + "s": "item_lightcolor", + "sS": 1, + "sB": 24, + "sA": 0 + }, + { + "s": "item_req_percent", + "sS": 1, + "sB": 8, + "sA": 100, + "so": 0, + "dF": 19, + "dP": "Requirements %+d%%", + "dN": "Requirements %+d%%" + }, + { + "s": "item_levelreq", + "sB": 7 + }, + { + "s": "item_fasterattackrate", + "sS": 1, + "sB": 7, + "sA": 20, + "so": 145, + "dF": 19, + "dP": "%+d%% Increased Attack Speed", + "dN": "%+d%% Increased Attack Speed" + }, + { + "s": "item_levelreqpct", + "sB": 7, + "sA": 64, + "o": 13, + "os": [ + "item_levelreq" + ] + }, + { + "s": "lastblockframe" + }, + { + "s": "item_fastermovevelocity", + "sS": 1, + "sB": 7, + "sA": 20, + "so": 148, + "dF": 19, + "dP": "%+d%% Faster Run/Walk", + "dN": "%+d%% Faster Run/Walk" + }, + { + "s": "item_nonclassskill", + "e": 1, + "sS": 1, + "sB": 6, + "sA": 0, + "sP": 9, + "so": 81, + "dF": 28, + "dP": "%+d to %s", + "dN": "%+d to %s" + }, + { + "s": "state", + "sB": 1, + "sP": 8 + }, + { + "s": "item_fastergethitrate", + "sS": 1, + "sB": 7, + "sA": 20, + "so": 139, + "dF": 19, + "dP": "%+d%% Faster Hit Recovery", + "dN": "%+d%% Faster Hit Recovery" + }, + { + "s": "monster_playercount" + }, + { + "s": "skill_poison_override_length" + }, + { + "s": "item_fasterblockrate", + "sS": 1, + "sB": 7, + "sA": 20, + "so": 136, + "dF": 19, + "dP": "%+d%% Faster Block Rate", + "dN": "%+d%% Faster Block Rate" + }, + { + "s": "skill_bypass_undead" + }, + { + "s": "skill_bypass_demons" + }, + { + "s": "item_fastercastrate", + "sS": 1, + "sB": 7, + "sA": 20, + "so": 142, + "dF": 19, + "dP": "%+d%% Faster Cast Rate", + "dN": "%+d%% Faster Cast Rate" + }, + { + "s": "skill_bypass_beasts" + }, + { + "s": "item_singleskill", + "e": 1, + "sS": 1, + "sB": 3, + "sA": 0, + "sP": 9, + "so": 81, + "dF": 27, + "dP": "%+d to %s %s", + "dN": "%+d to %s %s" + }, + { + "s": "item_restinpeace", + "sB": 1, + "sA": 0, + "so": 81, + "dF": 19, + "dP": "Slain Monsters Rest in Peace", + "dN": "Slain Monsters Rest in Peace" + }, + { + "s": "curse_resistance", + "sB": 9, + "sA": 0 + }, + { + "s": "item_poisonlengthresist", + "sS": 1, + "sB": 8, + "sA": 20, + "so": 18, + "dF": 19, + "dP": "Poison Length Reduced by %d%%", + "dN": "Poison Length Reduced by %d%%" + }, + { + "s": "item_normaldamage", + "sS": 1, + "sB": 9, + "sA": 20, + "so": 122, + "dF": 19, + "dP": "Damage %+d", + "dN": "Damage %+d" + }, + { + "s": "item_howl", + "sS": 1, + "sB": 7, + "sA": -1, + "so": 79, + "dF": 5, + "dP": "Hit Causes Monster to Flee %+d%%", + "dN": "Hit Causes Monster to Flee %+d%%" + }, + { + "s": "item_stupidity", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 80, + "dF": 12, + "dV": 2, + "dP": "Hit Blinds Target", + "dN": "Hit Blinds Target" + }, + { + "s": "item_damagetomana", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 11, + "dF": 19, + "dP": "%+d%% Damage Taken Goes To Mana", + "dN": "%+d%% Damage Taken Goes To Mana" + }, + { + "s": "item_ignoretargetac", + "sS": 1, + "sB": 1, + "sA": 0, + "so": 119, + "dF": 19, + "dP": "Ignore Target's Defense", + "dN": "Ignore Target's Defense" + }, + { + "s": "item_fractionaltargetac", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 118, + "dF": 19, + "dP": "-%d%% Target Defense", + "dN": "-%d%% Target Defense" + }, + { + "s": "item_preventheal", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 81, + "dF": 19, + "dP": "Prevent Monster Heal", + "dN": "Prevent Monster Heal" + }, + { + "s": "item_halffreezeduration", + "sS": 1, + "sB": 1, + "sA": 0, + "so": 19, + "dF": 19, + "dP": "Half Freeze Duration", + "dN": "Half Freeze Duration" + }, + { + "s": "item_tohit_percent", + "sS": 1, + "sB": 9, + "sA": 20, + "so": 117, + "dF": 19, + "dP": "%d%% Bonus to Attack Rating", + "dN": "%d%% Bonus to Attack Rating" + }, + { + "s": "item_damagetargetac", + "sS": 1, + "sB": 7, + "sA": 128, + "so": 75, + "dF": 19, + "dP": "%d to Monster Defense Per Hit", + "dN": "%d to Monster Defense Per Hit" + }, + { + "s": "item_demondamage_percent", + "sS": 1, + "sB": 9, + "sA": 20, + "so": 112, + "dF": 19, + "dP": "%+d%% Damage to Demons", + "dN": "%+d%% Damage to Demons" + }, + { + "s": "item_undeaddamage_percent", + "sS": 1, + "sB": 9, + "sA": 20, + "so": 108, + "dF": 19, + "dP": "%+d%% Damage to Undead", + "dN": "%+d%% Damage to Undead" + }, + { + "s": "item_demon_tohit", + "sS": 1, + "sB": 10, + "sA": 128, + "so": 110, + "dF": 19, + "dP": "%+d to Attack Rating against Demons", + "dN": "%+d to Attack Rating against Demons" + }, + { + "s": "item_undead_tohit", + "sS": 1, + "sB": 10, + "sA": 128, + "so": 106, + "dF": 19, + "dP": "%+d to Attack Rating against Undead", + "dN": "%+d to Attack Rating against Undead" + }, + { + "s": "item_throwable", + "sS": 1, + "sB": 1, + "sA": 0, + "so": 5, + "dF": 19, + "dP": "Throwable", + "dN": "Throwable" + }, + { + "s": "item_elemskill", + "sS": 1, + "sB": 3, + "sA": 0, + "sP": 3, + "so": 157, + "dF": 19, + "dP": "%+d to Fire Skills", + "dN": "%+d to Fire Skills" + }, + { + "s": "item_allskills", + "sS": 1, + "sB": 3, + "sA": 0, + "so": 158, + "dF": 19, + "dP": "%+d to All Skills", + "dN": "%+d to All Skills" + }, + { + "s": "item_attackertakeslightdamage", + "sS": 1, + "sB": 5, + "sA": 0, + "so": 14, + "dF": 19, + "dP": "Attacker Takes Lightning Damage of %d", + "dN": "Attacker Takes Lightning Damage of %d" + }, + { + "s": "ironmaiden_level", + "sS": 1 + }, + { + "s": "lifetap_level", + "sS": 1 + }, + { + "s": "thorns_percent" + }, + { + "s": "bonearmor", + "sS": 1 + }, + { + "s": "bonearmormax", + "sS": 1 + }, + { + "s": "item_freeze", + "sS": 1, + "sB": 5, + "sA": 0, + "so": 78, + "dF": 12, + "dV": 2, + "dP": "Freezes target", + "dN": "Freezes target" + }, + { + "s": "item_openwounds", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 83, + "dF": 19, + "dP": "%+d%% Chance of Open Wounds", + "dN": "%+d%% Chance of Open Wounds" + }, + { + "s": "item_crushingblow", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 87, + "dF": 19, + "dP": "%+d%% Chance of Crushing Blow", + "dN": "%+d%% Chance of Crushing Blow" + }, + { + "s": "item_kickdamage", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 121, + "dF": 19, + "dP": "%+d Kick Damage", + "dN": "%+d Kick Damage" + }, + { + "s": "item_manaafterkill", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 16, + "dF": 19, + "dP": "%+d to Mana after each Kill", + "dN": "%+d to Mana after each Kill" + }, + { + "s": "item_healafterdemonkill", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 15, + "dF": 19, + "dP": "%+d Life after each Demon Kill", + "dN": "%+d Life after each Demon Kill" + }, + { + "s": "item_extrablood", + "sS": 1, + "sB": 7, + "sA": 0 + }, + { + "s": "item_deadlystrike", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 85, + "dF": 19, + "dP": "%+d%% Deadly Strike", + "dN": "%+d%% Deadly Strike" + }, + { + "s": "item_absorbfire_percent", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 23, + "dF": 19, + "dP": "Fire Absorb %+d%%", + "dN": "Fire Absorb %+d%%" + }, + { + "s": "item_absorbfire", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 27, + "dF": 19, + "dP": "%+d Fire Absorb", + "dN": "%+d Fire Absorb" + }, + { + "s": "item_absorblight_percent", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 24, + "dF": 19, + "dP": "Lightning Absorb %+d%%", + "dN": "Lightning Absorb %+d%%" + }, + { + "s": "item_absorblight", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 29, + "dF": 19, + "dP": "%+d Lightning Absorb", + "dN": "%+d Lightning Absorb" + }, + { + "s": "item_absorbmagic_percent", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 26, + "dF": 19, + "dP": "Magic Absorb %+d%%", + "dN": "Magic Absorb %+d%%" + }, + { + "s": "item_absorbmagic", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 33, + "dF": 19, + "dP": "%+d Magic Absorb", + "dN": "%+d Magic Absorb" + }, + { + "s": "item_absorbcold_percent", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 25, + "dF": 19, + "dP": "Cold Absorb %+d%%", + "dN": "Cold Absorb %+d%%" + }, + { + "s": "item_absorbcold", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 31, + "dF": 19, + "dP": "%+d Cold Absorb", + "dN": "%+d Cold Absorb" + }, + { + "s": "item_slow", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 77, + "dF": 19, + "dP": "Slows Target by %d%%", + "dN": "Slows Target by %d%%" + }, + { + "s": "item_aura", + "sS": 1, + "sB": 5, + "sA": 0, + "sP": 9, + "so": 159, + "dF": 16, + "dV": 0, + "dP": "Level %d %s Aura When Equipped", + "dN": "Level %d %s Aura When Equipped" + }, + { + "s": "item_indesctructible", + "sS": 1, + "sB": 1, + "so": 160, + "dF": 19, + "dP": "Indestructible", + "dN": "Indestructible" + }, + { + "s": "item_cannotbefrozen", + "sS": 1, + "sB": 1, + "so": 20, + "dF": 19, + "dP": "Cannot Be Frozen", + "dN": "Cannot Be Frozen" + }, + { + "s": "item_staminadrainpct", + "sS": 1, + "sB": 7, + "sA": 20, + "so": 49, + "dF": 19, + "dP": "%d%% Slower Stamina Drain", + "dN": "%d%% Slower Stamina Drain" + }, + { + "s": "item_reanimate", + "sB": 7, + "sA": 0, + "sP": 10, + "so": 17, + "dF": 23, + "dP": "%0%% Reanimate as: %1", + "dN": "%0%% Reanimate as: %1" + }, + { + "s": "item_pierce", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 132, + "dF": 19, + "dP": "%+d%% Piercing Attack", + "dN": "%+d%% Piercing Attack" + }, + { + "s": "item_magicarrow", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 131, + "dF": 19, + "dP": "Fires Magic Arrows", + "dN": "Fires Magic Arrows" + }, + { + "s": "item_explosivearrow", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 133, + "dF": 19, + "dP": "Fires Explosive Arrows or Bolts", + "dN": "Fires Explosive Arrows or Bolts" + }, + { + "s": "item_throw_mindamage", + "sS": 1, + "sB": 6, + "sA": 0 + }, + { + "s": "item_throw_maxdamage", + "sS": 1, + "sB": 7, + "sA": 0 + }, + { + "s": "skill_handofathena", + "sS": 1 + }, + { + "s": "skill_staminapercent", + "sS": 1, + "o": 1, + "os": [ + "maxstamina" + ] + }, + { + "s": "skill_passive_staminapercent", + "sS": 1, + "o": 1, + "os": [ + "maxstamina" + ] + }, + { + "s": "skill_concentration", + "sS": 1 + }, + { + "s": "skill_enchant", + "sS": 1 + }, + { + "s": "skill_pierce", + "sS": 1 + }, + { + "s": "skill_conviction", + "sS": 1 + }, + { + "s": "skill_chillingarmor", + "sS": 1 + }, + { + "s": "skill_frenzy", + "sS": 1 + }, + { + "s": "skill_decrepify", + "sS": 1 + }, + { + "s": "skill_armor_percent", + "sS": 1 + }, + { + "s": "alignment" + }, + { + "s": "target0" + }, + { + "s": "target1" + }, + { + "s": "goldlost" + }, + { + "s": "conversion_level" + }, + { + "s": "conversion_maxhp" + }, + { + "s": "unit_dooverlay" + }, + { + "s": "attack_vs_montype", + "sB": 9, + "sP": 10, + "so": 108, + "dF": 22, + "dP": "%d%% to Attack Rating versus", + "dN": "%d%% to Attack Rating versus" + }, + { + "s": "damage_vs_montype", + "sB": 9, + "sP": 10, + "so": 106, + "dF": 22, + "dP": "%d%% to Damage versus", + "dN": "%d%% to Damage versus" + }, + { + "s": "fade", + "sB": 3 + }, + { + "s": "armor_override_percent", + "sS": 1 + }, + { + "s": "lasthitreactframe" + }, + { + "s": "create_season" + }, + { + "s": "bonus_mindamage", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "bonus_maxdamage", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "item_pierce_cold_immunity", + "sB": 10, + "so": 100, + "dF": 19, + "dP": "Monster Cold Immunity is Sundered", + "dN": "Monster Cold Immunity is Sundered" + }, + { + "s": "item_addskill_tab", + "sS": 1, + "sB": 3, + "sA": 0, + "sP": 16, + "so": 151, + "dF": 14, + "dP": "%+d to Javelin and Spear Skills", + "dN": "%+d to Javelin and Spear Skills" + }, + { + "s": "item_pierce_fire_immunity", + "sB": 10, + "so": 100, + "dF": 19, + "dP": "Monster Fire Immunity is Sundered", + "dN": "Monster Fire Immunity is Sundered" + }, + { + "s": "item_pierce_light_immunity", + "sB": 10, + "so": 100, + "dF": 19, + "dP": "Monster Lightning Immunity is Sundered", + "dN": "Monster Lightning Immunity is Sundered" + }, + { + "s": "item_pierce_poison_immunity", + "sB": 10, + "so": 100, + "dF": 19, + "dP": "Monster Poison Immunity is Sundered", + "dN": "Monster Poison Immunity is Sundered" + }, + { + "s": "item_pierce_damage_immunity", + "sB": 10, + "so": 100, + "dF": 19, + "dP": "Monster Physical Immunity is Sundered", + "dN": "Monster Physical Immunity is Sundered" + }, + { + "s": "item_pierce_magic_immunity", + "sB": 10, + "so": 100, + "dF": 19, + "dP": "Monster Magic Immunity is Sundered", + "dN": "Monster Magic Immunity is Sundered" + }, + { + "s": "item_numsockets", + "sS": 1, + "sB": 4, + "sA": 0 + }, + { + "s": "item_skillonattack", + "e": 2, + "sS": 1, + "sB": 7, + "sA": 0, + "sP": 16, + "so": 160, + "dF": 15, + "dP": "%d%% Chance to cast level %d %s on attack", + "dN": "%d%% Chance to cast level %d %s on attack" + }, + { + "s": "item_skillonkill", + "e": 2, + "sS": 1, + "sB": 7, + "sA": 0, + "sP": 16, + "so": 160, + "dF": 15, + "dP": "%d%% Chance to cast level %d %s when you Kill an Enemy", + "dN": "%d%% Chance to cast level %d %s when you Kill an Enemy" + }, + { + "s": "item_skillondeath", + "e": 2, + "sS": 1, + "sB": 7, + "sA": 0, + "sP": 16, + "so": 160, + "dF": 15, + "dP": "%d%% Chance to cast level %d %s when you Die", + "dN": "%d%% Chance to cast level %d %s when you Die" + }, + { + "s": "item_skillonhit", + "e": 2, + "sS": 1, + "sB": 7, + "sA": 0, + "sP": 16, + "so": 160, + "dF": 15, + "dP": "%d%% Chance to cast level %d %s on striking", + "dN": "%d%% Chance to cast level %d %s on striking" + }, + { + "s": "item_skillonlevelup", + "e": 2, + "sS": 1, + "sB": 7, + "sA": 0, + "sP": 16, + "so": 160, + "dF": 15, + "dP": "%d%% Chance to cast level %d %s when you Level-Up", + "dN": "%d%% Chance to cast level %d %s when you Level-Up" + }, + { + "s": "item_charge_noconsume", + "sB": 7, + "sA": 0, + "so": 159, + "dF": 19, + "dP": "%+d%% chance for finishing moves to not consume charges", + "dN": "%+d%% chance for finishing moves to not consume charges" + }, + { + "s": "item_skillongethit", + "e": 2, + "sS": 1, + "sB": 7, + "sA": 0, + "sP": 16, + "so": 160, + "dF": 15, + "dP": "%d%% Chance to cast level %d %s when struck", + "dN": "%d%% Chance to cast level %d %s when struck" + }, + { + "s": "unused202" + }, + { + "s": "unused203" + }, + { + "s": "item_charged_skill", + "e": 3, + "sS": 1, + "sB": 16, + "sA": 0, + "sP": 16, + "so": 1, + "dF": 24, + "dP": "Level %d %s (%d/%d Charges)", + "dN": "Level %d %s (%d/%d Charges)" + }, + { + "s": "item_noconsume", + "sS": 1, + "sB": 7, + "sA": 0, + "so": 4, + "dF": 19, + "dP": "%+d%% Chance to not consume Quantity", + "dN": "%+d%% Chance to not consume Quantity" + }, + { + "s": "passive_mastery_replenish_oncrit", + "sS": 1, + "sB": 8, + "sA": 0 + }, + null, + { + "s": "unused208", + "e": 3, + "sS": 1 + }, + { + "s": "unused209", + "e": 3, + "sS": 1 + }, + { + "s": "unused210", + "e": 3, + "sS": 1 + }, + { + "s": "unused211", + "e": 3, + "sS": 1 + }, + null, + { + "s": "passive_mastery_attack_speed", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "item_armor_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 72, + "dF": 19, + "dP": "%+d Defense", + "dN": "%+d Defense", + "d2": "(Based on Character Level)", + "o": 4, + "op": 3, + "ob": "level", + "os": [ + "armorclass" + ] + }, + { + "s": "item_armorpercent_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 73, + "dF": 19, + "dP": "%+d%% Enhanced Defense", + "dN": "%+d%% Enhanced Defense", + "d2": "(Based on Character Level)", + "o": 5, + "op": 3, + "ob": "level", + "os": [ + "armorclass" + ] + }, + { + "s": "item_hp_perlevel", + "vS": 8, + "sS": 1, + "sB": 6, + "sA": 0, + "so": 57, + "dF": 19, + "dP": "%+d to Life", + "dN": "%+d to Life", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "maxhp" + ] + }, + { + "s": "item_mana_perlevel", + "vS": 8, + "sS": 1, + "sB": 6, + "sA": 0, + "so": 53, + "dF": 19, + "dP": "%+d to Mana", + "dN": "%+d to Mana", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "maxmana" + ] + }, + { + "s": "item_maxdamage_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 125, + "dF": 19, + "dP": "%+d to Maximum Damage", + "dN": "%+d to Maximum Damage", + "d2": "(Based on Character Level)", + "o": 4, + "op": 3, + "ob": "level", + "os": [ + "maxdamage", + "secondary_maxdamage", + "item_throw_maxdamage" + ] + }, + { + "s": "item_maxdamage_percent_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 128, + "dF": 19, + "dP": "%+d%% Enhanced Maximum Damage", + "dN": "%+d%% Enhanced Maximum Damage", + "d2": "(Based on Character Level)", + "o": 5, + "op": 3, + "ob": "level", + "os": [ + "maxdamage", + "secondary_maxdamage", + "item_throw_maxdamage" + ] + }, + { + "s": "item_strength_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 66, + "dF": 19, + "dP": "%+d to Strength", + "dN": "%+d to Strength", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "strength" + ] + }, + { + "s": "item_dexterity_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 64, + "dF": 19, + "dP": "%+d to Dexterity", + "dN": "%+d to Dexterity", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "dexterity" + ] + }, + { + "s": "item_energy_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 60, + "dF": 19, + "dP": "%+d to Energy", + "dN": "%+d to Energy", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "energy" + ] + }, + { + "s": "item_vitality_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 62, + "dF": 19, + "dP": "%+d to Vitality", + "dN": "%+d to Vitality", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "vitality" + ] + }, + { + "s": "item_tohit_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 114, + "dF": 19, + "dP": "%+d to Attack Rating", + "dN": "%+d to Attack Rating", + "d2": "(Based on Character Level)", + "o": 2, + "op": 1, + "ob": "level", + "os": [ + "tohit" + ] + }, + { + "s": "item_tohitpercent_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 116, + "dF": 19, + "dP": "%d%% Bonus to Attack Rating", + "dN": "%d%% Bonus to Attack Rating", + "d2": "(Based on Character Level)", + "o": 2, + "op": 1, + "ob": "level", + "os": [ + "item_tohit_percent" + ] + }, + { + "s": "item_cold_damagemax_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 94, + "dF": 19, + "dP": "%+d to Maximum Cold Damage", + "dN": "%+d to Maximum Cold Damage", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "coldmaxdam" + ] + }, + { + "s": "item_fire_damagemax_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 100, + "dF": 19, + "dP": "%+d to Maximum Fire Damage", + "dN": "%+d to Maximum Fire Damage", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "firemaxdam" + ] + }, + { + "s": "item_ltng_damagemax_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 97, + "dF": 19, + "dP": "%+d to Maximum Lightning Damage", + "dN": "%+d to Maximum Lightning Damage", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "lightmaxdam" + ] + }, + { + "s": "item_pois_damagemax_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 90, + "dF": 19, + "dP": "%+d to Maximum Poison Damage", + "dN": "%+d to Maximum Poison Damage", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "poisonmaxdam" + ] + }, + { + "s": "item_resist_cold_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 39, + "dF": 19, + "dP": "Cold Resist %+d%%", + "dN": "Cold Resist %+d%%", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "coldresist" + ] + }, + { + "s": "item_resist_fire_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 35, + "dF": 19, + "dP": "Fire Resist %+d%%", + "dN": "Fire Resist %+d%%", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "fireresist" + ] + }, + { + "s": "item_resist_ltng_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 37, + "dF": 19, + "dP": "Lightning Resist %+d%%", + "dN": "Lightning Resist %+d%%", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "lightresist" + ] + }, + { + "s": "item_resist_pois_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 33, + "dF": 19, + "dP": "Poison Resist %+d%%", + "dN": "Poison Resist %+d%%", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "poisonresist" + ] + }, + { + "s": "item_absorb_cold_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 32, + "dF": 19, + "dP": "%+d Absorbs Cold Damage", + "dN": "%+d Absorbs Cold Damage", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "item_absorbcold" + ] + }, + { + "s": "item_absorb_fire_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 28, + "dF": 19, + "dP": "%+d Absorbs Fire Damage", + "dN": "%+d Absorbs Fire Damage", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "item_absorbfire" + ] + }, + { + "s": "item_absorb_ltng_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 30, + "dF": 19, + "dP": "%+d Absorbs Lightning Damage", + "dN": "%+d Absorbs Lightning Damage", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "item_absorblight" + ] + }, + { + "s": "item_absorb_pois_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "item_absorbmagic" + ] + }, + { + "s": "item_thorns_perlevel", + "sS": 1, + "sB": 5, + "sA": 0, + "so": 12, + "dF": 19, + "dP": "Attacker Takes Damage of %d", + "dN": "Attacker Takes Damage of %d", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "item_attackertakesdamage" + ] + }, + { + "s": "item_find_gold_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 9, + "dF": 19, + "dP": "%d%% Extra Gold from Monsters", + "dN": "%d%% Extra Gold from Monsters", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "item_goldbonus" + ] + }, + { + "s": "item_find_magic_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 7, + "dF": 19, + "dP": "%d%% Better Chance of Getting Magic Items", + "dN": "%d%% Better Chance of Getting Magic Items", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "item_magicbonus" + ] + }, + { + "s": "item_regenstamina_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 47, + "dF": 19, + "dP": "Heal Stamina Plus %d%%", + "dN": "Heal Stamina Plus %d%%", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "staminarecoverybonus" + ] + }, + { + "s": "item_stamina_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 50, + "dF": 19, + "dP": "%+d Maximum Stamina", + "dN": "%+d Maximum Stamina", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "maxstamina" + ] + }, + { + "s": "item_damage_demon_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 111, + "dF": 19, + "dP": "%+d%% Damage to Demons", + "dN": "%+d%% Damage to Demons", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "item_demondamage_percent" + ] + }, + { + "s": "item_damage_undead_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 107, + "dF": 19, + "dP": "%+d%% Damage to Undead", + "dN": "%+d%% Damage to Undead", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "item_undeaddamage_percent" + ] + }, + { + "s": "item_tohit_demon_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 109, + "dF": 19, + "dP": "%+d to Attack Rating against Demons", + "dN": "%+d to Attack Rating against Demons", + "d2": "(Based on Character Level)", + "o": 2, + "op": 1, + "ob": "level", + "os": [ + "item_demon_tohit" + ] + }, + { + "s": "item_tohit_undead_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 105, + "dF": 19, + "dP": "%+d to Attack Rating against Undead", + "dN": "%+d to Attack Rating against Undead", + "d2": "(Based on Character Level)", + "o": 2, + "op": 1, + "ob": "level", + "os": [ + "item_undead_tohit" + ] + }, + { + "s": "item_crushingblow_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 86, + "dF": 19, + "dP": "%+d%% Chance of Crushing Blow", + "dN": "%+d%% Chance of Crushing Blow", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "item_crushingblow" + ] + }, + { + "s": "item_openwounds_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 82, + "dF": 19, + "dP": "%+d%% Chance of Open Wounds", + "dN": "%+d%% Chance of Open Wounds", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "item_openwounds" + ] + }, + { + "s": "item_kick_damage_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 120, + "dF": 19, + "dP": "%+d Kick Damage", + "dN": "%+d Kick Damage", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "item_kickdamage" + ] + }, + { + "s": "item_deadlystrike_perlevel", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 84, + "dF": 19, + "dP": "%+d%% Deadly Strike", + "dN": "%+d%% Deadly Strike", + "d2": "(Based on Character Level)", + "o": 2, + "op": 3, + "ob": "level", + "os": [ + "item_deadlystrike" + ] + }, + { + "s": "item_find_gems_perlevel", + "sS": 1 + }, + { + "s": "item_replenish_durability", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 1, + "dF": 11, + "dP": "Repairs %d durability per second", + "dN": "Repairs %d durability per second" + }, + { + "s": "item_replenish_quantity", + "sS": 1, + "sB": 6, + "sA": 0, + "so": 2, + "dF": 19, + "dP": "Replenishes quantity", + "dN": "Replenishes quantity" + }, + { + "s": "item_extra_stack", + "sS": 1, + "sB": 8, + "sA": 0, + "so": 4, + "dF": 19, + "dP": "Increased Stack Size", + "dN": "Increased Stack Size" + }, + { + "s": "item_find_item", + "sS": 1 + }, + { + "s": "item_slash_damage", + "sS": 1 + }, + { + "s": "item_slash_damage_percent", + "sS": 1 + }, + { + "s": "item_crush_damage", + "sS": 1 + }, + { + "s": "item_crush_damage_percent", + "sS": 1 + }, + { + "s": "item_thrust_damage", + "sS": 1 + }, + { + "s": "item_thrust_damage_percent", + "sS": 1 + }, + { + "s": "item_absorb_slash", + "sS": 1 + }, + { + "s": "item_absorb_crush", + "sS": 1 + }, + { + "s": "item_absorb_thrust", + "sS": 1 + }, + { + "s": "item_absorb_slash_percent", + "sS": 1 + }, + { + "s": "item_absorb_crush_percent", + "sS": 1 + }, + { + "s": "item_absorb_thrust_percent", + "sS": 1 + }, + { + "s": "item_armor_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d Defense", + "dN": "%+d Defense", + "o": 6, + "os": [ + "armorclass" + ] + }, + { + "s": "item_armorpercent_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "%+d%% Enhanced Defense", + "dN": "%+d%% Enhanced Defense", + "o": 7, + "os": [ + "armorclass" + ] + }, + { + "s": "item_hp_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d to Life", + "dN": "%+d to Life", + "o": 6, + "os": [ + "maxhp" + ] + }, + { + "s": "item_mana_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d to Mana", + "dN": "%+d to Mana", + "o": 6, + "os": [ + "maxmana" + ] + }, + { + "s": "item_maxdamage_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d to Maximum Damage", + "dN": "%+d to Maximum Damage", + "o": 6, + "os": [ + "maxdamage", + "secondary_maxdamage", + "item_throw_maxdamage" + ] + }, + { + "s": "item_maxdamage_percent_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "%+d%% Enhanced Maximum Damage", + "dN": "%+d%% Enhanced Maximum Damage", + "o": 7, + "os": [ + "maxdamage", + "secondary_mindamage", + "item_throw_mindamage" + ] + }, + { + "s": "item_strength_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d to Strength", + "dN": "%+d to Strength", + "o": 6, + "os": [ + "strength" + ] + }, + { + "s": "item_dexterity_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d to Dexterity", + "dN": "%+d to Dexterity", + "o": 6, + "os": [ + "dexterity" + ] + }, + { + "s": "item_energy_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d to Energy", + "dN": "%+d to Energy", + "o": 6, + "os": [ + "energy" + ] + }, + { + "s": "item_vitality_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d to Vitality", + "dN": "%+d to Vitality", + "o": 6, + "os": [ + "vitality" + ] + }, + { + "s": "item_tohit_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d to Attack Rating", + "dN": "%+d to Attack Rating", + "o": 6, + "os": [ + "tohit" + ] + }, + { + "s": "item_tohitpercent_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "%d%% Bonus to Attack Rating", + "dN": "%d%% Bonus to Attack Rating", + "o": 6, + "os": [ + "item_tohit_percent" + ] + }, + { + "s": "item_cold_damagemax_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d to Maximum Cold Damage", + "dN": "%+d to Maximum Cold Damage", + "o": 6, + "os": [ + "coldmaxdam" + ] + }, + { + "s": "item_fire_damagemax_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d to Maximum Fire Damage", + "dN": "%+d to Maximum Fire Damage", + "o": 6, + "os": [ + "firemaxdam" + ] + }, + { + "s": "item_ltng_damagemax_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d to Maximum Lightning Damage", + "dN": "%+d to Maximum Lightning Damage", + "o": 6, + "os": [ + "lightmaxdam" + ] + }, + { + "s": "item_pois_damagemax_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d to Maximum Poison Damage", + "dN": "%+d to Maximum Poison Damage", + "o": 6, + "os": [ + "poisonmaxdam" + ] + }, + { + "s": "item_resist_cold_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "Cold Resist %+d%%", + "dN": "Cold Resist %+d%%", + "o": 6, + "os": [ + "coldresist" + ] + }, + { + "s": "item_resist_fire_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "Fire Resist %+d%%", + "dN": "Fire Resist %+d%%", + "o": 6, + "os": [ + "fireresist" + ] + }, + { + "s": "item_resist_ltng_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "Lightning Resist %+d%%", + "dN": "Lightning Resist %+d%%", + "o": 6, + "os": [ + "lightresist" + ] + }, + { + "s": "item_resist_pois_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "Poison Resist %+d%%", + "dN": "Poison Resist %+d%%", + "o": 6, + "os": [ + "poisonresist" + ] + }, + { + "s": "item_absorb_cold_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "%+d Absorbs Cold Damage", + "dN": "%+d Absorbs Cold Damage", + "o": 6, + "os": [ + "item_absorbcold" + ] + }, + { + "s": "item_absorb_fire_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "%+d Absorbs Fire Damage", + "dN": "%+d Absorbs Fire Damage", + "o": 6, + "os": [ + "item_absorbfire" + ] + }, + { + "s": "item_absorb_ltng_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "%+d Absorbs Lightning Damage", + "dN": "%+d Absorbs Lightning Damage", + "o": 6, + "os": [ + "item_absorblight" + ] + }, + { + "s": "item_absorb_pois_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "o": 6, + "os": [ + "item_absorbmagic" + ] + }, + { + "s": "item_find_gold_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "%d%% Extra Gold from Monsters", + "dN": "%d%% Extra Gold from Monsters", + "o": 6, + "os": [ + "item_goldbonus" + ] + }, + { + "s": "item_find_magic_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "%d%% Better Chance of Getting Magic Items", + "dN": "%d%% Better Chance of Getting Magic Items", + "o": 6, + "os": [ + "item_magicbonus" + ] + }, + { + "s": "item_regenstamina_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "Heal Stamina Plus %d%%", + "dN": "Heal Stamina Plus %d%%", + "o": 6, + "os": [ + "staminarecoverybonus" + ] + }, + { + "s": "item_stamina_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d Maximum Stamina", + "dN": "%+d Maximum Stamina", + "o": 6, + "os": [ + "maxstamina" + ] + }, + { + "s": "item_damage_demon_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "%+d%% Damage to Demons", + "dN": "%+d%% Damage to Demons", + "o": 6, + "os": [ + "item_demondamage_percent" + ] + }, + { + "s": "item_damage_undead_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "%+d%% Damage to Undead", + "dN": "%+d%% Damage to Undead", + "o": 6, + "os": [ + "item_undeaddamage_percent" + ] + }, + { + "s": "item_tohit_demon_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d to Attack Rating against Demons", + "dN": "%+d to Attack Rating against Demons", + "o": 6, + "os": [ + "item_demon_tohit" + ] + }, + { + "s": "item_tohit_undead_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d to Attack Rating against Undead", + "dN": "%+d to Attack Rating against Undead", + "o": 6, + "os": [ + "item_undead_tohit" + ] + }, + { + "s": "item_crushingblow_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "%+d%% Chance of Crushing Blow", + "dN": "%+d%% Chance of Crushing Blow", + "o": 6, + "os": [ + "item_crushingblow" + ] + }, + { + "s": "item_openwounds_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "%+d%% Chance of Open Wounds", + "dN": "%+d%% Chance of Open Wounds", + "o": 6, + "os": [ + "item_openwounds" + ] + }, + { + "s": "item_kick_damage_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 17, + "dP": "%+d Kick Damage", + "dN": "%+d Kick Damage", + "o": 6, + "os": [ + "item_kickdamage" + ] + }, + { + "s": "item_deadlystrike_bytime", + "e": 4, + "sS": 1, + "sB": 22, + "sA": 0, + "so": 180, + "dF": 18, + "dP": "%+d%% Deadly Strike", + "dN": "%+d%% Deadly Strike", + "o": 6, + "os": [ + "item_deadlystrike" + ] + }, + { + "s": "item_find_gems_bytime", + "e": 4, + "sS": 1 + }, + { + "s": "item_pierce_cold", + "sS": 1, + "sB": 8, + "sA": 50, + "so": 88, + "dF": 19, + "dP": "-%d%% to Enemy Cold Resistance", + "dN": "-%d%% to Enemy Cold Resistance" + }, + { + "s": "item_pierce_fire", + "sS": 1, + "sB": 8, + "sA": 50, + "so": 88, + "dF": 19, + "dP": "-%d%% to Enemy Fire Resistance", + "dN": "-%d%% to Enemy Fire Resistance" + }, + { + "s": "item_pierce_ltng", + "sS": 1, + "sB": 8, + "sA": 50, + "so": 88, + "dF": 19, + "dP": "-%d%% to Enemy Lightning Resistance", + "dN": "-%d%% to Enemy Lightning Resistance" + }, + { + "s": "item_pierce_pois", + "sS": 1, + "sB": 8, + "sA": 50, + "so": 88, + "dF": 19, + "dP": "-%d%% to Enemy Poison Resistance", + "dN": "-%d%% to Enemy Poison Resistance" + }, + { + "s": "item_damage_vs_monster", + "sS": 1 + }, + { + "s": "item_damage_percent_vs_monster", + "sS": 1 + }, + { + "s": "item_tohit_vs_monster", + "sS": 1 + }, + { + "s": "item_tohit_percent_vs_monster", + "sS": 1 + }, + { + "s": "item_ac_vs_monster", + "sS": 1 + }, + { + "s": "item_ac_percent_vs_monster", + "sS": 1 + }, + { + "s": "firelength", + "sS": 1 + }, + { + "s": "burningmin", + "sS": 1 + }, + { + "s": "burningmax", + "sS": 1 + }, + { + "s": "progressive_damage", + "sS": 1 + }, + { + "s": "progressive_steal", + "sS": 1 + }, + { + "s": "progressive_other", + "sS": 1 + }, + { + "s": "progressive_fire", + "sS": 1 + }, + { + "s": "progressive_cold", + "sS": 1 + }, + { + "s": "progressive_lightning", + "sS": 1 + }, + { + "s": "item_extra_charges", + "sS": 1, + "sB": 6, + "sA": 0 + }, + { + "s": "progressive_tohit", + "sS": 1 + }, + { + "s": "poison_count", + "sS": 1 + }, + { + "s": "damage_framerate", + "sS": 1 + }, + { + "s": "pierce_idx", + "sS": 1 + }, + { + "s": "passive_fire_mastery", + "sS": 1, + "sB": 9, + "sA": 50, + "so": 88, + "dF": 19, + "dP": "%+d%% to Fire Skill Damage", + "dN": "%+d%% to Fire Skill Damage" + }, + { + "s": "passive_ltng_mastery", + "sS": 1, + "sB": 9, + "sA": 50, + "so": 88, + "dF": 19, + "dP": "%+d%% to Lightning Skill Damage", + "dN": "%+d%% to Lightning Skill Damage" + }, + { + "s": "passive_cold_mastery", + "sS": 1, + "sB": 9, + "sA": 50, + "so": 88, + "dF": 19, + "dP": "%+d%% to Cold Skill Damage", + "dN": "%+d%% to Cold Skill Damage" + }, + { + "s": "passive_pois_mastery", + "sS": 1, + "sB": 9, + "sA": 50, + "so": 88, + "dF": 19, + "dP": "%+d%% to Poison Skill Damage", + "dN": "%+d%% to Poison Skill Damage" + }, + { + "s": "passive_fire_pierce", + "sS": 1, + "sB": 8, + "sA": 0, + "so": 88, + "dF": 19, + "dP": "-%d%% to Enemy Fire Resistance", + "dN": "-%d%% to Enemy Fire Resistance" + }, + { + "s": "passive_ltng_pierce", + "sS": 1, + "sB": 8, + "sA": 0, + "so": 88, + "dF": 19, + "dP": "-%d%% to Enemy Lightning Resistance", + "dN": "-%d%% to Enemy Lightning Resistance" + }, + { + "s": "passive_cold_pierce", + "sS": 1, + "sB": 8, + "sA": 0, + "so": 88, + "dF": 19, + "dP": "-%d%% to Enemy Cold Resistance", + "dN": "-%d%% to Enemy Cold Resistance" + }, + { + "s": "passive_pois_pierce", + "sS": 1, + "sB": 8, + "sA": 0, + "so": 88, + "dF": 19, + "dP": "-%d%% to Enemy Poison Resistance", + "dN": "-%d%% to Enemy Poison Resistance" + }, + { + "s": "passive_critical_strike", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "passive_dodge", + "sS": 1, + "sB": 7, + "sA": 0 + }, + { + "s": "passive_avoid", + "sS": 1, + "sB": 7, + "sA": 0 + }, + { + "s": "passive_evade", + "sS": 1, + "sB": 7, + "sA": 0 + }, + { + "s": "passive_warmth", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "passive_mastery_melee_th", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "passive_mastery_melee_dmg", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "passive_mastery_melee_crit", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "passive_mastery_throw_th", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "passive_mastery_throw_dmg", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "passive_mastery_throw_crit", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "passive_weaponblock", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "passive_summon_resist", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "modifierlist_skill" + }, + { + "s": "modifierlist_level" + }, + { + "s": "last_sent_hp_pct", + "sS": 1 + }, + { + "s": "source_unit_type" + }, + { + "s": "source_unit_id" + }, + { + "s": "shortparam1" + }, + { + "s": "questitemdifficulty", + "sB": 2, + "sA": 0 + }, + { + "s": "passive_mag_mastery", + "sS": 1, + "sB": 9, + "sA": 50 + }, + { + "s": "passive_mag_pierce", + "sS": 1, + "sB": 8, + "sA": 0 + }, + { + "s": "skill_cooldown" + }, + { + "s": "skill_missile_damage_scale" + } + ], + "runewords": [ + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "n": "Ancients' Pledge" + }, + { + "n": "Armageddon" + }, + { + "n": "Authority" + }, + { + "n": "Beast" + }, + { + "n": "Beauty" + }, + { + "n": "Black" + }, + { + "n": "Blood" + }, + { + "n": "Bone" + }, + { + "n": "Bramble" + }, + { + "n": "Brand" + }, + { + "n": "Breath of the Dying" + }, + { + "n": "Broken Promise" + }, + { + "n": "Call to Arms" + }, + { + "n": "Chains of Honor" + }, + { + "n": "Chance" + }, + { + "n": "Chaos" + }, + { + "n": "Crescent Moon" + }, + { + "n": "Darkness" + }, + { + "n": "Daylight" + }, + { + "n": "Death" + }, + { + "n": "Deception" + }, + { + "n": "Delirium" + }, + { + "n": "Desire" + }, + { + "n": "Despair" + }, + { + "n": "Destruction" + }, + { + "n": "Doom" + }, + { + "n": "Dragon" + }, + { + "n": "Dread" + }, + { + "n": "Dream" + }, + { + "n": "Duress" + }, + { + "n": "Edge" + }, + { + "n": "Elation" + }, + { + "n": "Enigma" + }, + { + "n": "Enlightenment" + }, + { + "n": "Envy" + }, + { + "n": "Eternity" + }, + { + "n": "Exile" + }, + { + "n": "Faith" + }, + { + "n": "Famine" + }, + { + "n": "Flickering Flame" + }, + { + "n": "Fortitude" + }, + { + "n": "Fortune" + }, + { + "n": "Friendship" + }, + { + "n": "Fury" + }, + { + "n": "Gloom" + }, + { + "n": "Glory" + }, + { + "n": "Grief" + }, + { + "n": "Hand of Justice" + }, + { + "n": "Harmony" + }, + { + "n": "Hatred" + }, + { + "n": "Heart of the Oak" + }, + { + "n": "Heaven's Will" + }, + { + "n": "Holy Tears" + }, + { + "n": "Holy Thunder" + }, + { + "n": "Honor" + }, + { + "n": "Revenge" + }, + { + "n": "Humility" + }, + { + "n": "Hunger" + }, + { + "n": "Ice" + }, + { + "n": "Infinity" + }, + { + "n": "Innocence" + }, + { + "n": "Insight" + }, + { + "n": "Jealousy" + }, + { + "n": "Judgement" + }, + { + "n": "King's Grace" + }, + { + "n": "Kingslayer" + }, + { + "n": "Knight's Vigil" + }, + { + "n": "Knowledge" + }, + { + "n": "Last Wish" + }, + { + "n": "Law" + }, + { + "n": "Lawbringer" + }, + { + "n": "Leaf" + }, + { + "n": "Lightning" + }, + { + "n": "Lionheart" + }, + { + "n": "Lore" + }, + { + "n": "Loyalty" + }, + { + "n": "Lust" + }, + { + "n": "Madness" + }, + null, + { + "n": "Malice" + }, + { + "n": "Melody" + }, + { + "n": "Memory" + }, + { + "n": "Mist" + }, + { + "n": "Morning" + }, + { + "n": "Mystery" + }, + { + "n": "Myth" + }, + { + "n": "Nadir" + }, + { + "n": "Nature's Kingdom" + }, + { + "n": "Night" + }, + { + "n": "Oath" + }, + { + "n": "Obedience" + }, + { + "n": "Oblivion" + }, + { + "n": "Obsession" + }, + { + "n": "Passion" + }, + { + "n": "Patience" + }, + { + "n": "Pattern" + }, + { + "n": "Peace" + }, + { + "n": "Voice of Reason" + }, + { + "n": "Penitence" + }, + { + "n": "Peril" + }, + { + "n": "Pestilence" + }, + { + "n": "Phoenix" + }, + { + "n": "Piety" + }, + { + "n": "Pillar of Faith" + }, + { + "n": "Plague" + }, + { + "n": "Praise" + }, + { + "n": "Prayer" + }, + { + "n": "Pride" + }, + { + "n": "Principle" + }, + { + "n": "Prowess in Battle" + }, + { + "n": "Prudence" + }, + { + "n": "Punishment" + }, + { + "n": "Purity" + }, + { + "n": "Question" + }, + { + "n": "Radiance" + }, + { + "n": "Rain" + }, + { + "n": "Reason" + }, + { + "n": "Red" + }, + { + "n": "Rhyme" + }, + { + "n": "Rift" + }, + { + "n": "Sanctuary" + }, + { + "n": "Serendipity" + }, + { + "n": "Shadow" + }, + { + "n": "Shadow of Doubt" + }, + { + "n": "Silence" + }, + { + "n": "Siren's Song" + }, + { + "n": "Smoke" + }, + { + "n": "Sorrow" + }, + { + "n": "Spirit" + }, + { + "n": "Splendor" + }, + { + "n": "Starlight" + }, + { + "n": "Stealth" + }, + { + "n": "Steel" + }, + { + "n": "Still Water" + }, + { + "n": "Sting" + }, + { + "n": "Stone" + }, + { + "n": "Storm" + }, + { + "n": "Strength" + }, + { + "n": "Tempest" + }, + { + "n": "Temptation" + }, + { + "n": "Terror" + }, + { + "n": "Thirst" + }, + { + "n": "Thought" + }, + { + "n": "Thunder" + }, + { + "n": "Time" + }, + { + "n": "Tradition" + }, + { + "n": "Treachery" + }, + { + "n": "Trust" + }, + { + "n": "Truth" + }, + { + "n": "Unbending Will" + }, + { + "n": "Valor" + }, + { + "n": "Vengeance" + }, + { + "n": "Venom" + }, + { + "n": "Victory" + }, + { + "n": "Voice" + }, + { + "n": "Void" + }, + { + "n": "War" + }, + { + "n": "Water" + }, + { + "n": "Wealth" + }, + { + "n": "Whisper" + }, + { + "n": "White" + }, + { + "n": "Wind" + }, + { + "n": "Wings of Hope" + }, + { + "n": "Wisdom" + }, + { + "n": "Woe" + }, + { + "n": "Wonder" + }, + { + "n": "Wrath" + }, + { + "n": "Youth" + }, + { + "n": "Zephyr" + }, + { + "n": "Hustle" + }, + { + "n": "Hustle" + }, + { + "n": "Mosaic" + }, + { + "n": "Metamorphosis" + }, + { + "n": "Ground" + }, + { + "n": "Temper" + }, + { + "n": "Hearth" + }, + { + "n": "Cure" + }, + { + "n": "Bulwark" + }, + { + "n": "Coven" + }, + { + "n": "Vigilance" + }, + { + "n": "Ritual" + } + ], + "set_items": [ + { + "n": "Civerb's Ward", + "c": "lrg", + "tc": "lyel" + }, + { + "n": "Civerb's Icon", + "c": "amu", + "tc": "lyel" + }, + { + "n": "Civerb's Cudgel", + "c": "gsc", + "tc": "lyel" + }, + { + "n": "Hsarus' Iron Heel", + "c": "mbt", + "tc": "dred" + }, + { + "n": "Hsarus' Iron Fist", + "c": "buc", + "tc": "dred" + }, + { + "n": "Hsarus' Iron Stay", + "c": "mbl", + "tc": "dred" + }, + { + "n": "Cleglaw's Tooth", + "c": "lsd", + "tc": "lred" + }, + { + "n": "Cleglaw's Claw", + "c": "sml", + "tc": "lred" + }, + { + "n": "Cleglaw's Pincers", + "c": "mgl", + "tc": "lred" + }, + { + "n": "Iratha's Collar", + "c": "amu", + "tc": "lgry" + }, + { + "n": "Iratha's Cuff", + "c": "tgl", + "tc": "lgry" + }, + { + "n": "Iratha's Coil", + "c": "crn", + "tc": "lgry" + }, + { + "n": "Iratha's Cord", + "c": "tbl", + "tc": "lgry" + }, + { + "n": "Isenhart's Lightbrand", + "c": "bsd", + "tc": "lgld" + }, + { + "n": "Isenhart's Parry", + "c": "gts", + "tc": "lgld" + }, + { + "n": "Isenhart's Case", + "c": "brs", + "tc": "lgld" + }, + { + "n": "Isenhart's Horns", + "c": "fhl", + "tc": "lgld" + }, + { + "n": "Vidala's Barb", + "c": "lbb", + "tc": "blac" + }, + { + "n": "Vidala's Fetlock", + "c": "tbt", + "tc": "blac" + }, + { + "n": "Vidala's Ambush", + "c": "lea", + "tc": "blac" + }, + { + "n": "Vidala's Snare", + "c": "amu", + "tc": "blac" + }, + { + "n": "Milabrega's Orb", + "c": "kit", + "tc": "dblu" + }, + { + "n": "Milabrega's Rod", + "c": "wsp", + "tc": "dblu" + }, + { + "n": "Milabrega's Diadem", + "c": "crn", + "tc": "dblu" + }, + { + "n": "Milabrega's Robe", + "c": "aar", + "tc": "dblu" + }, + { + "n": "Cathan's Rule", + "c": "bst", + "tc": "dgrn" + }, + { + "n": "Cathan's Mesh", + "c": "chn", + "tc": "dgrn" + }, + { + "n": "Cathan's Visage", + "c": "msk", + "tc": "dgrn" + }, + { + "n": "Cathan's Sigil", + "c": "amu", + "tc": "dgrn" + }, + { + "n": "Cathan's Seal", + "c": "rin", + "tc": "dgrn" + }, + { + "n": "Tancred's Crowbill", + "c": "mpi", + "tc": "dgld" + }, + { + "n": "Tancred's Spine", + "c": "ful", + "tc": "dgld" + }, + { + "n": "Tancred's Hobnails", + "c": "lbt", + "tc": "dgld" + }, + { + "n": "Tancred's Weird", + "c": "amu", + "tc": "dgld" + }, + { + "n": "Tancred's Skull", + "c": "bhm", + "tc": "dgld" + }, + { + "n": "Sigon's Gage", + "c": "hgl", + "tc": "whit" + }, + { + "n": "Sigon's Visor", + "c": "ghm", + "tc": "whit" + }, + { + "n": "Sigon's Shelter", + "c": "gth", + "tc": "whit" + }, + { + "n": "Sigon's Sabot", + "c": "hbt", + "tc": "whit" + }, + { + "n": "Sigon's Wrap", + "c": "hbl", + "tc": "whit" + }, + { + "n": "Sigon's Guard", + "c": "tow", + "tc": "whit" + }, + { + "n": "Infernal Cranium", + "c": "cap", + "tc": "lyel" + }, + { + "n": "Infernal Torch", + "c": "gwn", + "tc": "lyel" + }, + { + "n": "Infernal Sign", + "c": "tbl", + "tc": "lyel" + }, + { + "n": "Berserker's Headgear", + "c": "hlm", + "tc": "dred" + }, + { + "n": "Berserker's Hauberk", + "c": "spl", + "tc": "dred" + }, + { + "n": "Berserker's Hatchet", + "c": "2ax", + "tc": "dred" + }, + { + "n": "Death's Hand", + "c": "lgl", + "tc": "lred" + }, + { + "n": "Death's Guard", + "c": "lbl", + "tc": "lred" + }, + { + "n": "Death's Touch", + "c": "wsd", + "tc": "lred" + }, + { + "n": "Angelic Sickle", + "c": "sbr", + "tc": "lgry" + }, + { + "n": "Angelic Mantle", + "c": "rng", + "tc": "lgry" + }, + { + "n": "Angelic Halo", + "c": "rin", + "tc": "lgry" + }, + { + "n": "Angelic Wings", + "c": "amu", + "tc": "lgry" + }, + { + "n": "Arctic Horn", + "c": "swb", + "tc": "lgld" + }, + { + "n": "Arctic Furs", + "c": "qui", + "tc": "lgld" + }, + { + "n": "Arctic Binding", + "c": "vbl", + "tc": "lgld" + }, + { + "n": "Arctic Mitts", + "c": "tgl", + "tc": "lgld" + }, + { + "n": "Arcanna's Sign", + "c": "amu", + "tc": "blac" + }, + { + "n": "Arcanna's Deathwand", + "c": "wst", + "tc": "blac" + }, + { + "n": "Arcanna's Head", + "c": "skp", + "tc": "blac" + }, + { + "n": "Arcanna's Flesh", + "c": "ltp", + "tc": "blac" + }, + { + "n": "Natalya's Totem", + "c": "xh9", + "tc": "dgry" + }, + { + "n": "Natalya's Mark", + "c": "7qr", + "tc": "dgry" + }, + { + "n": "Natalya's Shadow", + "c": "ucl", + "tc": "dgry" + }, + { + "n": "Natalya's Soul", + "c": "xmb", + "tc": "dgry" + }, + { + "n": "Aldur's Stony Gaze", + "c": "dr8", + "tc": "oran" + }, + { + "n": "Aldur's Deception", + "c": "uul", + "tc": "oran" + }, + { + "n": "Aldur's Rhythm", + "c": "9mt", + "tc": "oran" + }, + { + "n": "Aldur's Advance", + "c": "xtb", + "tc": "oran" + }, + { + "n": "Immortal King's Will", + "c": "ba5", + "tc": "lgry" + }, + { + "n": "Immortal King's Soul Cage", + "c": "uar", + "tc": "lgry" + }, + { + "n": "Immortal King's Detail", + "c": "zhb", + "tc": "lgry" + }, + { + "n": "Immortal King's Forge", + "c": "xhg", + "tc": "lgry" + }, + { + "n": "Immortal King's Pillar", + "c": "xhb", + "tc": "lgry" + }, + { + "n": "Immortal King's Stone Crusher", + "c": "7m7", + "tc": "lgry" + }, + { + "n": "Tal Rasha's Fine-Spun Cloth", + "c": "zmb", + "tc": "dpur" + }, + { + "n": "Tal Rasha's Adjudication", + "c": "amu", + "tc": "dpur" + }, + { + "n": "Tal Rasha's Lidless Eye", + "c": "oba", + "tc": "dpur" + }, + { + "n": "Tal Rasha's Guardianship", + "c": "uth", + "tc": "dpur" + }, + { + "n": "Tal Rasha's Horadric Crest", + "c": "xsk", + "tc": "dpur" + }, + { + "n": "Griswold's Valor", + "c": "urn", + "tc": "dgld" + }, + { + "n": "Griswold's Heart", + "c": "xar", + "tc": "dgld" + }, + { + "n": "Griswold's Redemption", + "c": "7ws", + "tc": "dgld" + }, + { + "n": "Griswold's Honor", + "c": "paf", + "tc": "dgld" + }, + { + "n": "Trang-Oul's Guise", + "c": "uh9", + "tc": "dgld" + }, + { + "n": "Trang-Oul's Scales", + "c": "xul", + "tc": "dyel" + }, + { + "n": "Trang-Oul's Wing", + "c": "ne9", + "tc": "dyel" + }, + { + "n": "Trang-Oul's Claws", + "c": "xmg", + "tc": "dyel" + }, + { + "n": "Trang-Oul's Girth", + "c": "utc", + "tc": "dyel" + }, + { + "n": "M'avina's True Sight", + "c": "ci3", + "tc": "whit" + }, + { + "n": "M'avina's Embrace", + "c": "uld", + "tc": "whit" + }, + { + "n": "M'avina's Icy Clutch", + "c": "xtg", + "tc": "whit" + }, + { + "n": "M'avina's Tenet", + "c": "zvb", + "tc": "whit" + }, + { + "n": "M'avina's Caster", + "c": "amc", + "tc": "whit" + }, + { + "n": "Telling of Beads", + "c": "amu", + "tc": "lblu" + }, + { + "n": "Laying of Hands", + "c": "ulg", + "tc": "lblu" + }, + { + "n": "Rite of Passage", + "c": "xlb", + "tc": "lblu" + }, + { + "n": "Dark Adherent", + "c": "uui", + "tc": "lblu" + }, + { + "n": "Credendum", + "c": "umc", + "tc": "lblu" + }, + { + "n": "Dangoon's Teaching", + "c": "7ma" + }, + { + "n": "Taebaek's Glory", + "c": "uts" + }, + { + "n": "Haemosu's Adamant", + "c": "xrs" + }, + { + "n": "Ondal's Almighty", + "c": "uhm" + }, + { + "n": "Guillaume's Face", + "c": "xhm", + "tc": "lgry" + }, + { + "n": "Wilhelm's Pride", + "c": "ztb", + "tc": "lgry" + }, + { + "n": "Magnus' Skin", + "c": "xvg", + "tc": "lgry" + }, + { + "n": "Whitstan's Guard", + "c": "xml", + "tc": "lgry" + }, + { + "n": "Hwanin's Splendor", + "c": "xrn" + }, + { + "n": "Hwanin's Refuge", + "c": "xcl" + }, + { + "n": "Hwanin's Blessing", + "c": "mbl" + }, + { + "n": "Hwanin's Justice", + "c": "9vo" + }, + { + "n": "Sazabi's Cobalt Redeemer", + "c": "7ls", + "tc": "dblu" + }, + { + "n": "Sazabi's Ghost Liberator", + "c": "upl", + "tc": "dblu" + }, + { + "n": "Sazabi's Mental Sheath", + "c": "xhl", + "tc": "dblu" + }, + { + "n": "Bul-Kathos' Sacred Charge", + "c": "7gd", + "tc": "dgrn" + }, + { + "n": "Bul-Kathos' Tribal Guardian", + "c": "7wd", + "tc": "dgrn" + }, + { + "n": "Cow King's Horns", + "c": "xap" + }, + { + "n": "Cow King's Hide", + "c": "stu" + }, + { + "n": "Cow King's Hooves", + "c": "vbt" + }, + { + "n": "Naj's Puzzler", + "c": "6cs" + }, + { + "n": "Naj's Light Plate", + "c": "ult" + }, + { + "n": "Naj's Circlet", + "c": "ci0" + }, + { + "n": "Sander's Paragon", + "c": "cap", + "tc": "lpur" + }, + { + "n": "Sander's Riprap", + "c": "vbt", + "tc": "lpur" + }, + { + "n": "Sander's Taboo", + "c": "vgl", + "tc": "lpur" + }, + { + "n": "Sander's Superstition", + "c": "bwn", + "tc": "lpur" + }, + { + "n": "Warlord's Conquest", + "c": "hgl", + "tc": "lgld" + }, + { + "n": "Warlord's Lust", + "c": "ghm", + "tc": "dgld" + }, + { + "n": "Warlord's Mantle", + "c": "ful", + "tc": "lgld" + }, + { + "n": "Warlord's Crushers", + "c": "hbt", + "tc": "lgld" + }, + { + "n": "Warlord's Authority", + "c": "hbl", + "tc": "lgld" + }, + { + "n": "Bane's Oathmaker", + "c": "kri" + }, + { + "n": "Bane's Wraithskin", + "c": "hla", + "tc": "dred" + }, + { + "n": "Bane's Authority", + "c": "vbl", + "tc": "dred" + }, + { + "n": "Horazon's Countenance", + "c": "usk" + }, + { + "n": "Horazon's Hold", + "c": "xlg" + }, + { + "n": "Horazon's Legacy", + "c": "utb" + }, + { + "n": "Horazon's Secrets", + "c": "wad" + } + ], + "unq_items": [ + { + "n": "The Gnasher", + "i": "invhaxu", + "c": "hax", + "tc": "dyel" + }, + { + "n": "Deathspade", + "i": "invaxeu", + "c": "axe", + "tc": "dgld" + }, + { + "n": "Bladebone", + "c": "2ax", + "tc": "lgry" + }, + { + "n": "Mindrend", + "i": "invmpiu", + "c": "mpi", + "tc": "lgrn" + }, + { + "n": "Rakescar", + "c": "wax", + "tc": "dgry" + }, + { + "n": "Fechmars Axe", + "c": "lax", + "tc": "lpur" + }, + { + "n": "Goreshovel", + "c": "bax", + "tc": "dpur" + }, + { + "n": "The Chieftan", + "i": "invbtxu", + "c": "btx", + "tc": "oran" + }, + { + "n": "Brainhew", + "i": "invgaxu", + "c": "gax", + "tc": "whit" + }, + { + "n": "The Humongous", + "c": "gix", + "tc": "blac" + }, + { + "n": "Iros Torch", + "i": "invwndu", + "c": "wnd", + "tc": "cred" + }, + { + "n": "Maelstromwrath", + "c": "ywn", + "tc": "dblu" + }, + { + "n": "Gravenspine", + "i": "invbwnu", + "c": "bwn", + "tc": "cgrn" + }, + { + "n": "Umes Lament", + "c": "gwn", + "tc": "lblu" + }, + { + "n": "Felloak", + "i": "invclbu", + "c": "clb", + "tc": "lgry" + }, + { + "n": "Knell Striker", + "c": "scp", + "tc": "dred" + }, + { + "n": "Rusthandle", + "c": "gsc", + "tc": "lgld" + }, + { + "n": "Stormeye", + "c": "wsp", + "tc": "cred" + }, + { + "n": "Stoutnail", + "i": "invspcu", + "c": "spc", + "tc": "dgry" + }, + { + "n": "Crushflange", + "c": "mac", + "tc": "blac" + }, + { + "n": "Bloodrise", + "i": "invmstu", + "c": "mst", + "tc": "lblu" + }, + { + "n": "The Generals Tan Do Li Ga", + "c": "fla", + "tc": "dblu" + }, + { + "n": "Ironstone", + "c": "whm", + "tc": "cblu" + }, + { + "n": "Bonesob", + "i": "invmauu", + "c": "mau", + "tc": "lred" + }, + { + "n": "Steeldriver", + "i": "invgma", + "c": "gma", + "tc": "cgrn" + }, + { + "n": "Rixots Keen", + "c": "ssd", + "tc": "blac" + }, + { + "n": "Blood Crescent", + "i": "invscmu", + "c": "scm", + "tc": "lblu" + }, + { + "n": "Krintizs Skewer", + "i": "inv9sbu", + "c": "sbr", + "tc": "cblu" + }, + { + "n": "Gleamscythe", + "i": "invflcu", + "c": "flc", + "tc": "lred" + }, + { + "n": "Azurewrath", + "i": "invcrsu", + "c": "crs", + "tc": "lgry" + }, + { + "n": "Griswolds Edge", + "i": "invbsdu", + "c": "bsd", + "tc": "cred" + }, + { + "n": "Hellplague", + "i": "invlsdu", + "c": "lsd", + "tc": "dred" + }, + { + "n": "Culwens Point", + "c": "wsd", + "tc": "whit" + }, + { + "n": "Shadowfang", + "i": "inv2hsu", + "c": "2hs", + "tc": "cgrn" + }, + { + "n": "Soulflay", + "c": "clm", + "tc": "dgrn" + }, + { + "n": "Kinemils Awl", + "i": "invgisu", + "c": "gis", + "tc": "dblu" + }, + { + "n": "Blacktongue", + "i": "invbswu", + "c": "bsw", + "tc": "lgrn" + }, + { + "n": "Ripsaw", + "c": "flb", + "tc": "cblu" + }, + { + "n": "The Patriarch", + "i": "invgsdu", + "c": "gsd", + "tc": "cred" + }, + { + "n": "Gull", + "c": "dgr", + "tc": "lgry" + }, + { + "n": "The Diggler", + "c": "dir", + "tc": "dgry" + }, + { + "n": "The Jade Tan Do", + "i": "invkrsu", + "c": "kri", + "tc": "oran" + }, + { + "n": "Irices Shard", + "c": "bld", + "tc": "dblu" + }, + { + "n": "The Dragon Chang", + "c": "spr", + "tc": "dpur" + }, + { + "n": "Razortine", + "i": "invtriu", + "c": "tri", + "tc": "oran" + }, + { + "n": "Bloodthief", + "c": "brn", + "tc": "whit" + }, + { + "n": "Lance of Yaggai", + "c": "spt", + "tc": "lred" + }, + { + "n": "The Tannr Gorerod", + "c": "pik", + "tc": "lgry" + }, + { + "n": "Dimoaks Hew", + "c": "bar", + "tc": "blac" + }, + { + "n": "Steelgoad", + "c": "vou", + "tc": "cgrn" + }, + { + "n": "Soul Harvest", + "i": "invscyu", + "c": "scy", + "tc": "dgry" + }, + { + "n": "The Battlebranch", + "c": "pax", + "tc": "lblu" + }, + { + "n": "Woestave", + "c": "hal", + "tc": "dblu" + }, + { + "n": "The Grim Reaper", + "c": "wsc", + "tc": "lpur" + }, + { + "n": "Bane Ash", + "c": "sst", + "tc": "lgrn" + }, + { + "n": "Serpent Lord", + "c": "lst", + "tc": "cgrn" + }, + { + "n": "Lazarus Spire", + "i": "invcstu", + "c": "cst", + "tc": "lgry" + }, + { + "n": "The Salamander", + "c": "bst", + "tc": "dred" + }, + { + "n": "The Iron Jang Bong", + "c": "wst", + "tc": "dyel" + }, + { + "n": "Pluckeye", + "c": "sbw", + "tc": "cblu" + }, + { + "n": "Witherstring", + "c": "hbw", + "tc": "lred" + }, + { + "n": "Rimeraven", + "c": "lbw", + "tc": "dred" + }, + { + "n": "Piercerib", + "i": "invcbwu", + "c": "cbw", + "tc": "cred" + }, + { + "n": "Pullspite", + "i": "invsbbu", + "c": "sbb", + "tc": "lgrn" + }, + { + "n": "Wizendraw", + "c": "lbb", + "tc": "dgrn" + }, + { + "n": "Hellclap", + "i": "invswbu", + "c": "swb", + "tc": "cgrn" + }, + { + "n": "Blastbark", + "c": "lwb", + "tc": "lyel" + }, + { + "n": "Leadcrow", + "i": "invlxbu", + "c": "lxb", + "tc": "dyel" + }, + { + "n": "Ichorsting", + "i": "invmxbu", + "c": "mxb", + "tc": "lgld" + }, + { + "n": "Hellcast", + "i": "invhxbu", + "c": "hxb", + "tc": "dgld" + }, + { + "n": "Doomspittle", + "i": "invrxbu", + "c": "rxb", + "tc": "lpur" + }, + { + "n": "War Bonnet", + "i": "invcapu", + "c": "cap", + "tc": "dpur" + }, + { + "n": "Tarnhelm", + "c": "skp", + "tc": "oran" + }, + { + "n": "Coif of Glory", + "i": "invhlmu", + "c": "hlm", + "tc": "whit" + }, + { + "n": "Duskdeep", + "i": "invfhlu", + "c": "fhl", + "tc": "lgry" + }, + { + "n": "Wormskull", + "i": "invbhmu", + "c": "bhm", + "tc": "lgrn" + }, + { + "n": "Howltusk", + "c": "ghm", + "tc": "dgry" + }, + { + "n": "Undead Crown", + "c": "crn", + "tc": "blac" + }, + { + "n": "The Face of Horror", + "c": "msk", + "tc": "lblu" + }, + { + "n": "Greyform", + "c": "qui", + "tc": "lgry" + }, + { + "n": "Blinkbats Form", + "c": "lea", + "tc": "dred" + }, + { + "n": "The Centurion", + "c": "hla", + "tc": "cred" + }, + { + "n": "Twitchthroe", + "c": "stu", + "tc": "lgrn" + }, + { + "n": "Darkglow", + "c": "rng", + "tc": "dgrn" + }, + { + "n": "Hawkmail", + "c": "scl", + "tc": "cgrn" + }, + { + "n": "Sparking Mail", + "c": "chn", + "tc": "lyel" + }, + { + "n": "Venomsward", + "c": "brs", + "tc": "dyel" + }, + { + "n": "Iceblink", + "c": "spl", + "tc": "lgld" + }, + { + "n": "Boneflesh", + "c": "plt", + "tc": "dgld" + }, + { + "n": "Rockfleece", + "c": "fld", + "tc": "dgry" + }, + { + "n": "Rattlecage", + "c": "gth", + "tc": "dpur" + }, + { + "n": "Goldskin", + "i": "invfulu", + "c": "ful", + "tc": "oran" + }, + { + "n": "Victors Silk", + "i": "invaaru", + "c": "aar", + "tc": "dblu" + }, + { + "n": "Heavenly Garb", + "c": "ltp", + "tc": "cblu" + }, + { + "n": "Pelta Lunata", + "i": "invbucu", + "c": "buc", + "tc": "whit" + }, + { + "n": "Umbral Disk", + "i": "invsmlu", + "c": "sml", + "tc": "lgry" + }, + { + "n": "Stormguild", + "i": "invlrgu", + "c": "lrg", + "tc": "dgry" + }, + { + "n": "Wall of the Eyeless", + "i": "invbshu", + "c": "bsh", + "tc": "lgld" + }, + { + "n": "Swordback Hold", + "i": "invspku", + "c": "spk", + "tc": "lred" + }, + { + "n": "Steelclash", + "i": "invkitu", + "c": "kit", + "tc": "blac" + }, + { + "n": "Bverrit Keep", + "i": "invtowu", + "c": "tow", + "tc": "lblu" + }, + { + "n": "The Ward", + "i": "invgtsu", + "c": "gts", + "tc": "dblu" + }, + { + "n": "The Hand of Broc", + "c": "lgl", + "tc": "cblu" + }, + { + "n": "Bloodfist", + "c": "vgl", + "tc": "oran" + }, + { + "n": "Chance Guards", + "c": "mgl", + "tc": "lred" + }, + { + "n": "Magefist", + "c": "tgl", + "tc": "lgry" + }, + { + "n": "Frostburn", + "c": "hgl", + "tc": "dred" + }, + { + "n": "Hotspur", + "c": "lbt", + "tc": "cred" + }, + { + "n": "Gorefoot", + "c": "vbt", + "tc": "dblu" + }, + { + "n": "Treads of Cthon", + "c": "mbt", + "tc": "lgrn" + }, + { + "n": "Goblin Toe", + "c": "tbt", + "tc": "dgry" + }, + { + "n": "Tearhaunch", + "c": "hbt", + "tc": "dgrn" + }, + { + "n": "Lenyms Cord", + "c": "lbl", + "tc": "cgrn" + }, + { + "n": "Snakecord", + "c": "vbl", + "tc": "blac" + }, + { + "n": "Nightsmoke", + "c": "mbl", + "tc": "lyel" + }, + { + "n": "Goldwrap", + "c": "tbl", + "tc": "lblu" + }, + { + "n": "Bladebuckle", + "c": "hbl", + "tc": "dyel" + }, + { + "n": "Nokozan Relic", + "c": "amu", + "tc": "lgld" + }, + { + "n": "The Eye of Etlich", + "c": "amu", + "tc": "dgld" + }, + { + "n": "The Mahim-Oak Curio", + "c": "amu", + "tc": "lpur" + }, + { + "n": "Nagelring", + "c": "rin", + "tc": "dpur" + }, + { + "n": "Manald Heal", + "c": "rin", + "tc": "oran" + }, + { + "n": "The Stone of Jordan", + "c": "rin", + "tc": "whit" + }, + { + "n": "Amulet of the Viper", + "c": "vip", + "tc": "lgry" + }, + { + "n": "Staff of Kings", + "c": "msf", + "tc": "dgry" + }, + { + "n": "Horadric Staff", + "c": "hst", + "tc": "blac" + }, + { + "n": "Hell Forge Hammer", + "c": "hfh", + "tc": "cred" + }, + { + "n": "KhalimFlail", + "c": "qf1", + "tc": "dblu" + }, + { + "n": "Khalim's Will", + "c": "qf2", + "tc": "dblu" + }, + { + "n": "Coldkill", + "i": "invhaxu", + "c": "9ha", + "tc": "cblu" + }, + { + "n": "Butcher's Pupil", + "i": "invaxeu", + "c": "9ax", + "tc": "cblu" + }, + { + "n": "Islestrike", + "c": "92a" + }, + { + "n": "Pompe's Wrath", + "i": "invmpiu", + "c": "9mp", + "tc": "cred" + }, + { + "n": "Guardian Naga", + "c": "9wa" + }, + { + "n": "Warlord's Trust", + "c": "9la", + "tc": "whit" + }, + { + "n": "Spellsteel", + "c": "9ba", + "tc": "whit" + }, + { + "n": "Stormrider", + "i": "inv9btu", + "c": "9bt", + "tc": "lred" + }, + { + "n": "Boneslayer Blade", + "i": "invgaxu", + "c": "9ga" + }, + { + "n": "The Minataur", + "i": "inv9giu", + "c": "9gi" + }, + { + "n": "Suicide Branch", + "c": "9wn" + }, + { + "n": "Carin Shard", + "c": "9yw", + "tc": "cblu" + }, + { + "n": "Arm of King Leoric", + "i": "invbwnu", + "c": "9bw" + }, + { + "n": "Blackhand Key", + "i": "inv9gwu", + "c": "9gw", + "tc": "blac" + }, + { + "n": "Dark Clan Crusher", + "i": "invclbu", + "c": "9cl", + "tc": "dgld" + }, + { + "n": "Zakarum's Hand", + "c": "9sc", + "tc": "lpur" + }, + { + "n": "The Fetid Sprinkler", + "c": "9qs" + }, + { + "n": "Hand of Blessed Light", + "c": "9ws", + "tc": "lyel" + }, + { + "n": "Fleshrender", + "i": "invspcu", + "c": "9sp", + "tc": "blac" + }, + { + "n": "Sureshrill Frost", + "c": "9ma" + }, + { + "n": "Moonfall", + "i": "invmstu", + "c": "9mt" + }, + { + "n": "Baezil's Vortex", + "c": "9fl", + "tc": "dblu" + }, + { + "n": "Earthshaker", + "c": "9wh" + }, + { + "n": "Bloodtree Stump", + "c": "9m9", + "tc": "dred" + }, + { + "n": "The Gavel of Pain", + "i": "inv9gmu", + "c": "9gm" + }, + { + "n": "Bloodletter", + "c": "9ss", + "tc": "cred" + }, + { + "n": "Coldsteel Eye", + "i": "invscmu", + "c": "9sm", + "tc": "dgry" + }, + { + "n": "Hexfire", + "i": "invsbru", + "c": "9sb" + }, + { + "n": "Blade of Ali Baba", + "c": "9fc", + "tc": "cred" + }, + { + "n": "Ginther's Rift", + "i": "inv9cru", + "c": "9cr", + "tc": "cblu" + }, + { + "n": "Headstriker", + "c": "9bs", + "tc": "bwht" + }, + { + "n": "Plague Bearer", + "i": "inv9lsu", + "c": "9ls" + }, + { + "n": "The Atlantian", + "c": "9wd", + "tc": "lblu" + }, + { + "n": "Crainte Vomir", + "i": "inv2hsu", + "c": "92h", + "tc": "lgld" + }, + { + "n": "Bing Sz Wang", + "c": "9cm" + }, + { + "n": "The Vile Husk", + "i": "invgisu", + "c": "9gs", + "tc": "dgry" + }, + { + "n": "Cloudcrack", + "i": "invbswu", + "c": "9b9" + }, + { + "n": "Todesfaelle Flamme", + "i": "inv9fbu", + "c": "9fb" + }, + { + "n": "Swordguard", + "i": "invgsdu", + "c": "9gd", + "tc": "bwht" + }, + { + "n": "Spineripper", + "c": "9dg" + }, + { + "n": "Heart Carver", + "c": "9di" + }, + { + "n": "Blackbog's Sharp", + "i": "invkrsu", + "c": "9kr" + }, + { + "n": "Stormspike", + "i": "inv9blu", + "c": "9bl", + "tc": "cblu" + }, + { + "n": "The Impaler", + "c": "9sr", + "tc": "lred" + }, + { + "n": "Kelpie Snare", + "i": "invtriu", + "c": "9tr" + }, + { + "n": "Soulfeast Tine", + "i": "inv9bru", + "c": "9br", + "tc": "lyel" + }, + { + "n": "Hone Sundan", + "c": "9st" + }, + { + "n": "Spire of Honor", + "c": "9p9", + "tc": "lgry" + }, + { + "n": "The Meat Scraper", + "c": "9b7", + "tc": "dred" + }, + { + "n": "Blackleach Blade", + "c": "9vo", + "tc": "blac" + }, + { + "n": "Athena's Wrath", + "i": "inv9s8u", + "c": "9s8" + }, + { + "n": "Pierre Tombale Couant", + "c": "9pa", + "tc": "lgld" + }, + { + "n": "Husoldal Evo", + "c": "9h9" + }, + { + "n": "Grim's Burning Dead", + "c": "9wc", + "tc": "cred" + }, + { + "n": "Razorswitch", + "c": "8ss", + "tc": "lpur" + }, + { + "n": "Ribcracker", + "c": "8ls", + "tc": "lblu" + }, + { + "n": "Chromatic Ire", + "i": "invcstu", + "c": "8cs" + }, + { + "n": "Warpspear", + "c": "8bs", + "tc": "cblu" + }, + { + "n": "Skullcollector", + "i": "inv8wsu", + "c": "8ws", + "tc": "blac" + }, + { + "n": "Skystrike", + "c": "8sb" + }, + { + "n": "Riphook", + "c": "8hb", + "tc": "cred" + }, + { + "n": "Kuko Shakaku", + "i": "inv8lbu", + "c": "8lb", + "tc": "lpur" + }, + { + "n": "Endlesshail", + "i": "invcbwu", + "c": "8cb" + }, + { + "n": "Whichwild String", + "i": "inv8s8u", + "c": "8s8", + "tc": "lblu" + }, + { + "n": "Cliffkiller", + "c": "8l8", + "tc": "dgld" + }, + { + "n": "Magewrath", + "i": "invswbu", + "c": "8sw", + "tc": "oran" + }, + { + "n": "Godstrike Arch", + "c": "8lw", + "tc": "lgry" + }, + { + "n": "Langer Briser", + "i": "inv8lxu", + "c": "8lx" + }, + { + "n": "Pus Spiter", + "i": "inv8mxu", + "c": "8mx", + "tc": "cgrn" + }, + { + "n": "Buriza-Do Kyanon", + "i": "invhxbu", + "c": "8hx" + }, + { + "n": "Demon Machine", + "i": "invrxbu", + "c": "8rx", + "tc": "blac" + }, + null, + { + "n": "Peasant Crown", + "c": "xap", + "tc": "lgry" + }, + { + "n": "Rockstopper", + "i": "invxkpu", + "c": "xkp" + }, + { + "n": "Stealskull", + "i": "invhlmu", + "c": "xlm" + }, + { + "n": "Darksight Helm", + "i": "invfhlu", + "c": "xhl", + "tc": "blac" + }, + { + "n": "Valkiry Wing", + "c": "xhm", + "tc": "lgld" + }, + { + "n": "Crown of Thieves", + "i": "invxrnu", + "c": "xrn", + "tc": "dgld" + }, + { + "n": "Blackhorn's Face", + "c": "xsk", + "tc": "blac" + }, + { + "n": "Vampire Gaze", + "i": "invbhmu", + "c": "xh9", + "tc": "cgrn" + }, + { + "n": "The Spirit Shroud", + "c": "xui" + }, + { + "n": "Skin of the Vipermagi", + "c": "xea", + "tc": "dblu" + }, + { + "n": "Skin of the Flayerd One", + "c": "xla", + "tc": "lred" + }, + { + "n": "Ironpelt", + "i": "invxtuu", + "c": "xtu", + "tc": "dgry" + }, + { + "n": "Spiritforge", + "c": "xng" + }, + { + "n": "Crow Caw", + "c": "xcl" + }, + { + "n": "Shaftstop", + "c": "xhn", + "tc": "dgry" + }, + { + "n": "Duriel's Shell", + "c": "xrs", + "tc": "oran" + }, + { + "n": "Skullder's Ire", + "c": "xpl" + }, + { + "n": "Guardian Angel", + "c": "xlt", + "tc": "lgry" + }, + { + "n": "Toothrow", + "c": "xld", + "tc": "whit" + }, + { + "n": "Atma's Wail", + "c": "xth" + }, + { + "n": "Black Hades", + "c": "xul" + }, + { + "n": "Corpsemourn", + "i": "invxaru", + "c": "xar", + "tc": "blac" + }, + { + "n": "Que-Hegan's Wisdom", + "c": "xtp" + }, + { + "n": "Visceratuant", + "i": "invbucu", + "c": "xuc", + "tc": "dred" + }, + { + "n": "Mosers Blessed Circle", + "i": "invxmlu", + "c": "xml" + }, + { + "n": "Stormchaser", + "i": "invxrgu", + "c": "xrg", + "tc": "cblu" + }, + { + "n": "Tiamat's Rebuke", + "i": "invkitu", + "c": "xit", + "tc": "lgry" + }, + { + "n": "Kerke's Sanctuary", + "i": "invtowu", + "c": "xow", + "tc": "lgrn" + }, + { + "n": "Radimant's Sphere", + "i": "invgtsu", + "c": "xts" + }, + { + "n": "Lidless Wall", + "i": "invxshu", + "c": "xsh", + "tc": "dgld" + }, + { + "n": "Lance Guard", + "i": "invxpku", + "c": "xpk" + }, + { + "n": "Venom Grip", + "c": "xlg", + "tc": "dgrn" + }, + { + "n": "Gravepalm", + "c": "xvg" + }, + { + "n": "Ghoulhide", + "c": "xmg" + }, + { + "n": "Lavagout", + "c": "xtg", + "tc": "lyel" + }, + { + "n": "Hellmouth", + "c": "xhg" + }, + { + "n": "Infernostride", + "c": "xlb" + }, + { + "n": "Waterwalk", + "c": "xvb" + }, + { + "n": "Silkweave", + "c": "xmb" + }, + { + "n": "War Traveler", + "c": "xtb" + }, + { + "n": "Gorerider", + "c": "xhb", + "tc": "dred" + }, + { + "n": "String of Ears", + "c": "zlb", + "tc": "lred" + }, + { + "n": "Razortail", + "c": "zvb" + }, + { + "n": "Gloomstrap", + "c": "zmb" + }, + { + "n": "Snowclash", + "c": "ztb" + }, + { + "n": "Thundergod's Vigor", + "c": "zhb" + }, + null, + { + "n": "Harlequin Crest", + "c": "uap", + "tc": "cgrn" + }, + { + "n": "Veil of Steel", + "c": "uhm", + "tc": "lgry" + }, + { + "n": "The Gladiator's Bane", + "c": "utu", + "tc": "lgry" + }, + { + "n": "Arkaine's Valor", + "c": "upl", + "tc": "lred" + }, + { + "n": "Blackoak Shield", + "i": "invsmlu", + "c": "uml" + }, + { + "n": "Stormshield", + "i": "invkitu", + "c": "uit" + }, + { + "n": "Hellslayer", + "i": "invbtxu", + "c": "7bt", + "tc": "dred" + }, + { + "n": "Messerschmidt's Reaver", + "i": "invgaxu", + "c": "7ga", + "tc": "blac" + }, + { + "n": "Baranar's Star", + "i": "invmstu", + "c": "7mt", + "tc": "lred" + }, + { + "n": "Schaefer's Hammer", + "c": "7wh", + "tc": "lblu" + }, + { + "n": "The Cranium Basher", + "c": "7gm", + "tc": "blac" + }, + { + "n": "Lightsabre", + "i": "invcrsu", + "c": "7cr", + "tc": "lblu" + }, + { + "n": "Doombringer", + "i": "invbswu", + "c": "7b7", + "tc": "dred" + }, + { + "n": "The Grandfather", + "i": "invgsdu", + "c": "7gd", + "tc": "lyel" + }, + { + "n": "Wizardspike", + "c": "7dg", + "tc": "lgry" + }, + { + "n": "Constricting Ring", + "c": "rin", + "tc": "cblu" + }, + { + "n": "Stormspire", + "c": "7wc", + "tc": "dblu" + }, + { + "n": "Eaglehorn", + "c": "6l7", + "tc": "dgld" + }, + { + "n": "Windforce", + "c": "6lw", + "tc": "dyel" + }, + null, + { + "n": "Bul-Kathos' Wedding Band", + "c": "rin", + "tc": "dpur" + }, + { + "n": "The Cat's Eye", + "c": "amu", + "tc": "oran" + }, + { + "n": "The Rising Sun", + "c": "amu", + "tc": "lgld" + }, + { + "n": "Crescent Moon", + "c": "amu", + "tc": "lblu" + }, + { + "n": "Mara's Kaleidoscope", + "c": "amu", + "tc": "oran" + }, + { + "n": "Atma's Scarab", + "c": "amu", + "tc": "cgrn" + }, + { + "n": "Dwarf Star", + "c": "rin", + "tc": "dgry" + }, + { + "n": "Raven Frost", + "c": "rin", + "tc": "cblu" + }, + { + "n": "Highlord's Wrath", + "c": "amu", + "tc": "bwht" + }, + { + "n": "Saracen's Chance", + "c": "amu", + "tc": "dpur" + }, + null, + { + "n": "Arreat's Face", + "c": "baa" + }, + { + "n": "Homunculus", + "c": "nea" + }, + { + "n": "Titan's Revenge", + "c": "ama" + }, + { + "n": "Lycander's Aim", + "c": "am7" + }, + { + "n": "Lycander's Flank", + "c": "am9" + }, + { + "n": "The Oculus", + "c": "oba" + }, + { + "n": "Herald of Zakarum", + "c": "pa9" + }, + { + "n": "Cutthroat1", + "c": "9tw" + }, + { + "n": "Jalal's Mane", + "c": "dra" + }, + { + "n": "The Scalper", + "c": "9ta" + }, + { + "n": "Bloodmoon", + "i": "invsbru", + "c": "7sb", + "tc": "cred" + }, + { + "n": "Djinnslayer", + "i": "invscmu", + "c": "7sm", + "tc": "dpur" + }, + { + "n": "Deathbit", + "c": "9tk" + }, + { + "n": "Warshrike", + "i": "invtk3", + "c": "7bk", + "tc": "bwht" + }, + { + "n": "Gutsiphon", + "i": "invrxbu", + "c": "6rx", + "tc": "lgrn" + }, + { + "n": "Razoredge", + "i": "invhaxu", + "c": "7ha", + "tc": "lblu" + }, + { + "n": "Gore Ripper", + "c": "", + "tc": "dred" + }, + { + "n": "Demonlimb", + "i": "invspcu", + "c": "7sp", + "tc": "dgrn" + }, + { + "n": "Steelshade", + "i": "invhlmu", + "c": "ulm", + "tc": "blac" + }, + { + "n": "Tomb Reaver", + "c": "7pa", + "tc": "lyel" + }, + { + "n": "Deaths's Web", + "c": "7gw", + "tc": "bwht" + }, + { + "n": "Nature's Peace", + "c": "rin", + "tc": "dgrn" + }, + { + "n": "Azurewrath", + "i": "invcrs", + "c": "7cr", + "tc": "lgry" + }, + { + "n": "Seraph's Hymn", + "i": "invamu2", + "c": "amu", + "tc": "bwht" + }, + { + "n": "Zakarum's Salvation", + "c": "" + }, + { + "n": "Fleshripper", + "i": "invkrsu", + "c": "7kr", + "tc": "dred" + }, + { + "n": "Odium", + "c": "", + "tc": "blac" + }, + { + "n": "Horizon's Tornado", + "c": "7fl", + "tc": "dpur" + }, + { + "n": "Stone Crusher", + "c": "7wh", + "tc": "whit" + }, + { + "n": "Jadetalon", + "c": "7wb", + "tc": "cgrn" + }, + { + "n": "Shadowdancer", + "c": "uhb", + "tc": "blac" + }, + { + "n": "Cerebus", + "c": "drb", + "tc": "bwht" + }, + { + "n": "Tyrael's Might", + "i": "invaaru", + "c": "uar", + "tc": "dblu" + }, + { + "n": "Souldrain", + "c": "umg", + "tc": "dred" + }, + { + "n": "Runemaster", + "c": "72a", + "tc": "lblu" + }, + { + "n": "Deathcleaver", + "c": "7wa", + "tc": "dred" + }, + { + "n": "Executioner's Justice", + "c": "7gi", + "tc": "blac" + }, + { + "n": "Stoneraven", + "c": "amd", + "tc": "dgry" + }, + { + "n": "Leviathan", + "c": "uld", + "tc": "cgrn" + }, + { + "n": "Larzuk's Champion", + "i": "invhfh", + "c": "", + "tc": "lgry" + }, + { + "n": "Wisp", + "c": "rin", + "tc": "bwht" + }, + { + "n": "Gargoyle's Bite", + "c": "7ts", + "tc": "cgrn" + }, + { + "n": "Lacerator", + "c": "7b8", + "tc": "blac" + }, + { + "n": "Mang Song's Lesson", + "i": "inv8wsu", + "c": "6ws", + "tc": "dgld" + }, + { + "n": "Viperfork", + "c": "7br", + "tc": "dgrn" + }, + { + "n": "Ethereal Edge", + "c": "7ba", + "tc": "whit" + }, + { + "n": "Demonhorn's Edge", + "c": "bad", + "tc": "dgry" + }, + { + "n": "The Reaper's Toll", + "i": "invscy", + "c": "7s8" + }, + { + "n": "Spiritkeeper", + "c": "drd" + }, + { + "n": "Hellrack", + "i": "invhxbu", + "c": "6hx", + "tc": "cred" + }, + { + "n": "Alma Negra", + "c": "pac", + "tc": "blac" + }, + { + "n": "Darkforge Spawn", + "c": "nef", + "tc": "cred" + }, + { + "n": "Widowmaker", + "i": "invswbu", + "c": "6sw", + "tc": "dred" + }, + { + "n": "Bloodraven's Charge", + "i": "invswbu", + "c": "amb", + "tc": "dgld" + }, + { + "n": "Ghostflame", + "c": "7bl", + "tc": "cblu" + }, + { + "n": "Shadowkiller", + "i": "invaxfu", + "c": "7cs" + }, + { + "n": "Gimmershred", + "c": "7ta", + "tc": "lgrn" + }, + { + "n": "Griffon's Eye", + "c": "ci3" + }, + { + "n": "Windhammer", + "i": "invmau", + "c": "7m7", + "tc": "cblu" + }, + { + "n": "Thunderstroke", + "c": "amf", + "tc": "dblu" + }, + { + "n": "Giantmaimer", + "c": "", + "tc": "cred" + }, + { + "n": "Demon's Arch", + "c": "7s7", + "tc": "cred" + }, + { + "n": "Boneflame", + "c": "nee", + "tc": "dred" + }, + { + "n": "Steelpillar", + "c": "7p7" + }, + { + "n": "Nightwing's Veil", + "c": "uhm", + "tc": "cblu" + }, + { + "n": "Crown of Ages", + "c": "urn", + "tc": "dgld" + }, + { + "n": "Andariel's Visage", + "c": "usk", + "tc": "dred" + }, + { + "n": "Darkfear", + "i": "invhlmu", + "c": "ulm", + "tc": "blac" + }, + { + "n": "Dragonscale", + "c": "pae", + "tc": "dgrn" + }, + { + "n": "Steel Carapice", + "c": "uul", + "tc": "dgry" + }, + { + "n": "Medusa's Gaze", + "i": "invtowu", + "c": "uow", + "tc": "lred" + }, + { + "n": "Ravenlore", + "c": "dre", + "tc": "dgld" + }, + { + "n": "Boneshade", + "i": "invbwnu", + "c": "7bw", + "tc": "dgry" + }, + { + "n": "Nethercrow", + "c": "", + "tc": "cblu" + }, + { + "n": "Flamebellow", + "i": "invgisu", + "c": "7gs", + "tc": "cred" + }, + { + "n": "Death's Fathom", + "c": "obf", + "tc": "lblu" + }, + { + "n": "Wolfhowl", + "c": "bac", + "tc": "cred" + }, + { + "n": "Spirit Ward", + "i": "invgtsu", + "c": "uts", + "tc": "dblu" + }, + { + "n": "Kira's Guardian", + "c": "ci2", + "tc": "blac" + }, + { + "n": "Ormus' Robes", + "c": "uui", + "tc": "blac" + }, + { + "n": "Gheed's Fortune", + "c": "cm3", + "tc": "lgld" + }, + { + "n": "Stormlash", + "c": "7fl", + "tc": "dgry" + }, + { + "n": "Halaberd's Reign", + "c": "bae" + }, + { + "n": "Warriv's Warder", + "c": "" + }, + { + "n": "Spike Thorn", + "i": "invspku", + "c": "upk", + "tc": "dyel" + }, + { + "n": "Dracul's Grasp", + "c": "uvg", + "tc": "dred" + }, + { + "n": "Frostwind", + "i": "invlsdu", + "c": "7ls", + "tc": "cblu" + }, + { + "n": "Templar's Might", + "i": "invaaru", + "c": "uar", + "tc": "cgrn" + }, + { + "n": "Eschuta's Temper", + "c": "obc", + "tc": "cred" + }, + { + "n": "Firelizard's Talons", + "c": "7lw" + }, + { + "n": "Sandstorm Trek", + "c": "uvb" + }, + { + "n": "Marrowwalk", + "c": "umb", + "tc": "dgry" + }, + { + "n": "Heaven's Light", + "c": "7sc", + "tc": "cblu" + }, + { + "n": "Merman's Speed", + "c": "" + }, + { + "n": "Arachnid Mesh", + "c": "ulc", + "tc": "blac" + }, + { + "n": "Nosferatu's Coil", + "c": "uvc" + }, + { + "n": "Metalgrid", + "c": "amu" + }, + { + "n": "Verdungo's Hearty Cord", + "c": "umc", + "tc": "blac" + }, + { + "n": "Sigurd's Staunch", + "c": "" + }, + { + "n": "Carrion Wind", + "c": "rin" + }, + { + "n": "Giantskull", + "i": "invbhm", + "c": "uh9", + "tc": "lgry" + }, + { + "n": "Ironward", + "c": "7ws", + "tc": "blac" + }, + { + "n": "Annihilus", + "i": "invmss", + "c": "cm1" + }, + { + "n": "Arioc's Needle", + "c": "7sr" + }, + { + "n": "Cranebeak", + "i": "invmpiu", + "c": "7mp", + "tc": "dgry" + }, + { + "n": "Nord's Tenderizer", + "i": "invclbu", + "c": "7cl" + }, + { + "n": "Earthshifter", + "c": "7gm" + }, + { + "n": "Wraithflight", + "c": "7gl", + "tc": "dblu" + }, + { + "n": "Bonehew", + "c": "7o7", + "tc": "bwht" + }, + { + "n": "Ondal's Wisdom", + "i": "invcstu", + "c": "6cs" + }, + { + "n": "The Reedeemer", + "c": "7sc" + }, + { + "n": "Headhunter's Glory", + "i": "invbshu", + "c": "ush" + }, + { + "n": "Steelrend", + "c": "uhg" + }, + { + "n": "Rainbow Facet", + "c": "jew" + }, + { + "n": "Rainbow Facet", + "c": "jew" + }, + { + "n": "Rainbow Facet", + "c": "jew" + }, + { + "n": "Rainbow Facet", + "c": "jew" + }, + { + "n": "Rainbow Facet", + "c": "jew" + }, + { + "n": "Rainbow Facet", + "c": "jew" + }, + { + "n": "Rainbow Facet", + "c": "jew" + }, + { + "n": "Rainbow Facet", + "c": "jew" + }, + { + "n": "Hellfire Torch", + "i": "invtrch", + "c": "cm2" + }, + { + "n": "Cold Rupture", + "c": "cm3", + "tc": "lblu" + }, + { + "n": "Flame Rift", + "c": "cm3", + "tc": "lred" + }, + { + "n": "Crack of the Heavens", + "c": "cm3", + "tc": "lyel" + }, + { + "n": "Rotting Fissure", + "c": "cm3", + "tc": "lgrn" + }, + { + "n": "Bone Break", + "c": "cm3", + "tc": "whit" + }, + { + "n": "Black Cleft", + "c": "cm3", + "tc": "lgry" + }, + null, + { + "n": "Ars Al'Diablolos", + "i": "invbbb", + "c": "waf", + "tc": "cred" + }, + { + "n": "Ars Tor'Baalos", + "i": "invbbb", + "c": "wae" + }, + { + "n": "Ars Dul'Mephistos", + "i": "invbbb", + "c": "wac", + "tc": "cblu" + }, + { + "n": "Measured Wrath", + "i": "invbbb", + "c": "wa6" + }, + { + "n": "Dreadfang", + "i": "inv2hsu", + "c": "72h", + "tc": "blac" + }, + { + "n": "Wraithstep", + "c": "utb", + "tc": "lgry" + }, + { + "n": "Bloodpact Shard", + "c": "7di", + "tc": "dred" + }, + { + "n": "Sling", + "c": "rin" + }, + { + "n": "Opalvein", + "c": "rin" + }, + { + "n": "Entropy Locket", + "c": "amu" + }, + { + "n": "Gheed's Wager", + "c": "utc", + "tc": "dgld" + }, + { + "n": "Hellwarden's Will", + "i": "invmsk", + "c": "xsk" + }, + { + "n": "Defender's Bile", + "i": "invgswe", + "c": "cjw" + }, + { + "n": "Guardian's Thunder", + "i": "invgswe", + "c": "cjw" + }, + { + "n": "Protector's Frost", + "i": "invgswe", + "c": "cjw" + }, + { + "n": "Defender's Fire", + "i": "invgswe", + "c": "cjw" + }, + { + "n": "Protector's Stone", + "i": "invgswe", + "c": "cjw" + }, + { + "n": "Guardian's Light", + "i": "invgswe", + "c": "cjw" + }, + { + "n": "PreCrafted Cold Rupture", + "c": "cm3", + "tc": "lblu" + }, + { + "n": "Crafted Cold Rupture", + "c": "cs2", + "tc": "lblu" + }, + { + "n": "PreCrafted Flame Rift", + "c": "cm3", + "tc": "lred" + }, + { + "n": "PreCrafted Crack of the Heavens", + "c": "cm3", + "tc": "lyel" + }, + { + "n": "PreCrafted Rotting Fissure", + "c": "cm3", + "tc": "lgrn" + }, + { + "n": "PreCrafted Bone Break", + "c": "cm3", + "tc": "whit" + }, + { + "n": "PreCrafted Black Cleft", + "c": "cm3", + "tc": "lgry" + }, + { + "n": "Crafted Flame Rift", + "c": "cs2", + "tc": "lred" + }, + { + "n": "Crafted Crack of the Heavens", + "c": "cs2", + "tc": "lyel" + }, + { + "n": "Crafted Rotting Fissure", + "c": "cs2", + "tc": "lgrn" + }, + { + "n": "Crafted Bone Break", + "c": "cs2", + "tc": "whit" + }, + { + "n": "Crafted Black Cleft", + "c": "cs2", + "tc": "lgry" + } + ], + "stackables": { + "tkf": { + "n": "Throwing Knife" + }, + "tax": { + "n": "Throwing Axe" + }, + "bkf": { + "n": "Balanced Knife" + }, + "bal": { + "n": "Balanced Axe" + }, + "jav": { + "n": "Javelin" + }, + "pil": { + "n": "Pilum" + }, + "ssp": { + "n": "Short Spear" + }, + "glv": { + "n": "Glaive" + }, + "tsp": { + "n": "Throwing Spear" + }, + "gps": { + "n": "Rancid Gas Potion" + }, + "ops": { + "n": "Oil Potion" + }, + "gpm": { + "n": "Choking Gas Potion" + }, + "opm": { + "n": "Exploding Potion" + }, + "gpl": { + "n": "Strangling Gas Potion" + }, + "opl": { + "n": "Fulminating Potion" + }, + "9tk": { + "n": "Battle Dart" + }, + "9ta": { + "n": "Francisca" + }, + "9bk": { + "n": "War Dart" + }, + "9b8": { + "n": "Hurlbat" + }, + "9ja": { + "n": "War Javelin" + }, + "9pi": { + "n": "Great Pilum" + }, + "9s9": { + "n": "Simbilan" + }, + "9gl": { + "n": "Spiculum" + }, + "9ts": { + "n": "Harpoon" + }, + "7tk": { + "n": "Flying Knife" + }, + "7ta": { + "n": "Flying Axe" + }, + "7bk": { + "n": "Winged Knife" + }, + "7b8": { + "n": "Winged Axe" + }, + "7ja": { + "n": "Hyperion Javelin" + }, + "7pi": { + "n": "Stygian Pilum" + }, + "7s7": { + "n": "Balrog Spear" + }, + "7gl": { + "n": "Ghost Glaive" + }, + "7ts": { + "n": "Winged Harpoon" + }, + "am5": { + "n": "Maiden Javelin" + }, + "ama": { + "n": "Ceremonial Javelin" + }, + "amf": { + "n": "Matriarchal Javelin" + }, + "tbk": { + "n": "Tome of Town Portal" + }, + "ibk": { + "n": "Tome of Identify" + }, + "gld": { + "n": "Gold" + }, + "aqv": { + "n": "Arrows" + }, + "cqv": { + "n": "Bolts" + }, + "key": { + "n": "Key" + }, + "rps": {}, + "rpl": {}, + "bps": {}, + "bpl": {} + }, + "armor_items": { + "cap": { + "nc": "cap", + "exc": "xap", + "elc": "uap", + "iq": 0, + "n": "Cap", + "minac": 3, + "maxac": 5, + "durability": 12, + "rs": 0, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invcap", + "ui": "invcapu", + "si": "invcapu", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "skp": { + "nc": "skp", + "exc": "xkp", + "elc": "ukp", + "iq": 0, + "n": "Skull Cap", + "minac": 8, + "maxac": 11, + "durability": 18, + "rs": 15, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invskp", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "hlm": { + "nc": "hlm", + "exc": "xlm", + "elc": "ulm", + "iq": 0, + "n": "Helm", + "minac": 15, + "maxac": 18, + "durability": 24, + "rs": 26, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invhlm", + "ui": "invhlmu", + "si": "invhlmu", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "fhl": { + "nc": "fhl", + "exc": "xhl", + "elc": "uhl", + "iq": 0, + "n": "Full Helm", + "minac": 23, + "maxac": 26, + "durability": 30, + "rs": 41, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invfhl", + "ui": "invfhlu", + "si": "invfhlu", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "ghm": { + "nc": "ghm", + "exc": "xhm", + "elc": "uhm", + "iq": 0, + "n": "Great Helm", + "minac": 30, + "maxac": 35, + "durability": 40, + "rs": 63, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invghm", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "crn": { + "nc": "crn", + "exc": "xrn", + "elc": "urn", + "iq": 0, + "n": "Crown", + "minac": 25, + "maxac": 45, + "durability": 50, + "rs": 55, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invcrn", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "msk": { + "nc": "msk", + "exc": "xsk", + "elc": "usk", + "iq": 0, + "n": "Mask", + "minac": 9, + "maxac": 27, + "durability": 20, + "rs": 23, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invmsk", + "iw": 2, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "qui": { + "nc": "qui", + "exc": "xui", + "elc": "uui", + "iq": 0, + "n": "Quilted Armor", + "minac": 8, + "maxac": 11, + "durability": 20, + "rs": 12, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invqlt", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "lea": { + "nc": "lea", + "exc": "xea", + "elc": "uea", + "iq": 0, + "n": "Leather Armor", + "minac": 14, + "maxac": 17, + "durability": 24, + "rs": 15, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invlea", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "hla": { + "nc": "hla", + "exc": "xla", + "elc": "ula", + "iq": 0, + "n": "Hard Leather Armor", + "minac": 21, + "maxac": 24, + "durability": 28, + "rs": 20, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invhla", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "stu": { + "nc": "stu", + "exc": "xtu", + "elc": "utu", + "iq": 0, + "n": "Studded Leather", + "minac": 32, + "maxac": 35, + "durability": 32, + "rs": 27, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invstu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "rng": { + "nc": "rng", + "exc": "xng", + "elc": "ung", + "iq": 0, + "n": "Ring Mail", + "minac": 45, + "maxac": 48, + "durability": 26, + "rs": 36, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invrng", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "scl": { + "nc": "scl", + "exc": "xcl", + "elc": "ucl", + "iq": 0, + "n": "Scale Mail", + "minac": 57, + "maxac": 60, + "durability": 36, + "rs": 44, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invscl", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "chn": { + "nc": "chn", + "exc": "xhn", + "elc": "uhn", + "iq": 0, + "n": "Chain Mail", + "minac": 72, + "maxac": 75, + "durability": 45, + "rs": 48, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invchn", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "brs": { + "nc": "brs", + "exc": "xrs", + "elc": "urs", + "iq": 0, + "n": "Breast Plate", + "minac": 65, + "maxac": 68, + "durability": 50, + "rs": 30, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invbrs", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "spl": { + "nc": "spl", + "exc": "xpl", + "elc": "upl", + "iq": 0, + "n": "Splint Mail", + "minac": 90, + "maxac": 95, + "durability": 30, + "rs": 51, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invspl", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "plt": { + "nc": "plt", + "exc": "xlt", + "elc": "ult", + "iq": 0, + "n": "Plate Mail", + "minac": 108, + "maxac": 116, + "durability": 60, + "rs": 65, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invplt", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "fld": { + "nc": "fld", + "exc": "xld", + "elc": "uld", + "iq": 0, + "n": "Field Plate", + "minac": 101, + "maxac": 105, + "durability": 48, + "rs": 55, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invfld", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "gth": { + "nc": "gth", + "exc": "xth", + "elc": "uth", + "iq": 0, + "n": "Gothic Plate", + "minac": 128, + "maxac": 135, + "durability": 55, + "rs": 70, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invgth", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "ful": { + "nc": "ful", + "exc": "xul", + "elc": "uul", + "iq": 0, + "n": "Full Plate Mail", + "minac": 150, + "maxac": 161, + "durability": 70, + "rs": 80, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invful", + "ui": "invfulu", + "si": "invfulu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "aar": { + "nc": "aar", + "exc": "xar", + "elc": "uar", + "iq": 0, + "n": "Ancient Armor", + "minac": 218, + "maxac": 233, + "durability": 60, + "rs": 100, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invaar", + "ui": "invaaru", + "si": "invaaru", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "ltp": { + "nc": "ltp", + "exc": "xtp", + "elc": "utp", + "iq": 0, + "n": "Light Plate", + "minac": 90, + "maxac": 107, + "durability": 60, + "rs": 41, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invltp", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "buc": { + "nc": "buc", + "exc": "xuc", + "elc": "uuc", + "iq": 0, + "n": "Buckler", + "minac": 4, + "maxac": 6, + "durability": 12, + "mind": 1, + "maxd": 3, + "rs": 12, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbuc", + "ui": "invbucu", + "si": "invbucu", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "sml": { + "nc": "sml", + "exc": "xml", + "elc": "uml", + "iq": 0, + "n": "Small Shield", + "minac": 8, + "maxac": 10, + "durability": 16, + "mind": 2, + "maxd": 3, + "rs": 22, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invsml", + "ui": "invsmlu", + "si": "invsmlu", + "iw": 2, + "ih": 2, + "it": 5, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "lrg": { + "nc": "lrg", + "exc": "xrg", + "elc": "urg", + "iq": 0, + "n": "Large Shield", + "minac": 12, + "maxac": 14, + "durability": 24, + "mind": 2, + "maxd": 4, + "rs": 34, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invlrg", + "ui": "invlrgu", + "si": "invlrgu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "kit": { + "nc": "kit", + "exc": "xit", + "elc": "uit", + "iq": 0, + "n": "Kite Shield", + "minac": 16, + "maxac": 18, + "durability": 30, + "mind": 2, + "maxd": 5, + "rs": 47, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invkit", + "ui": "invkitu", + "si": "invkitu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "tow": { + "nc": "tow", + "exc": "xow", + "elc": "uow", + "iq": 0, + "n": "Tower Shield", + "minac": 22, + "maxac": 25, + "durability": 60, + "mind": 1, + "maxd": 5, + "rs": 75, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invtow", + "ui": "invtowu", + "si": "invtowu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "gts": { + "nc": "gts", + "exc": "xts", + "elc": "uts", + "iq": 0, + "n": "Gothic Shield", + "minac": 30, + "maxac": 35, + "durability": 40, + "mind": 2, + "maxd": 6, + "rs": 60, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invgts", + "ui": "invgtsu", + "si": "invgtsu", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "lgl": { + "nc": "lgl", + "exc": "xlg", + "elc": "ulg", + "iq": 0, + "n": "Leather Gloves", + "minac": 2, + "maxac": 3, + "durability": 12, + "rs": 0, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invlgl", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Gloves", + "Any Armor" + ] + }, + "vgl": { + "nc": "vgl", + "exc": "xvg", + "elc": "uvg", + "iq": 0, + "n": "Heavy Gloves", + "minac": 5, + "maxac": 6, + "durability": 14, + "rs": 0, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invvgl", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Gloves", + "Any Armor" + ] + }, + "mgl": { + "nc": "mgl", + "exc": "xmg", + "elc": "umg", + "iq": 0, + "n": "Chain Gloves", + "minac": 8, + "maxac": 9, + "durability": 16, + "rs": 25, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invmgl", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Gloves", + "Any Armor" + ] + }, + "tgl": { + "nc": "tgl", + "exc": "xtg", + "elc": "utg", + "iq": 0, + "n": "Light Gauntlets", + "minac": 9, + "maxac": 11, + "durability": 18, + "rs": 45, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invtgl", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Gloves", + "Any Armor" + ] + }, + "hgl": { + "nc": "hgl", + "exc": "xhg", + "elc": "uhg", + "iq": 0, + "n": "Gauntlets", + "minac": 12, + "maxac": 15, + "durability": 24, + "rs": 60, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invhgl", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Gloves", + "Any Armor" + ] + }, + "lbt": { + "nc": "lbt", + "exc": "xlb", + "elc": "ulb", + "iq": 0, + "n": "Boots", + "minac": 2, + "maxac": 3, + "durability": 12, + "mind": 3, + "maxd": 8, + "rs": 0, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invlbt", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Boots", + "Any Armor" + ] + }, + "vbt": { + "nc": "vbt", + "exc": "xvb", + "elc": "uvb", + "iq": 0, + "n": "Heavy Boots", + "minac": 5, + "maxac": 6, + "durability": 14, + "mind": 4, + "maxd": 10, + "rs": 18, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invvbt", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Boots", + "Any Armor" + ] + }, + "mbt": { + "nc": "mbt", + "exc": "xmb", + "elc": "umb", + "iq": 0, + "n": "Chain Boots", + "minac": 8, + "maxac": 9, + "durability": 16, + "mind": 6, + "maxd": 12, + "rs": 30, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invmbt", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Boots", + "Any Armor" + ] + }, + "tbt": { + "nc": "tbt", + "exc": "xtb", + "elc": "utb", + "iq": 0, + "n": "Light Plated Boots", + "minac": 9, + "maxac": 11, + "durability": 18, + "mind": 8, + "maxd": 16, + "rs": 50, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invtbt", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Boots", + "Any Armor" + ] + }, + "hbt": { + "nc": "hbt", + "exc": "xhb", + "elc": "uhb", + "iq": 0, + "n": "Greaves", + "minac": 12, + "maxac": 15, + "durability": 24, + "mind": 10, + "maxd": 20, + "rs": 70, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invhbt", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Boots", + "Any Armor" + ] + }, + "lbl": { + "nc": "lbl", + "exc": "zlb", + "elc": "ulc", + "iq": 0, + "n": "Sash", + "minac": 2, + "maxac": 2, + "durability": 12, + "rs": 0, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invlbl", + "iw": 2, + "ih": 1, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Belt", + "Any Armor" + ] + }, + "vbl": { + "nc": "vbl", + "exc": "zvb", + "elc": "uvc", + "iq": 0, + "n": "Light Belt", + "minac": 3, + "maxac": 3, + "durability": 14, + "rs": 0, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invvbl", + "iw": 2, + "ih": 1, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Belt", + "Any Armor" + ] + }, + "mbl": { + "nc": "mbl", + "exc": "zmb", + "elc": "umc", + "iq": 0, + "n": "Belt", + "minac": 5, + "maxac": 5, + "durability": 16, + "rs": 25, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invmbl", + "iw": 2, + "ih": 1, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Belt", + "Any Armor" + ] + }, + "tbl": { + "nc": "tbl", + "exc": "ztb", + "elc": "utc", + "iq": 0, + "n": "Heavy Belt", + "minac": 6, + "maxac": 6, + "durability": 18, + "rs": 45, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invtbl", + "iw": 2, + "ih": 1, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Belt", + "Any Armor" + ] + }, + "hbl": { + "nc": "hbl", + "exc": "zhb", + "elc": "uhc", + "iq": 0, + "n": "Plated Belt", + "minac": 8, + "maxac": 11, + "durability": 24, + "rs": 60, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invhbl", + "iw": 2, + "ih": 1, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Belt", + "Any Armor" + ] + }, + "bhm": { + "nc": "bhm", + "exc": "xh9", + "elc": "uh9", + "iq": 0, + "n": "Bone Helm", + "minac": 33, + "maxac": 36, + "durability": 40, + "rs": 25, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invbhm", + "ui": "invbhmu", + "si": "invbhmu", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "bsh": { + "nc": "bsh", + "exc": "xsh", + "elc": "ush", + "iq": 0, + "n": "Bone Shield", + "minac": 10, + "maxac": 30, + "durability": 40, + "mind": 3, + "maxd": 6, + "rs": 25, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbsh", + "ui": "invbshu", + "si": "invbshu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "spk": { + "nc": "spk", + "exc": "xpk", + "elc": "upk", + "iq": 0, + "n": "Spiked Shield", + "minac": 15, + "maxac": 25, + "durability": 40, + "mind": 5, + "maxd": 9, + "rs": 30, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invspk", + "ui": "invspku", + "si": "invspku", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "xap": { + "nc": "cap", + "exc": "xap", + "elc": "uap", + "iq": 1, + "n": "War Hat", + "minac": 45, + "maxac": 53, + "durability": 12, + "rs": 20, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invcap", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "xkp": { + "nc": "skp", + "exc": "xkp", + "elc": "ukp", + "iq": 1, + "n": "Sallet", + "minac": 52, + "maxac": 62, + "durability": 18, + "rs": 43, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invskp", + "ui": "invxkpu", + "si": "invxkpu", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "xlm": { + "nc": "hlm", + "exc": "xlm", + "elc": "ulm", + "iq": 1, + "n": "Casque", + "minac": 63, + "maxac": 72, + "durability": 24, + "rs": 59, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invhlm", + "ui": "invhlmu", + "si": "invhlmu", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "xhl": { + "nc": "fhl", + "exc": "xhl", + "elc": "uhl", + "iq": 1, + "n": "Basinet", + "minac": 75, + "maxac": 84, + "durability": 30, + "rs": 82, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invfhl", + "ui": "invfhlu", + "si": "invfhlu", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "xhm": { + "nc": "ghm", + "exc": "xhm", + "elc": "uhm", + "iq": 1, + "n": "Winged Helm", + "minac": 85, + "maxac": 98, + "durability": 40, + "rs": 115, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invghm", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "xrn": { + "nc": "crn", + "exc": "xrn", + "elc": "urn", + "iq": 1, + "n": "Grand Crown", + "minac": 78, + "maxac": 113, + "durability": 50, + "rs": 103, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invcrn", + "ui": "invxrnu", + "si": "invxrnu", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "xsk": { + "nc": "msk", + "exc": "xsk", + "elc": "usk", + "iq": 1, + "n": "Death Mask", + "minac": 54, + "maxac": 86, + "durability": 20, + "rs": 55, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invmsk", + "iw": 2, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "xui": { + "nc": "qui", + "exc": "xui", + "elc": "uui", + "iq": 1, + "n": "Ghost Armor", + "minac": 102, + "maxac": 117, + "durability": 20, + "rs": 38, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invqlt", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "xea": { + "nc": "lea", + "exc": "xea", + "elc": "uea", + "iq": 1, + "n": "Serpentskin Armor", + "minac": 111, + "maxac": 126, + "durability": 24, + "rs": 43, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invlea", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "xla": { + "nc": "hla", + "exc": "xla", + "elc": "ula", + "iq": 1, + "n": "Demonhide Armor", + "minac": 122, + "maxac": 136, + "durability": 28, + "rs": 50, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invhla", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "xtu": { + "nc": "stu", + "exc": "xtu", + "elc": "utu", + "iq": 1, + "n": "Trellised Armor", + "minac": 138, + "maxac": 153, + "durability": 32, + "rs": 61, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invstu", + "ui": "invxtuu", + "si": "invxtuu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "xng": { + "nc": "rng", + "exc": "xng", + "elc": "ung", + "iq": 1, + "n": "Linked Mail", + "minac": 158, + "maxac": 172, + "durability": 26, + "rs": 74, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invrng", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "xcl": { + "nc": "scl", + "exc": "xcl", + "elc": "ucl", + "iq": 1, + "n": "Tigulated Mail", + "minac": 176, + "maxac": 190, + "durability": 36, + "rs": 86, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invscl", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "xhn": { + "nc": "chn", + "exc": "xhn", + "elc": "uhn", + "iq": 1, + "n": "Mesh Armor", + "minac": 198, + "maxac": 213, + "durability": 45, + "rs": 92, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invchn", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "xrs": { + "nc": "brs", + "exc": "xrs", + "elc": "urs", + "iq": 1, + "n": "Cuirass", + "minac": 188, + "maxac": 202, + "durability": 50, + "rs": 65, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invbrs", + "si": "invxrss", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "xpl": { + "nc": "spl", + "exc": "xpl", + "elc": "upl", + "iq": 1, + "n": "Russet Armor", + "minac": 225, + "maxac": 243, + "durability": 30, + "rs": 97, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invspl", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "xlt": { + "nc": "plt", + "exc": "xlt", + "elc": "ult", + "iq": 1, + "n": "Templar Coat", + "minac": 252, + "maxac": 274, + "durability": 60, + "rs": 118, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invplt", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "xld": { + "nc": "fld", + "exc": "xld", + "elc": "uld", + "iq": 1, + "n": "Sharktooth Armor", + "minac": 242, + "maxac": 258, + "durability": 48, + "rs": 103, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invfld", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "xth": { + "nc": "gth", + "exc": "xth", + "elc": "uth", + "iq": 1, + "n": "Embossed Plate", + "minac": 282, + "maxac": 303, + "durability": 55, + "rs": 125, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invgth", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "xul": { + "nc": "ful", + "exc": "xul", + "elc": "uul", + "iq": 1, + "n": "Chaos Armor", + "minac": 315, + "maxac": 342, + "durability": 70, + "rs": 140, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invful", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "xar": { + "nc": "aar", + "exc": "xar", + "elc": "uar", + "iq": 1, + "n": "Ornate Plate", + "minac": 417, + "maxac": 450, + "durability": 60, + "rs": 170, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invaar", + "ui": "invxaru", + "si": "invxaru", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "xtp": { + "nc": "ltp", + "exc": "xtp", + "elc": "utp", + "iq": 1, + "n": "Mage Plate", + "minac": 225, + "maxac": 261, + "durability": 60, + "rs": 55, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invltp", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "xuc": { + "nc": "buc", + "exc": "xuc", + "elc": "uuc", + "iq": 1, + "n": "Defender", + "minac": 41, + "maxac": 49, + "durability": 68, + "mind": 8, + "maxd": 12, + "rs": 38, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbuc", + "ui": "invbucu", + "si": "invbucu", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "xml": { + "nc": "sml", + "exc": "xml", + "elc": "uml", + "iq": 1, + "n": "Round Shield", + "minac": 47, + "maxac": 55, + "durability": 64, + "mind": 7, + "maxd": 14, + "rs": 53, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invsml", + "ui": "invxmlu", + "si": "invxmlu", + "iw": 2, + "ih": 2, + "it": 5, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "xrg": { + "nc": "lrg", + "exc": "xrg", + "elc": "urg", + "iq": 1, + "n": "Scutum", + "minac": 53, + "maxac": 61, + "durability": 62, + "mind": 11, + "maxd": 15, + "rs": 71, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invlrg", + "ui": "invxrgu", + "si": "invxrgu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "xit": { + "nc": "kit", + "exc": "xit", + "elc": "uit", + "iq": 1, + "n": "Dragon Shield", + "minac": 59, + "maxac": 67, + "durability": 76, + "mind": 15, + "maxd": 24, + "rs": 91, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invkit", + "ui": "invkitu", + "si": "invkitu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "xow": { + "nc": "tow", + "exc": "xow", + "elc": "uow", + "iq": 1, + "n": "Pavise", + "minac": 68, + "maxac": 78, + "durability": 72, + "mind": 10, + "maxd": 17, + "rs": 133, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invtow", + "ui": "invtowu", + "si": "invtowu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "xts": { + "nc": "gts", + "exc": "xts", + "elc": "uts", + "iq": 1, + "n": "Ancient Shield", + "minac": 80, + "maxac": 93, + "durability": 80, + "mind": 12, + "maxd": 16, + "rs": 110, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invgts", + "ui": "invgtsu", + "si": "invgtsu", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "xlg": { + "nc": "lgl", + "exc": "xlg", + "elc": "ulg", + "iq": 1, + "n": "Demonhide Gloves", + "minac": 28, + "maxac": 35, + "durability": 12, + "rs": 20, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invlgl", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Gloves", + "Any Armor" + ] + }, + "xvg": { + "nc": "vgl", + "exc": "xvg", + "elc": "uvg", + "iq": 1, + "n": "Sharkskin Gloves", + "minac": 33, + "maxac": 39, + "durability": 14, + "rs": 20, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invvgl", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Gloves", + "Any Armor" + ] + }, + "xmg": { + "nc": "mgl", + "exc": "xmg", + "elc": "umg", + "iq": 1, + "n": "Heavy Bracers", + "minac": 37, + "maxac": 44, + "durability": 16, + "rs": 58, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invmgl", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Gloves", + "Any Armor" + ] + }, + "xtg": { + "nc": "tgl", + "exc": "xtg", + "elc": "utg", + "iq": 1, + "n": "Battle Gauntlets", + "minac": 39, + "maxac": 47, + "durability": 18, + "rs": 88, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invtgl", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Gloves", + "Any Armor" + ] + }, + "xhg": { + "nc": "hgl", + "exc": "xhg", + "elc": "uhg", + "iq": 1, + "n": "War Gauntlets", + "minac": 43, + "maxac": 53, + "durability": 24, + "rs": 110, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invhgl", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Gloves", + "Any Armor" + ] + }, + "xlb": { + "nc": "lbt", + "exc": "xlb", + "elc": "ulb", + "iq": 1, + "n": "Demonhide Boots", + "minac": 28, + "maxac": 35, + "durability": 12, + "mind": 26, + "maxd": 46, + "rs": 20, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invlbt", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Boots", + "Any Armor" + ] + }, + "xvb": { + "nc": "vbt", + "exc": "xvb", + "elc": "uvb", + "iq": 1, + "n": "Sharkskin Boots", + "minac": 33, + "maxac": 39, + "durability": 14, + "mind": 28, + "maxd": 50, + "rs": 47, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invvbt", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Boots", + "Any Armor" + ] + }, + "xmb": { + "nc": "mbt", + "exc": "xmb", + "elc": "umb", + "iq": 1, + "n": "Mesh Boots", + "minac": 37, + "maxac": 44, + "durability": 16, + "mind": 23, + "maxd": 52, + "rs": 65, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invmbt", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Boots", + "Any Armor" + ] + }, + "xtb": { + "nc": "tbt", + "exc": "xtb", + "elc": "utb", + "iq": 1, + "n": "Battle Boots", + "minac": 39, + "maxac": 47, + "durability": 18, + "mind": 37, + "maxd": 64, + "rs": 95, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invtbt", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Boots", + "Any Armor" + ] + }, + "xhb": { + "nc": "hbt", + "exc": "xhb", + "elc": "uhb", + "iq": 1, + "n": "War Boots", + "minac": 43, + "maxac": 53, + "durability": 24, + "mind": 39, + "maxd": 80, + "rs": 125, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invhbt", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Boots", + "Any Armor" + ] + }, + "zlb": { + "nc": "lbl", + "exc": "zlb", + "elc": "ulc", + "iq": 1, + "n": "Demonhide Sash", + "minac": 29, + "maxac": 34, + "durability": 12, + "rs": 20, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invlbl", + "iw": 2, + "ih": 1, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Belt", + "Any Armor" + ] + }, + "zvb": { + "nc": "vbl", + "exc": "zvb", + "elc": "uvc", + "iq": 1, + "n": "Sharkskin Belt", + "minac": 31, + "maxac": 36, + "durability": 14, + "rs": 20, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invvbl", + "iw": 2, + "ih": 1, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Belt", + "Any Armor" + ] + }, + "zmb": { + "nc": "mbl", + "exc": "zmb", + "elc": "umc", + "iq": 1, + "n": "Mesh Belt", + "minac": 35, + "maxac": 40, + "durability": 16, + "rs": 58, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invmbl", + "iw": 2, + "ih": 1, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Belt", + "Any Armor" + ] + }, + "ztb": { + "nc": "tbl", + "exc": "ztb", + "elc": "utc", + "iq": 1, + "n": "Battle Belt", + "minac": 37, + "maxac": 42, + "durability": 18, + "rs": 88, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invtbl", + "iw": 2, + "ih": 1, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Belt", + "Any Armor" + ] + }, + "zhb": { + "nc": "hbl", + "exc": "zhb", + "elc": "uhc", + "iq": 1, + "n": "War Belt", + "minac": 41, + "maxac": 52, + "durability": 24, + "rs": 110, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invhbl", + "iw": 2, + "ih": 1, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Belt", + "Any Armor" + ] + }, + "xh9": { + "nc": "bhm", + "exc": "xh9", + "elc": "uh9", + "iq": 1, + "n": "Grim Helm", + "minac": 60, + "maxac": 125, + "durability": 40, + "rs": 58, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invbhm", + "ui": "invbhmu", + "si": "invbhmu", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "xsh": { + "nc": "bsh", + "exc": "xsh", + "elc": "ush", + "iq": 1, + "n": "Grim Shield", + "minac": 50, + "maxac": 150, + "durability": 70, + "mind": 14, + "maxd": 20, + "rs": 58, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbsh", + "ui": "invxshu", + "si": "invxshu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "xpk": { + "nc": "spk", + "exc": "xpk", + "elc": "upk", + "iq": 1, + "n": "Barbed Shield", + "minac": 58, + "maxac": 78, + "durability": 55, + "mind": 18, + "maxd": 35, + "rs": 65, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invspk", + "ui": "invxpku", + "si": "invxpku", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "dr1": { + "nc": "dr1", + "exc": "dr6", + "elc": "drb", + "iq": 0, + "n": "Wolf Head", + "minac": 8, + "maxac": 11, + "durability": 20, + "rs": 16, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invdr1", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Druid Item", + "c": [ + "Pelt", + "Helm", + "Any Armor", + "Druid Item", + "Class Specific" + ] + }, + "dr2": { + "nc": "dr2", + "exc": "dr7", + "elc": "drc", + "iq": 0, + "n": "Hawk Helm", + "minac": 4, + "maxac": 15, + "durability": 20, + "rs": 20, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invdr2", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Druid Item", + "c": [ + "Pelt", + "Helm", + "Any Armor", + "Druid Item", + "Class Specific" + ] + }, + "dr3": { + "nc": "dr3", + "exc": "dr8", + "elc": "drd", + "iq": 0, + "n": "Antlers", + "minac": 18, + "maxac": 24, + "durability": 20, + "rs": 24, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invdr3", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Druid Item", + "c": [ + "Pelt", + "Helm", + "Any Armor", + "Druid Item", + "Class Specific" + ] + }, + "dr4": { + "nc": "dr4", + "exc": "dr9", + "elc": "dre", + "iq": 0, + "n": "Falcon Mask", + "minac": 12, + "maxac": 28, + "durability": 20, + "rs": 28, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invdr4", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Druid Item", + "c": [ + "Pelt", + "Helm", + "Any Armor", + "Druid Item", + "Class Specific" + ] + }, + "dr5": { + "nc": "dr5", + "exc": "dra", + "elc": "drf", + "iq": 0, + "n": "Spirit Mask", + "minac": 22, + "maxac": 35, + "durability": 20, + "rs": 30, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invdr5", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Druid Item", + "c": [ + "Pelt", + "Helm", + "Any Armor", + "Druid Item", + "Class Specific" + ] + }, + "ba1": { + "nc": "ba1", + "exc": "ba6", + "elc": "bab", + "iq": 0, + "n": "Jawbone Cap", + "minac": 10, + "maxac": 15, + "durability": 25, + "rs": 25, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invba1", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Barbarian Item", + "c": [ + "Primal Helm", + "Helm", + "Any Armor", + "Barbarian Item", + "Class Specific" + ] + }, + "ba2": { + "nc": "ba2", + "exc": "ba7", + "elc": "bac", + "iq": 0, + "n": "Fanged Helm", + "minac": 15, + "maxac": 20, + "durability": 35, + "rs": 35, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invba2", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Barbarian Item", + "c": [ + "Primal Helm", + "Helm", + "Any Armor", + "Barbarian Item", + "Class Specific" + ] + }, + "ba3": { + "nc": "ba3", + "exc": "ba8", + "elc": "bad", + "iq": 0, + "n": "Horned Helm", + "minac": 25, + "maxac": 30, + "durability": 45, + "rs": 45, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invba3", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Barbarian Item", + "c": [ + "Primal Helm", + "Helm", + "Any Armor", + "Barbarian Item", + "Class Specific" + ] + }, + "ba4": { + "nc": "ba4", + "exc": "ba9", + "elc": "bae", + "iq": 0, + "n": "Assault Helmet", + "minac": 30, + "maxac": 35, + "durability": 50, + "rs": 55, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invba4", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Barbarian Item", + "c": [ + "Primal Helm", + "Helm", + "Any Armor", + "Barbarian Item", + "Class Specific" + ] + }, + "ba5": { + "nc": "ba5", + "exc": "baa", + "elc": "baf", + "iq": 0, + "n": "Avenger Guard", + "minac": 35, + "maxac": 50, + "durability": 55, + "rs": 65, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invba5", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Barbarian Item", + "c": [ + "Primal Helm", + "Helm", + "Any Armor", + "Barbarian Item", + "Class Specific" + ] + }, + "pa1": { + "nc": "pa1", + "exc": "pa6", + "elc": "pab", + "iq": 0, + "n": "Targe", + "minac": 8, + "maxac": 12, + "durability": 20, + "mind": 2, + "maxd": 6, + "rs": 16, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invpa1", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Paladin Item", + "c": [ + "Auric Shields", + "Any Shield", + "Any Armor", + "Second Hand", + "Paladin Item", + "Class Specific" + ] + }, + "pa2": { + "nc": "pa2", + "exc": "pa7", + "elc": "pac", + "iq": 0, + "n": "Rondache", + "minac": 10, + "maxac": 18, + "durability": 30, + "mind": 2, + "maxd": 8, + "rs": 26, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invpa2", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Paladin Item", + "c": [ + "Auric Shields", + "Any Shield", + "Any Armor", + "Second Hand", + "Paladin Item", + "Class Specific" + ] + }, + "pa3": { + "nc": "pa3", + "exc": "pa8", + "elc": "pad", + "iq": 0, + "n": "Heraldic Shield", + "minac": 16, + "maxac": 26, + "durability": 40, + "mind": 3, + "maxd": 9, + "rs": 40, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invpa3", + "iw": 2, + "ih": 4, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Paladin Item", + "c": [ + "Auric Shields", + "Any Shield", + "Any Armor", + "Second Hand", + "Paladin Item", + "Class Specific" + ] + }, + "pa4": { + "nc": "pa4", + "exc": "pa9", + "elc": "pae", + "iq": 0, + "n": "Aerin Shield", + "minac": 26, + "maxac": 36, + "durability": 50, + "mind": 4, + "maxd": 10, + "rs": 50, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invpa4", + "iw": 2, + "ih": 4, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Paladin Item", + "c": [ + "Auric Shields", + "Any Shield", + "Any Armor", + "Second Hand", + "Paladin Item", + "Class Specific" + ] + }, + "pa5": { + "nc": "pa5", + "exc": "paa", + "elc": "paf", + "iq": 0, + "n": "Crown Shield", + "minac": 30, + "maxac": 40, + "durability": 60, + "mind": 4, + "maxd": 12, + "rs": 65, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invpa5", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Paladin Item", + "c": [ + "Auric Shields", + "Any Shield", + "Any Armor", + "Second Hand", + "Paladin Item", + "Class Specific" + ] + }, + "ne1": { + "nc": "ne1", + "exc": "ne6", + "elc": "neb", + "iq": 0, + "n": "Preserved Head", + "minac": 2, + "maxac": 5, + "durability": 20, + "rs": 12, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invne1", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Necromancer Item", + "c": [ + "Voodoo Heads", + "Any Shield", + "Any Armor", + "Second Hand", + "Necromancer Item", + "Class Specific" + ] + }, + "ne2": { + "nc": "ne2", + "exc": "ne7", + "elc": "neg", + "iq": 0, + "n": "Zombie Head", + "minac": 4, + "maxac": 8, + "durability": 20, + "rs": 14, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invne2", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Necromancer Item", + "c": [ + "Voodoo Heads", + "Any Shield", + "Any Armor", + "Second Hand", + "Necromancer Item", + "Class Specific" + ] + }, + "ne3": { + "nc": "ne3", + "exc": "ne8", + "elc": "ned", + "iq": 0, + "n": "Unraveller Head", + "minac": 6, + "maxac": 10, + "durability": 20, + "rs": 18, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invne3", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Necromancer Item", + "c": [ + "Voodoo Heads", + "Any Shield", + "Any Armor", + "Second Hand", + "Necromancer Item", + "Class Specific" + ] + }, + "ne4": { + "nc": "ne4", + "exc": "ne9", + "elc": "nee", + "iq": 0, + "n": "Gargoyle Head", + "minac": 10, + "maxac": 16, + "durability": 20, + "rs": 20, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invne4", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Necromancer Item", + "c": [ + "Voodoo Heads", + "Any Shield", + "Any Armor", + "Second Hand", + "Necromancer Item", + "Class Specific" + ] + }, + "ne5": { + "nc": "ne5", + "exc": "nea", + "elc": "nef", + "iq": 0, + "n": "Demon Head", + "minac": 15, + "maxac": 20, + "durability": 20, + "rs": 25, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invne5", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Necromancer Item", + "c": [ + "Voodoo Heads", + "Any Shield", + "Any Armor", + "Second Hand", + "Necromancer Item", + "Class Specific" + ] + }, + "ci0": { + "nc": "ci0", + "exc": "ci2", + "elc": "ci3", + "iq": 0, + "n": "Circlet", + "minac": 20, + "maxac": 30, + "durability": 35, + "rs": 0, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invci0", + "iw": 2, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Helm", + "c": [ + "Circlet", + "Helm", + "Any Armor" + ] + }, + "ci1": { + "nc": "ci1", + "exc": "ci2", + "elc": "ci3", + "iq": 0, + "n": "Coronet", + "minac": 30, + "maxac": 40, + "durability": 30, + "rs": 0, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invci1", + "iw": 2, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Helm", + "c": [ + "Circlet", + "Helm", + "Any Armor" + ] + }, + "ci2": { + "nc": "ci1", + "exc": "ci2", + "elc": "ci3", + "iq": 1, + "n": "Tiara", + "minac": 40, + "maxac": 50, + "durability": 25, + "rs": 0, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invci2", + "iw": 2, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Helm", + "c": [ + "Circlet", + "Helm", + "Any Armor" + ] + }, + "ci3": { + "nc": "ci1", + "exc": "ci2", + "elc": "ci3", + "iq": 2, + "n": "Diadem", + "minac": 50, + "maxac": 60, + "durability": 20, + "rs": 0, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invci3", + "iw": 2, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Helm", + "c": [ + "Circlet", + "Helm", + "Any Armor" + ] + }, + "uap": { + "nc": "cap", + "exc": "xap", + "elc": "uap", + "iq": 2, + "n": "Shako", + "minac": 98, + "maxac": 141, + "durability": 12, + "rs": 50, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invcap", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "ukp": { + "nc": "skp", + "exc": "xkp", + "elc": "ukp", + "iq": 2, + "n": "Hydraskull", + "minac": 101, + "maxac": 145, + "durability": 18, + "rs": 84, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invskp", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "ulm": { + "nc": "hlm", + "exc": "xlm", + "elc": "ulm", + "iq": 2, + "n": "Armet", + "minac": 105, + "maxac": 149, + "durability": 24, + "rs": 109, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invhlm", + "ui": "invhlmu", + "si": "invhlmu", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "uhl": { + "nc": "fhl", + "exc": "xhl", + "elc": "uhl", + "iq": 2, + "n": "Giant Conch", + "minac": 110, + "maxac": 154, + "durability": 30, + "rs": 142, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invfhl", + "ui": "invfhlu", + "si": "invfhlu", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "uhm": { + "nc": "ghm", + "exc": "xhm", + "elc": "uhm", + "iq": 2, + "n": "Spired Helm", + "minac": 114, + "maxac": 159, + "durability": 40, + "rs": 192, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invghm", + "si": "invuhms", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "urn": { + "nc": "crn", + "exc": "xrn", + "elc": "urn", + "iq": 2, + "n": "Corona", + "minac": 111, + "maxac": 165, + "durability": 50, + "rs": 174, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invcrn", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "usk": { + "nc": "msk", + "exc": "xsk", + "elc": "usk", + "iq": 2, + "n": "Demonhead", + "minac": 101, + "maxac": 154, + "durability": 20, + "rs": 102, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invmsk", + "iw": 2, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "uui": { + "nc": "qui", + "exc": "xui", + "elc": "uui", + "iq": 2, + "n": "Dusk Shroud", + "minac": 361, + "maxac": 467, + "durability": 20, + "rs": 77, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invqlt", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "uea": { + "nc": "lea", + "exc": "xea", + "elc": "uea", + "iq": 2, + "n": "Wyrmhide", + "minac": 364, + "maxac": 470, + "durability": 24, + "rs": 84, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invlea", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "ula": { + "nc": "hla", + "exc": "xla", + "elc": "ula", + "iq": 2, + "n": "Scarab Husk", + "minac": 369, + "maxac": 474, + "durability": 28, + "rs": 95, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invhla", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "utu": { + "nc": "stu", + "exc": "xtu", + "elc": "utu", + "iq": 2, + "n": "Wire Fleece", + "minac": 375, + "maxac": 481, + "durability": 32, + "rs": 111, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invstu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "ung": { + "nc": "rng", + "exc": "xng", + "elc": "ung", + "iq": 2, + "n": "Diamond Mail", + "minac": 383, + "maxac": 489, + "durability": 26, + "rs": 131, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invrng", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "ucl": { + "nc": "scl", + "exc": "xcl", + "elc": "ucl", + "iq": 2, + "n": "Loricated Mail", + "minac": 390, + "maxac": 496, + "durability": 36, + "rs": 149, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invscl", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "uhn": { + "nc": "chn", + "exc": "xhn", + "elc": "uhn", + "iq": 2, + "n": "Boneweave", + "minac": 399, + "maxac": 505, + "durability": 45, + "rs": 158, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invchn", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "urs": { + "nc": "brs", + "exc": "xrs", + "elc": "urs", + "iq": 2, + "n": "Great Hauberk", + "minac": 395, + "maxac": 501, + "durability": 50, + "rs": 118, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invbrs", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "upl": { + "nc": "spl", + "exc": "xpl", + "elc": "upl", + "iq": 2, + "n": "Balrog Skin", + "minac": 410, + "maxac": 517, + "durability": 30, + "rs": 165, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invspl", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "ult": { + "nc": "plt", + "exc": "xlt", + "elc": "ult", + "iq": 2, + "n": "Hellforge Plate", + "minac": 421, + "maxac": 530, + "durability": 60, + "rs": 196, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invplt", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "uld": { + "nc": "fld", + "exc": "xld", + "elc": "uld", + "iq": 2, + "n": "Kraken Shell", + "minac": 417, + "maxac": 523, + "durability": 48, + "rs": 174, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invfld", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "uth": { + "nc": "gth", + "exc": "xth", + "elc": "uth", + "iq": 2, + "n": "Lacquered Plate", + "minac": 433, + "maxac": 541, + "durability": 55, + "rs": 208, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invgth", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "uul": { + "nc": "ful", + "exc": "xul", + "elc": "uul", + "iq": 2, + "n": "Shadow Plate", + "minac": 446, + "maxac": 557, + "durability": 70, + "rs": 230, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invful", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "uar": { + "nc": "aar", + "exc": "xar", + "elc": "uar", + "iq": 2, + "n": "Sacred Armor", + "minac": 487, + "maxac": 600, + "durability": 60, + "rs": 232, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invaar", + "ui": "invaaru", + "si": "invaaru", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "utp": { + "nc": "ltp", + "exc": "xtp", + "elc": "utp", + "iq": 2, + "n": "Archon Plate", + "minac": 410, + "maxac": 524, + "durability": 60, + "rs": 103, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invltp", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Armor", + "Any Armor" + ] + }, + "uuc": { + "nc": "buc", + "exc": "xuc", + "elc": "uuc", + "iq": 2, + "n": "Heater", + "minac": 95, + "maxac": 110, + "durability": 88, + "mind": 16, + "maxd": 30, + "rs": 77, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbuc", + "ui": "invbucu", + "si": "invbucu", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "uml": { + "nc": "sml", + "exc": "xml", + "elc": "uml", + "iq": 2, + "n": "Luna", + "minac": 108, + "maxac": 123, + "durability": 84, + "mind": 17, + "maxd": 29, + "rs": 100, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invsml", + "ui": "invsmlu", + "si": "invsmlu", + "iw": 2, + "ih": 2, + "it": 5, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "urg": { + "nc": "lrg", + "exc": "xrg", + "elc": "urg", + "iq": 2, + "n": "Hyperion", + "minac": 119, + "maxac": 135, + "durability": 82, + "mind": 14, + "maxd": 32, + "rs": 127, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invlrg", + "ui": "invlrgu", + "si": "invlrgu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "uit": { + "nc": "kit", + "exc": "xit", + "elc": "uit", + "iq": 2, + "n": "Monarch", + "minac": 133, + "maxac": 148, + "durability": 86, + "mind": 12, + "maxd": 34, + "rs": 156, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invkit", + "ui": "invkitu", + "si": "invkitu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "uow": { + "nc": "tow", + "exc": "xow", + "elc": "uow", + "iq": 2, + "n": "Aegis", + "minac": 145, + "maxac": 161, + "durability": 92, + "mind": 18, + "maxd": 28, + "rs": 219, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invtow", + "ui": "invtowu", + "si": "invtowu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "uts": { + "nc": "gts", + "exc": "xts", + "elc": "uts", + "iq": 2, + "n": "Ward", + "minac": 153, + "maxac": 170, + "durability": 100, + "mind": 11, + "maxd": 35, + "rs": 185, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invgts", + "ui": "invgtsu", + "si": "invutss", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "ulg": { + "nc": "lgl", + "exc": "xlg", + "elc": "ulg", + "iq": 2, + "n": "Bramble Mitts", + "minac": 54, + "maxac": 62, + "durability": 12, + "rs": 50, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invlgl", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Gloves", + "Any Armor" + ] + }, + "uvg": { + "nc": "vgl", + "exc": "xvg", + "elc": "uvg", + "iq": 2, + "n": "Vampirebone Gloves", + "minac": 56, + "maxac": 65, + "durability": 14, + "rs": 50, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invvgl", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Gloves", + "Any Armor" + ] + }, + "umg": { + "nc": "mgl", + "exc": "xmg", + "elc": "umg", + "iq": 2, + "n": "Vambraces", + "minac": 59, + "maxac": 67, + "durability": 16, + "rs": 106, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invmgl", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Gloves", + "Any Armor" + ] + }, + "utg": { + "nc": "tgl", + "exc": "xtg", + "elc": "utg", + "iq": 2, + "n": "Crusader Gauntlets", + "minac": 59, + "maxac": 68, + "durability": 18, + "rs": 151, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invtgl", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Gloves", + "Any Armor" + ] + }, + "uhg": { + "nc": "hgl", + "exc": "xhg", + "elc": "uhg", + "iq": 2, + "n": "Ogre Gauntlets", + "minac": 62, + "maxac": 71, + "durability": 24, + "rs": 185, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invhgl", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Gloves", + "Any Armor" + ] + }, + "ulb": { + "nc": "lbt", + "exc": "xlb", + "elc": "ulb", + "iq": 2, + "n": "Wyrmhide Boots", + "minac": 54, + "maxac": 62, + "durability": 12, + "mind": 65, + "maxd": 100, + "rs": 50, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invlbt", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Boots", + "Any Armor" + ] + }, + "uvb": { + "nc": "vbt", + "exc": "xvb", + "elc": "uvb", + "iq": 2, + "n": "Scarabshell Boots", + "minac": 56, + "maxac": 65, + "durability": 14, + "mind": 60, + "maxd": 110, + "rs": 91, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invvbt", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Boots", + "Any Armor" + ] + }, + "umb": { + "nc": "mbt", + "exc": "xmb", + "elc": "umb", + "iq": 2, + "n": "Boneweave Boots", + "minac": 59, + "maxac": 67, + "durability": 16, + "mind": 69, + "maxd": 118, + "rs": 118, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invmbt", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Boots", + "Any Armor" + ] + }, + "utb": { + "nc": "tbt", + "exc": "xtb", + "elc": "utb", + "iq": 2, + "n": "Mirrored Boots", + "minac": 59, + "maxac": 68, + "durability": 18, + "mind": 50, + "maxd": 145, + "rs": 163, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invtbt", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Boots", + "Any Armor" + ] + }, + "uhb": { + "nc": "hbt", + "exc": "xhb", + "elc": "uhb", + "iq": 2, + "n": "Myrmidon Greaves", + "minac": 62, + "maxac": 71, + "durability": 24, + "mind": 83, + "maxd": 149, + "rs": 208, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invhbt", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Boots", + "Any Armor" + ] + }, + "ulc": { + "nc": "lbl", + "exc": "zlb", + "elc": "ulc", + "iq": 2, + "n": "Spiderweb Sash", + "minac": 55, + "maxac": 62, + "durability": 12, + "rs": 50, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invlbl", + "iw": 2, + "ih": 1, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Belt", + "Any Armor" + ] + }, + "uvc": { + "nc": "vbl", + "exc": "zvb", + "elc": "uvc", + "iq": 2, + "n": "Vampirefang Belt", + "minac": 56, + "maxac": 63, + "durability": 14, + "rs": 50, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invvbl", + "iw": 2, + "ih": 1, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Belt", + "Any Armor" + ] + }, + "umc": { + "nc": "mbl", + "exc": "zmb", + "elc": "umc", + "iq": 2, + "n": "Mithril Coil", + "minac": 58, + "maxac": 65, + "durability": 16, + "rs": 106, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invmbl", + "iw": 2, + "ih": 1, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Belt", + "Any Armor" + ] + }, + "utc": { + "nc": "tbl", + "exc": "ztb", + "elc": "utc", + "iq": 2, + "n": "Troll Belt", + "minac": 59, + "maxac": 66, + "durability": 18, + "rs": 151, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invtbl", + "iw": 2, + "ih": 1, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Belt", + "Any Armor" + ] + }, + "uhc": { + "nc": "hbl", + "exc": "zhb", + "elc": "uhc", + "iq": 2, + "n": "Colossus Girdle", + "minac": 61, + "maxac": 71, + "durability": 24, + "rs": 185, + "rd": 0, + "hi": 0, + "gt": 0, + "i": "invhbl", + "iw": 2, + "ih": 1, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Belt", + "Any Armor" + ] + }, + "uh9": { + "nc": "bhm", + "exc": "xh9", + "elc": "uh9", + "iq": 2, + "n": "Bone Visage", + "minac": 100, + "maxac": 157, + "durability": 40, + "rs": 106, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invbhm", + "ui": "invbhmu", + "si": "invbhmu", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Any Armor", + "c": [ + "Helm", + "Any Armor" + ] + }, + "ush": { + "nc": "bsh", + "exc": "xsh", + "elc": "ush", + "iq": 2, + "n": "Troll Nest", + "minac": 158, + "maxac": 173, + "durability": 74, + "mind": 24, + "maxd": 38, + "rs": 106, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbsh", + "ui": "invbshu", + "si": "invbshu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "upk": { + "nc": "spk", + "exc": "xpk", + "elc": "upk", + "iq": 2, + "n": "Blade Barrier", + "minac": 147, + "maxac": 163, + "durability": 83, + "mind": 26, + "maxd": 40, + "rs": 118, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invspk", + "ui": "invspku", + "si": "invspku", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Any Shield", + "c": [ + "Shield", + "Any Shield", + "Any Armor", + "Second Hand" + ] + }, + "dr6": { + "nc": "dr1", + "exc": "dr6", + "elc": "drb", + "iq": 1, + "n": "Alpha Helm", + "minac": 52, + "maxac": 62, + "durability": 20, + "rs": 44, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invdr1", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Druid Item", + "c": [ + "Pelt", + "Helm", + "Any Armor", + "Druid Item", + "Class Specific" + ] + }, + "dr7": { + "nc": "dr2", + "exc": "dr7", + "elc": "drc", + "iq": 1, + "n": "Griffon Headdress", + "minac": 46, + "maxac": 68, + "durability": 20, + "rs": 50, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invdr2", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Druid Item", + "c": [ + "Pelt", + "Helm", + "Any Armor", + "Druid Item", + "Class Specific" + ] + }, + "dr8": { + "nc": "dr3", + "exc": "dr8", + "elc": "drd", + "iq": 1, + "n": "Hunter's Guise", + "minac": 67, + "maxac": 81, + "durability": 20, + "rs": 56, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invdr3", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Druid Item", + "c": [ + "Pelt", + "Helm", + "Any Armor", + "Druid Item", + "Class Specific" + ] + }, + "dr9": { + "nc": "dr4", + "exc": "dr9", + "elc": "dre", + "iq": 1, + "n": "Sacred Feathers", + "minac": 58, + "maxac": 87, + "durability": 20, + "rs": 62, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invdr4", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Druid Item", + "c": [ + "Pelt", + "Helm", + "Any Armor", + "Druid Item", + "Class Specific" + ] + }, + "dra": { + "nc": "dr5", + "exc": "dra", + "elc": "drf", + "iq": 1, + "n": "Totemic Mask", + "minac": 73, + "maxac": 98, + "durability": 20, + "rs": 65, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invdr5", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Druid Item", + "c": [ + "Pelt", + "Helm", + "Any Armor", + "Druid Item", + "Class Specific" + ] + }, + "ba6": { + "nc": "ba1", + "exc": "ba6", + "elc": "bab", + "iq": 1, + "n": "Jawbone Visor", + "minac": 55, + "maxac": 68, + "durability": 25, + "rs": 58, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invba1", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Helm", + "eq2n": "Barbarian Item", + "c": [ + "Primal Helm", + "Helm", + "Any Armor", + "Barbarian Item", + "Class Specific" + ] + }, + "ba7": { + "nc": "ba2", + "exc": "ba7", + "elc": "bac", + "iq": 1, + "n": "Lion Helm", + "minac": 63, + "maxac": 75, + "durability": 35, + "rs": 73, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invba2", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Helm", + "eq2n": "Barbarian Item", + "c": [ + "Primal Helm", + "Helm", + "Any Armor", + "Barbarian Item", + "Class Specific" + ] + }, + "ba8": { + "nc": "ba3", + "exc": "ba8", + "elc": "bad", + "iq": 1, + "n": "Rage Mask", + "minac": 78, + "maxac": 90, + "durability": 45, + "rs": 88, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invba3", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Helm", + "eq2n": "Barbarian Item", + "c": [ + "Primal Helm", + "Helm", + "Any Armor", + "Barbarian Item", + "Class Specific" + ] + }, + "ba9": { + "nc": "ba4", + "exc": "ba9", + "elc": "bae", + "iq": 1, + "n": "Savage Helmet", + "minac": 85, + "maxac": 98, + "durability": 50, + "rs": 103, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invba4", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Helm", + "eq2n": "Barbarian Item", + "c": [ + "Primal Helm", + "Helm", + "Any Armor", + "Barbarian Item", + "Class Specific" + ] + }, + "baa": { + "nc": "ba5", + "exc": "baa", + "elc": "baf", + "iq": 1, + "n": "Slayer Guard", + "minac": 93, + "maxac": 120, + "durability": 55, + "rs": 118, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invba5", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Helm", + "eq2n": "Barbarian Item", + "c": [ + "Primal Helm", + "Helm", + "Any Armor", + "Barbarian Item", + "Class Specific" + ] + }, + "pa6": { + "nc": "pa1", + "exc": "pa6", + "elc": "pab", + "iq": 1, + "n": "Akaran Targe", + "minac": 101, + "maxac": 125, + "durability": 20, + "mind": 12, + "maxd": 16, + "rs": 44, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invpa1", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Paladin Item", + "c": [ + "Auric Shields", + "Any Shield", + "Any Armor", + "Second Hand", + "Paladin Item", + "Class Specific" + ] + }, + "pa7": { + "nc": "pa2", + "exc": "pa7", + "elc": "pac", + "iq": 1, + "n": "Akaran Rondache", + "minac": 113, + "maxac": 137, + "durability": 30, + "mind": 15, + "maxd": 20, + "rs": 59, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invpa2", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Paladin Item", + "c": [ + "Auric Shields", + "Any Shield", + "Any Armor", + "Second Hand", + "Paladin Item", + "Class Specific" + ] + }, + "pa8": { + "nc": "pa3", + "exc": "pa8", + "elc": "pad", + "iq": 1, + "n": "Protector Shield", + "minac": 129, + "maxac": 153, + "durability": 40, + "mind": 18, + "maxd": 24, + "rs": 69, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invpa3", + "iw": 2, + "ih": 4, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Paladin Item", + "c": [ + "Auric Shields", + "Any Shield", + "Any Armor", + "Second Hand", + "Paladin Item", + "Class Specific" + ] + }, + "pa9": { + "nc": "pa4", + "exc": "pa9", + "elc": "pae", + "iq": 1, + "n": "Gilded Shield", + "minac": 144, + "maxac": 168, + "durability": 50, + "mind": 20, + "maxd": 28, + "rs": 89, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invpa4", + "iw": 2, + "ih": 4, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Paladin Item", + "c": [ + "Auric Shields", + "Any Shield", + "Any Armor", + "Second Hand", + "Paladin Item", + "Class Specific" + ] + }, + "paa": { + "nc": "pa5", + "exc": "paa", + "elc": "paf", + "iq": 1, + "n": "Royal Shield", + "minac": 156, + "maxac": 181, + "durability": 60, + "mind": 24, + "maxd": 32, + "rs": 114, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invpa5", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Paladin Item", + "c": [ + "Auric Shields", + "Any Shield", + "Any Armor", + "Second Hand", + "Paladin Item", + "Class Specific" + ] + }, + "ne6": { + "nc": "ne1", + "exc": "ne6", + "elc": "neb", + "iq": 1, + "n": "Mummified Trophy", + "minac": 38, + "maxac": 48, + "durability": 20, + "rs": 38, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invne1", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Necromancer Item", + "c": [ + "Voodoo Heads", + "Any Shield", + "Any Armor", + "Second Hand", + "Necromancer Item", + "Class Specific" + ] + }, + "ne7": { + "nc": "ne2", + "exc": "ne7", + "elc": "neg", + "iq": 1, + "n": "Fetish Trophy", + "minac": 41, + "maxac": 52, + "durability": 20, + "rs": 41, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invne2", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Necromancer Item", + "c": [ + "Voodoo Heads", + "Any Shield", + "Any Armor", + "Second Hand", + "Necromancer Item", + "Class Specific" + ] + }, + "ne8": { + "nc": "ne3", + "exc": "ne8", + "elc": "ned", + "iq": 1, + "n": "Sexton Trophy", + "minac": 44, + "maxac": 55, + "durability": 20, + "rs": 47, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invne3", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Necromancer Item", + "c": [ + "Voodoo Heads", + "Any Shield", + "Any Armor", + "Second Hand", + "Necromancer Item", + "Class Specific" + ] + }, + "ne9": { + "nc": "ne4", + "exc": "ne9", + "elc": "nee", + "iq": 1, + "n": "Cantor Trophy", + "minac": 50, + "maxac": 64, + "durability": 20, + "rs": 50, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invne4", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Necromancer Item", + "c": [ + "Voodoo Heads", + "Any Shield", + "Any Armor", + "Second Hand", + "Necromancer Item", + "Class Specific" + ] + }, + "nea": { + "nc": "ne5", + "exc": "nea", + "elc": "nef", + "iq": 1, + "n": "Hierophant Trophy", + "minac": 58, + "maxac": 70, + "durability": 20, + "rs": 58, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invne5", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Necromancer Item", + "c": [ + "Voodoo Heads", + "Any Shield", + "Any Armor", + "Second Hand", + "Necromancer Item", + "Class Specific" + ] + }, + "drb": { + "nc": "dr1", + "exc": "dr6", + "elc": "drb", + "iq": 2, + "n": "Blood Spirit", + "minac": 101, + "maxac": 145, + "durability": 20, + "rs": 86, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invdr1", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Druid Item", + "c": [ + "Pelt", + "Helm", + "Any Armor", + "Druid Item", + "Class Specific" + ] + }, + "drc": { + "nc": "dr2", + "exc": "dr7", + "elc": "drc", + "iq": 2, + "n": "Sun Spirit", + "minac": 98, + "maxac": 147, + "durability": 20, + "rs": 95, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invdr2", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Druid Item", + "c": [ + "Pelt", + "Helm", + "Any Armor", + "Druid Item", + "Class Specific" + ] + }, + "drd": { + "nc": "dr3", + "exc": "dr8", + "elc": "drd", + "iq": 2, + "n": "Earth Spirit", + "minac": 107, + "maxac": 152, + "durability": 20, + "rs": 104, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invdr3", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Druid Item", + "c": [ + "Pelt", + "Helm", + "Any Armor", + "Druid Item", + "Class Specific" + ] + }, + "dre": { + "nc": "dr4", + "exc": "dr9", + "elc": "dre", + "iq": 2, + "n": "Sky Spirit", + "minac": 103, + "maxac": 155, + "durability": 20, + "rs": 113, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invdr4", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Druid Item", + "c": [ + "Pelt", + "Helm", + "Any Armor", + "Druid Item", + "Class Specific" + ] + }, + "drf": { + "nc": "dr5", + "exc": "dra", + "elc": "drf", + "iq": 2, + "n": "Dream Spirit", + "minac": 109, + "maxac": 159, + "durability": 20, + "rs": 118, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invdr5", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Helm", + "eq2n": "Druid Item", + "c": [ + "Pelt", + "Helm", + "Any Armor", + "Druid Item", + "Class Specific" + ] + }, + "bab": { + "nc": "ba1", + "exc": "ba6", + "elc": "bab", + "iq": 2, + "n": "Carnage Helm", + "minac": 102, + "maxac": 147, + "durability": 25, + "rs": 106, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invba1", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Helm", + "eq2n": "Barbarian Item", + "c": [ + "Primal Helm", + "Helm", + "Any Armor", + "Barbarian Item", + "Class Specific" + ] + }, + "bac": { + "nc": "ba2", + "exc": "ba7", + "elc": "bac", + "iq": 2, + "n": "Fury Visor", + "minac": 105, + "maxac": 150, + "durability": 35, + "rs": 129, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invba2", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Helm", + "eq2n": "Barbarian Item", + "c": [ + "Primal Helm", + "Helm", + "Any Armor", + "Barbarian Item", + "Class Specific" + ] + }, + "bad": { + "nc": "ba3", + "exc": "ba8", + "elc": "bad", + "iq": 2, + "n": "Destroyer Helm", + "minac": 111, + "maxac": 156, + "durability": 45, + "rs": 151, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invba3", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Helm", + "eq2n": "Barbarian Item", + "c": [ + "Primal Helm", + "Helm", + "Any Armor", + "Barbarian Item", + "Class Specific" + ] + }, + "bae": { + "nc": "ba4", + "exc": "ba9", + "elc": "bae", + "iq": 2, + "n": "Conqueror Crown", + "minac": 114, + "maxac": 159, + "durability": 50, + "rs": 174, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invba4", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Helm", + "eq2n": "Barbarian Item", + "c": [ + "Primal Helm", + "Helm", + "Any Armor", + "Barbarian Item", + "Class Specific" + ] + }, + "baf": { + "nc": "ba5", + "exc": "baa", + "elc": "baf", + "iq": 2, + "n": "Guardian Crown", + "minac": 117, + "maxac": 168, + "durability": 55, + "rs": 196, + "rd": 0, + "hi": 1, + "gt": 1, + "i": "invba5", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Helm", + "eq2n": "Barbarian Item", + "c": [ + "Primal Helm", + "Helm", + "Any Armor", + "Barbarian Item", + "Class Specific" + ] + }, + "pab": { + "nc": "pa1", + "exc": "pa6", + "elc": "pab", + "iq": 2, + "n": "Sacred Targe", + "minac": 126, + "maxac": 158, + "durability": 45, + "mind": 22, + "maxd": 70, + "rs": 86, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invpa1", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Paladin Item", + "c": [ + "Auric Shields", + "Any Shield", + "Any Armor", + "Second Hand", + "Paladin Item", + "Class Specific" + ] + }, + "pac": { + "nc": "pa2", + "exc": "pa7", + "elc": "pac", + "iq": 2, + "n": "Sacred Rondache", + "minac": 138, + "maxac": 164, + "durability": 68, + "mind": 35, + "maxd": 58, + "rs": 109, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invpa2", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Paladin Item", + "c": [ + "Auric Shields", + "Any Shield", + "Any Armor", + "Second Hand", + "Paladin Item", + "Class Specific" + ] + }, + "pad": { + "nc": "pa3", + "exc": "pa8", + "elc": "pad", + "iq": 2, + "n": "Kurast Shield", + "minac": 154, + "maxac": 172, + "durability": 55, + "mind": 10, + "maxd": 82, + "rs": 124, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invpa3", + "iw": 2, + "ih": 4, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Paladin Item", + "c": [ + "Auric Shields", + "Any Shield", + "Any Armor", + "Second Hand", + "Paladin Item", + "Class Specific" + ] + }, + "pae": { + "nc": "pa4", + "exc": "pa9", + "elc": "pae", + "iq": 2, + "n": "Zakarum Shield", + "minac": 169, + "maxac": 193, + "durability": 65, + "mind": 46, + "maxd": 46, + "rs": 142, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invpa4", + "iw": 2, + "ih": 4, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Paladin Item", + "c": [ + "Auric Shields", + "Any Shield", + "Any Armor", + "Second Hand", + "Paladin Item", + "Class Specific" + ] + }, + "paf": { + "nc": "pa5", + "exc": "paa", + "elc": "paf", + "iq": 2, + "n": "Vortex Shield", + "minac": 182, + "maxac": 225, + "durability": 90, + "mind": 5, + "maxd": 87, + "rs": 148, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invpa5", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Paladin Item", + "c": [ + "Auric Shields", + "Any Shield", + "Any Armor", + "Second Hand", + "Paladin Item", + "Class Specific" + ] + }, + "neb": { + "nc": "ne1", + "exc": "ne6", + "elc": "neb", + "iq": 2, + "n": "Minion Skull", + "minac": 95, + "maxac": 139, + "durability": 20, + "rs": 77, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invne1", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Necromancer Item", + "c": [ + "Voodoo Heads", + "Any Shield", + "Any Armor", + "Second Hand", + "Necromancer Item", + "Class Specific" + ] + }, + "neg": { + "nc": "ne2", + "exc": "ne7", + "elc": "neg", + "iq": 2, + "n": "Hellspawn Skull", + "minac": 96, + "maxac": 141, + "durability": 20, + "rs": 82, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invne2", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Necromancer Item", + "c": [ + "Voodoo Heads", + "Any Shield", + "Any Armor", + "Second Hand", + "Necromancer Item", + "Class Specific" + ] + }, + "ned": { + "nc": "ne3", + "exc": "ne8", + "elc": "ned", + "iq": 2, + "n": "Overseer Skull", + "minac": 98, + "maxac": 142, + "durability": 20, + "rs": 91, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invne3", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Necromancer Item", + "c": [ + "Voodoo Heads", + "Any Shield", + "Any Armor", + "Second Hand", + "Necromancer Item", + "Class Specific" + ] + }, + "nee": { + "nc": "ne4", + "exc": "ne9", + "elc": "nee", + "iq": 2, + "n": "Succubus Skull", + "minac": 100, + "maxac": 146, + "durability": 20, + "rs": 95, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invne4", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Necromancer Item", + "c": [ + "Voodoo Heads", + "Any Shield", + "Any Armor", + "Second Hand", + "Necromancer Item", + "Class Specific" + ] + }, + "nef": { + "nc": "ne5", + "exc": "nea", + "elc": "nef", + "iq": 2, + "n": "Bloodlord Skull", + "minac": 103, + "maxac": 148, + "durability": 20, + "rs": 106, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invne5", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Any Shield", + "eq2n": "Necromancer Item", + "c": [ + "Voodoo Heads", + "Any Shield", + "Any Armor", + "Second Hand", + "Necromancer Item", + "Class Specific" + ] + }, + "wa1": { + "nc": "wa1", + "exc": "wa6", + "elc": "wab", + "iq": 0, + "n": "Old Book", + "minac": 2, + "maxac": 5, + "durability": 20, + "rs": 12, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Grimoire", + "eq2n": "", + "c": [ + "Grimoire", + "Any Shield", + "Any Armor", + "Second Hand", + "Warlock Item", + "Class Specific" + ] + }, + "wa2": { + "nc": "wa2", + "exc": "wa7", + "elc": "wac", + "iq": 0, + "n": "Tome", + "minac": 4, + "maxac": 8, + "durability": 20, + "rs": 14, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Grimoire", + "eq2n": "", + "c": [ + "Grimoire", + "Any Shield", + "Any Armor", + "Second Hand", + "Warlock Item", + "Class Specific" + ] + }, + "wa3": { + "nc": "wa3", + "exc": "wa8", + "elc": "wad", + "iq": 0, + "n": "Codex", + "minac": 6, + "maxac": 10, + "durability": 20, + "rs": 18, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Grimoire", + "eq2n": "", + "c": [ + "Grimoire", + "Any Shield", + "Any Armor", + "Second Hand", + "Warlock Item", + "Class Specific" + ] + }, + "wa4": { + "nc": "wa4", + "exc": "wa9", + "elc": "wae", + "iq": 0, + "n": "Compendium", + "minac": 10, + "maxac": 16, + "durability": 20, + "rs": 20, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Grimoire", + "eq2n": "", + "c": [ + "Grimoire", + "Any Shield", + "Any Armor", + "Second Hand", + "Warlock Item", + "Class Specific" + ] + }, + "wa5": { + "nc": "wa5", + "exc": "waa", + "elc": "waf", + "iq": 0, + "n": "Grimoire", + "minac": 15, + "maxac": 20, + "durability": 20, + "rs": 25, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Grimoire", + "eq2n": "", + "c": [ + "Grimoire", + "Any Shield", + "Any Armor", + "Second Hand", + "Warlock Item", + "Class Specific" + ] + }, + "wa6": { + "nc": "wa1", + "exc": "wa6", + "elc": "wab", + "iq": 1, + "n": "Burnt Text", + "minac": 38, + "maxac": 48, + "durability": 20, + "rs": 38, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Grimoire", + "eq2n": "", + "c": [ + "Grimoire", + "Any Shield", + "Any Armor", + "Second Hand", + "Warlock Item", + "Class Specific" + ] + }, + "wa7": { + "nc": "wa2", + "exc": "wa7", + "elc": "wac", + "iq": 1, + "n": "Dark Tome", + "minac": 41, + "maxac": 52, + "durability": 20, + "rs": 41, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Grimoire", + "eq2n": "", + "c": [ + "Grimoire", + "Any Shield", + "Any Armor", + "Second Hand", + "Warlock Item", + "Class Specific" + ] + }, + "wa8": { + "nc": "wa3", + "exc": "wa8", + "elc": "wad", + "iq": 1, + "n": "Dark Codex", + "minac": 44, + "maxac": 55, + "durability": 20, + "rs": 47, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Grimoire", + "eq2n": "", + "c": [ + "Grimoire", + "Any Shield", + "Any Armor", + "Second Hand", + "Warlock Item", + "Class Specific" + ] + }, + "wa9": { + "nc": "wa4", + "exc": "wa9", + "elc": "wae", + "iq": 1, + "n": "Possessed Compendium", + "minac": 50, + "maxac": 64, + "durability": 20, + "rs": 50, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Grimoire", + "eq2n": "", + "c": [ + "Grimoire", + "Any Shield", + "Any Armor", + "Second Hand", + "Warlock Item", + "Class Specific" + ] + }, + "waa": { + "nc": "wa5", + "exc": "waa", + "elc": "waf", + "iq": 1, + "n": "Possessed Grimoire", + "minac": 58, + "maxac": 70, + "durability": 20, + "rs": 58, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Grimoire", + "eq2n": "", + "c": [ + "Grimoire", + "Any Shield", + "Any Armor", + "Second Hand", + "Warlock Item", + "Class Specific" + ] + }, + "wab": { + "nc": "wa1", + "exc": "wa6", + "elc": "wab", + "iq": 2, + "n": "Forgotten Volume", + "minac": 95, + "maxac": 139, + "durability": 20, + "rs": 77, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Grimoire", + "eq2n": "", + "c": [ + "Grimoire", + "Any Shield", + "Any Armor", + "Second Hand", + "Warlock Item", + "Class Specific" + ] + }, + "wac": { + "nc": "wa2", + "exc": "wa7", + "elc": "wac", + "iq": 2, + "n": "Occult Tome", + "minac": 96, + "maxac": 141, + "durability": 20, + "rs": 82, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Grimoire", + "eq2n": "", + "c": [ + "Grimoire", + "Any Shield", + "Any Armor", + "Second Hand", + "Warlock Item", + "Class Specific" + ] + }, + "wad": { + "nc": "wa3", + "exc": "wa8", + "elc": "wad", + "iq": 2, + "n": "Occult Codex", + "minac": 98, + "maxac": 142, + "durability": 20, + "rs": 91, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Grimoire", + "eq2n": "", + "c": [ + "Grimoire", + "Any Shield", + "Any Armor", + "Second Hand", + "Warlock Item", + "Class Specific" + ] + }, + "wae": { + "nc": "wa4", + "exc": "wa9", + "elc": "wae", + "iq": 2, + "n": "Blasphemous Compendium", + "minac": 100, + "maxac": 146, + "durability": 20, + "rs": 95, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Grimoire", + "eq2n": "", + "c": [ + "Grimoire", + "Any Shield", + "Any Armor", + "Second Hand", + "Warlock Item", + "Class Specific" + ] + }, + "waf": { + "nc": "wa5", + "exc": "waa", + "elc": "waf", + "iq": 2, + "n": "Blasphemous Grimoire", + "minac": 103, + "maxac": 148, + "durability": 20, + "rs": 106, + "rd": 0, + "hi": 1, + "gt": 2, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Grimoire", + "eq2n": "", + "c": [ + "Grimoire", + "Any Shield", + "Any Armor", + "Second Hand", + "Warlock Item", + "Class Specific" + ] + } + }, + "weapon_items": { + "hax": { + "nc": "hax", + "exc": "9ha", + "elc": "7ha", + "iq": 0, + "n": "Hand Axe", + "durability": 28, + "mind": 3, + "maxd": 6, + "hi": 1, + "gt": 0, + "i": "invhax", + "ui": "invhaxu", + "si": "invhaxu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "axe": { + "nc": "axe", + "exc": "9ax", + "elc": "7ax", + "iq": 0, + "n": "Axe", + "durability": 24, + "mind": 4, + "maxd": 11, + "rs": 32, + "hi": 1, + "gt": 0, + "i": "invaxe", + "ui": "invaxeu", + "si": "invaxeu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "2ax": { + "nc": "2ax", + "exc": "92a", + "elc": "72a", + "iq": 0, + "n": "Double Axe", + "durability": 24, + "mind": 5, + "maxd": 13, + "rs": 43, + "hi": 1, + "gt": 0, + "i": "inv2ax", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "mpi": { + "nc": "mpi", + "exc": "9mp", + "elc": "7mp", + "iq": 0, + "n": "Military Pick", + "durability": 26, + "mind": 7, + "maxd": 11, + "rs": 49, + "rd": 33, + "hi": 1, + "gt": 0, + "i": "invmpi", + "ui": "invmpiu", + "si": "invmpiu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "wax": { + "nc": "wax", + "exc": "9wa", + "elc": "7wa", + "iq": 0, + "n": "War Axe", + "durability": 26, + "mind": 10, + "maxd": 18, + "rs": 67, + "hi": 1, + "gt": 0, + "i": "invwax", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "lax": { + "nc": "lax", + "exc": "9la", + "elc": "7la", + "iq": 0, + "n": "Large Axe", + "durability": 30, + "min2d": 6, + "max2d": 13, + "rs": 35, + "hi": 1, + "gt": 0, + "i": "invlax", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "bax": { + "nc": "bax", + "exc": "9ba", + "elc": "7ba", + "iq": 0, + "n": "Broad Axe", + "durability": 35, + "min2d": 10, + "max2d": 18, + "rs": 48, + "hi": 1, + "gt": 0, + "i": "invbrx", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "btx": { + "nc": "btx", + "exc": "9bt", + "elc": "7bt", + "iq": 0, + "n": "Battle Axe", + "durability": 40, + "min2d": 12, + "max2d": 32, + "rs": 54, + "hi": 1, + "gt": 0, + "i": "invbtx", + "ui": "invbtxu", + "si": "invbtxu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "gax": { + "nc": "gax", + "exc": "9ga", + "elc": "7ga", + "iq": 0, + "n": "Great Axe", + "durability": 50, + "min2d": 9, + "max2d": 30, + "rs": 63, + "rd": 39, + "hi": 1, + "gt": 0, + "i": "invgax", + "ui": "invgaxu", + "si": "invgaxu", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "gix": { + "nc": "gix", + "exc": "9gi", + "elc": "7gi", + "iq": 0, + "n": "Giant Axe", + "durability": 50, + "min2d": 22, + "max2d": 45, + "rs": 70, + "hi": 1, + "gt": 0, + "i": "invgix", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "wnd": { + "nc": "wnd", + "exc": "9wn", + "elc": "7wn", + "iq": 0, + "n": "Wand", + "durability": 15, + "mind": 2, + "maxd": 4, + "hi": 1, + "gt": 0, + "i": "invwnd", + "ui": "invwndu", + "si": "invwndu", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Wand", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "ywn": { + "nc": "ywn", + "exc": "9yw", + "elc": "7yw", + "iq": 0, + "n": "Yew Wand", + "durability": 15, + "mind": 2, + "maxd": 8, + "hi": 1, + "gt": 0, + "i": "invywn", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Wand", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "bwn": { + "nc": "bwn", + "exc": "9bw", + "elc": "7bw", + "iq": 0, + "n": "Bone Wand", + "durability": 15, + "mind": 3, + "maxd": 7, + "hi": 1, + "gt": 0, + "i": "invbwn", + "ui": "invbwnu", + "si": "invbwnu", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Wand", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "gwn": { + "nc": "gwn", + "exc": "9gw", + "elc": "7gw", + "iq": 0, + "n": "Grim Wand", + "durability": 15, + "mind": 5, + "maxd": 11, + "hi": 1, + "gt": 0, + "i": "invgwn", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Wand", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "clb": { + "nc": "clb", + "exc": "9cl", + "elc": "7cl", + "iq": 0, + "n": "Club", + "durability": 24, + "mind": 1, + "maxd": 6, + "hi": 1, + "gt": 0, + "i": "invclb", + "ui": "invclbu", + "si": "invclbu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Club", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "scp": { + "nc": "scp", + "exc": "9sc", + "elc": "7sc", + "iq": 0, + "n": "Scepter", + "durability": 50, + "mind": 6, + "maxd": 11, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invscp", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Scepter", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "gsc": { + "nc": "gsc", + "exc": "9qs", + "elc": "7qs", + "iq": 0, + "n": "Grand Scepter", + "durability": 60, + "mind": 8, + "maxd": 18, + "rs": 37, + "hi": 1, + "gt": 0, + "i": "invgsc", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Scepter", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "wsp": { + "nc": "wsp", + "exc": "9ws", + "elc": "7ws", + "iq": 0, + "n": "War Scepter", + "durability": 70, + "mind": 10, + "maxd": 17, + "rs": 55, + "hi": 1, + "gt": 0, + "i": "invwsp", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Scepter", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "spc": { + "nc": "spc", + "exc": "9sp", + "elc": "7sp", + "iq": 0, + "n": "Spiked Club", + "durability": 36, + "mind": 5, + "maxd": 8, + "hi": 1, + "gt": 0, + "i": "invspc", + "ui": "invspcu", + "si": "invspcu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Club", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "mac": { + "nc": "mac", + "exc": "9ma", + "elc": "7ma", + "iq": 0, + "n": "Mace", + "durability": 60, + "mind": 3, + "maxd": 10, + "rs": 27, + "hi": 1, + "gt": 0, + "i": "invmac", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Mace", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "mst": { + "nc": "mst", + "exc": "9mt", + "elc": "7mt", + "iq": 0, + "n": "Morning Star", + "durability": 72, + "mind": 7, + "maxd": 16, + "rs": 36, + "hi": 1, + "gt": 0, + "i": "invmst", + "ui": "invmstu", + "si": "invmstu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Mace", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "fla": { + "nc": "fla", + "exc": "9fl", + "elc": "7fl", + "iq": 0, + "n": "Flail", + "durability": 30, + "mind": 1, + "maxd": 24, + "rs": 41, + "rd": 35, + "hi": 1, + "gt": 0, + "i": "invfla", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Mace", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "whm": { + "nc": "whm", + "exc": "9wh", + "elc": "7wh", + "iq": 0, + "n": "War Hammer", + "durability": 55, + "mind": 19, + "maxd": 29, + "rs": 53, + "hi": 1, + "gt": 0, + "i": "invwhm", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Hammer", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "mau": { + "nc": "mau", + "exc": "9m9", + "elc": "7m7", + "iq": 0, + "n": "Maul", + "durability": 60, + "min2d": 30, + "max2d": 43, + "rs": 69, + "hi": 1, + "gt": 0, + "i": "invmau", + "ui": "invmauu", + "si": "invmauu", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Hammer", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "gma": { + "nc": "gma", + "exc": "9gm", + "elc": "7gm", + "iq": 0, + "n": "Great Maul", + "durability": 60, + "min2d": 38, + "max2d": 58, + "rs": 99, + "hi": 1, + "gt": 0, + "i": "invgma", + "ui": "invgma", + "si": "invgma", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Hammer", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "ssd": { + "nc": "ssd", + "exc": "9ss", + "elc": "7ss", + "iq": 0, + "n": "Short Sword", + "durability": 24, + "mind": 2, + "maxd": 7, + "hi": 1, + "gt": 0, + "i": "invssd", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "scm": { + "nc": "scm", + "exc": "9sm", + "elc": "7sm", + "iq": 0, + "n": "Scimitar", + "durability": 22, + "mind": 2, + "maxd": 6, + "rd": 21, + "hi": 1, + "gt": 0, + "i": "invscm", + "ui": "invscmu", + "si": "invscmu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "sbr": { + "nc": "sbr", + "exc": "9sb", + "elc": "7sb", + "iq": 0, + "n": "Sabre", + "durability": 32, + "mind": 3, + "maxd": 8, + "rs": 25, + "rd": 25, + "hi": 1, + "gt": 0, + "i": "invsbr", + "ui": "inv9sbu", + "si": "inv9sbu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "flc": { + "nc": "flc", + "exc": "9fc", + "elc": "7fc", + "iq": 0, + "n": "Falchion", + "durability": 32, + "mind": 9, + "maxd": 17, + "rs": 33, + "hi": 1, + "gt": 0, + "i": "invflc", + "ui": "invflcu", + "si": "invflcu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "crs": { + "nc": "crs", + "exc": "9cr", + "elc": "7cr", + "iq": 0, + "n": "Crystal Sword", + "durability": 20, + "mind": 5, + "maxd": 15, + "rs": 43, + "hi": 1, + "gt": 0, + "i": "invcrs", + "ui": "invcrsu", + "si": "invcrsu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "bsd": { + "nc": "bsd", + "exc": "9bs", + "elc": "7bs", + "iq": 0, + "n": "Broad Sword", + "durability": 32, + "mind": 7, + "maxd": 14, + "rs": 48, + "hi": 1, + "gt": 0, + "i": "invbsd", + "ui": "invbsdu", + "si": "invbsdu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "lsd": { + "nc": "lsd", + "exc": "9ls", + "elc": "7ls", + "iq": 0, + "n": "Long Sword", + "durability": 44, + "mind": 3, + "maxd": 19, + "rs": 55, + "rd": 39, + "hi": 1, + "gt": 0, + "i": "invlsd", + "ui": "invlsdu", + "si": "invlsdu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "wsd": { + "nc": "wsd", + "exc": "9wd", + "elc": "7wd", + "iq": 0, + "n": "War Sword", + "durability": 44, + "mind": 8, + "maxd": 20, + "rs": 71, + "rd": 45, + "hi": 1, + "gt": 0, + "i": "invwsd", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "2hs": { + "nc": "2hs", + "exc": "92h", + "elc": "72h", + "iq": 0, + "n": "Two-Handed Sword", + "durability": 44, + "mind": 2, + "maxd": 9, + "min2d": 8, + "max2d": 17, + "rs": 35, + "rd": 27, + "hi": 1, + "gt": 0, + "i": "inv2hs", + "ui": "inv2hsu", + "si": "inv2hsu", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "clm": { + "nc": "clm", + "exc": "9cm", + "elc": "7cm", + "iq": 0, + "n": "Claymore", + "durability": 50, + "mind": 5, + "maxd": 12, + "min2d": 13, + "max2d": 30, + "rs": 47, + "hi": 1, + "gt": 0, + "i": "invclm", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "gis": { + "nc": "gis", + "exc": "9gs", + "elc": "7gs", + "iq": 0, + "n": "Giant Sword", + "durability": 50, + "mind": 3, + "maxd": 16, + "min2d": 9, + "max2d": 28, + "rs": 56, + "rd": 34, + "hi": 1, + "gt": 0, + "i": "invgis", + "ui": "invgisu", + "si": "invgisu", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "bsw": { + "nc": "bsw", + "exc": "9b9", + "elc": "7b7", + "iq": 0, + "n": "Bastard Sword", + "durability": 40, + "mind": 7, + "maxd": 19, + "min2d": 20, + "max2d": 28, + "rs": 62, + "hi": 1, + "gt": 0, + "i": "invbsw", + "ui": "invbswu", + "si": "invbswu", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "flb": { + "nc": "flb", + "exc": "9fb", + "elc": "7fb", + "iq": 0, + "n": "Flamberge", + "durability": 50, + "mind": 9, + "maxd": 15, + "min2d": 13, + "max2d": 26, + "rs": 70, + "rd": 49, + "hi": 1, + "gt": 0, + "i": "invflb", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "gsd": { + "nc": "gsd", + "exc": "9gd", + "elc": "7gd", + "iq": 0, + "n": "Great Sword", + "durability": 50, + "mind": 12, + "maxd": 20, + "min2d": 25, + "max2d": 42, + "rs": 100, + "rd": 60, + "hi": 1, + "gt": 0, + "i": "invgsd", + "ui": "invgsdu", + "si": "invgsdu", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "dgr": { + "nc": "dgr", + "exc": "9dg", + "elc": "7dg", + "iq": 0, + "n": "Dagger", + "durability": 16, + "mind": 1, + "maxd": 4, + "hi": 1, + "gt": 0, + "i": "invdgr", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "dir": { + "nc": "dir", + "exc": "9di", + "elc": "7di", + "iq": 0, + "n": "Dirk", + "durability": 20, + "mind": 3, + "maxd": 9, + "rd": 25, + "hi": 1, + "gt": 0, + "i": "invdir", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "kri": { + "nc": "kri", + "exc": "9kr", + "elc": "7kr", + "iq": 0, + "n": "Kris", + "durability": 24, + "mind": 2, + "maxd": 11, + "rd": 45, + "hi": 1, + "gt": 0, + "i": "invkrs", + "ui": "invkrsu", + "si": "invkrsu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "bld": { + "nc": "bld", + "exc": "9bl", + "elc": "7bl", + "iq": 0, + "n": "Blade", + "durability": 24, + "mind": 4, + "maxd": 15, + "rs": 35, + "rd": 51, + "hi": 1, + "gt": 0, + "i": "invbld", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "tkf": { + "nc": "tkf", + "exc": "9tk", + "elc": "7tk", + "iq": 0, + "n": "Throwing Knife", + "s": 1, + "durability": 4, + "mind": 2, + "maxd": 3, + "minmd": 4, + "maxmd": 9, + "rd": 21, + "gt": 0, + "i": "invtkn", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Knife", + "c": [ + "Throwing Knife", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "tax": { + "nc": "tax", + "exc": "9ta", + "elc": "7ta", + "iq": 0, + "n": "Throwing Axe", + "s": 1, + "durability": 6, + "mind": 4, + "maxd": 7, + "minmd": 8, + "maxmd": 12, + "rd": 40, + "gt": 0, + "i": "invtax", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Axe", + "c": [ + "Throwing Axe", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "bkf": { + "nc": "bkf", + "exc": "9bk", + "elc": "7bk", + "iq": 0, + "n": "Balanced Knife", + "s": 1, + "durability": 8, + "mind": 1, + "maxd": 8, + "minmd": 6, + "maxmd": 11, + "rd": 51, + "gt": 0, + "i": "invbkf", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Knife", + "c": [ + "Throwing Knife", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "bal": { + "nc": "bal", + "exc": "9b8", + "elc": "7b8", + "iq": 0, + "n": "Balanced Axe", + "s": 1, + "durability": 10, + "mind": 5, + "maxd": 10, + "minmd": 12, + "maxmd": 15, + "rd": 57, + "gt": 0, + "i": "invbal", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Axe", + "c": [ + "Throwing Axe", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "jav": { + "nc": "jav", + "exc": "9ja", + "elc": "7ja", + "iq": 0, + "n": "Javelin", + "s": 1, + "durability": 2, + "mind": 1, + "maxd": 5, + "minmd": 6, + "maxmd": 14, + "gt": 0, + "i": "invjav", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Spear", + "c": [ + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "pil": { + "nc": "pil", + "exc": "9pi", + "elc": "7pi", + "iq": 0, + "n": "Pilum", + "s": 1, + "durability": 3, + "mind": 4, + "maxd": 9, + "minmd": 7, + "maxmd": 20, + "rd": 45, + "gt": 0, + "i": "invpil", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Spear", + "c": [ + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "ssp": { + "nc": "ssp", + "exc": "9s9", + "elc": "7s7", + "iq": 0, + "n": "Short Spear", + "s": 1, + "durability": 4, + "mind": 2, + "maxd": 13, + "minmd": 10, + "maxmd": 22, + "rs": 40, + "rd": 40, + "gt": 0, + "i": "invssp", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Spear", + "c": [ + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "glv": { + "nc": "glv", + "exc": "9gl", + "elc": "7gl", + "iq": 0, + "n": "Glaive", + "s": 1, + "durability": 5, + "mind": 5, + "maxd": 17, + "minmd": 16, + "maxmd": 22, + "rs": 52, + "rd": 35, + "gt": 0, + "i": "invglv", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Spear", + "c": [ + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "tsp": { + "nc": "tsp", + "exc": "9ts", + "elc": "7ts", + "iq": 0, + "n": "Throwing Spear", + "s": 1, + "durability": 6, + "mind": 5, + "maxd": 15, + "minmd": 12, + "maxmd": 30, + "rd": 65, + "gt": 0, + "i": "invtsp", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Spear", + "c": [ + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "spr": { + "nc": "spr", + "exc": "9sr", + "elc": "7sr", + "iq": 0, + "n": "Spear", + "durability": 30, + "min2d": 3, + "max2d": 15, + "rd": 20, + "hi": 1, + "gt": 0, + "i": "invspr", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "tri": { + "nc": "tri", + "exc": "9tr", + "elc": "7tr", + "iq": 0, + "n": "Trident", + "durability": 35, + "min2d": 9, + "max2d": 15, + "rs": 38, + "rd": 24, + "hi": 1, + "gt": 0, + "i": "invtri", + "ui": "invtriu", + "si": "invtriu", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "brn": { + "nc": "brn", + "exc": "9br", + "elc": "7br", + "iq": 0, + "n": "Brandistock", + "durability": 28, + "min2d": 7, + "max2d": 17, + "rs": 40, + "rd": 50, + "hi": 1, + "gt": 0, + "i": "invbrn", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "spt": { + "nc": "spt", + "exc": "9st", + "elc": "7st", + "iq": 0, + "n": "Spetum", + "durability": 28, + "min2d": 15, + "max2d": 23, + "rs": 54, + "rd": 35, + "hi": 1, + "gt": 0, + "i": "invspt", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "pik": { + "nc": "pik", + "exc": "9p9", + "elc": "7p7", + "iq": 0, + "n": "Pike", + "durability": 25, + "min2d": 14, + "max2d": 63, + "rs": 60, + "rd": 45, + "hi": 1, + "gt": 0, + "i": "invpik", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "bar": { + "nc": "bar", + "exc": "9b7", + "elc": "7o7", + "iq": 0, + "n": "Bardiche", + "durability": 50, + "min2d": 1, + "max2d": 27, + "rs": 40, + "hi": 1, + "gt": 0, + "i": "invbar", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "vou": { + "nc": "vou", + "exc": "9vo", + "elc": "7vo", + "iq": 0, + "n": "Voulge", + "durability": 50, + "min2d": 6, + "max2d": 21, + "rs": 50, + "hi": 1, + "gt": 0, + "i": "invvou", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "scy": { + "nc": "scy", + "exc": "9s8", + "elc": "7s8", + "iq": 0, + "n": "Scythe", + "durability": 65, + "min2d": 8, + "max2d": 20, + "rs": 41, + "rd": 41, + "hi": 1, + "gt": 0, + "i": "invscy", + "ui": "invscyu", + "si": "invscyu", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "pax": { + "nc": "pax", + "exc": "9pa", + "elc": "7pa", + "iq": 0, + "n": "Poleaxe", + "durability": 65, + "min2d": 18, + "max2d": 39, + "rs": 62, + "hi": 1, + "gt": 0, + "i": "invpax", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "hal": { + "nc": "hal", + "exc": "9h9", + "elc": "7h7", + "iq": 0, + "n": "Halberd", + "durability": 55, + "min2d": 12, + "max2d": 45, + "rs": 75, + "rd": 47, + "hi": 1, + "gt": 0, + "i": "invhal", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "wsc": { + "nc": "wsc", + "exc": "9wc", + "elc": "7wc", + "iq": 0, + "n": "War Scythe", + "durability": 55, + "min2d": 15, + "max2d": 36, + "rs": 80, + "rd": 80, + "hi": 1, + "gt": 0, + "i": "invwsc", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "sst": { + "nc": "sst", + "exc": "8ss", + "elc": "6ss", + "iq": 0, + "n": "Short Staff", + "durability": 20, + "min2d": 1, + "max2d": 5, + "hi": 1, + "gt": 0, + "i": "invsst", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "lst": { + "nc": "lst", + "exc": "8ls", + "elc": "6ls", + "iq": 0, + "n": "Long Staff", + "durability": 30, + "min2d": 2, + "max2d": 8, + "hi": 1, + "gt": 0, + "i": "invlst", + "iw": 1, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "cst": { + "nc": "cst", + "exc": "8cs", + "elc": "6cs", + "iq": 0, + "n": "Gnarled Staff", + "durability": 35, + "min2d": 4, + "max2d": 12, + "hi": 1, + "gt": 0, + "i": "invcst", + "ui": "invcstu", + "si": "invcstu", + "iw": 1, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "bst": { + "nc": "bst", + "exc": "8bs", + "elc": "6bs", + "iq": 0, + "n": "Battle Staff", + "durability": 40, + "min2d": 6, + "max2d": 13, + "hi": 1, + "gt": 0, + "i": "invbst", + "iw": 1, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "wst": { + "nc": "wst", + "exc": "8ws", + "elc": "6ws", + "iq": 0, + "n": "War Staff", + "durability": 50, + "min2d": 12, + "max2d": 28, + "hi": 1, + "gt": 0, + "i": "invwst", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "sbw": { + "nc": "sbw", + "exc": "8sb", + "elc": "6sb", + "iq": 0, + "n": "Short Bow", + "durability": 20, + "min2d": 1, + "max2d": 4, + "rd": 15, + "hi": 1, + "gt": 0, + "i": "invsbw", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "hbw": { + "nc": "hbw", + "exc": "8hb", + "elc": "6hb", + "iq": 0, + "n": "Hunter's Bow", + "durability": 32, + "min2d": 2, + "max2d": 6, + "rd": 28, + "hi": 1, + "gt": 0, + "i": "invhbw", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "lbw": { + "nc": "lbw", + "exc": "8lb", + "elc": "6lb", + "iq": 0, + "n": "Long Bow", + "durability": 28, + "min2d": 3, + "max2d": 10, + "rs": 22, + "rd": 19, + "hi": 1, + "gt": 0, + "i": "invlbw", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "cbw": { + "nc": "cbw", + "exc": "8cb", + "elc": "6cb", + "iq": 0, + "n": "Composite Bow", + "durability": 36, + "min2d": 4, + "max2d": 8, + "rs": 25, + "rd": 35, + "hi": 1, + "gt": 0, + "i": "invcbw", + "ui": "invcbwu", + "si": "invcbwu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "sbb": { + "nc": "sbb", + "exc": "8s8", + "elc": "6s7", + "iq": 0, + "n": "Short Battle Bow", + "durability": 40, + "min2d": 5, + "max2d": 11, + "rs": 30, + "rd": 40, + "hi": 1, + "gt": 0, + "i": "invsbb", + "ui": "invsbbu", + "si": "invsbbu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "lbb": { + "nc": "lbb", + "exc": "8l8", + "elc": "6l7", + "iq": 0, + "n": "Long Battle Bow", + "durability": 44, + "min2d": 3, + "max2d": 18, + "rs": 40, + "rd": 50, + "hi": 1, + "gt": 0, + "i": "invlbb", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "swb": { + "nc": "swb", + "exc": "8sw", + "elc": "6sw", + "iq": 0, + "n": "Short War Bow", + "durability": 48, + "min2d": 6, + "max2d": 14, + "rs": 35, + "rd": 55, + "hi": 1, + "gt": 0, + "i": "invswb", + "ui": "invswbu", + "si": "invswbu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "lwb": { + "nc": "lwb", + "exc": "8lw", + "elc": "6lw", + "iq": 0, + "n": "Long War Bow", + "durability": 55, + "min2d": 3, + "max2d": 23, + "rs": 50, + "rd": 65, + "hi": 1, + "gt": 0, + "i": "invlwb", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "lxb": { + "nc": "lxb", + "exc": "8lx", + "elc": "6lx", + "iq": 0, + "n": "Light Crossbow", + "durability": 30, + "min2d": 6, + "max2d": 9, + "rs": 21, + "rd": 27, + "hi": 1, + "gt": 0, + "i": "invlxb", + "ui": "invlxbu", + "si": "invlxbu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Crossbow", + "Missile Weapon", + "Weapon" + ] + }, + "mxb": { + "nc": "mxb", + "exc": "8mx", + "elc": "6mx", + "iq": 0, + "n": "Crossbow", + "durability": 40, + "min2d": 9, + "max2d": 16, + "rs": 40, + "rd": 33, + "hi": 1, + "gt": 0, + "i": "invmxb", + "ui": "invmxbu", + "si": "invmxbu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Crossbow", + "Missile Weapon", + "Weapon" + ] + }, + "hxb": { + "nc": "hxb", + "exc": "8hx", + "elc": "6hx", + "iq": 0, + "n": "Heavy Crossbow", + "durability": 50, + "min2d": 14, + "max2d": 26, + "rs": 60, + "rd": 40, + "hi": 1, + "gt": 0, + "i": "invhxb", + "ui": "invhxbu", + "si": "invhxbu", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Crossbow", + "Missile Weapon", + "Weapon" + ] + }, + "rxb": { + "nc": "rxb", + "exc": "8rx", + "elc": "6rx", + "iq": 0, + "n": "Repeating Crossbow", + "durability": 40, + "min2d": 6, + "max2d": 12, + "rs": 40, + "rd": 50, + "hi": 1, + "gt": 0, + "i": "invrxb", + "ui": "invrxbu", + "si": "invrxbu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Crossbow", + "Missile Weapon", + "Weapon" + ] + }, + "gps": { + "nc": "gps", + "exc": "", + "elc": "", + "iq": 0, + "n": "Rancid Gas Potion", + "s": 1, + "durability": 2, + "maxd": 1, + "gt": 0, + "i": "invgpl", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Thrown Weapon", + "c": [ + "Missile Potion", + "Thrown Weapon", + "Weapon" + ] + }, + "ops": { + "nc": "ops", + "exc": "", + "elc": "", + "iq": 0, + "n": "Oil Potion", + "s": 1, + "durability": 2, + "maxd": 1, + "gt": 0, + "i": "invopl", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Thrown Weapon", + "c": [ + "Missile Potion", + "Thrown Weapon", + "Weapon" + ] + }, + "gpm": { + "nc": "gpm", + "exc": "", + "elc": "", + "iq": 0, + "n": "Choking Gas Potion", + "s": 1, + "durability": 2, + "maxd": 1, + "gt": 0, + "i": "invgpm", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Thrown Weapon", + "c": [ + "Missile Potion", + "Thrown Weapon", + "Weapon" + ] + }, + "opm": { + "nc": "opm", + "exc": "", + "elc": "", + "iq": 0, + "n": "Exploding Potion", + "s": 1, + "durability": 2, + "maxd": 1, + "gt": 0, + "i": "invopm", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Thrown Weapon", + "c": [ + "Missile Potion", + "Thrown Weapon", + "Weapon" + ] + }, + "gpl": { + "nc": "gpl", + "exc": "", + "elc": "", + "iq": 0, + "n": "Strangling Gas Potion", + "s": 1, + "durability": 2, + "maxd": 1, + "gt": 0, + "i": "invgps", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Thrown Weapon", + "c": [ + "Missile Potion", + "Thrown Weapon", + "Weapon" + ] + }, + "opl": { + "nc": "opl", + "exc": "", + "elc": "", + "iq": 0, + "n": "Fulminating Potion", + "s": 1, + "durability": 2, + "maxd": 1, + "gt": 0, + "i": "invops", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Thrown Weapon", + "c": [ + "Missile Potion", + "Thrown Weapon", + "Weapon" + ] + }, + "d33": { + "nc": "d33", + "exc": "", + "elc": "", + "iq": 0, + "n": "Decoy Gidbinn", + "durability": 10, + "mind": 1, + "maxd": 2, + "rs": 15, + "rd": 20, + "gt": 0, + "i": "invd33", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "g33": { + "nc": "g33", + "exc": "", + "elc": "", + "iq": 0, + "n": "The Gidbinn", + "durability": 30, + "mind": 3, + "maxd": 7, + "rs": 15, + "rd": 25, + "gt": 0, + "i": "invg33", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "leg": { + "nc": "leg", + "exc": "", + "elc": "", + "iq": 0, + "n": "Wirt's Leg", + "durability": 66, + "mind": 2, + "maxd": 8, + "hi": 1, + "gt": 0, + "i": "invleg", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Club", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "hdm": { + "nc": "hdm", + "exc": "", + "elc": "", + "iq": 0, + "n": "Horadric Malus", + "durability": 55, + "mind": 6, + "maxd": 15, + "rs": 15, + "rd": 15, + "gt": 0, + "i": "invhmr", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Hammer", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "hfh": { + "nc": "hfh", + "exc": "", + "elc": "", + "iq": 0, + "n": "Hell Forge Hammer", + "durability": 55, + "mind": 6, + "maxd": 15, + "hi": 1, + "gt": 0, + "i": "invhfh", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Hammer", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "hst": { + "nc": "hst", + "exc": "", + "elc": "", + "iq": 0, + "n": "Horadric Staff", + "durability": 50, + "min2d": 12, + "max2d": 20, + "rs": 30, + "gt": 0, + "i": "invhst", + "iw": 1, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "msf": { + "nc": "msf", + "exc": "", + "elc": "", + "iq": 0, + "n": "Shaft of the Horadric Staff", + "durability": 45, + "min2d": 10, + "max2d": 15, + "rs": 25, + "gt": 0, + "i": "invmsf", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9ha": { + "nc": "hax", + "exc": "9ha", + "elc": "7ha", + "iq": 1, + "n": "Hatchet", + "durability": 28, + "mind": 10, + "maxd": 21, + "rs": 25, + "rd": 25, + "hi": 1, + "gt": 0, + "i": "invhax", + "ui": "invhaxu", + "si": "invhaxu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "9ax": { + "nc": "axe", + "exc": "9ax", + "elc": "7ax", + "iq": 1, + "n": "Cleaver", + "durability": 24, + "mind": 10, + "maxd": 33, + "rs": 68, + "hi": 1, + "gt": 0, + "i": "invaxe", + "ui": "invaxeu", + "si": "invaxeu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "92a": { + "nc": "2ax", + "exc": "92a", + "elc": "72a", + "iq": 1, + "n": "Twin Axe", + "durability": 24, + "mind": 13, + "maxd": 38, + "rs": 85, + "hi": 1, + "gt": 0, + "i": "inv2ax", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "9mp": { + "nc": "mpi", + "exc": "9mp", + "elc": "7mp", + "iq": 1, + "n": "Crowbill", + "durability": 26, + "mind": 14, + "maxd": 34, + "rs": 94, + "rd": 70, + "hi": 1, + "gt": 0, + "i": "invmpi", + "ui": "invmpiu", + "si": "invmpiu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "9wa": { + "nc": "wax", + "exc": "9wa", + "elc": "7wa", + "iq": 1, + "n": "Naga", + "durability": 26, + "mind": 16, + "maxd": 45, + "rs": 121, + "hi": 1, + "gt": 0, + "i": "invwax", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "9la": { + "nc": "lax", + "exc": "9la", + "elc": "7la", + "iq": 1, + "n": "Military Axe", + "durability": 30, + "min2d": 14, + "max2d": 34, + "rs": 73, + "hi": 1, + "gt": 0, + "i": "invlax", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "9ba": { + "nc": "bax", + "exc": "9ba", + "elc": "7ba", + "iq": 1, + "n": "Bearded Axe", + "durability": 35, + "min2d": 21, + "max2d": 49, + "rs": 92, + "hi": 1, + "gt": 0, + "i": "invbrx", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "9bt": { + "nc": "btx", + "exc": "9bt", + "elc": "7bt", + "iq": 1, + "n": "Tabar", + "durability": 40, + "min2d": 24, + "max2d": 77, + "rs": 101, + "hi": 1, + "gt": 0, + "i": "invbtx", + "ui": "inv9btu", + "si": "inv9btu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "9ga": { + "nc": "gax", + "exc": "9ga", + "elc": "7ga", + "iq": 1, + "n": "Gothic Axe", + "durability": 50, + "min2d": 18, + "max2d": 70, + "rs": 115, + "rd": 79, + "hi": 1, + "gt": 0, + "i": "invgax", + "ui": "invgaxu", + "si": "invgaxu", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "9gi": { + "nc": "gix", + "exc": "9gi", + "elc": "7gi", + "iq": 1, + "n": "Ancient Axe", + "durability": 50, + "min2d": 43, + "max2d": 85, + "rs": 125, + "hi": 1, + "gt": 0, + "i": "invgix", + "ui": "inv9giu", + "si": "inv9giu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "9wn": { + "nc": "wnd", + "exc": "9wn", + "elc": "7wn", + "iq": 1, + "n": "Burnt Wand", + "durability": 15, + "mind": 8, + "maxd": 18, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invwnd", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Wand", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9yw": { + "nc": "ywn", + "exc": "9yw", + "elc": "7yw", + "iq": 1, + "n": "Petrified Wand", + "durability": 15, + "mind": 8, + "maxd": 24, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invywn", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Wand", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9bw": { + "nc": "bwn", + "exc": "9bw", + "elc": "7bw", + "iq": 1, + "n": "Tomb Wand", + "durability": 15, + "mind": 10, + "maxd": 22, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invbwn", + "ui": "invbwnu", + "si": "invbwnu", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Wand", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9gw": { + "nc": "gwn", + "exc": "9gw", + "elc": "7gw", + "iq": 1, + "n": "Grave Wand", + "durability": 15, + "mind": 13, + "maxd": 29, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invgwn", + "ui": "inv9gwu", + "si": "inv9gwu", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Wand", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9cl": { + "nc": "clb", + "exc": "9cl", + "elc": "7cl", + "iq": 1, + "n": "Cudgel", + "durability": 24, + "mind": 6, + "maxd": 21, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invclb", + "ui": "invclbu", + "si": "invclbu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Club", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9sc": { + "nc": "scp", + "exc": "9sc", + "elc": "7sc", + "iq": 1, + "n": "Rune Scepter", + "durability": 50, + "mind": 13, + "maxd": 24, + "rs": 58, + "hi": 1, + "gt": 0, + "i": "invscp", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Scepter", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9qs": { + "nc": "gsc", + "exc": "9qs", + "elc": "7qs", + "iq": 1, + "n": "Holy Water Sprinkler", + "durability": 60, + "mind": 14, + "maxd": 36, + "rs": 76, + "hi": 1, + "gt": 0, + "i": "invgsc", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Scepter", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9ws": { + "nc": "wsp", + "exc": "9ws", + "elc": "7ws", + "iq": 1, + "n": "Divine Scepter", + "durability": 70, + "mind": 16, + "maxd": 38, + "rs": 103, + "hi": 1, + "gt": 0, + "i": "invwsp", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Scepter", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9sp": { + "nc": "spc", + "exc": "9sp", + "elc": "7sp", + "iq": 1, + "n": "Barbed Club", + "durability": 36, + "mind": 13, + "maxd": 25, + "rs": 30, + "hi": 1, + "gt": 0, + "i": "invspc", + "ui": "invspcu", + "si": "invspcu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Club", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9ma": { + "nc": "mac", + "exc": "9ma", + "elc": "7ma", + "iq": 1, + "n": "Flanged Mace", + "durability": 60, + "mind": 15, + "maxd": 23, + "rs": 61, + "hi": 1, + "gt": 0, + "i": "invmac", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Mace", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9mt": { + "nc": "mst", + "exc": "9mt", + "elc": "7mt", + "iq": 1, + "n": "Jagged Star", + "durability": 72, + "mind": 20, + "maxd": 31, + "rs": 74, + "hi": 1, + "gt": 0, + "i": "invmst", + "ui": "invmstu", + "si": "invmstu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Mace", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9fl": { + "nc": "fla", + "exc": "9fl", + "elc": "7fl", + "iq": 1, + "n": "Knout", + "durability": 30, + "mind": 13, + "maxd": 35, + "rs": 82, + "rd": 73, + "hi": 1, + "gt": 0, + "i": "invfla", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Mace", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9wh": { + "nc": "whm", + "exc": "9wh", + "elc": "7wh", + "iq": 1, + "n": "Battle Hammer", + "durability": 55, + "mind": 35, + "maxd": 58, + "rs": 100, + "hi": 1, + "gt": 0, + "i": "invwhm", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Hammer", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9m9": { + "nc": "mau", + "exc": "9m9", + "elc": "7m7", + "iq": 1, + "n": "War Club", + "durability": 60, + "min2d": 53, + "max2d": 78, + "rs": 124, + "hi": 1, + "gt": 0, + "i": "invmau", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Hammer", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9gm": { + "nc": "gma", + "exc": "9gm", + "elc": "7gm", + "iq": 1, + "n": "Martel de Fer", + "durability": 60, + "min2d": 61, + "max2d": 99, + "rs": 169, + "hi": 1, + "gt": 0, + "i": "invgma", + "ui": "inv9gmu", + "si": "inv9gmu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Hammer", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "9ss": { + "nc": "ssd", + "exc": "9ss", + "elc": "7ss", + "iq": 1, + "n": "Gladius", + "durability": 24, + "mind": 8, + "maxd": 22, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invssd", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9sm": { + "nc": "scm", + "exc": "9sm", + "elc": "7sm", + "iq": 1, + "n": "Cutlass", + "durability": 22, + "mind": 8, + "maxd": 21, + "rs": 25, + "rd": 52, + "hi": 1, + "gt": 0, + "i": "invscm", + "ui": "invscmu", + "si": "invscmu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9sb": { + "nc": "sbr", + "exc": "9sb", + "elc": "7sb", + "iq": 1, + "n": "Shamshir", + "durability": 32, + "mind": 10, + "maxd": 24, + "rs": 58, + "rd": 58, + "hi": 1, + "gt": 0, + "i": "invsbr", + "ui": "invsbru", + "si": "invsbru", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9fc": { + "nc": "flc", + "exc": "9fc", + "elc": "7fc", + "iq": 1, + "n": "Tulwar", + "durability": 32, + "mind": 16, + "maxd": 35, + "rs": 70, + "rd": 42, + "hi": 1, + "gt": 0, + "i": "invflc", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9cr": { + "nc": "crs", + "exc": "9cr", + "elc": "7cr", + "iq": 1, + "n": "Dimensional Blade", + "durability": 20, + "mind": 13, + "maxd": 35, + "rs": 85, + "rd": 60, + "hi": 1, + "gt": 0, + "i": "invcrs", + "ui": "inv9cru", + "si": "inv9cru", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9bs": { + "nc": "bsd", + "exc": "9bs", + "elc": "7bs", + "iq": 1, + "n": "Battle Sword", + "durability": 32, + "mind": 16, + "maxd": 34, + "rs": 92, + "rd": 43, + "hi": 1, + "gt": 0, + "i": "invbsd", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9ls": { + "nc": "lsd", + "exc": "9ls", + "elc": "7ls", + "iq": 1, + "n": "Rune Sword", + "durability": 44, + "mind": 10, + "maxd": 42, + "rs": 103, + "rd": 79, + "hi": 1, + "gt": 0, + "i": "invlsd", + "ui": "inv9lsu", + "si": "inv9lsu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9wd": { + "nc": "wsd", + "exc": "9wd", + "elc": "7wd", + "iq": 1, + "n": "Ancient Sword", + "durability": 44, + "mind": 18, + "maxd": 43, + "rs": 127, + "rd": 88, + "hi": 1, + "gt": 0, + "i": "invwsd", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "92h": { + "nc": "2hs", + "exc": "92h", + "elc": "72h", + "iq": 1, + "n": "Espandon", + "durability": 44, + "mind": 8, + "maxd": 26, + "min2d": 18, + "max2d": 40, + "rs": 73, + "rd": 61, + "hi": 1, + "gt": 0, + "i": "inv2hs", + "ui": "inv2hsu", + "si": "inv2hsu", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9cm": { + "nc": "clm", + "exc": "9cm", + "elc": "7cm", + "iq": 1, + "n": "Dacian Falx", + "durability": 50, + "mind": 13, + "maxd": 30, + "min2d": 26, + "max2d": 61, + "rs": 91, + "rd": 20, + "hi": 1, + "gt": 0, + "i": "invclm", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9gs": { + "nc": "gis", + "exc": "9gs", + "elc": "7gs", + "iq": 1, + "n": "Tusk Sword", + "durability": 50, + "mind": 10, + "maxd": 37, + "min2d": 19, + "max2d": 58, + "rs": 104, + "rd": 71, + "hi": 1, + "gt": 0, + "i": "invgis", + "ui": "invgisu", + "si": "invgisu", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9b9": { + "nc": "bsw", + "exc": "9b9", + "elc": "7b7", + "iq": 1, + "n": "Gothic Sword", + "durability": 40, + "mind": 14, + "maxd": 40, + "min2d": 39, + "max2d": 60, + "rs": 113, + "rd": 20, + "hi": 1, + "gt": 0, + "i": "invbsw", + "ui": "invbswu", + "si": "invbswu", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9fb": { + "nc": "flb", + "exc": "9fb", + "elc": "7fb", + "iq": 1, + "n": "Zweihander", + "durability": 50, + "mind": 19, + "maxd": 35, + "min2d": 29, + "max2d": 54, + "rs": 125, + "rd": 94, + "hi": 1, + "gt": 0, + "i": "invflb", + "ui": "inv9fbu", + "si": "inv9fbu", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9gd": { + "nc": "gsd", + "exc": "9gd", + "elc": "7gd", + "iq": 1, + "n": "Executioner Sword", + "durability": 50, + "mind": 24, + "maxd": 40, + "min2d": 47, + "max2d": 80, + "rs": 170, + "rd": 110, + "hi": 1, + "gt": 0, + "i": "invgsd", + "ui": "invgsdu", + "si": "invgsdu", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9dg": { + "nc": "dgr", + "exc": "9dg", + "elc": "7dg", + "iq": 1, + "n": "Poignard", + "durability": 16, + "mind": 6, + "maxd": 18, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invdgr", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9di": { + "nc": "dir", + "exc": "9di", + "elc": "7di", + "iq": 1, + "n": "Rondel", + "durability": 20, + "mind": 10, + "maxd": 26, + "rs": 25, + "rd": 58, + "hi": 1, + "gt": 0, + "i": "invdir", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9kr": { + "nc": "kri", + "exc": "9kr", + "elc": "7kr", + "iq": 1, + "n": "Cinquedeas", + "durability": 24, + "mind": 15, + "maxd": 31, + "rs": 25, + "rd": 88, + "hi": 1, + "gt": 0, + "i": "invkrs", + "ui": "invkrsu", + "si": "invkrsu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9bl": { + "nc": "bld", + "exc": "9bl", + "elc": "7bl", + "iq": 1, + "n": "Stiletto", + "durability": 24, + "mind": 19, + "maxd": 36, + "rs": 47, + "rd": 97, + "hi": 1, + "gt": 0, + "i": "invbld", + "ui": "inv9blu", + "si": "inv9blu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9tk": { + "nc": "tkf", + "exc": "9tk", + "elc": "7tk", + "iq": 1, + "n": "Battle Dart", + "s": 1, + "durability": 6, + "mind": 8, + "maxd": 16, + "minmd": 11, + "maxmd": 24, + "rs": 25, + "rd": 52, + "gt": 0, + "i": "invtkn", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Knife", + "c": [ + "Throwing Knife", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9ta": { + "nc": "tax", + "exc": "9ta", + "elc": "7ta", + "iq": 1, + "n": "Francisca", + "s": 1, + "durability": 15, + "mind": 11, + "maxd": 22, + "minmd": 18, + "maxmd": 33, + "rs": 25, + "rd": 80, + "gt": 0, + "i": "invtax", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Axe", + "c": [ + "Throwing Axe", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "9bk": { + "nc": "bkf", + "exc": "9bk", + "elc": "7bk", + "iq": 1, + "n": "War Dart", + "s": 1, + "durability": 20, + "mind": 6, + "maxd": 24, + "minmd": 14, + "maxmd": 27, + "rs": 25, + "rd": 97, + "gt": 0, + "i": "invbkf", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Knife", + "c": [ + "Throwing Knife", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "9b8": { + "nc": "bal", + "exc": "9b8", + "elc": "7b8", + "iq": 1, + "n": "Hurlbat", + "s": 1, + "durability": 16, + "mind": 13, + "maxd": 27, + "minmd": 24, + "maxmd": 34, + "rs": 25, + "rd": 106, + "gt": 0, + "i": "invbal", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Axe", + "c": [ + "Throwing Axe", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "9ja": { + "nc": "jav", + "exc": "9ja", + "elc": "7ja", + "iq": 1, + "n": "War Javelin", + "s": 1, + "durability": 10, + "mind": 6, + "maxd": 19, + "minmd": 14, + "maxmd": 32, + "rs": 25, + "rd": 25, + "gt": 0, + "i": "invjav", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Spear", + "c": [ + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "9pi": { + "nc": "pil", + "exc": "9pi", + "elc": "7pi", + "iq": 1, + "n": "Great Pilum", + "s": 1, + "durability": 12, + "mind": 11, + "maxd": 26, + "minmd": 16, + "maxmd": 42, + "rs": 25, + "rd": 88, + "gt": 0, + "i": "invpil", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Spear", + "c": [ + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "9s9": { + "nc": "ssp", + "exc": "9s9", + "elc": "7s7", + "iq": 1, + "n": "Simbilan", + "s": 1, + "durability": 14, + "mind": 8, + "maxd": 32, + "minmd": 27, + "maxmd": 50, + "rs": 80, + "rd": 80, + "gt": 0, + "i": "invssp", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Spear", + "c": [ + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "9gl": { + "nc": "glv", + "exc": "9gl", + "elc": "7gl", + "iq": 1, + "n": "Spiculum", + "s": 1, + "durability": 16, + "mind": 13, + "maxd": 38, + "minmd": 32, + "maxmd": 60, + "rs": 98, + "rd": 73, + "gt": 0, + "i": "invglv", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Spear", + "c": [ + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "9ts": { + "nc": "tsp", + "exc": "9ts", + "elc": "7ts", + "iq": 1, + "n": "Harpoon", + "s": 1, + "durability": 18, + "mind": 13, + "maxd": 35, + "minmd": 18, + "maxmd": 54, + "rs": 25, + "rd": 118, + "gt": 0, + "i": "invtsp", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Spear", + "c": [ + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "9sr": { + "nc": "spr", + "exc": "9sr", + "elc": "7sr", + "iq": 1, + "n": "War Spear", + "durability": 30, + "min2d": 10, + "max2d": 37, + "rs": 25, + "rd": 25, + "hi": 1, + "gt": 0, + "i": "invspr", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "9tr": { + "nc": "tri", + "exc": "9tr", + "elc": "7tr", + "iq": 1, + "n": "Fuscina", + "durability": 35, + "min2d": 19, + "max2d": 37, + "rs": 77, + "rd": 25, + "hi": 1, + "gt": 0, + "i": "invtri", + "ui": "invtriu", + "si": "invtriu", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "9br": { + "nc": "brn", + "exc": "9br", + "elc": "7br", + "iq": 1, + "n": "War Fork", + "durability": 28, + "min2d": 16, + "max2d": 40, + "rs": 80, + "rd": 95, + "hi": 1, + "gt": 0, + "i": "invbrn", + "ui": "inv9bru", + "si": "inv9bru", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "9st": { + "nc": "spt", + "exc": "9st", + "elc": "7st", + "iq": 1, + "n": "Yari", + "durability": 28, + "min2d": 29, + "max2d": 59, + "rs": 101, + "hi": 1, + "gt": 0, + "i": "invspt", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "9p9": { + "nc": "pik", + "exc": "9p9", + "elc": "7p7", + "iq": 1, + "n": "Lance", + "durability": 25, + "min2d": 27, + "max2d": 114, + "rs": 110, + "rd": 88, + "hi": 1, + "gt": 0, + "i": "invpik", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "9b7": { + "nc": "bar", + "exc": "9b7", + "elc": "7o7", + "iq": 1, + "n": "Lochaber Axe", + "durability": 50, + "min2d": 6, + "max2d": 58, + "rs": 80, + "hi": 1, + "gt": 0, + "i": "invbar", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "9vo": { + "nc": "vou", + "exc": "9vo", + "elc": "7vo", + "iq": 1, + "n": "Bill", + "durability": 50, + "min2d": 14, + "max2d": 53, + "rs": 95, + "hi": 1, + "gt": 0, + "i": "invvou", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "9s8": { + "nc": "scy", + "exc": "9s8", + "elc": "7s8", + "iq": 1, + "n": "Battle Scythe", + "durability": 65, + "min2d": 18, + "max2d": 45, + "rs": 82, + "rd": 82, + "hi": 1, + "gt": 0, + "i": "invscy", + "ui": "inv9s8u", + "si": "inv9s8u", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "9pa": { + "nc": "pax", + "exc": "9pa", + "elc": "7pa", + "iq": 1, + "n": "Partizan", + "durability": 65, + "min2d": 34, + "max2d": 75, + "rs": 113, + "rd": 67, + "hi": 1, + "gt": 0, + "i": "invpax", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "9h9": { + "nc": "hal", + "exc": "9h9", + "elc": "7h7", + "iq": 1, + "n": "Bec-de-Corbin", + "durability": 55, + "min2d": 13, + "max2d": 85, + "rs": 133, + "rd": 91, + "hi": 1, + "gt": 0, + "i": "invhal", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "9wc": { + "nc": "wsc", + "exc": "9wc", + "elc": "7wc", + "iq": 1, + "n": "Grim Scythe", + "durability": 55, + "min2d": 30, + "max2d": 70, + "rs": 140, + "rd": 140, + "hi": 1, + "gt": 0, + "i": "invwsc", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "8ss": { + "nc": "sst", + "exc": "8ss", + "elc": "6ss", + "iq": 1, + "n": "Jo Staff", + "durability": 20, + "min2d": 6, + "max2d": 21, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invsst", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "8ls": { + "nc": "lst", + "exc": "8ls", + "elc": "6ls", + "iq": 1, + "n": "Quarterstaff", + "durability": 30, + "min2d": 8, + "max2d": 26, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invlst", + "iw": 1, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "8cs": { + "nc": "cst", + "exc": "8cs", + "elc": "6cs", + "iq": 1, + "n": "Cedar Staff", + "durability": 35, + "min2d": 11, + "max2d": 32, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invcst", + "ui": "invcstu", + "si": "invcstu", + "iw": 1, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "8bs": { + "nc": "bst", + "exc": "8bs", + "elc": "6bs", + "iq": 1, + "n": "Gothic Staff", + "durability": 40, + "min2d": 14, + "max2d": 34, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invbst", + "iw": 1, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "8ws": { + "nc": "wst", + "exc": "8ws", + "elc": "6ws", + "iq": 1, + "n": "Rune Staff", + "durability": 50, + "min2d": 24, + "max2d": 58, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invwst", + "ui": "inv8wsu", + "si": "inv8wsu", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "8sb": { + "nc": "sbw", + "exc": "8sb", + "elc": "6sb", + "iq": 1, + "n": "Edge Bow", + "durability": 20, + "min2d": 6, + "max2d": 19, + "rs": 25, + "rd": 43, + "hi": 1, + "gt": 0, + "i": "invsbw", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "8hb": { + "nc": "hbw", + "exc": "8hb", + "elc": "6hb", + "iq": 1, + "n": "Razor Bow", + "durability": 32, + "min2d": 8, + "max2d": 22, + "rs": 25, + "rd": 62, + "hi": 1, + "gt": 0, + "i": "invhbw", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "8lb": { + "nc": "lbw", + "exc": "8lb", + "elc": "6lb", + "iq": 1, + "n": "Cedar Bow", + "durability": 28, + "min2d": 10, + "max2d": 29, + "rs": 53, + "rd": 49, + "hi": 1, + "gt": 0, + "i": "invlbw", + "ui": "inv8lbu", + "si": "inv8lbu", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "8cb": { + "nc": "cbw", + "exc": "8cb", + "elc": "6cb", + "iq": 1, + "n": "Double Bow", + "durability": 36, + "min2d": 11, + "max2d": 26, + "rs": 58, + "rd": 73, + "hi": 1, + "gt": 0, + "i": "invcbw", + "ui": "invcbwu", + "si": "invcbwu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "8s8": { + "nc": "sbb", + "exc": "8s8", + "elc": "6s7", + "iq": 1, + "n": "Short Siege Bow", + "durability": 40, + "min2d": 13, + "max2d": 30, + "rs": 65, + "rd": 80, + "hi": 1, + "gt": 0, + "i": "invsbb", + "ui": "inv8s8u", + "si": "inv8s8u", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "8l8": { + "nc": "lbb", + "exc": "8l8", + "elc": "6l7", + "iq": 1, + "n": "Large Siege Bow", + "durability": 44, + "min2d": 10, + "max2d": 42, + "rs": 80, + "rd": 95, + "hi": 1, + "gt": 0, + "i": "invlbb", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "8sw": { + "nc": "swb", + "exc": "8sw", + "elc": "6sw", + "iq": 1, + "n": "Rune Bow", + "durability": 48, + "min2d": 14, + "max2d": 35, + "rs": 73, + "rd": 103, + "hi": 1, + "gt": 0, + "i": "invswb", + "ui": "invswbu", + "si": "invswbu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "8lw": { + "nc": "lwb", + "exc": "8lw", + "elc": "6lw", + "iq": 1, + "n": "Gothic Bow", + "durability": 55, + "min2d": 10, + "max2d": 50, + "rs": 95, + "rd": 118, + "hi": 1, + "gt": 0, + "i": "invlwb", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "8lx": { + "nc": "lxb", + "exc": "8lx", + "elc": "6lx", + "iq": 1, + "n": "Arbalest", + "durability": 30, + "min2d": 14, + "max2d": 27, + "rs": 52, + "rd": 61, + "hi": 1, + "gt": 0, + "i": "invlxb", + "ui": "inv8lxu", + "si": "inv8lxu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Crossbow", + "Missile Weapon", + "Weapon" + ] + }, + "8mx": { + "nc": "mxb", + "exc": "8mx", + "elc": "6mx", + "iq": 1, + "n": "Siege Crossbow", + "durability": 40, + "min2d": 20, + "max2d": 42, + "rs": 80, + "rd": 70, + "hi": 1, + "gt": 0, + "i": "invmxb", + "ui": "inv8mxu", + "si": "inv8mxu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Crossbow", + "Missile Weapon", + "Weapon" + ] + }, + "8hx": { + "nc": "hxb", + "exc": "8hx", + "elc": "6hx", + "iq": 1, + "n": "Ballista", + "durability": 50, + "min2d": 33, + "max2d": 55, + "rs": 110, + "rd": 80, + "hi": 1, + "gt": 0, + "i": "invhxb", + "ui": "invhxbu", + "si": "invhxbu", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Crossbow", + "Missile Weapon", + "Weapon" + ] + }, + "8rx": { + "nc": "rxb", + "exc": "8rx", + "elc": "6rx", + "iq": 1, + "n": "Chu-Ko-Nu", + "durability": 40, + "min2d": 14, + "max2d": 32, + "rs": 80, + "rd": 95, + "hi": 1, + "gt": 0, + "i": "invrxb", + "ui": "invrxbu", + "si": "invrxbu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Crossbow", + "Missile Weapon", + "Weapon" + ] + }, + "qf1": { + "nc": "fla", + "exc": "", + "elc": "", + "iq": 0, + "n": "Khalim's Flail", + "durability": 30, + "mind": 1, + "maxd": 15, + "rs": 41, + "rd": 35, + "hi": 1, + "gt": 0, + "i": "invqf1", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Mace", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "qf2": { + "nc": "fla", + "exc": "", + "elc": "", + "iq": 0, + "n": "Khalim's Will", + "durability": 30, + "mind": 1, + "maxd": 15, + "hi": 1, + "gt": 0, + "i": "invqf2", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Mace", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "ktr": { + "nc": "ktr", + "exc": "9ar", + "elc": "7ar", + "iq": 0, + "n": "Katar", + "durability": 48, + "mind": 4, + "maxd": 7, + "rs": 20, + "rd": 20, + "hi": 1, + "gt": 0, + "i": "invktr", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "eq2n": "Assassin Item", + "c": [ + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "wrb": { + "nc": "wrb", + "exc": "9wb", + "elc": "7wb", + "iq": 0, + "n": "Wrist Blade", + "durability": 52, + "mind": 5, + "maxd": 9, + "rs": 33, + "rd": 33, + "hi": 1, + "gt": 0, + "i": "invktr", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "eq2n": "Assassin Item", + "c": [ + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "axf": { + "nc": "axf", + "exc": "9xf", + "elc": "7xf", + "iq": 0, + "n": "Hatchet Hands", + "durability": 56, + "mind": 2, + "maxd": 15, + "rs": 37, + "rd": 37, + "hi": 1, + "gt": 0, + "i": "invaxf", + "ui": "invaxfu", + "si": "invaxfu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "eq2n": "Assassin Item", + "c": [ + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "ces": { + "nc": "ces", + "exc": "9cs", + "elc": "7cs", + "iq": 0, + "n": "Cestus", + "durability": 72, + "mind": 7, + "maxd": 15, + "rs": 42, + "rd": 42, + "hi": 1, + "gt": 0, + "i": "invaxf", + "ui": "invaxfu", + "si": "invaxfu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "eq2n": "Assassin Item", + "c": [ + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "clw": { + "nc": "clw", + "exc": "9lw", + "elc": "7lw", + "iq": 0, + "n": "Claws", + "durability": 64, + "mind": 8, + "maxd": 15, + "rs": 46, + "rd": 46, + "hi": 1, + "gt": 0, + "i": "invclw", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "eq2n": "Assassin Item", + "c": [ + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "btl": { + "nc": "btl", + "exc": "9tw", + "elc": "7tw", + "iq": 0, + "n": "Blade Talons", + "durability": 69, + "mind": 10, + "maxd": 14, + "rs": 50, + "rd": 50, + "hi": 1, + "gt": 0, + "i": "invclw", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "eq2n": "Assassin Item", + "c": [ + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "skr": { + "nc": "skr", + "exc": "9qr", + "elc": "7qr", + "iq": 0, + "n": "Scissors Katar", + "durability": 68, + "mind": 9, + "maxd": 17, + "rs": 55, + "rd": 55, + "hi": 1, + "gt": 0, + "i": "invskr", + "ui": "invskru", + "si": "invskru", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "eq2n": "Assassin Item", + "c": [ + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "9ar": { + "nc": "ktr", + "exc": "9ar", + "elc": "7ar", + "iq": 1, + "n": "Quhab", + "durability": 48, + "mind": 11, + "maxd": 24, + "rs": 57, + "rd": 57, + "hi": 1, + "gt": 0, + "i": "invktr", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "eq2n": "Assassin Item", + "c": [ + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "9wb": { + "nc": "wrb", + "exc": "9wb", + "elc": "7wb", + "iq": 1, + "n": "Wrist Spike", + "durability": 56, + "mind": 13, + "maxd": 27, + "rs": 66, + "rd": 66, + "hi": 1, + "gt": 0, + "i": "invktr", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "eq2n": "Assassin Item", + "c": [ + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "9xf": { + "nc": "axf", + "exc": "9xf", + "elc": "7xf", + "iq": 1, + "n": "Fascia", + "durability": 64, + "mind": 8, + "maxd": 37, + "rs": 69, + "rd": 69, + "hi": 1, + "gt": 0, + "i": "invaxf", + "ui": "invaxfu", + "si": "invaxfu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "eq2n": "Assassin Item", + "c": [ + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "9cs": { + "nc": "ces", + "exc": "9cs", + "elc": "7cs", + "iq": 1, + "n": "Hand Scythe", + "durability": 72, + "mind": 16, + "maxd": 37, + "rs": 73, + "rd": 73, + "hi": 1, + "gt": 0, + "i": "invaxf", + "ui": "invaxfu", + "si": "invaxfu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Hand to Hand", + "c": [ + "Hand to Hand 2", + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "9lw": { + "nc": "clw", + "exc": "9lw", + "elc": "7lw", + "iq": 1, + "n": "Greater Claws", + "durability": 52, + "mind": 18, + "maxd": 37, + "rs": 76, + "rd": 76, + "hi": 1, + "gt": 0, + "i": "invclw", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Hand to Hand", + "c": [ + "Hand to Hand 2", + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "9tw": { + "nc": "btl", + "exc": "9tw", + "elc": "7tw", + "iq": 1, + "n": "Greater Talons", + "durability": 69, + "mind": 21, + "maxd": 35, + "rs": 79, + "rd": 79, + "hi": 1, + "gt": 0, + "i": "invclw", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Hand to Hand", + "c": [ + "Hand to Hand 2", + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "9qr": { + "nc": "skr", + "exc": "9qr", + "elc": "7qr", + "iq": 1, + "n": "Scissors Quhab", + "durability": 68, + "mind": 19, + "maxd": 40, + "rs": 82, + "rd": 82, + "hi": 1, + "gt": 0, + "i": "invskr", + "ui": "invskru", + "si": "invskru", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Hand to Hand", + "c": [ + "Hand to Hand 2", + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "7ar": { + "nc": "ktr", + "exc": "9ar", + "elc": "7ar", + "iq": 2, + "n": "Suwayyah", + "durability": 48, + "mind": 39, + "maxd": 52, + "rs": 99, + "rd": 99, + "hi": 1, + "gt": 0, + "i": "invktr", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Hand to Hand", + "c": [ + "Hand to Hand 2", + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "7wb": { + "nc": "wrb", + "exc": "9wb", + "elc": "7wb", + "iq": 2, + "n": "Wrist Sword", + "durability": 56, + "mind": 34, + "maxd": 45, + "rs": 105, + "rd": 105, + "hi": 1, + "gt": 0, + "i": "invktr", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Hand to Hand", + "c": [ + "Hand to Hand 2", + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "7xf": { + "nc": "axf", + "exc": "9xf", + "elc": "7xf", + "iq": 2, + "n": "War Fist", + "durability": 64, + "mind": 44, + "maxd": 53, + "rs": 108, + "rd": 108, + "hi": 1, + "gt": 0, + "i": "invaxf", + "ui": "invaxfu", + "si": "invaxfu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Hand to Hand", + "c": [ + "Hand to Hand 2", + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "7cs": { + "nc": "ces", + "exc": "9cs", + "elc": "7cs", + "iq": 2, + "n": "Battle Cestus", + "durability": 72, + "mind": 36, + "maxd": 42, + "rs": 110, + "rd": 110, + "hi": 1, + "gt": 0, + "i": "invaxf", + "ui": "invaxfu", + "si": "invaxfu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Hand to Hand", + "c": [ + "Hand to Hand 2", + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "7lw": { + "nc": "clw", + "exc": "9lw", + "elc": "7lw", + "iq": 2, + "n": "Feral Claws", + "durability": 52, + "mind": 22, + "maxd": 53, + "rs": 113, + "rd": 113, + "hi": 1, + "gt": 0, + "i": "invclw", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Hand to Hand", + "c": [ + "Hand to Hand 2", + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "7tw": { + "nc": "btl", + "exc": "9tw", + "elc": "7tw", + "iq": 2, + "n": "Runic Talons", + "durability": 69, + "mind": 24, + "maxd": 44, + "rs": 115, + "rd": 115, + "hi": 1, + "gt": 0, + "i": "invclw", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Hand to Hand", + "c": [ + "Hand to Hand 2", + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "7qr": { + "nc": "skr", + "exc": "9qr", + "elc": "7qr", + "iq": 2, + "n": "Scissors Suwayyah", + "durability": 68, + "mind": 40, + "maxd": 51, + "rs": 118, + "rd": 118, + "hi": 1, + "gt": 0, + "i": "invskr", + "ui": "invskru", + "si": "invskru", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Hand to Hand", + "c": [ + "Hand to Hand 2", + "Hand to Hand", + "Melee Weapon", + "Weapon", + "Assassin Item", + "Class Specific" + ] + }, + "7ha": { + "nc": "hax", + "exc": "9ha", + "elc": "7ha", + "iq": 2, + "n": "Tomahawk", + "durability": 28, + "mind": 33, + "maxd": 58, + "rs": 125, + "rd": 67, + "hi": 1, + "gt": 0, + "i": "invhax", + "ui": "invhaxu", + "si": "invhaxu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "7ax": { + "nc": "axe", + "exc": "9ax", + "elc": "7ax", + "iq": 2, + "n": "Small Crescent", + "durability": 24, + "mind": 38, + "maxd": 60, + "rs": 115, + "rd": 83, + "hi": 1, + "gt": 0, + "i": "invaxe", + "ui": "invaxeu", + "si": "invaxeu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "72a": { + "nc": "2ax", + "exc": "92a", + "elc": "72a", + "iq": 2, + "n": "Ettin Axe", + "durability": 24, + "mind": 33, + "maxd": 66, + "rs": 145, + "rd": 45, + "hi": 1, + "gt": 0, + "i": "inv2ax", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "7mp": { + "nc": "mpi", + "exc": "9mp", + "elc": "7mp", + "iq": 2, + "n": "War Spike", + "durability": 26, + "mind": 30, + "maxd": 48, + "rs": 133, + "rd": 54, + "hi": 1, + "gt": 0, + "i": "invmpi", + "ui": "invmpiu", + "si": "invmpiu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "7wa": { + "nc": "wax", + "exc": "9wa", + "elc": "7wa", + "iq": 2, + "n": "Berserker Axe", + "durability": 26, + "mind": 24, + "maxd": 71, + "rs": 138, + "rd": 59, + "hi": 1, + "gt": 0, + "i": "invwax", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "7la": { + "nc": "lax", + "exc": "9la", + "elc": "7la", + "iq": 2, + "n": "Feral Axe", + "durability": 30, + "min2d": 25, + "max2d": 123, + "rs": 196, + "hi": 1, + "gt": 0, + "i": "invlax", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "7ba": { + "nc": "bax", + "exc": "9ba", + "elc": "7ba", + "iq": 2, + "n": "Silver-edged Axe", + "durability": 35, + "min2d": 62, + "max2d": 110, + "rs": 166, + "rd": 65, + "hi": 1, + "gt": 0, + "i": "invbrx", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "7bt": { + "nc": "btx", + "exc": "9bt", + "elc": "7bt", + "iq": 2, + "n": "Decapitator", + "durability": 40, + "min2d": 49, + "max2d": 137, + "rs": 189, + "rd": 33, + "hi": 1, + "gt": 0, + "i": "invbtx", + "ui": "invbtxu", + "si": "invbtxu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "7ga": { + "nc": "gax", + "exc": "9ga", + "elc": "7ga", + "iq": 2, + "n": "Champion Axe", + "durability": 50, + "min2d": 59, + "max2d": 94, + "rs": 167, + "rd": 59, + "hi": 1, + "gt": 0, + "i": "invgax", + "ui": "invgaxu", + "si": "invgaxu", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "7gi": { + "nc": "gix", + "exc": "9gi", + "elc": "7gi", + "iq": 2, + "n": "Glorious Axe", + "durability": 50, + "min2d": 60, + "max2d": 124, + "rs": 164, + "rd": 55, + "hi": 1, + "gt": 0, + "i": "invgix", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Melee Weapon", + "c": [ + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "7wn": { + "nc": "wnd", + "exc": "9wn", + "elc": "7wn", + "iq": 2, + "n": "Polished Wand", + "durability": 22, + "mind": 18, + "maxd": 33, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invwnd", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Wand", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "7yw": { + "nc": "ywn", + "exc": "9yw", + "elc": "7yw", + "iq": 2, + "n": "Ghost Wand", + "durability": 14, + "mind": 20, + "maxd": 40, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invywn", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Wand", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "7bw": { + "nc": "bwn", + "exc": "9bw", + "elc": "7bw", + "iq": 2, + "n": "Lich Wand", + "durability": 17, + "mind": 10, + "maxd": 31, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invbwn", + "ui": "invbwnu", + "si": "invbwnu", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Wand", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "7gw": { + "nc": "gwn", + "exc": "9gw", + "elc": "7gw", + "iq": 2, + "n": "Unearthed Wand", + "durability": 18, + "mind": 22, + "maxd": 28, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invgwn", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Wand", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "7cl": { + "nc": "clb", + "exc": "9cl", + "elc": "7cl", + "iq": 2, + "n": "Truncheon", + "durability": 55, + "mind": 35, + "maxd": 43, + "rs": 88, + "rd": 43, + "hi": 1, + "gt": 0, + "i": "invclb", + "ui": "invclbu", + "si": "invclbu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Club", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "7sc": { + "nc": "scp", + "exc": "9sc", + "elc": "7sc", + "iq": 2, + "n": "Mighty Scepter", + "durability": 50, + "mind": 40, + "maxd": 52, + "rs": 125, + "rd": 65, + "hi": 1, + "gt": 0, + "i": "invscp", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Scepter", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "7qs": { + "nc": "gsc", + "exc": "9qs", + "elc": "7qs", + "iq": 2, + "n": "Seraph Rod", + "durability": 60, + "mind": 45, + "maxd": 54, + "rs": 108, + "rd": 69, + "hi": 1, + "gt": 0, + "i": "invgsc", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Scepter", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "7ws": { + "nc": "wsp", + "exc": "9ws", + "elc": "7ws", + "iq": 2, + "n": "Caduceus", + "durability": 70, + "mind": 37, + "maxd": 43, + "rs": 97, + "rd": 70, + "hi": 1, + "gt": 0, + "i": "invwsp", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Scepter", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "7sp": { + "nc": "spc", + "exc": "9sp", + "elc": "7sp", + "iq": 2, + "n": "Tyrant Club", + "durability": 65, + "mind": 32, + "maxd": 58, + "rs": 133, + "hi": 1, + "gt": 0, + "i": "invspc", + "ui": "invspcu", + "si": "invspcu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Club", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "7ma": { + "nc": "mac", + "exc": "9ma", + "elc": "7ma", + "iq": 2, + "n": "Reinforced Mace", + "durability": 60, + "mind": 41, + "maxd": 49, + "rs": 145, + "rd": 46, + "hi": 1, + "gt": 0, + "i": "invmac", + "si": "inv7mas", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Mace", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "7mt": { + "nc": "mst", + "exc": "9mt", + "elc": "7mt", + "iq": 2, + "n": "Devil Star", + "durability": 72, + "mind": 43, + "maxd": 53, + "rs": 153, + "rd": 44, + "hi": 1, + "gt": 0, + "i": "invmst", + "ui": "invmstu", + "si": "invmstu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Mace", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "7fl": { + "nc": "fla", + "exc": "9fl", + "elc": "7fl", + "iq": 2, + "n": "Scourge", + "durability": 65, + "mind": 3, + "maxd": 80, + "rs": 125, + "rd": 77, + "hi": 1, + "gt": 0, + "i": "invfla", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Mace", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "7wh": { + "nc": "whm", + "exc": "9wh", + "elc": "7wh", + "iq": 2, + "n": "Legendary Mallet", + "durability": 65, + "mind": 50, + "maxd": 61, + "rs": 189, + "hi": 1, + "gt": 0, + "i": "invwhm", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Hammer", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "7m7": { + "nc": "mau", + "exc": "9m9", + "elc": "7m7", + "iq": 2, + "n": "Ogre Maul", + "durability": 60, + "min2d": 77, + "max2d": 106, + "rs": 225, + "hi": 1, + "gt": 0, + "i": "invmau", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Hammer", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "7gm": { + "nc": "gma", + "exc": "9gm", + "elc": "7gm", + "iq": 2, + "n": "Thunder Maul", + "durability": 60, + "min2d": 33, + "max2d": 180, + "rs": 253, + "hi": 1, + "gt": 0, + "i": "invgma", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Blunt", + "c": [ + "Hammer", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "7ss": { + "nc": "ssd", + "exc": "9ss", + "elc": "7ss", + "iq": 2, + "n": "Falcata", + "durability": 24, + "mind": 31, + "maxd": 59, + "rs": 150, + "rd": 88, + "hi": 1, + "gt": 0, + "i": "invssd", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7sm": { + "nc": "scm", + "exc": "9sm", + "elc": "7sm", + "iq": 2, + "n": "Ataghan", + "durability": 22, + "mind": 26, + "maxd": 46, + "rs": 138, + "rd": 95, + "hi": 1, + "gt": 0, + "i": "invscm", + "ui": "invscmu", + "si": "invscmu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7sb": { + "nc": "sbr", + "exc": "9sb", + "elc": "7sb", + "iq": 2, + "n": "Elegant Blade", + "durability": 32, + "mind": 33, + "maxd": 45, + "rs": 109, + "rd": 122, + "hi": 1, + "gt": 0, + "i": "invsbr", + "ui": "invsbru", + "si": "invsbru", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7fc": { + "nc": "flc", + "exc": "9fc", + "elc": "7fc", + "iq": 2, + "n": "Hydra Edge", + "durability": 32, + "mind": 28, + "maxd": 68, + "rs": 142, + "rd": 105, + "hi": 1, + "gt": 0, + "i": "invflc", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7cr": { + "nc": "crs", + "exc": "9cr", + "elc": "7cr", + "iq": 2, + "n": "Phase Blade", + "durability": 0, + "mind": 31, + "maxd": 35, + "rs": 25, + "rd": 136, + "hi": 1, + "gt": 0, + "i": "invcrs", + "ui": "invcrsu", + "si": "invcrsu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7bs": { + "nc": "bsd", + "exc": "9bs", + "elc": "7bs", + "iq": 2, + "n": "Conquest Sword", + "durability": 32, + "mind": 37, + "maxd": 53, + "rs": 142, + "rd": 112, + "hi": 1, + "gt": 0, + "i": "invbsd", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7ls": { + "nc": "lsd", + "exc": "9ls", + "elc": "7ls", + "iq": 2, + "n": "Cryptic Sword", + "durability": 44, + "mind": 5, + "maxd": 77, + "rs": 99, + "rd": 109, + "hi": 1, + "gt": 0, + "i": "invlsd", + "ui": "invlsdu", + "si": "invlsdu", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7wd": { + "nc": "wsd", + "exc": "9wd", + "elc": "7wd", + "iq": 2, + "n": "Mythical Sword", + "durability": 44, + "mind": 40, + "maxd": 50, + "rs": 147, + "rd": 124, + "hi": 1, + "gt": 0, + "i": "invwsd", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "72h": { + "nc": "2hs", + "exc": "92h", + "elc": "72h", + "iq": 2, + "n": "Legend Sword", + "durability": 44, + "mind": 22, + "maxd": 56, + "min2d": 50, + "max2d": 94, + "rs": 175, + "rd": 100, + "hi": 1, + "gt": 0, + "i": "inv2hs", + "ui": "inv2hsu", + "si": "inv2hsu", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7cm": { + "nc": "clm", + "exc": "9cm", + "elc": "7cm", + "iq": 2, + "n": "Highland Blade", + "durability": 50, + "mind": 22, + "maxd": 62, + "min2d": 67, + "max2d": 96, + "rs": 171, + "rd": 104, + "hi": 1, + "gt": 0, + "i": "invclm", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7gs": { + "nc": "gis", + "exc": "9gs", + "elc": "7gs", + "iq": 2, + "n": "Balrog Blade", + "durability": 50, + "mind": 15, + "maxd": 75, + "min2d": 55, + "max2d": 118, + "rs": 185, + "rd": 87, + "hi": 1, + "gt": 0, + "i": "invgis", + "ui": "invgisu", + "si": "invgisu", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7b7": { + "nc": "bsw", + "exc": "9b9", + "elc": "7b7", + "iq": 2, + "n": "Champion Sword", + "durability": 40, + "mind": 24, + "maxd": 54, + "min2d": 71, + "max2d": 83, + "rs": 163, + "rd": 103, + "hi": 1, + "gt": 0, + "i": "invbsw", + "ui": "invbswu", + "si": "invbswu", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7fb": { + "nc": "flb", + "exc": "9fb", + "elc": "7fb", + "iq": 2, + "n": "Colossus Sword", + "durability": 50, + "mind": 26, + "maxd": 70, + "min2d": 61, + "max2d": 121, + "rs": 182, + "rd": 95, + "hi": 1, + "gt": 0, + "i": "invflb", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7gd": { + "nc": "gsd", + "exc": "9gd", + "elc": "7gd", + "iq": 2, + "n": "Colossus Blade", + "durability": 50, + "mind": 25, + "maxd": 65, + "min2d": 58, + "max2d": 115, + "rs": 189, + "rd": 110, + "hi": 1, + "gt": 0, + "i": "invgsd", + "ui": "invgsdu", + "si": "invgsdu", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Sword", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7dg": { + "nc": "dgr", + "exc": "9dg", + "elc": "7dg", + "iq": 2, + "n": "Bone Knife", + "durability": 26, + "mind": 23, + "maxd": 49, + "rs": 38, + "rd": 75, + "hi": 1, + "gt": 0, + "i": "invdgr", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7di": { + "nc": "dir", + "exc": "9di", + "elc": "7di", + "iq": 2, + "n": "Mithril Point", + "durability": 55, + "mind": 37, + "maxd": 53, + "rs": 55, + "rd": 98, + "hi": 1, + "gt": 0, + "i": "invdir", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7kr": { + "nc": "kri", + "exc": "9kr", + "elc": "7kr", + "iq": 2, + "n": "Fanged Knife", + "durability": 36, + "mind": 15, + "maxd": 57, + "rs": 42, + "rd": 86, + "hi": 1, + "gt": 0, + "i": "invkrs", + "ui": "invkrsu", + "si": "invkrsu", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7bl": { + "nc": "bld", + "exc": "9bl", + "elc": "7bl", + "iq": 2, + "n": "Legend Spike", + "durability": 47, + "mind": 31, + "maxd": 47, + "rs": 65, + "rd": 67, + "hi": 1, + "gt": 0, + "i": "invbld", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Swords and Knives", + "c": [ + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7tk": { + "nc": "tkf", + "exc": "9tk", + "elc": "7tk", + "iq": 2, + "n": "Flying Knife", + "s": 1, + "durability": 6, + "mind": 23, + "maxd": 54, + "minmd": 23, + "maxmd": 54, + "rs": 48, + "rd": 141, + "gt": 0, + "i": "invtkn", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Knife", + "c": [ + "Throwing Knife", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7ta": { + "nc": "tax", + "exc": "9ta", + "elc": "7ta", + "iq": 2, + "n": "Flying Axe", + "s": 1, + "durability": 15, + "mind": 17, + "maxd": 65, + "minmd": 15, + "maxmd": 66, + "rs": 88, + "rd": 108, + "gt": 0, + "i": "invtax", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Axe", + "c": [ + "Throwing Axe", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "7bk": { + "nc": "bkf", + "exc": "9bk", + "elc": "7bk", + "iq": 2, + "n": "Winged Knife", + "s": 1, + "durability": 20, + "mind": 27, + "maxd": 35, + "minmd": 23, + "maxmd": 39, + "rs": 45, + "rd": 142, + "gt": 0, + "i": "invbkf", + "ui": "invtk3", + "iw": 1, + "ih": 2, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Knife", + "c": [ + "Throwing Knife", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Knife", + "Swords and Knives", + "Melee Weapon", + "Weapon" + ] + }, + "7b8": { + "nc": "bal", + "exc": "9b8", + "elc": "7b8", + "iq": 2, + "n": "Winged Axe", + "s": 1, + "durability": 16, + "mind": 11, + "maxd": 56, + "minmd": 7, + "maxmd": 60, + "rs": 96, + "rd": 122, + "gt": 0, + "i": "invbal", + "iw": 2, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Axe", + "c": [ + "Throwing Axe", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Axe", + "Melee Weapon", + "Weapon" + ] + }, + "7ja": { + "nc": "jav", + "exc": "9ja", + "elc": "7ja", + "iq": 2, + "n": "Hyperion Javelin", + "s": 1, + "durability": 10, + "mind": 21, + "maxd": 57, + "minmd": 28, + "maxmd": 55, + "rs": 98, + "rd": 123, + "gt": 0, + "i": "invjav", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Spear", + "c": [ + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "7pi": { + "nc": "pil", + "exc": "9pi", + "elc": "7pi", + "iq": 2, + "n": "Stygian Pilum", + "s": 1, + "durability": 12, + "mind": 14, + "maxd": 64, + "minmd": 21, + "maxmd": 75, + "rs": 118, + "rd": 112, + "gt": 0, + "i": "invpil", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Spear", + "c": [ + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "7s7": { + "nc": "ssp", + "exc": "9s9", + "elc": "7s7", + "iq": 2, + "n": "Balrog Spear", + "s": 1, + "durability": 14, + "mind": 33, + "maxd": 63, + "minmd": 40, + "maxmd": 62, + "rs": 127, + "rd": 95, + "gt": 0, + "i": "invssp", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Spear", + "c": [ + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "7gl": { + "nc": "glv", + "exc": "9gl", + "elc": "7gl", + "iq": 2, + "n": "Ghost Glaive", + "s": 1, + "durability": 16, + "mind": 19, + "maxd": 60, + "minmd": 30, + "maxmd": 85, + "rs": 89, + "rd": 137, + "gt": 0, + "i": "invglv", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Spear", + "c": [ + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "7ts": { + "nc": "tsp", + "exc": "9ts", + "elc": "7ts", + "iq": 2, + "n": "Winged Harpoon", + "s": 1, + "durability": 18, + "mind": 27, + "maxd": 35, + "minmd": 11, + "maxmd": 77, + "rs": 76, + "rd": 145, + "gt": 0, + "i": "invtsp", + "iw": 1, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Combo Weapon", + "eq2n": "Spear", + "c": [ + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "7sr": { + "nc": "spr", + "exc": "9sr", + "elc": "7sr", + "iq": 2, + "n": "Hyperion Spear", + "durability": 30, + "min2d": 35, + "max2d": 119, + "rs": 155, + "rd": 120, + "hi": 1, + "gt": 0, + "i": "invspr", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "7tr": { + "nc": "tri", + "exc": "9tr", + "elc": "7tr", + "iq": 2, + "n": "Stygian Pike", + "durability": 35, + "min2d": 29, + "max2d": 144, + "rs": 168, + "rd": 97, + "hi": 1, + "gt": 0, + "i": "invtri", + "ui": "invtriu", + "si": "invtriu", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "7br": { + "nc": "brn", + "exc": "9br", + "elc": "7br", + "iq": 2, + "n": "Mancatcher", + "durability": 28, + "min2d": 42, + "max2d": 92, + "rs": 132, + "rd": 134, + "hi": 1, + "gt": 0, + "i": "invbrn", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "7st": { + "nc": "spt", + "exc": "9st", + "elc": "7st", + "iq": 2, + "n": "Ghost Spear", + "durability": 28, + "min2d": 18, + "max2d": 155, + "rs": 122, + "rd": 163, + "hi": 1, + "gt": 0, + "i": "invspt", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "7p7": { + "nc": "pik", + "exc": "9p9", + "elc": "7p7", + "iq": 2, + "n": "War Pike", + "durability": 25, + "min2d": 33, + "max2d": 178, + "rs": 165, + "rd": 106, + "hi": 1, + "gt": 0, + "i": "invpik", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "7o7": { + "nc": "bar", + "exc": "9b7", + "elc": "7o7", + "iq": 2, + "n": "Ogre Axe", + "durability": 50, + "min2d": 28, + "max2d": 145, + "rs": 195, + "rd": 75, + "hi": 1, + "gt": 0, + "i": "invbar", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "7vo": { + "nc": "vou", + "exc": "9vo", + "elc": "7vo", + "iq": 2, + "n": "Colossus Voulge", + "durability": 50, + "min2d": 17, + "max2d": 165, + "rs": 210, + "rd": 55, + "hi": 1, + "gt": 0, + "i": "invvou", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "7s8": { + "nc": "scy", + "exc": "9s8", + "elc": "7s8", + "iq": 2, + "n": "Thresher", + "durability": 65, + "min2d": 12, + "max2d": 141, + "rs": 152, + "rd": 118, + "hi": 1, + "gt": 0, + "i": "invscy", + "ui": "invscyu", + "si": "invscyu", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "7pa": { + "nc": "pax", + "exc": "9pa", + "elc": "7pa", + "iq": 2, + "n": "Cryptic Axe", + "durability": 65, + "min2d": 33, + "max2d": 150, + "rs": 165, + "rd": 103, + "hi": 1, + "gt": 0, + "i": "invpax", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "7h7": { + "nc": "hal", + "exc": "9h9", + "elc": "7h7", + "iq": 2, + "n": "Great Poleaxe", + "durability": 55, + "min2d": 46, + "max2d": 127, + "rs": 179, + "rd": 99, + "hi": 1, + "gt": 0, + "i": "invhal", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "7wc": { + "nc": "wsc", + "exc": "9wc", + "elc": "7wc", + "iq": 2, + "n": "Giant Thresher", + "durability": 55, + "min2d": 40, + "max2d": 114, + "rs": 188, + "rd": 140, + "hi": 1, + "gt": 0, + "i": "invwsc", + "iw": 2, + "ih": 4, + "it": 2, + "ig": [], + "eq1n": "Spears and Polearms", + "c": [ + "Polearm", + "Spears and Polearms", + "Melee Weapon", + "Weapon" + ] + }, + "6ss": { + "nc": "sst", + "exc": "8ss", + "elc": "6ss", + "iq": 2, + "n": "Walking Stick", + "durability": 20, + "min2d": 69, + "max2d": 85, + "rs": 25, + "hi": 1, + "gt": 0, + "i": "invsst", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "6ls": { + "nc": "lst", + "exc": "8ls", + "elc": "6ls", + "iq": 2, + "n": "Stalagmite", + "durability": 30, + "min2d": 75, + "max2d": 107, + "rs": 63, + "rd": 35, + "hi": 1, + "gt": 0, + "i": "invlst", + "iw": 1, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "6cs": { + "nc": "cst", + "exc": "8cs", + "elc": "6cs", + "iq": 2, + "n": "Elder Staff", + "durability": 35, + "min2d": 80, + "max2d": 93, + "rs": 44, + "rd": 37, + "hi": 1, + "gt": 0, + "i": "invcst", + "ui": "invcstu", + "si": "invcstu", + "iw": 1, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "6bs": { + "nc": "bst", + "exc": "8bs", + "elc": "6bs", + "iq": 2, + "n": "Shillelagh", + "durability": 40, + "min2d": 65, + "max2d": 108, + "rs": 52, + "rd": 27, + "hi": 1, + "gt": 0, + "i": "invbst", + "iw": 1, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "6ws": { + "nc": "wst", + "exc": "8ws", + "elc": "6ws", + "iq": 2, + "n": "Archon Staff", + "durability": 26, + "min2d": 83, + "max2d": 99, + "rs": 34, + "hi": 1, + "gt": 0, + "i": "invwst", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Staves And Rods", + "c": [ + "Staff", + "Staves And Rods", + "Blunt", + "Melee Weapon", + "Weapon" + ] + }, + "6sb": { + "nc": "sbw", + "exc": "8sb", + "elc": "6sb", + "iq": 2, + "n": "Spider Bow", + "durability": 20, + "min2d": 23, + "max2d": 50, + "rs": 64, + "rd": 143, + "hi": 1, + "gt": 0, + "i": "invsbw", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "6hb": { + "nc": "hbw", + "exc": "8hb", + "elc": "6hb", + "iq": 2, + "n": "Blade Bow", + "durability": 32, + "min2d": 21, + "max2d": 41, + "rs": 76, + "rd": 119, + "hi": 1, + "gt": 0, + "i": "invhbw", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "6lb": { + "nc": "lbw", + "exc": "8lb", + "elc": "6lb", + "iq": 2, + "n": "Shadow Bow", + "durability": 28, + "min2d": 15, + "max2d": 59, + "rs": 52, + "rd": 188, + "hi": 1, + "gt": 0, + "i": "invlbw", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "6cb": { + "nc": "cbw", + "exc": "8cb", + "elc": "6cb", + "iq": 2, + "n": "Great Bow", + "durability": 36, + "min2d": 12, + "max2d": 52, + "rs": 121, + "rd": 107, + "hi": 1, + "gt": 0, + "i": "invcbw", + "ui": "invcbwu", + "si": "invcbwu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "6s7": { + "nc": "sbb", + "exc": "8s8", + "elc": "6s7", + "iq": 2, + "n": "Diamond Bow", + "durability": 40, + "min2d": 33, + "max2d": 40, + "rs": 89, + "rd": 132, + "hi": 1, + "gt": 0, + "i": "invsbb", + "ui": "invsbbu", + "si": "invsbbu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "6l7": { + "nc": "lbb", + "exc": "8l8", + "elc": "6l7", + "iq": 2, + "n": "Crusader Bow", + "durability": 44, + "min2d": 15, + "max2d": 63, + "rs": 97, + "rd": 121, + "hi": 1, + "gt": 0, + "i": "invlbb", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "6sw": { + "nc": "swb", + "exc": "8sw", + "elc": "6sw", + "iq": 2, + "n": "Ward Bow", + "durability": 48, + "min2d": 20, + "max2d": 53, + "rs": 72, + "rd": 146, + "hi": 1, + "gt": 0, + "i": "invswb", + "ui": "invswbu", + "si": "invswbu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "6lw": { + "nc": "lwb", + "exc": "8lw", + "elc": "6lw", + "iq": 2, + "n": "Hydra Bow", + "durability": 55, + "min2d": 10, + "max2d": 68, + "rs": 134, + "rd": 167, + "hi": 1, + "gt": 0, + "i": "invlwb", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Bow", + "Missile Weapon", + "Weapon" + ] + }, + "6lx": { + "nc": "lxb", + "exc": "8lx", + "elc": "6lx", + "iq": 2, + "n": "Pellet Bow", + "durability": 30, + "min2d": 28, + "max2d": 73, + "rs": 83, + "rd": 155, + "hi": 1, + "gt": 0, + "i": "invlxb", + "ui": "invlxbu", + "si": "invlxbu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Crossbow", + "Missile Weapon", + "Weapon" + ] + }, + "6mx": { + "nc": "mxb", + "exc": "8mx", + "elc": "6mx", + "iq": 2, + "n": "Gorgon Crossbow", + "durability": 40, + "min2d": 25, + "max2d": 87, + "rs": 117, + "rd": 105, + "hi": 1, + "gt": 0, + "i": "invmxb", + "ui": "invmxbu", + "si": "invmxbu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Crossbow", + "Missile Weapon", + "Weapon" + ] + }, + "6hx": { + "nc": "hxb", + "exc": "8hx", + "elc": "6hx", + "iq": 2, + "n": "Colossus Crossbow", + "durability": 50, + "min2d": 32, + "max2d": 91, + "rs": 163, + "rd": 77, + "hi": 1, + "gt": 0, + "i": "invhxb", + "ui": "invhxbu", + "si": "invhxbu", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Crossbow", + "Missile Weapon", + "Weapon" + ] + }, + "6rx": { + "nc": "rxb", + "exc": "8rx", + "elc": "6rx", + "iq": 2, + "n": "Demon Crossbow", + "durability": 40, + "min2d": 26, + "max2d": 40, + "rs": 141, + "rd": 98, + "hi": 1, + "gt": 0, + "i": "invrxb", + "ui": "invrxbu", + "si": "invrxbu", + "iw": 2, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Missile Weapon", + "c": [ + "Crossbow", + "Missile Weapon", + "Weapon" + ] + }, + "ob1": { + "nc": "ob1", + "exc": "ob6", + "elc": "obb", + "iq": 0, + "n": "Eagle Orb", + "durability": 20, + "mind": 2, + "maxd": 5, + "hi": 1, + "gt": 0, + "i": "invob1", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Weapon", + "eq2n": "Sorceress Item", + "c": [ + "Orb", + "Weapon", + "Sorceress Item", + "Class Specific" + ] + }, + "ob2": { + "nc": "ob2", + "exc": "ob7", + "elc": "obc", + "iq": 0, + "n": "Sacred Globe", + "durability": 30, + "mind": 3, + "maxd": 8, + "hi": 1, + "gt": 0, + "i": "invob2", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Weapon", + "eq2n": "Sorceress Item", + "c": [ + "Orb", + "Weapon", + "Sorceress Item", + "Class Specific" + ] + }, + "ob3": { + "nc": "ob3", + "exc": "ob8", + "elc": "obd", + "iq": 0, + "n": "Smoked Sphere", + "durability": 35, + "mind": 4, + "maxd": 10, + "hi": 1, + "gt": 0, + "i": "invob3", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Weapon", + "eq2n": "Sorceress Item", + "c": [ + "Orb", + "Weapon", + "Sorceress Item", + "Class Specific" + ] + }, + "ob4": { + "nc": "ob4", + "exc": "ob9", + "elc": "obe", + "iq": 0, + "n": "Clasped Orb", + "durability": 40, + "mind": 5, + "maxd": 12, + "hi": 1, + "gt": 0, + "i": "invob4", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Weapon", + "eq2n": "Sorceress Item", + "c": [ + "Orb", + "Weapon", + "Sorceress Item", + "Class Specific" + ] + }, + "ob5": { + "nc": "ob5", + "exc": "oba", + "elc": "obf", + "iq": 0, + "n": "Jared's Stone", + "durability": 50, + "mind": 8, + "maxd": 18, + "hi": 1, + "gt": 0, + "i": "invob5", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Weapon", + "eq2n": "Sorceress Item", + "c": [ + "Orb", + "Weapon", + "Sorceress Item", + "Class Specific" + ] + }, + "am1": { + "nc": "am1", + "exc": "am6", + "elc": "amb", + "iq": 0, + "n": "Stag Bow", + "durability": 48, + "min2d": 7, + "max2d": 12, + "rs": 30, + "rd": 45, + "hi": 1, + "gt": 0, + "i": "invam1", + "ui": "invswbu", + "si": "invswbu", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Bow", + "eq2n": "Amazon Item", + "c": [ + "Amazon Bow", + "Bow", + "Missile Weapon", + "Weapon", + "Amazon Item", + "Class Specific" + ] + }, + "am2": { + "nc": "am2", + "exc": "am7", + "elc": "amc", + "iq": 0, + "n": "Reflex Bow", + "durability": 55, + "min2d": 9, + "max2d": 19, + "rs": 35, + "rd": 60, + "hi": 1, + "gt": 0, + "i": "invam2", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Bow", + "eq2n": "Amazon Item", + "c": [ + "Amazon Bow", + "Bow", + "Missile Weapon", + "Weapon", + "Amazon Item", + "Class Specific" + ] + }, + "am3": { + "nc": "am3", + "exc": "am8", + "elc": "amd", + "iq": 0, + "n": "Maiden Spear", + "durability": 28, + "min2d": 18, + "max2d": 24, + "rs": 54, + "rd": 40, + "hi": 1, + "gt": 0, + "i": "invam3", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spear", + "eq2n": "Amazon Item", + "c": [ + "Amazon Spear", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon", + "Amazon Item", + "Class Specific" + ] + }, + "am4": { + "nc": "am4", + "exc": "am9", + "elc": "ame", + "iq": 0, + "n": "Maiden Pike", + "durability": 25, + "min2d": 23, + "max2d": 55, + "rs": 63, + "rd": 52, + "hi": 1, + "gt": 0, + "i": "invam4", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spear", + "eq2n": "Amazon Item", + "c": [ + "Amazon Spear", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon", + "Amazon Item", + "Class Specific" + ] + }, + "am5": { + "nc": "am5", + "exc": "ama", + "elc": "amf", + "iq": 0, + "n": "Maiden Javelin", + "s": 1, + "durability": 6, + "mind": 8, + "maxd": 14, + "minmd": 6, + "maxmd": 22, + "rs": 33, + "rd": 47, + "gt": 0, + "i": "invam5", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Javelin", + "eq2n": "Amazon Item", + "c": [ + "Amazon Javelin", + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon", + "Amazon Item", + "Class Specific" + ] + }, + "ob6": { + "nc": "ob1", + "exc": "ob6", + "elc": "obb", + "iq": 1, + "n": "Glowing Orb", + "durability": 20, + "mind": 8, + "maxd": 21, + "hi": 1, + "gt": 0, + "i": "invob1", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Weapon", + "eq2n": "Sorceress Item", + "c": [ + "Orb", + "Weapon", + "Sorceress Item", + "Class Specific" + ] + }, + "ob7": { + "nc": "ob2", + "exc": "ob7", + "elc": "obc", + "iq": 1, + "n": "Crystalline Globe", + "durability": 30, + "mind": 10, + "maxd": 26, + "hi": 1, + "gt": 0, + "i": "invob2", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Weapon", + "eq2n": "Sorceress Item", + "c": [ + "Orb", + "Weapon", + "Sorceress Item", + "Class Specific" + ] + }, + "ob8": { + "nc": "ob3", + "exc": "ob8", + "elc": "obd", + "iq": 1, + "n": "Cloudy Sphere", + "durability": 35, + "mind": 11, + "maxd": 29, + "hi": 1, + "gt": 0, + "i": "invob3", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Weapon", + "eq2n": "Sorceress Item", + "c": [ + "Orb", + "Weapon", + "Sorceress Item", + "Class Specific" + ] + }, + "ob9": { + "nc": "ob4", + "exc": "ob9", + "elc": "obe", + "iq": 1, + "n": "Sparkling Ball", + "durability": 40, + "mind": 13, + "maxd": 32, + "hi": 1, + "gt": 0, + "i": "invob4", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Weapon", + "eq2n": "Sorceress Item", + "c": [ + "Orb", + "Weapon", + "Sorceress Item", + "Class Specific" + ] + }, + "oba": { + "nc": "ob5", + "exc": "oba", + "elc": "obf", + "iq": 1, + "n": "Swirling Crystal", + "durability": 50, + "mind": 18, + "maxd": 42, + "hi": 1, + "gt": 0, + "i": "invob5", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Weapon", + "eq2n": "Sorceress Item", + "c": [ + "Orb", + "Weapon", + "Sorceress Item", + "Class Specific" + ] + }, + "am6": { + "nc": "am1", + "exc": "am6", + "elc": "amb", + "iq": 1, + "n": "Ashwood Bow", + "durability": 48, + "min2d": 16, + "max2d": 29, + "rs": 56, + "rd": 77, + "hi": 1, + "gt": 0, + "i": "invam1", + "ui": "invswbu", + "si": "invswbu", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Bow", + "eq2n": "Amazon Item", + "c": [ + "Amazon Bow", + "Bow", + "Missile Weapon", + "Weapon", + "Amazon Item", + "Class Specific" + ] + }, + "am7": { + "nc": "am2", + "exc": "am7", + "elc": "amc", + "iq": 1, + "n": "Ceremonial Bow", + "durability": 55, + "min2d": 19, + "max2d": 41, + "rs": 73, + "rd": 110, + "hi": 1, + "gt": 0, + "i": "invam2", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Bow", + "eq2n": "Amazon Item", + "c": [ + "Amazon Bow", + "Bow", + "Missile Weapon", + "Weapon", + "Amazon Item", + "Class Specific" + ] + }, + "am8": { + "nc": "am3", + "exc": "am8", + "elc": "amd", + "iq": 1, + "n": "Ceremonial Spear", + "durability": 28, + "min2d": 34, + "max2d": 51, + "rs": 101, + "rd": 80, + "hi": 1, + "gt": 0, + "i": "invam3", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spear", + "eq2n": "Amazon Item", + "c": [ + "Amazon Spear", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon", + "Amazon Item", + "Class Specific" + ] + }, + "am9": { + "nc": "am4", + "exc": "am9", + "elc": "ame", + "iq": 1, + "n": "Ceremonial Pike", + "durability": 25, + "min2d": 42, + "max2d": 101, + "rs": 115, + "rd": 98, + "hi": 1, + "gt": 0, + "i": "invam4", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spear", + "eq2n": "Amazon Item", + "c": [ + "Amazon Spear", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon", + "Amazon Item", + "Class Specific" + ] + }, + "ama": { + "nc": "am5", + "exc": "ama", + "elc": "amf", + "iq": 1, + "n": "Ceremonial Javelin", + "s": 1, + "durability": 6, + "mind": 18, + "maxd": 35, + "minmd": 18, + "maxmd": 54, + "rs": 25, + "rd": 109, + "gt": 0, + "i": "invam5", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Javelin", + "eq2n": "Amazon Item", + "c": [ + "Amazon Javelin", + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon", + "Amazon Item", + "Class Specific" + ] + }, + "obb": { + "nc": "ob1", + "exc": "ob6", + "elc": "obb", + "iq": 2, + "n": "Heavenly Stone", + "durability": 20, + "mind": 21, + "maxd": 46, + "hi": 1, + "gt": 0, + "i": "invob1", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Weapon", + "eq2n": "Sorceress Item", + "c": [ + "Orb", + "Weapon", + "Sorceress Item", + "Class Specific" + ] + }, + "obc": { + "nc": "ob2", + "exc": "ob7", + "elc": "obc", + "iq": 2, + "n": "Eldritch Orb", + "durability": 30, + "mind": 18, + "maxd": 50, + "hi": 1, + "gt": 0, + "i": "invob2", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Weapon", + "eq2n": "Sorceress Item", + "c": [ + "Orb", + "Weapon", + "Sorceress Item", + "Class Specific" + ] + }, + "obd": { + "nc": "ob3", + "exc": "ob8", + "elc": "obd", + "iq": 2, + "n": "Demon Heart", + "durability": 35, + "mind": 23, + "maxd": 55, + "hi": 1, + "gt": 0, + "i": "invob3", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Weapon", + "eq2n": "Sorceress Item", + "c": [ + "Orb", + "Weapon", + "Sorceress Item", + "Class Specific" + ] + }, + "obe": { + "nc": "ob4", + "exc": "ob9", + "elc": "obe", + "iq": 2, + "n": "Vortex Orb", + "durability": 40, + "mind": 12, + "maxd": 66, + "hi": 1, + "gt": 0, + "i": "invob4", + "iw": 1, + "ih": 2, + "it": 8, + "ig": [], + "eq1n": "Weapon", + "eq2n": "Sorceress Item", + "c": [ + "Orb", + "Weapon", + "Sorceress Item", + "Class Specific" + ] + }, + "obf": { + "nc": "ob5", + "exc": "oba", + "elc": "obf", + "iq": 2, + "n": "Dimensional Shard", + "durability": 50, + "mind": 30, + "maxd": 53, + "hi": 1, + "gt": 0, + "i": "invob5", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [], + "eq1n": "Weapon", + "eq2n": "Sorceress Item", + "c": [ + "Orb", + "Weapon", + "Sorceress Item", + "Class Specific" + ] + }, + "amb": { + "nc": "am1", + "exc": "am6", + "elc": "amb", + "iq": 2, + "n": "Matriarchal Bow", + "durability": 48, + "min2d": 20, + "max2d": 47, + "rs": 87, + "rd": 187, + "hi": 1, + "gt": 0, + "i": "invam1", + "ui": "invswbu", + "si": "invswbu", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Bow", + "eq2n": "Amazon Item", + "c": [ + "Amazon Bow", + "Bow", + "Missile Weapon", + "Weapon", + "Amazon Item", + "Class Specific" + ] + }, + "amc": { + "nc": "am2", + "exc": "am7", + "elc": "amc", + "iq": 2, + "n": "Grand Matron Bow", + "durability": 55, + "min2d": 14, + "max2d": 72, + "rs": 108, + "rd": 152, + "hi": 1, + "gt": 0, + "i": "invam2", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Bow", + "eq2n": "Amazon Item", + "c": [ + "Amazon Bow", + "Bow", + "Missile Weapon", + "Weapon", + "Amazon Item", + "Class Specific" + ] + }, + "amd": { + "nc": "am3", + "exc": "am8", + "elc": "amd", + "iq": 2, + "n": "Matriarchal Spear", + "durability": 28, + "min2d": 65, + "max2d": 95, + "rs": 114, + "rd": 142, + "hi": 1, + "gt": 0, + "i": "invam3", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spear", + "eq2n": "Amazon Item", + "c": [ + "Amazon Spear", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon", + "Amazon Item", + "Class Specific" + ] + }, + "ame": { + "nc": "am4", + "exc": "am9", + "elc": "ame", + "iq": 2, + "n": "Matriarchal Pike", + "durability": 25, + "min2d": 37, + "max2d": 153, + "rs": 132, + "rd": 149, + "hi": 1, + "gt": 0, + "i": "invam4", + "iw": 2, + "ih": 4, + "it": 8, + "ig": [], + "eq1n": "Spear", + "eq2n": "Amazon Item", + "c": [ + "Amazon Spear", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon", + "Amazon Item", + "Class Specific" + ] + }, + "amf": { + "nc": "am5", + "exc": "ama", + "elc": "amf", + "iq": 2, + "n": "Matriarchal Javelin", + "s": 1, + "durability": 6, + "mind": 30, + "maxd": 54, + "minmd": 35, + "maxmd": 66, + "rs": 107, + "rd": 151, + "gt": 0, + "i": "invam5", + "iw": 1, + "ih": 3, + "it": 2, + "ig": [], + "eq1n": "Javelin", + "eq2n": "Amazon Item", + "c": [ + "Amazon Javelin", + "Javelin", + "Combo Weapon", + "Melee Weapon", + "Weapon", + "Thrown Weapon", + "Weapon", + "Spear", + "Spears and Polearms", + "Melee Weapon", + "Weapon", + "Amazon Item", + "Class Specific" + ] + } + }, + "other_items": { + "elx": { + "iq": 0, + "n": "Elixir", + "hi": 0, + "gt": 0, + "i": "invpot", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Elixir", + "Miscellaneous" + ] + }, + "hpo": { + "iq": 0, + "hi": 0, + "gt": 0, + "i": "invrps", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Healing Potion", + "Potion", + "Miscellaneous" + ] + }, + "mpo": { + "iq": 0, + "hi": 0, + "gt": 0, + "i": "invbps", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Mana Potion", + "Potion", + "Miscellaneous" + ] + }, + "hpf": { + "iq": 0, + "hi": 0, + "gt": 0, + "i": "invrpl", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Healing Potion", + "Potion", + "Miscellaneous" + ] + }, + "mpf": { + "iq": 0, + "hi": 0, + "gt": 0, + "i": "invbpl", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Mana Potion", + "Potion", + "Miscellaneous" + ] + }, + "vps": { + "iq": 0, + "n": "Stamina Potion", + "hi": 0, + "gt": 0, + "i": "invwps", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Stamina Potion", + "Potion", + "Miscellaneous" + ] + }, + "yps": { + "iq": 0, + "n": "Antidote Potion", + "hi": 0, + "gt": 0, + "i": "invnps", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Antidote Potion", + "Potion", + "Miscellaneous" + ] + }, + "rvs": { + "iq": 0, + "n": "Rejuvenation Potion", + "hi": 0, + "gt": 0, + "i": "invvps", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Healing Potion", + "eq2n": "Mana Potion", + "c": [ + "Rejuv Potion", + "Healing Potion", + "Potion", + "Miscellaneous", + "Mana Potion", + "Potion", + "Miscellaneous" + ] + }, + "rvl": { + "iq": 0, + "n": "Full Rejuvenation Potion", + "hi": 0, + "gt": 0, + "i": "invvpl", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Healing Potion", + "eq2n": "Mana Potion", + "c": [ + "Rejuv Potion", + "Healing Potion", + "Potion", + "Miscellaneous", + "Mana Potion", + "Potion", + "Miscellaneous" + ] + }, + "wms": { + "iq": 0, + "n": "Thawing Potion", + "hi": 0, + "gt": 0, + "i": "invyps", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Thawing Potion", + "Potion", + "Miscellaneous" + ] + }, + "tbk": { + "iq": 0, + "n": "Tome of Town Portal", + "s": 1, + "hi": 0, + "gt": 0, + "i": "invbbk", + "iw": 1, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Book", + "Miscellaneous" + ] + }, + "ibk": { + "iq": 0, + "n": "Tome of Identify", + "s": 1, + "hi": 0, + "gt": 0, + "i": "invrbk", + "iw": 1, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Book", + "Miscellaneous" + ] + }, + "amu": { + "iq": 0, + "n": "Amulet", + "hi": 1, + "gt": 1, + "i": "invamu", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [ + "invamu1", + "invamu2", + "invamu3" + ], + "eq1n": "Miscellaneous", + "c": [ + "Amulet", + "Miscellaneous" + ] + }, + "vip": { + "iq": 0, + "n": "Top of the Horadric Staff", + "hi": 0, + "gt": 0, + "i": "invvip", + "ui": "invvip", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [ + "invamu1", + "invamu2", + "invamu3" + ], + "eq1n": "Miscellaneous", + "c": [ + "Amulet", + "Miscellaneous" + ] + }, + "rin": { + "iq": 0, + "n": "Ring", + "hi": 1, + "gt": 1, + "i": "invrin", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [ + "invrin1", + "invrin2", + "invrin3", + "invrin4", + "invrin5" + ], + "eq1n": "Miscellaneous", + "c": [ + "Ring", + "Miscellaneous" + ] + }, + "gld": { + "iq": 0, + "n": "Gold", + "s": 1, + "hi": 0, + "gt": 0, + "i": "invgld", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Gold", + "Miscellaneous" + ] + }, + "bks": { + "iq": 0, + "n": "Scroll of Inifuss", + "hi": 0, + "gt": 0, + "i": "invscb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "bkd": { + "iq": 0, + "n": "Key to the Cairn Stones", + "hi": 0, + "gt": 0, + "i": "invscb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "aqv": { + "iq": 0, + "n": "Arrows", + "s": 1, + "hi": 0, + "gt": 0, + "i": "invqvr", + "iw": 1, + "ih": 3, + "it": 0, + "ig": [], + "eq1n": "Missile", + "eq2n": "Second Hand", + "c": [ + "Bow Quiver", + "Missile", + "Miscellaneous", + "Second Hand" + ] + }, + "tch": { + "iq": 0, + "n": "Torch", + "hi": 0, + "gt": 0, + "i": "invtrch", + "iw": 1, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Torch", + "Miscellaneous" + ] + }, + "cqv": { + "iq": 0, + "n": "Bolts", + "s": 1, + "hi": 0, + "gt": 0, + "i": "invcqv", + "iw": 1, + "ih": 3, + "it": 0, + "ig": [], + "eq1n": "Missile", + "eq2n": "Second Hand", + "c": [ + "Crossbow Quiver", + "Missile", + "Miscellaneous", + "Second Hand" + ] + }, + "tsc": { + "iq": 0, + "n": "Scroll of Town Portal", + "hi": 0, + "gt": 0, + "i": "invbsc", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Scroll", + "Miscellaneous" + ] + }, + "isc": { + "iq": 0, + "n": "Scroll of Identify", + "hi": 0, + "gt": 0, + "i": "invrsc", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Scroll", + "Miscellaneous" + ] + }, + "hrt": { + "iq": 0, + "n": "Heart", + "hi": 0, + "gt": 0, + "i": "invhrt", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Body Part", + "Miscellaneous" + ] + }, + "brz": { + "iq": 0, + "n": "Brain", + "hi": 0, + "gt": 0, + "i": "invbrnz", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Body Part", + "Miscellaneous" + ] + }, + "jaw": { + "iq": 0, + "n": "Jawbone", + "hi": 0, + "gt": 0, + "i": "invjaw", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Body Part", + "Miscellaneous" + ] + }, + "eyz": { + "iq": 0, + "n": "Eye", + "hi": 0, + "gt": 0, + "i": "inveye", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Body Part", + "Miscellaneous" + ] + }, + "hrn": { + "iq": 0, + "n": "Horn", + "hi": 0, + "gt": 0, + "i": "invhorn", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Body Part", + "Miscellaneous" + ] + }, + "tal": { + "iq": 0, + "n": "Tail", + "hi": 0, + "gt": 0, + "i": "invtail", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Body Part", + "Miscellaneous" + ] + }, + "flg": { + "iq": 0, + "n": "Flag", + "hi": 0, + "gt": 0, + "i": "invflag", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Body Part", + "Miscellaneous" + ] + }, + "fng": { + "iq": 0, + "n": "Fang", + "hi": 0, + "gt": 0, + "i": "invfang", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Body Part", + "Miscellaneous" + ] + }, + "qll": { + "iq": 0, + "n": "Quill", + "hi": 0, + "gt": 0, + "i": "invquil", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Body Part", + "Miscellaneous" + ] + }, + "sol": { + "iq": 0, + "n": "Soul", + "hi": 0, + "gt": 0, + "i": "invsple", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Body Part", + "Miscellaneous" + ] + }, + "scz": { + "iq": 0, + "n": "Scalp", + "hi": 0, + "gt": 0, + "i": "invscp", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Body Part", + "Miscellaneous" + ] + }, + "spe": { + "iq": 0, + "n": "Spleen", + "hi": 0, + "gt": 0, + "i": "invsple", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Body Part", + "Miscellaneous" + ] + }, + "key": { + "iq": 0, + "n": "Key", + "s": 1, + "hi": 0, + "gt": 0, + "i": "invkey", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Key", + "Miscellaneous" + ] + }, + "luv": { + "iq": 0, + "n": "The Black Tower Key", + "hi": 0, + "gt": 0, + "i": "invmph", + "iw": 1, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Key", + "Miscellaneous" + ] + }, + "xyz": { + "iq": 0, + "hi": 0, + "gt": 0, + "i": "invxyz", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "j34": { + "iq": 0, + "n": "A Jade Figurine", + "hi": 0, + "gt": 0, + "i": "invjbi", + "iw": 1, + "ih": 2, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "g34": { + "iq": 0, + "n": "The Golden Bird", + "hi": 0, + "gt": 0, + "i": "invgbi", + "iw": 1, + "ih": 2, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "bbb": { + "iq": 0, + "n": "Lam Esen's Tome", + "hi": 0, + "gt": 0, + "i": "invbbb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "box": { + "iq": 0, + "n": "Horadric Cube", + "hi": 0, + "gt": 0, + "i": "invbox", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "tr1": { + "iq": 0, + "n": "Horadric Scroll", + "hi": 0, + "gt": 0, + "i": "invhscr", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "mss": { + "iq": 0, + "n": "Mephisto's Soulstone", + "hi": 0, + "gt": 0, + "i": "invmss", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "ass": { + "iq": 0, + "hi": 0, + "gt": 0, + "i": "invsbk", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "qey": { + "iq": 0, + "n": "Khalim's Eye", + "hi": 0, + "gt": 0, + "i": "inveye", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "qhr": { + "iq": 0, + "n": "Khalim's Heart", + "hi": 0, + "gt": 0, + "i": "invhrt", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "qbr": { + "iq": 0, + "n": "Khalim's Brain", + "hi": 0, + "gt": 0, + "i": "invbrnz", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "ear": { + "iq": 0, + "n": "Ear", + "hi": 0, + "gt": 0, + "i": "invear", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Player Body Part", + "Miscellaneous" + ] + }, + "gcv": { + "iq": 0, + "n": "Chipped Amethyst", + "hi": 0, + "gt": 0, + "i": "invgsva", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Amethyst", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "att", + "p": 0, + "min": 40, + "max": 40 + } + ], + [ + { + "m": "str", + "p": 0, + "min": 3, + "max": 3 + } + ], + [ + { + "m": "ac", + "p": 0, + "min": 8, + "max": 8 + } + ] + ] + }, + "gfv": { + "iq": 0, + "n": "Flawed Amethyst", + "hi": 0, + "gt": 0, + "i": "invgsvb", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Amethyst", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "att", + "p": 0, + "min": 60, + "max": 60 + } + ], + [ + { + "m": "str", + "p": 0, + "min": 4, + "max": 4 + } + ], + [ + { + "m": "ac", + "p": 0, + "min": 12, + "max": 12 + } + ] + ] + }, + "gsv": { + "iq": 0, + "n": "Amethyst", + "hi": 0, + "gt": 0, + "i": "invgsvc", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Amethyst", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "att", + "p": 0, + "min": 80, + "max": 80 + } + ], + [ + { + "m": "str", + "p": 0, + "min": 6, + "max": 6 + } + ], + [ + { + "m": "ac", + "p": 0, + "min": 18, + "max": 18 + } + ] + ] + }, + "gzv": { + "iq": 0, + "n": "Flawless Amethyst", + "hi": 0, + "gt": 0, + "i": "invgsvd", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Amethyst", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "att", + "p": 0, + "min": 100, + "max": 100 + } + ], + [ + { + "m": "str", + "p": 0, + "min": 8, + "max": 8 + } + ], + [ + { + "m": "ac", + "p": 0, + "min": 24, + "max": 24 + } + ] + ] + }, + "gpv": { + "iq": 0, + "n": "Perfect Amethyst", + "hi": 0, + "gt": 0, + "i": "invgsve", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Amethyst", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "att", + "p": 0, + "min": 150, + "max": 150 + } + ], + [ + { + "m": "str", + "p": 0, + "min": 10, + "max": 10 + } + ], + [ + { + "m": "ac", + "p": 0, + "min": 30, + "max": 30 + } + ] + ] + }, + "gcy": { + "iq": 0, + "n": "Chipped Topaz", + "hi": 0, + "gt": 0, + "i": "invgsya", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Topaz", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "ltng-min", + "p": 0, + "min": 1, + "max": 1 + }, + { + "m": "ltng-max", + "p": 0, + "min": 8, + "max": 8 + } + ], + [ + { + "m": "mag%", + "p": 0, + "min": 9, + "max": 9 + } + ], + [ + { + "m": "res-ltng", + "p": 0, + "min": 12, + "max": 12 + } + ] + ] + }, + "gfy": { + "iq": 0, + "n": "Flawed Topaz", + "hi": 0, + "gt": 0, + "i": "invgsyb", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Topaz", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "ltng-min", + "p": 0, + "min": 1, + "max": 1 + }, + { + "m": "ltng-max", + "p": 0, + "min": 14, + "max": 14 + } + ], + [ + { + "m": "mag%", + "p": 0, + "min": 13, + "max": 13 + } + ], + [ + { + "m": "res-ltng", + "p": 0, + "min": 16, + "max": 16 + } + ] + ] + }, + "gsy": { + "iq": 0, + "n": "Topaz", + "hi": 0, + "gt": 0, + "i": "invgsyc", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Topaz", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "ltng-min", + "p": 0, + "min": 1, + "max": 1 + }, + { + "m": "ltng-max", + "p": 0, + "min": 22, + "max": 22 + } + ], + [ + { + "m": "mag%", + "p": 0, + "min": 16, + "max": 16 + } + ], + [ + { + "m": "res-ltng", + "p": 0, + "min": 22, + "max": 22 + } + ] + ] + }, + "gly": { + "iq": 0, + "n": "Flawless Topaz", + "hi": 0, + "gt": 0, + "i": "invgsyd", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Topaz", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "ltng-min", + "p": 0, + "min": 1, + "max": 1 + }, + { + "m": "ltng-max", + "p": 0, + "min": 30, + "max": 30 + } + ], + [ + { + "m": "mag%", + "p": 0, + "min": 20, + "max": 20 + } + ], + [ + { + "m": "res-ltng", + "p": 0, + "min": 28, + "max": 28 + } + ] + ] + }, + "gpy": { + "iq": 0, + "n": "Perfect Topaz", + "hi": 0, + "gt": 0, + "i": "invgsye", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Topaz", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "ltng-min", + "p": 0, + "min": 1, + "max": 1 + }, + { + "m": "ltng-max", + "p": 0, + "min": 40, + "max": 40 + } + ], + [ + { + "m": "mag%", + "p": 0, + "min": 24, + "max": 24 + } + ], + [ + { + "m": "res-ltng", + "p": 0, + "min": 40, + "max": 40 + } + ] + ] + }, + "gcb": { + "iq": 0, + "n": "Chipped Sapphire", + "hi": 0, + "gt": 0, + "i": "invgsba", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Sapphire", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "cold-min", + "p": 0, + "min": 1, + "max": 1 + }, + { + "m": "cold-max", + "p": 0, + "min": 3, + "max": 3 + }, + { + "m": "cold-len", + "p": 0, + "min": 25, + "max": 25 + } + ], + [ + { + "m": "mana", + "p": 0, + "min": 10, + "max": 10 + } + ], + [ + { + "m": "res-cold", + "p": 0, + "min": 12, + "max": 12 + } + ] + ] + }, + "gfb": { + "iq": 0, + "n": "Flawed Sapphire", + "hi": 0, + "gt": 0, + "i": "invgsbb", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Sapphire", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "cold-min", + "p": 0, + "min": 3, + "max": 3 + }, + { + "m": "cold-max", + "p": 0, + "min": 5, + "max": 5 + }, + { + "m": "cold-len", + "p": 0, + "min": 35, + "max": 35 + } + ], + [ + { + "m": "mana", + "p": 0, + "min": 17, + "max": 17 + } + ], + [ + { + "m": "res-cold", + "p": 0, + "min": 16, + "max": 16 + } + ] + ] + }, + "gsb": { + "iq": 0, + "n": "Sapphire", + "hi": 0, + "gt": 0, + "i": "invgsbc", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Sapphire", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "cold-min", + "p": 0, + "min": 4, + "max": 4 + }, + { + "m": "cold-max", + "p": 0, + "min": 7, + "max": 7 + }, + { + "m": "cold-len", + "p": 0, + "min": 50, + "max": 50 + } + ], + [ + { + "m": "mana", + "p": 0, + "min": 24, + "max": 24 + } + ], + [ + { + "m": "res-cold", + "p": 0, + "min": 22, + "max": 22 + } + ] + ] + }, + "glb": { + "iq": 0, + "n": "Flawless Sapphire", + "hi": 0, + "gt": 0, + "i": "invgsbd", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Sapphire", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "cold-min", + "p": 0, + "min": 6, + "max": 6 + }, + { + "m": "cold-max", + "p": 0, + "min": 10, + "max": 10 + }, + { + "m": "cold-len", + "p": 0, + "min": 60, + "max": 60 + } + ], + [ + { + "m": "mana", + "p": 0, + "min": 31, + "max": 31 + } + ], + [ + { + "m": "res-cold", + "p": 0, + "min": 28, + "max": 28 + } + ] + ] + }, + "gpb": { + "iq": 0, + "n": "Perfect Sapphire", + "hi": 0, + "gt": 0, + "i": "invgsbe", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Sapphire", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "cold-min", + "p": 0, + "min": 10, + "max": 10 + }, + { + "m": "cold-max", + "p": 0, + "min": 14, + "max": 14 + }, + { + "m": "cold-len", + "p": 0, + "min": 75, + "max": 75 + } + ], + [ + { + "m": "mana", + "p": 0, + "min": 38, + "max": 38 + } + ], + [ + { + "m": "res-cold", + "p": 0, + "min": 40, + "max": 40 + } + ] + ] + }, + "gcg": { + "iq": 0, + "n": "Chipped Emerald", + "hi": 0, + "gt": 0, + "i": "invgsga", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Emerald", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "pois-min", + "p": 0, + "min": 34, + "max": 34 + }, + { + "m": "pois-max", + "p": 0, + "min": 34, + "max": 34 + }, + { + "m": "pois-len", + "p": 0, + "min": 75, + "max": 75 + } + ], + [ + { + "m": "dex", + "p": 0, + "min": 3, + "max": 3 + } + ], + [ + { + "m": "res-pois", + "p": 0, + "min": 12, + "max": 12 + } + ] + ] + }, + "gfg": { + "iq": 0, + "n": "Flawed Emerald", + "hi": 0, + "gt": 0, + "i": "invgsgb", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Emerald", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "pois-min", + "p": 0, + "min": 51, + "max": 51 + }, + { + "m": "pois-max", + "p": 0, + "min": 51, + "max": 51 + }, + { + "m": "pois-len", + "p": 0, + "min": 100, + "max": 100 + } + ], + [ + { + "m": "dex", + "p": 0, + "min": 4, + "max": 4 + } + ], + [ + { + "m": "res-pois", + "p": 0, + "min": 16, + "max": 16 + } + ] + ] + }, + "gsg": { + "iq": 0, + "n": "Emerald", + "hi": 0, + "gt": 0, + "i": "invgsgc", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Emerald", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "pois-min", + "p": 0, + "min": 82, + "max": 82 + }, + { + "m": "pois-max", + "p": 0, + "min": 82, + "max": 82 + }, + { + "m": "pois-len", + "p": 0, + "min": 125, + "max": 125 + } + ], + [ + { + "m": "dex", + "p": 0, + "min": 6, + "max": 6 + } + ], + [ + { + "m": "res-pois", + "p": 0, + "min": 22, + "max": 22 + } + ] + ] + }, + "glg": { + "iq": 0, + "n": "Flawless Emerald", + "hi": 0, + "gt": 0, + "i": "invgsgd", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Emerald", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "pois-min", + "p": 0, + "min": 101, + "max": 101 + }, + { + "m": "pois-max", + "p": 0, + "min": 101, + "max": 101 + }, + { + "m": "pois-len", + "p": 0, + "min": 152, + "max": 152 + } + ], + [ + { + "m": "dex", + "p": 0, + "min": 8, + "max": 8 + } + ], + [ + { + "m": "res-pois", + "p": 0, + "min": 28, + "max": 28 + } + ] + ] + }, + "gpg": { + "iq": 0, + "n": "Perfect Emerald", + "hi": 0, + "gt": 0, + "i": "invgsge", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Emerald", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "pois-min", + "p": 0, + "min": 143, + "max": 143 + }, + { + "m": "pois-max", + "p": 0, + "min": 143, + "max": 143 + }, + { + "m": "pois-len", + "p": 0, + "min": 179, + "max": 179 + } + ], + [ + { + "m": "dex", + "p": 0, + "min": 10, + "max": 10 + } + ], + [ + { + "m": "res-pois", + "p": 0, + "min": 40, + "max": 40 + } + ] + ] + }, + "gcr": { + "iq": 0, + "n": "Chipped Ruby", + "hi": 0, + "gt": 0, + "i": "invgsra", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Ruby", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "fire-min", + "p": 0, + "min": 3, + "max": 3 + }, + { + "m": "fire-max", + "p": 0, + "min": 4, + "max": 4 + } + ], + [ + { + "m": "hp", + "p": 0, + "min": 10, + "max": 10 + } + ], + [ + { + "m": "res-fire", + "p": 0, + "min": 12, + "max": 12 + } + ] + ] + }, + "gfr": { + "iq": 0, + "n": "Flawed Ruby", + "hi": 0, + "gt": 0, + "i": "invgsrb", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Ruby", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "fire-min", + "p": 0, + "min": 5, + "max": 5 + }, + { + "m": "fire-max", + "p": 0, + "min": 8, + "max": 8 + } + ], + [ + { + "m": "hp", + "p": 0, + "min": 17, + "max": 17 + } + ], + [ + { + "m": "res-fire", + "p": 0, + "min": 16, + "max": 16 + } + ] + ] + }, + "gsr": { + "iq": 0, + "n": "Ruby", + "hi": 0, + "gt": 0, + "i": "invgsrc", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Ruby", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "fire-min", + "p": 0, + "min": 8, + "max": 8 + }, + { + "m": "fire-max", + "p": 0, + "min": 12, + "max": 12 + } + ], + [ + { + "m": "hp", + "p": 0, + "min": 24, + "max": 24 + } + ], + [ + { + "m": "res-fire", + "p": 0, + "min": 22, + "max": 22 + } + ] + ] + }, + "glr": { + "iq": 0, + "n": "Flawless Ruby", + "hi": 0, + "gt": 0, + "i": "invgsrd", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Ruby", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "fire-min", + "p": 0, + "min": 10, + "max": 10 + }, + { + "m": "fire-max", + "p": 0, + "min": 16, + "max": 16 + } + ], + [ + { + "m": "hp", + "p": 0, + "min": 31, + "max": 31 + } + ], + [ + { + "m": "res-fire", + "p": 0, + "min": 28, + "max": 28 + } + ] + ] + }, + "gpr": { + "iq": 0, + "n": "Perfect Ruby", + "hi": 0, + "gt": 0, + "i": "invgsre", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Ruby", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "fire-min", + "p": 0, + "min": 15, + "max": 15 + }, + { + "m": "fire-max", + "p": 0, + "min": 20, + "max": 20 + } + ], + [ + { + "m": "hp", + "p": 0, + "min": 38, + "max": 38 + } + ], + [ + { + "m": "res-fire", + "p": 0, + "min": 40, + "max": 40 + } + ] + ] + }, + "gcw": { + "iq": 0, + "n": "Chipped Diamond", + "hi": 0, + "gt": 0, + "i": "invgswa", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Diamond", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "dmg-undead", + "p": 0, + "min": 28, + "max": 28 + } + ], + [ + { + "m": "att", + "p": 0, + "min": 20, + "max": 20 + } + ], + [ + { + "m": "res-all", + "p": 0, + "min": 6, + "max": 6 + } + ] + ] + }, + "gfw": { + "iq": 0, + "n": "Flawed Diamond", + "hi": 0, + "gt": 0, + "i": "invgswb", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Diamond", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "dmg-undead", + "p": 0, + "min": 34, + "max": 34 + } + ], + [ + { + "m": "att", + "p": 0, + "min": 40, + "max": 40 + } + ], + [ + { + "m": "res-all", + "p": 0, + "min": 8, + "max": 8 + } + ] + ] + }, + "gsw": { + "iq": 0, + "n": "Diamond", + "hi": 0, + "gt": 0, + "i": "invgswc", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Diamond", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "dmg-undead", + "p": 0, + "min": 44, + "max": 44 + } + ], + [ + { + "m": "att", + "p": 0, + "min": 60, + "max": 60 + } + ], + [ + { + "m": "res-all", + "p": 0, + "min": 11, + "max": 11 + } + ] + ] + }, + "glw": { + "iq": 0, + "n": "Flawless Diamond", + "hi": 0, + "gt": 0, + "i": "invgswd", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Diamond", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "dmg-undead", + "p": 0, + "min": 54, + "max": 54 + } + ], + [ + { + "m": "att", + "p": 0, + "min": 80, + "max": 80 + } + ], + [ + { + "m": "res-all", + "p": 0, + "min": 14, + "max": 14 + } + ] + ] + }, + "gpw": { + "iq": 0, + "n": "Perfect Diamond", + "hi": 0, + "gt": 0, + "i": "invgswe", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Diamond", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "dmg-undead", + "p": 0, + "min": 68, + "max": 68 + } + ], + [ + { + "m": "att", + "p": 0, + "min": 100, + "max": 100 + } + ], + [ + { + "m": "res-all", + "p": 0, + "min": 19, + "max": 19 + } + ] + ] + }, + "hp1": { + "iq": 0, + "n": "Minor Healing Potion", + "hi": 0, + "gt": 0, + "i": "invhp1", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Healing Potion", + "Potion", + "Miscellaneous" + ] + }, + "hp2": { + "iq": 0, + "n": "Light Healing Potion", + "hi": 0, + "gt": 0, + "i": "invhp2", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Healing Potion", + "Potion", + "Miscellaneous" + ] + }, + "hp3": { + "iq": 0, + "n": "Healing Potion", + "hi": 0, + "gt": 0, + "i": "invhp3", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Healing Potion", + "Potion", + "Miscellaneous" + ] + }, + "hp4": { + "iq": 0, + "n": "Greater Healing Potion", + "hi": 0, + "gt": 0, + "i": "invhp4", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Healing Potion", + "Potion", + "Miscellaneous" + ] + }, + "hp5": { + "iq": 0, + "n": "Super Healing Potion", + "hi": 0, + "gt": 0, + "i": "invhp5", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Healing Potion", + "Potion", + "Miscellaneous" + ] + }, + "mp1": { + "iq": 0, + "n": "Minor Mana Potion", + "hi": 0, + "gt": 0, + "i": "invmp1", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Mana Potion", + "Potion", + "Miscellaneous" + ] + }, + "mp2": { + "iq": 0, + "n": "Light Mana Potion", + "hi": 0, + "gt": 0, + "i": "invmp2", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Mana Potion", + "Potion", + "Miscellaneous" + ] + }, + "mp3": { + "iq": 0, + "n": "Mana Potion", + "hi": 0, + "gt": 0, + "i": "invmp3", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Mana Potion", + "Potion", + "Miscellaneous" + ] + }, + "mp4": { + "iq": 0, + "n": "Greater Mana Potion", + "hi": 0, + "gt": 0, + "i": "invmp4", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Mana Potion", + "Potion", + "Miscellaneous" + ] + }, + "mp5": { + "iq": 0, + "n": "Super Mana Potion", + "hi": 0, + "gt": 0, + "i": "invmp5", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Mana Potion", + "Potion", + "Miscellaneous" + ] + }, + "skc": { + "iq": 0, + "n": "Chipped Skull", + "hi": 0, + "gt": 0, + "i": "invskc", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Skull", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "manasteal", + "p": 0, + "min": 1, + "max": 1 + }, + { + "m": "lifesteal", + "p": 0, + "min": 2, + "max": 2 + } + ], + [ + { + "m": "regen", + "p": 0, + "min": 2, + "max": 2 + }, + { + "m": "regen-mana", + "p": 0, + "min": 8, + "max": 8 + } + ], + [ + { + "m": "thorns", + "p": 0, + "min": 4, + "max": 4 + } + ] + ] + }, + "skf": { + "iq": 0, + "n": "Flawed Skull", + "hi": 0, + "gt": 0, + "i": "invskf", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Skull", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "manasteal", + "p": 0, + "min": 2, + "max": 2 + }, + { + "m": "lifesteal", + "p": 0, + "min": 2, + "max": 2 + } + ], + [ + { + "m": "regen", + "p": 0, + "min": 3, + "max": 3 + }, + { + "m": "regen-mana", + "p": 0, + "min": 8, + "max": 8 + } + ], + [ + { + "m": "thorns", + "p": 0, + "min": 8, + "max": 8 + } + ] + ] + }, + "sku": { + "iq": 0, + "n": "Skull", + "hi": 0, + "gt": 0, + "i": "invsku", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Skull", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "manasteal", + "p": 0, + "min": 2, + "max": 2 + }, + { + "m": "lifesteal", + "p": 0, + "min": 3, + "max": 3 + } + ], + [ + { + "m": "regen", + "p": 0, + "min": 3, + "max": 3 + }, + { + "m": "regen-mana", + "p": 0, + "min": 12, + "max": 12 + } + ], + [ + { + "m": "thorns", + "p": 0, + "min": 12, + "max": 12 + } + ] + ] + }, + "skl": { + "iq": 0, + "n": "Flawless Skull", + "hi": 0, + "gt": 0, + "i": "invskl", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Skull", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "manasteal", + "p": 0, + "min": 3, + "max": 3 + }, + { + "m": "lifesteal", + "p": 0, + "min": 3, + "max": 3 + } + ], + [ + { + "m": "regen", + "p": 0, + "min": 4, + "max": 4 + }, + { + "m": "regen-mana", + "p": 0, + "min": 12, + "max": 12 + } + ], + [ + { + "m": "thorns", + "p": 0, + "min": 16, + "max": 16 + } + ] + ] + }, + "skz": { + "iq": 0, + "n": "Perfect Skull", + "hi": 0, + "gt": 0, + "i": "invskz", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Gem", + "c": [ + "Skull", + "Gem", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "manasteal", + "p": 0, + "min": 3, + "max": 3 + }, + { + "m": "lifesteal", + "p": 0, + "min": 4, + "max": 4 + } + ], + [ + { + "m": "regen", + "p": 0, + "min": 5, + "max": 5 + }, + { + "m": "regen-mana", + "p": 0, + "min": 19, + "max": 19 + } + ], + [ + { + "m": "thorns", + "p": 0, + "min": 20, + "max": 20 + } + ] + ] + }, + "hrb": { + "iq": 0, + "n": "Herb", + "hi": 0, + "gt": 0, + "i": "invhrb", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Herb", + "Miscellaneous" + ] + }, + "cm1": { + "iq": 0, + "n": "Small Charm", + "hi": 0, + "gt": 0, + "i": "invchm", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [ + "invch1", + "invch4", + "invch7" + ], + "eq1n": "Charm", + "c": [ + "Small Charm", + "Charm", + "Miscellaneous" + ] + }, + "cm2": { + "iq": 0, + "n": "Large Charm", + "hi": 0, + "gt": 0, + "i": "invwnd", + "iw": 1, + "ih": 2, + "it": 0, + "ig": [ + "invch2", + "invch5", + "invch8" + ], + "eq1n": "Charm", + "c": [ + "Medium Charm", + "Charm", + "Miscellaneous" + ] + }, + "cm3": { + "iq": 0, + "n": "Grand Charm", + "hi": 0, + "gt": 0, + "i": "invsst", + "iw": 1, + "ih": 3, + "it": 8, + "ig": [ + "invch3", + "invch6", + "invch9" + ], + "eq1n": "Charm", + "c": [ + "Large Charm", + "Charm", + "Miscellaneous" + ] + }, + "rps": { + "iq": 0, + "s": 1, + "hi": 0, + "gt": 0, + "i": "invrps", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Healing Potion", + "Potion", + "Miscellaneous" + ] + }, + "rpl": { + "iq": 0, + "s": 1, + "hi": 0, + "gt": 0, + "i": "invrpl", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Healing Potion", + "Potion", + "Miscellaneous" + ] + }, + "bps": { + "iq": 0, + "s": 1, + "hi": 0, + "gt": 0, + "i": "invbps", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Mana Potion", + "Potion", + "Miscellaneous" + ] + }, + "bpl": { + "iq": 0, + "s": 1, + "hi": 0, + "gt": 0, + "i": "invbpl", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Potion", + "c": [ + "Mana Potion", + "Potion", + "Miscellaneous" + ] + }, + "r01": { + "iq": 0, + "n": "El Rune", + "hi": 0, + "gt": 0, + "i": "invrEl", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "light", + "min": 1, + "max": 1 + }, + { + "m": "att", + "min": 50, + "max": 50 + } + ], + [ + { + "m": "light", + "min": 1, + "max": 1 + }, + { + "m": "ac", + "min": 15, + "max": 15 + } + ], + [ + { + "m": "light", + "min": 1, + "max": 1 + }, + { + "m": "ac", + "min": 15, + "max": 15 + } + ] + ] + }, + "r02": { + "iq": 0, + "n": "Eld Rune", + "hi": 0, + "gt": 0, + "i": "invrEld", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "att-undead", + "min": 50, + "max": 50 + }, + { + "m": "dmg-undead", + "min": 75, + "max": 75 + } + ], + [ + { + "m": "stamdrain", + "min": 15, + "max": 15 + } + ], + [ + { + "m": "block", + "min": 7, + "max": 7 + } + ] + ] + }, + "r03": { + "iq": 0, + "n": "Tir Rune", + "hi": 0, + "gt": 0, + "i": "invrTir", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "mana-kill", + "min": 2, + "max": 2 + } + ], + [ + { + "m": "mana-kill", + "min": 2, + "max": 2 + } + ], + [ + { + "m": "mana-kill", + "min": 2, + "max": 2 + } + ] + ] + }, + "r04": { + "iq": 0, + "n": "Nef Rune", + "hi": 0, + "gt": 0, + "i": "invrNef", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "knock", + "min": 1, + "max": 1 + } + ], + [ + { + "m": "ac-miss", + "min": 30, + "max": 30 + } + ], + [ + { + "m": "ac-miss", + "min": 30, + "max": 30 + } + ] + ] + }, + "r05": { + "iq": 0, + "n": "Eth Rune", + "hi": 0, + "gt": 0, + "i": "invrEth", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "reduce-ac", + "min": 25, + "max": 25 + } + ], + [ + { + "m": "regen-mana", + "min": 15, + "max": 15 + } + ], + [ + { + "m": "regen-mana", + "min": 15, + "max": 15 + } + ] + ] + }, + "r06": { + "iq": 0, + "n": "Ith Rune", + "hi": 0, + "gt": 0, + "i": "invrIth", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "dmg-max", + "min": 9, + "max": 9 + } + ], + [ + { + "m": "dmg-to-mana", + "min": 15, + "max": 15 + } + ], + [ + { + "m": "dmg-to-mana", + "min": 15, + "max": 15 + } + ] + ] + }, + "r07": { + "iq": 0, + "n": "Tal Rune", + "hi": 0, + "gt": 0, + "i": "invrTal", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "dmg-pois", + "p": 125, + "min": 154, + "max": 154 + } + ], + [ + { + "m": "res-pois", + "min": 30, + "max": 30 + } + ], + [ + { + "m": "res-pois", + "min": 35, + "max": 35 + } + ] + ] + }, + "r08": { + "iq": 0, + "n": "Ral Rune", + "hi": 0, + "gt": 0, + "i": "invrRal", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "dmg-fire", + "min": 5, + "max": 30 + } + ], + [ + { + "m": "res-fire", + "min": 30, + "max": 30 + } + ], + [ + { + "m": "res-fire", + "min": 35, + "max": 35 + } + ] + ] + }, + "r09": { + "iq": 0, + "n": "Ort Rune", + "hi": 0, + "gt": 0, + "i": "invrOrt", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "dmg-ltng", + "min": 1, + "max": 50 + } + ], + [ + { + "m": "res-ltng", + "min": 30, + "max": 30 + } + ], + [ + { + "m": "res-ltng", + "min": 35, + "max": 35 + } + ] + ] + }, + "r10": { + "iq": 0, + "n": "Thul Rune", + "hi": 0, + "gt": 0, + "i": "invrThul", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "dmg-cold", + "p": 75, + "min": 3, + "max": 14 + } + ], + [ + { + "m": "res-cold", + "min": 30, + "max": 30 + } + ], + [ + { + "m": "res-cold", + "min": 35, + "max": 35 + } + ] + ] + }, + "r11": { + "iq": 0, + "n": "Amn Rune", + "hi": 0, + "gt": 0, + "i": "invrAmn", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "lifesteal", + "min": 7, + "max": 7 + } + ], + [ + { + "m": "thorns", + "min": 14, + "max": 14 + } + ], + [ + { + "m": "thorns", + "min": 14, + "max": 14 + } + ] + ] + }, + "r12": { + "iq": 0, + "n": "Sol Rune", + "hi": 0, + "gt": 0, + "i": "invrSol", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "dmg-min", + "min": 9, + "max": 9 + } + ], + [ + { + "m": "red-dmg", + "min": 7, + "max": 7 + } + ], + [ + { + "m": "red-dmg", + "min": 7, + "max": 7 + } + ] + ] + }, + "r13": { + "iq": 0, + "n": "Shael Rune", + "hi": 0, + "gt": 0, + "i": "invrShae", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "swing2", + "min": 20, + "max": 20 + } + ], + [ + { + "m": "balance2", + "min": 20, + "max": 20 + } + ], + [ + { + "m": "block2", + "min": 20, + "max": 20 + } + ] + ] + }, + "r14": { + "iq": 0, + "n": "Dol Rune", + "hi": 0, + "gt": 0, + "i": "invrDol", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "howl", + "min": 32, + "max": 32 + } + ], + [ + { + "m": "regen", + "min": 7, + "max": 7 + } + ], + [ + { + "m": "regen", + "min": 7, + "max": 7 + } + ] + ] + }, + "r15": { + "iq": 0, + "n": "Hel Rune", + "hi": 0, + "gt": 0, + "i": "invrHel", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "ease", + "min": -20, + "max": -20 + } + ], + [ + { + "m": "ease", + "min": -15, + "max": -15 + } + ], + [ + { + "m": "ease", + "min": -15, + "max": -15 + } + ] + ] + }, + "r16": { + "iq": 0, + "n": "Io Rune", + "hi": 0, + "gt": 0, + "i": "invrIo", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "vit", + "min": 10, + "max": 10 + } + ], + [ + { + "m": "vit", + "min": 10, + "max": 10 + } + ], + [ + { + "m": "vit", + "min": 10, + "max": 10 + } + ] + ] + }, + "r17": { + "iq": 0, + "n": "Lum Rune", + "hi": 0, + "gt": 0, + "i": "invrLum", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "enr", + "min": 10, + "max": 10 + } + ], + [ + { + "m": "enr", + "min": 10, + "max": 10 + } + ], + [ + { + "m": "enr", + "min": 10, + "max": 10 + } + ] + ] + }, + "r18": { + "iq": 0, + "n": "Ko Rune", + "hi": 0, + "gt": 0, + "i": "invrKo", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "dex", + "min": 10, + "max": 10 + } + ], + [ + { + "m": "dex", + "min": 10, + "max": 10 + } + ], + [ + { + "m": "dex", + "min": 10, + "max": 10 + } + ] + ] + }, + "r19": { + "iq": 0, + "n": "Fal Rune", + "hi": 0, + "gt": 0, + "i": "invrFal", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "str", + "min": 10, + "max": 10 + } + ], + [ + { + "m": "str", + "min": 10, + "max": 10 + } + ], + [ + { + "m": "str", + "min": 10, + "max": 10 + } + ] + ] + }, + "r20": { + "iq": 0, + "n": "Lem Rune", + "hi": 0, + "gt": 0, + "i": "invrLem", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "gold%", + "min": 75, + "max": 75 + } + ], + [ + { + "m": "gold%", + "min": 50, + "max": 50 + } + ], + [ + { + "m": "gold%", + "min": 50, + "max": 50 + } + ] + ] + }, + "r21": { + "iq": 0, + "n": "Pul Rune", + "hi": 0, + "gt": 0, + "i": "invrPul", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "att-demon", + "min": 100, + "max": 100 + }, + { + "m": "dmg-demon", + "min": 75, + "max": 75 + } + ], + [ + { + "m": "ac%", + "min": 30, + "max": 30 + } + ], + [ + { + "m": "ac%", + "min": 30, + "max": 30 + } + ] + ] + }, + "r22": { + "iq": 0, + "n": "Um Rune", + "hi": 0, + "gt": 0, + "i": "invrUm", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "openwounds", + "min": 25, + "max": 25 + } + ], + [ + { + "m": "res-all", + "min": 15, + "max": 15 + } + ], + [ + { + "m": "res-all", + "min": 22, + "max": 22 + } + ] + ] + }, + "r23": { + "iq": 0, + "n": "Mal Rune", + "hi": 0, + "gt": 0, + "i": "invrMal", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "noheal", + "min": 1, + "max": 1 + } + ], + [ + { + "m": "red-mag", + "min": 7, + "max": 7 + } + ], + [ + { + "m": "red-mag", + "min": 7, + "max": 7 + } + ] + ] + }, + "r24": { + "iq": 0, + "n": "Ist Rune", + "hi": 0, + "gt": 0, + "i": "invrIst", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "mag%", + "min": 30, + "max": 30 + } + ], + [ + { + "m": "mag%", + "min": 25, + "max": 25 + } + ], + [ + { + "m": "mag%", + "min": 25, + "max": 25 + } + ] + ] + }, + "r25": { + "iq": 0, + "n": "Gul Rune", + "hi": 0, + "gt": 0, + "i": "invrGul", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "att%", + "min": 20, + "max": 20 + } + ], + [ + { + "m": "res-pois-max", + "min": 5, + "max": 5 + } + ], + [ + { + "m": "res-pois-max", + "min": 5, + "max": 5 + } + ] + ] + }, + "r26": { + "iq": 0, + "n": "Vex Rune", + "hi": 0, + "gt": 0, + "i": "invrVex", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "manasteal", + "min": 7, + "max": 7 + } + ], + [ + { + "m": "res-fire-max", + "min": 5, + "max": 5 + } + ], + [ + { + "m": "res-fire-max", + "min": 5, + "max": 5 + } + ] + ] + }, + "r27": { + "iq": 0, + "n": "Ohm Rune", + "hi": 0, + "gt": 0, + "i": "invrOhm", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "dmg%", + "min": 50, + "max": 50 + } + ], + [ + { + "m": "res-cold-max", + "min": 5, + "max": 5 + } + ], + [ + { + "m": "res-cold-max", + "min": 5, + "max": 5 + } + ] + ] + }, + "r28": { + "iq": 0, + "n": "Lo Rune", + "hi": 0, + "gt": 0, + "i": "invrLo", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "deadly", + "min": 20, + "max": 20 + } + ], + [ + { + "m": "res-ltng-max", + "min": 5, + "max": 5 + } + ], + [ + { + "m": "res-ltng-max", + "min": 5, + "max": 5 + } + ] + ] + }, + "r29": { + "iq": 0, + "n": "Sur Rune", + "hi": 0, + "gt": 0, + "i": "invrSur", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "stupidity", + "min": 1, + "max": 1 + } + ], + [ + { + "m": "mana%", + "min": 5, + "max": 5 + } + ], + [ + { + "m": "mana", + "min": 50, + "max": 50 + } + ] + ] + }, + "r30": { + "iq": 0, + "n": "Ber Rune", + "hi": 0, + "gt": 0, + "i": "invrBer", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "crush", + "min": 20, + "max": 20 + } + ], + [ + { + "m": "red-dmg%", + "min": 8, + "max": 8 + } + ], + [ + { + "m": "red-dmg%", + "min": 8, + "max": 8 + } + ] + ] + }, + "r31": { + "iq": 0, + "n": "Jah Rune", + "hi": 0, + "gt": 0, + "i": "invrJo", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "ignore-ac", + "min": 1, + "max": 1 + } + ], + [ + { + "m": "hp%", + "min": 5, + "max": 5 + } + ], + [ + { + "m": "hp", + "min": 50, + "max": 50 + } + ] + ] + }, + "r32": { + "iq": 0, + "n": "Cham Rune", + "hi": 0, + "gt": 0, + "i": "invrCham", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "freeze", + "min": 3, + "max": 3 + } + ], + [ + { + "m": "nofreeze", + "min": 1, + "max": 1 + } + ], + [ + { + "m": "nofreeze", + "min": 1, + "max": 1 + } + ] + ] + }, + "r33": { + "iq": 0, + "n": "Zod Rune", + "hi": 0, + "gt": 0, + "i": "invrZod", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Socket Filler", + "c": [ + "Rune", + "Socket Filler", + "Miscellaneous" + ], + "m": [ + [ + { + "m": "indestruct", + "min": 1, + "max": 1 + } + ], + [ + { + "m": "indestruct", + "min": 1, + "max": 1 + } + ], + [ + { + "m": "indestruct", + "min": 1, + "max": 1 + } + ] + ] + }, + "jew": { + "iq": 0, + "n": "Jewel", + "hi": 0, + "gt": 0, + "i": "invgswe", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [ + "invjw1", + "invjw2", + "invjw3", + "invjw4", + "invjw5", + "invjw6" + ], + "eq1n": "Socket Filler", + "c": [ + "Jewel", + "Socket Filler", + "Miscellaneous" + ] + }, + "ice": { + "iq": 0, + "n": "Malah's Potion", + "hi": 0, + "gt": 0, + "i": "invxyz", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "0sc": { + "iq": 0, + "n": "Scroll of Knowledge", + "hi": 0, + "gt": 0, + "i": "invrsc", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Scroll", + "Miscellaneous" + ] + }, + "tr2": { + "iq": 0, + "n": "Scroll of Resistance", + "hi": 0, + "gt": 0, + "i": "invscb", + "iw": 2, + "ih": 2, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "pk1": { + "iq": 0, + "n": "Key of Terror", + "hi": 0, + "gt": 0, + "i": "invmph", + "iw": 1, + "ih": 2, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "pk2": { + "iq": 0, + "n": "Key of Hate", + "hi": 0, + "gt": 0, + "i": "invmph", + "iw": 1, + "ih": 2, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "pk3": { + "iq": 0, + "n": "Key of Destruction", + "hi": 0, + "gt": 0, + "i": "invmph", + "iw": 1, + "ih": 2, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "dhn": { + "iq": 0, + "n": "Diablo's Horn", + "hi": 0, + "gt": 0, + "i": "invfang", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "bey": { + "iq": 0, + "n": "Baal's Eye", + "hi": 0, + "gt": 0, + "i": "inveye", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "mbr": { + "iq": 0, + "n": "Mephisto's Brain", + "hi": 0, + "gt": 0, + "i": "invbrnz", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "c": [ + "Quest" + ] + }, + "toa": { + "iq": 0, + "n": "Token of Absolution", + "hi": 0, + "gt": 0, + "i": "invtoa", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "c": [ + "Miscellaneous" + ] + }, + "tes": { + "iq": 0, + "n": "Twisted Essence of Suffering", + "hi": 0, + "gt": 0, + "i": "invtes", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "c": [ + "Miscellaneous" + ] + }, + "ceh": { + "iq": 0, + "n": "Charged Essence of Hatred", + "hi": 0, + "gt": 0, + "i": "invceh", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "c": [ + "Miscellaneous" + ] + }, + "bet": { + "iq": 0, + "n": "Burning Essence of Terror", + "hi": 0, + "gt": 0, + "i": "invbet", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "c": [ + "Miscellaneous" + ] + }, + "fed": { + "iq": 0, + "n": "Festering Essence of Destruction", + "hi": 0, + "gt": 0, + "i": "invfed", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "c": [ + "Miscellaneous" + ] + }, + "std": { + "iq": 0, + "n": "Standard of Heroes", + "hi": 0, + "gt": 0, + "i": "invflag", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "c": [ + "Miscellaneous" + ] + }, + "xa1": { + "iq": 0, + "n": "Western Worldstone Shard", + "hi": 0, + "gt": 0, + "i": "invtoa", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + }, + "xa2": { + "iq": 0, + "n": "Eastern Worldstone Shard", + "hi": 0, + "gt": 0, + "i": "invtoa", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + }, + "xa3": { + "iq": 0, + "n": "Southern Worldstone Shard", + "hi": 0, + "gt": 0, + "i": "invtoa", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + }, + "xa4": { + "iq": 0, + "n": "Deep Worldstone Shard", + "hi": 0, + "gt": 0, + "i": "invtoa", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + }, + "xa5": { + "iq": 0, + "n": "Northern Worldstone Shard", + "hi": 0, + "gt": 0, + "i": "invtoa", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + }, + "ua1": { + "iq": 0, + "n": "Uber Ancient Summon Material Act 1", + "hi": 0, + "gt": 0, + "i": "invjbi", + "iw": 1, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + }, + "ua2": { + "iq": 0, + "n": "Uber Ancient Summon Material Act 2", + "hi": 0, + "gt": 0, + "i": "invjbi", + "iw": 1, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + }, + "ua3": { + "iq": 0, + "n": "Uber Ancient Summon Material Act 3", + "hi": 0, + "gt": 0, + "i": "invjbi", + "iw": 1, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + }, + "ua4": { + "iq": 0, + "n": "Uber Ancient Summon Material Act 4", + "hi": 0, + "gt": 0, + "i": "invjbi", + "iw": 1, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + }, + "ua5": { + "iq": 0, + "n": "Uber Ancient Summon Material Act5", + "hi": 0, + "gt": 0, + "i": "invjbi", + "iw": 1, + "ih": 2, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + }, + "um1": { + "iq": 0, + "n": "Uber Ancient Upgrade Material Fire", + "hi": 0, + "gt": 0, + "i": "invflag", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + }, + "um2": { + "iq": 0, + "n": "Uber Ancient Upgrade Material Poison", + "hi": 0, + "gt": 0, + "i": "invflag", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + }, + "um3": { + "iq": 0, + "n": "Uber Ancient Upgrade Material Cold", + "hi": 0, + "gt": 0, + "i": "invflag", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + }, + "um4": { + "iq": 0, + "n": "Uber Ancient Upgrade Material Physical", + "hi": 0, + "gt": 0, + "i": "invflag", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + }, + "um5": { + "iq": 0, + "n": "Uber Ancient Upgrade Material Lightning", + "hi": 0, + "gt": 0, + "i": "invflag", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + }, + "um6": { + "iq": 0, + "n": "Uber Ancient Upgrade Material Magic", + "hi": 0, + "gt": 0, + "i": "invflag", + "iw": 1, + "ih": 1, + "it": 0, + "ig": [], + "eq1n": "Miscellaneous", + "c": [ + "Uber Material", + "Miscellaneous" + ] + } + } +} \ No newline at end of file